Please note that test6 passes though - AFAICS, the only difference between test4 and test6 is in test6, fork is true. Please note that I have noticed this happen since yesteday itself - so it won't be the commits that went in today.
Cheers, Magesh ************************************************ * Criminal: A guy no different from the rest * * ...except that he got caught. * ************************************************ ----- Original Message ----- From: "Magesh Umasankar" <[EMAIL PROTECTED]> To: "Ant Developers List" <[EMAIL PROTECTED]> Sent: Thursday, April 25, 2002 1:09 PM Subject: ANTLR Test (test4) fails > ANTLRTest's test4 fails with: > > panic: Cannot find importVocab file 'JavaTokenTypes.txt > > ANTLR returned: 1 > at org.apache.tools.ant.taskdefs.optional.ANTLR.execute(ANTLR.java:194) > at org.apache.tools.ant.Task.perform(Task.java:313) > at org.apache.tools.ant.Target.execute(Target.java:309) > at org.apache.tools.ant.Target.performTasks(Target.java:334) > at org.apache.tools.ant.Project.executeTarget(Project.java:1216) > at org.apache.tools.ant.BuildFileTest.executeTarget(BuildFileTest.java:254) > at > org.apache.tools.ant.taskdefs.optional.ANTLRTest.test4(ANTLRTest.java:104) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) > at java.lang.reflect.Method.invoke(Unknown Source) > at junit.framework.TestCase.runTest(TestCase.java:166) > at junit.framework.TestCase.runBare(TestCase.java:140) > at junit.framework.TestResult$1.protect(TestResult.java:106) > at junit.framework.TestResult.runProtected(TestResult.java:124) > at junit.framework.TestResult.run(TestResult.java:109) > at junit.framework.TestCase.run(TestCase.java:131) > at junit.framework.TestSuite.runTest(TestSuite.java:173) > at junit.framework.TestSuite.run(TestSuite.java:168) > at > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRu > nner.java:325) > at > org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.executeInVM(JUnitTask > .java:797) > at > org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.jav > a:544) > at > org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.jav > a:520) > at org.apache.tools.ant.Task.perform(Task.java:313) > at org.apache.tools.ant.Target.execute(Target.java:309) > at org.apache.tools.ant.Target.performTasks(Target.java:334) > at org.apache.tools.ant.Project.executeTarget(Project.java:1216) > at org.apache.tools.ant.Project.executeTargets(Project.java:1160) > at org.apache.tools.ant.Main.runBuild(Main.java:605) > at org.apache.tools.ant.Main.start(Main.java:195) > at org.apache.tools.ant.Main.main(Main.java:234) > > The version of Antlr Parser Generator that I have is 2.7.0 > > Can anybody sense what the problem might be? > > Cheers, > Magesh > > ************************************************ > * Criminal: A guy no different from the rest * > * ...except that he got caught. * > ************************************************ > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
