On 8/18/2011 8:04 PM, Jayaram Subramanian wrote:
Hi All,
When doing ant all, i suddenly ended up getting the following issue..
Any clues?
compilet1:
[javac] Compiling 162 source files to
C:\java\derby\source\trunk\classes
[javac]
C:\java\derby\source\trunk\java\testing\org\apache\derbyTesting\func
tionTests\tests\store\RecoveryTest.java:92: cannot find symbol
[javac] symbol : method
assertLaunchedJUnitTestMethod(java.lang.String)
[javac] location: class
org.apache.derbyTesting.functionTests.tests.store.Re
<http://org.apache.derbyTesting.functionTests.tests.store.Re>
coveryTest
[javac]
assertLaunchedJUnitTestMethod("org.apache.derbyTesting.funct
ionTests.tests.store.RecoveryTest.launchRecoveryInsert");
[javac] ^
[javac] 1 error
Hi Jayaram,
The method assertLaunchedJUnitTestMethod was added to BaseTestCase.java
as part of the DERBY-4249 change. When you did an svn update you should
have gotten the new version of this file or it should have merged with
your changes if you are editing the same file unless you saw a conflict.
Did you see a conflict when you did svn update? If there was no
conflict, perhaps also after svn update, you needed to do an ant clobber
before rebuilding. If there was a conflict you should have been asked
how you wished to handle it.
Thanks
Kathey