Author: olamy
Date: Fri Apr 27 20:10:22 2012
New Revision: 1331568
URL: http://svn.apache.org/viewvc?rev=1331568&view=rev
Log:
fix it test
Modified:
maven/plugins/trunk/maven-compiler-plugin/src/it/jdk16-annotation/verify.bsh
Modified:
maven/plugins/trunk/maven-compiler-plugin/src/it/jdk16-annotation/verify.bsh
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/src/it/jdk16-annotation/verify.bsh?rev=1331568&r1=1331567&r2=1331568&view=diff
==============================================================================
---
maven/plugins/trunk/maven-compiler-plugin/src/it/jdk16-annotation/verify.bsh
(original)
+++
maven/plugins/trunk/maven-compiler-plugin/src/it/jdk16-annotation/verify.bsh
Fri Apr 27 20:10:22 2012
@@ -10,7 +10,7 @@ try
System.out.println( "generated resource not existent: " + res );
return false;
}
- File java = new File( basedir,
"target/generated-sources/test-annotations/org/Milos.java" );
+ File java = new File( basedir,
"target/generated-test-sources/test-annotations/org/Milos.java" );
if ( !java.isFile() )
{
System.out.println( "generated java file not existent: " + java );