cvs77 / jchord

Automatically exported from code.google.com/p/jchord
1 stars 2 forks source link

build.xml with run target to delivered with binary download #49

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download and untar chord-src-2.0.tar.gz
2. Attempt to follow directions in chord-bin-2.0/examples/datarace_test/README
3. Note that in step (2) the "run" target is expected to be in a build.xml in 
the "main directory" of jChord.  There is no build.xml in in the tar file with 
a "run" target.

What is the expected output? What do you see instead?

In step (2) of the README for each example the "run" target is expected to be 
in a build.xml in the "main directory" of jChord.  There is no build.xml in in 
the tar file with a "run" target.

What version of the product are you using? On what operating system?
jChord 2.0

Please provide any additional information below.

Original issue reported on code.google.com by vic...@lewis.name on 23 May 2011 at 2:24

GoogleCodeExporter commented 9 years ago
Hi, the ant command for running chord works only in the source distribution.  
Run the following command instead if you are using the binary distribution:

java -cp chord.jar -Dchord.work.dir=examples/datarace_test \
     -Dchord.run.analyses=datarace-java chord.project.Boot

I've fixed the example/*/README files on the trunk now to address this problem.

See the "RUNNING CHORD" section in the README file in the main directory of the 
source/binary distribution for more details on how to run chord.

Original comment by mayur.naik on 23 May 2011 at 6:13