Author: imario
Date: Fri Nov 10 11:01:01 2006
New Revision: 473426
URL: http://svn.apache.org/viewvc?view=rev&rev=473426
Log:
adjusted test path
Modified:
jakarta/commons/proper/vfs/trunk/build.xml
Modified: jakarta/commons/proper/vfs/trunk/build.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/vfs/trunk/build.xml?view=diff&rev=473426&r1=473425&r2=473426
==============================================================================
--- jakarta/commons/proper/vfs/trunk/build.xml (original)
+++ jakarta/commons/proper/vfs/trunk/build.xml Fri Nov 10 11:01:01 2006
@@ -157,7 +157,7 @@
</pathelement>
</classpath>
<batchtest todir="${testreportdir}">
- <fileset dir="${basedir}/core/src/main/test">
+ <fileset dir="${basedir}/core/src/test/java">
<include name="**/test/*TestCase.java">
</include>
<exclude name="**/test/Abstract*TestCase.java">
@@ -178,7 +178,7 @@
</mkdir>
<javac destdir="${testclassesdir}" deprecation="true" debug="true"
optimize="false" excludes="**/package.html">
<src>
- <pathelement location="${basedir}/core/src/main/test">
+ <pathelement location="${basedir}/core/src/test/java">
</pathelement>
</src>
<classpath>
@@ -396,4 +396,4 @@
<unjar dest="${maven.home}" src="${user.home}/maven-install-latest.jar">
</unjar>
</target>
-</project>
\ No newline at end of file
+</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]