MitchellChu / enterprise-java-xacml

Automatically exported from code.google.com/p/enterprise-java-xacml
0 stars 2 forks source link

missing junit library in ant builds classpaths #47

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Which results failures when building jar files.
I found missing junit in classpaths in tests/indexing, tests/conformance20
and probably in others.

Original issue reported on code.google.com by marek.ho...@gmail.com on 5 May 2008 at 12:07

GoogleCodeExporter commented 9 years ago
I was not able to reproduce the problem, can you provide more information?

Original comment by ppz...@gmail.com on 5 May 2008 at 1:54

GoogleCodeExporter commented 9 years ago
Sure.
I am developing under linux, therefore the only way of running builds is:
ant -Denv.AN_HOME=`pwd` build
After running this from main project directory I am receiving failures until 
adding
the classpath entries 
<path path="${junit.jar}"/>
in both tests/conformance20/build.xml and tests/indexing/build.xml files.

Original comment by marek.ho...@gmail.com on 5 May 2008 at 2:07

GoogleCodeExporter commented 9 years ago
Have check in build.sh and env.sh to fix the build issues on UNIX.

Original comment by ppz...@gmail.com on 6 May 2008 at 7:02