From: <lh...@us...> - 2008-08-22 13:04:49
|
Revision: 72 http://tmapi.svn.sourceforge.net/tmapi/?rev=72&view=rev Author: lheuer Date: 2008-08-22 13:04:58 +0000 (Fri, 22 Aug 2008) Log Message: ----------- Fixed build.xml Modified Paths: -------------- trunk/build.xml Modified: trunk/build.xml =================================================================== --- trunk/build.xml 2008-08-21 12:17:40 UTC (rev 71) +++ trunk/build.xml 2008-08-22 13:04:58 UTC (rev 72) @@ -95,12 +95,12 @@ <target name="internal.tests" depends="test"> <mkdir dir="tmp/META-INF/services"/> <copy todir="tmp/META-INF/services"> - <fileset dir="${dir.test}"> + <fileset dir="${dir.test}/org/tmapi/core"> <include name="org.tmapi.core.TopicMapSystemFactory"/> </fileset> </copy> <jar jarfile="tmapi-test.jar" basedir="tmp"/> - <junit + <junit printsummary="true" showoutput="false" errorProperty="test.failed" failureProperty="test.failed"> <classpath> @@ -141,11 +141,11 @@ additionalparam="-author -version" windowtitle="TMAPI v${dist.version}" doctitle="TMAPI v${dist.version}"> - <!-- +<!-- <doclet name="net.gleamynode.apiviz.APIviz" path="${dir.lib}/apiviz-1.1.3.jar"> </doclet> - --> +--> <fileset dir="${dir.src}"> </fileset> </javadoc> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |