Author: rgoers
Date: Sat Jan 10 10:49:29 2009
New Revision: 733312
URL: http://svn.apache.org/viewvc?rev=733312&view=rev
Log:
Don't fail if test compiles were not done
Modified:
commons/proper/vfs/trunk/core/pom.xml
Modified: commons/proper/vfs/trunk/core/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/pom.xml?rev=733312&r1=733311&r2=733312&view=diff
==============================================================================
--- commons/proper/vfs/trunk/core/pom.xml (original)
+++ commons/proper/vfs/trunk/core/pom.xml Sat Jan 10 10:49:29 2009
@@ -184,7 +184,8 @@
<phase>process-test-classes</phase>
<configuration>
<tasks>
- <move
todir="${project.build.testOutputDirectory}/test-data/code">
+ <move
todir="${project.build.testOutputDirectory}/test-data/code"
+ failonerror="false">
<fileset
dir="${project.build.testOutputDirectory}/code"/>
</move>