commit 41f651ecd5c0bb7543b87a27c51818e33f37fcc2 Author: iwakeh iwakeh@torproject.org Date: Wed Dec 20 15:40:29 2017 +0000
Add comment to run-rserver task. --- build.xml | 8 ++++++++ 1 file changed, 8 insertions(+)
diff --git a/build.xml b/build.xml index 01499b9..6fee387 100644 --- a/build.xml +++ b/build.xml @@ -342,6 +342,14 @@ </antcall> </target>
+ <!-- + The run-rserver target documents a working option of + configuring an R server for running metrics-web. + It is not necessary for development to use this task + and it is not used for metrics.torproject.org in this way. + Eventually, this task will become obsolete when R is also + controlled from Java code. + --> <target name="run-rserver"> <exec executable="R" dir="${Rsources}/rserver"
tor-commits@lists.torproject.org