From: Frank Z. <fra...@yo...> - 2012-06-11 09:58:19
|
Hi Tim and Leo, An unfashionably late thanks for the reply to my problem. In fact, I managed to solve it along the lines of what Tim suggested; that was deleting zeves/src/test/resources/tests/chain.tex It compiles fine now, something might have become inconsistent in my local copy. All the best Frank On 05/01/12 09:38, Leo Freitas wrote: > Hi Frank, > > Hum... that shouldn't be happening, mostly because we (at Newcastle) haven't touched on the main trunk (after build 8139) > for a couple of months now (E.g. we are developing on a branch, which by the way is to become the main trunk soon). > > One possible (yet not ideal) solution would be for you to use the TSM branch or to delete the chain.tex from your test build, > until we figure out where is it coming from. > > I don't get this on my builds, but then that's because I am on the branch (tsm = for transactional section manager). > I have on the spare machine the actual trunk and I will try and do a run through to see. > > Could you tell me what revision are you on and if with the tsm branch or the main trunk? > > Tim, thanks for the suggestion as well :-)... > > PS: > could you please file it as a bug report on sourceforge? > > Best, > Leo > > On 1 May 2012, at 06:56, Tim Miller wrote: > >> Hi Frank, >> >> I do not get this with a fresh update and install. Note however that it >> is a test that is failing. You can build CZT without running the tests >> using: >> >> mvn -DskipTests install >> >> The error message you provided looks like a cascading failure from one >> file (trunk/zeves/target/test-classes/tests/chain.tex). Are you sure >> that file is a fresh one? Perhaps try deleting the local copy and doing >> another svn update. Other than that, I can be of little use! >> >> Cheers, >> Tim >> >> On 01/05/12 03:38, Frank Zeyda wrote: >>> Dear CZT'lers, >>> >>> I am getting the following error after just updating from the repository >>> and doing a fresh install. >>> >>> ------------------------------------------------------- >>> T E S T S >>> ------------------------------------------------------- >>> Running net.sourceforge.czt.zeves.CZT2ZEvesPrintingTest >>> Exception thrown during testing of >>> Unexpected exception >>> File : >>> file:/local/d0p6/zeyda/repo/czt/trunk/zeves/target/test-classes/tests/chain.tex >>> Exception: net.sourceforge.czt.session.CommandException: >>> net.sourceforge.czt.parser.util.ParseException: >>> line 2165 column 0 in >>> "/local/d0p6/zeyda/repo/czt/trunk/zeves/target/test-classes/tests/chain.tex": >>> Unknown latex command \end >>> line 2165 column 5 in >>> "/local/d0p6/zeyda/repo/czt/trunk/zeves/target/test-classes/tests/chain.tex": >>> Syntax error at symbol sche10dir8083https >>> line 2211 column 46 in >>> "/local/d0p6/zeyda/repo/czt/trunk/zeves/target/test-classes/tests/chain.tex": >>> Syntax error at symbol COMMA >>> line 2234 column 116 in >>> "/local/d0p6/zeyda/repo/czt/trunk/zeves/target/test-classes/tests/chain.tex": >>> Expression expected; found predicate >>> line 2238 column 302 in >>> "/local/d0p6/zeyda/repo/czt/trunk/zeves/target/test-classes/tests/chain.tex": >>> Expression expected; found predicate >>> Cause : net.sourceforge.czt.parser.util.ParseException: >>> line 2165 column 0 in >>> "/local/d0p6/zeyda/repo/czt/trunk/zeves/target/test-classes/tests/chain.tex": >>> Unknown latex command \end >>> line 2165 column 5 in >>> "/local/d0p6/zeyda/repo/czt/trunk/zeves/target/test-classes/tests/chain.tex": >>> Syntax error at symbol sche10dir8083https >>> line 2211 column 46 in >>> "/local/d0p6/zeyda/repo/czt/trunk/zeves/target/test-classes/tests/chain.tex": >>> Syntax error at symbol COMMA >>> line 2234 column 116 in >>> "/local/d0p6/zeyda/repo/czt/trunk/zeves/target/test-classes/tests/chain.tex": >>> Expression expected; found predicate >>> line 2238 column 302 in >>> "/local/d0p6/zeyda/repo/czt/trunk/zeves/target/test-classes/tests/chain.tex": >>> Expression expected; found predicate - >>> net.sourceforge.czt.session.CommandException: >>> net.sourceforge.czt.parser.util.ParseException: >>> line 2165 column 0 in >>> "/local/d0p6/zeyda/repo/czt/trunk/zeves/target/test-classes/tests/chain.tex": >>> Unknown latex command \end >>> line 2165 column 5 in >>> "/local/d0p6/zeyda/repo/czt/trunk/zeves/target/test-classes/tests/chain.tex": >>> Syntax error at symbol sche10dir8083https >>> line 2211 column 46 in >>> "/local/d0p6/zeyda/repo/czt/trunk/zeves/target/test-classes/tests/chain.tex": >>> Syntax error at symbol COMMA >>> line 2234 column 116 in >>> "/local/d0p6/zeyda/repo/czt/trunk/zeves/target/test-classes/tests/chain.tex": >>> Expression expected; found predicate >>> line 2238 column 302 in >>> "/local/d0p6/zeyda/repo/czt/trunk/zeves/target/test-classes/tests/chain.tex": >>> Expression expected; found predicate >>> net.sourceforge.czt.session.CommandException: >>> net.sourceforge.czt.parser.util.ParseException: >>> line 2165 column 0 in >>> "/local/d0p6/zeyda/repo/czt/trunk/zeves/target/test-classes/tests/chain.tex": >>> Unknown latex command \end >>> line 2165 column 5 in >>> "/local/d0p6/zeyda/repo/czt/trunk/zeves/target/test-classes/tests/chain.tex": >>> Syntax error at symbol sche10dir8083https >>> line 2211 column 46 in >>> "/local/d0p6/zeyda/repo/czt/trunk/zeves/target/test-classes/tests/chain.tex": >>> Syntax error at symbol COMMA >>> line 2234 column 116 in >>> "/local/d0p6/zeyda/repo/czt/trunk/zeves/target/test-classes/tests/chain.tex": >>> Expression expected; found predicate >>> line 2238 column 302 in >>> "/local/d0p6/zeyda/repo/czt/trunk/zeves/target/test-classes/tests/chain.tex": >>> Expression expected; found predicate >>> at >>> net.sourceforge.czt.parser.zeves.ParseUtils.doCompute(ParseUtils.java:536) >>> at >>> net.sourceforge.czt.session.AbstractCommand.compute(AbstractCommand.java:52) >>> at net.sourceforge.czt.session.SectionManager.get(SectionManager.java:877) >>> at >>> net.sourceforge.czt.parser.util.CztManagedTest.parse(CztManagedTest.java:208) >>> at >>> net.sourceforge.czt.parser.util.CztManagedTest.parse(CztManagedTest.java:199) >>> at >>> net.sourceforge.czt.parser.util.CztManagedTest$AbstractManagedTest.runTest(CztManagedTest.java:394) >>> at junit.framework.TestCase.runBare(TestCase.java:134) >>> at junit.framework.TestResult$1.protect(TestResult.java:110) >>> at junit.framework.TestResult.runProtected(TestResult.java:128) >>> at junit.framework.TestResult.run(TestResult.java:113) >>> at junit.framework.TestCase.run(TestCase.java:124) >>> at junit.framework.TestSuite.runTest(TestSuite.java:232) >>> at junit.framework.TestSuite.run(TestSuite.java:227) >>> at >>> org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:79) >>> at >>> org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:59) >>> at >>> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:120) >>> at >>> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:103) >>> at org.apache.maven.surefire.Surefire.run(Surefire.java:169) >>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >>> at >>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) >>> at >>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) >>> at java.lang.reflect.Method.invoke(Method.java:601) >>> at >>> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:350) >>> at >>> org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1021) >>> Caused by: net.sourceforge.czt.parser.util.ParseException: >>> line 2165 column 0 in >>> "/local/d0p6/zeyda/repo/czt/trunk/zeves/target/test-classes/tests/chain.tex": >>> Unknown latex command \end >>> line 2165 column 5 in >>> "/local/d0p6/zeyda/repo/czt/trunk/zeves/target/test-classes/tests/chain.tex": >>> Syntax error at symbol sche10dir8083https >>> line 2211 column 46 in >>> "/local/d0p6/zeyda/repo/czt/trunk/zeves/target/test-classes/tests/chain.tex": >>> Syntax error at symbol COMMA >>> line 2234 column 116 in >>> "/local/d0p6/zeyda/repo/czt/trunk/zeves/target/test-classes/tests/chain.tex": >>> Expression expected; found predicate >>> line 2238 column 302 in >>> "/local/d0p6/zeyda/repo/czt/trunk/zeves/target/test-classes/tests/chain.tex": >>> Expression expected; found predicate >>> at >>> net.sourceforge.czt.parser.util.ParseExceptionCommand.compute(ParseExceptionCommand.java:36) >>> at net.sourceforge.czt.session.SectionManager.get(SectionManager.java:877) >>> at net.sourceforge.czt.parser.zeves.Parser.<init>(Parser.java:3100) >>> at net.sourceforge.czt.parser.zeves.LatexParser.<init>(LatexParser.java:55) >>> at net.sourceforge.czt.parser.zeves.ParseUtils.parse(ParseUtils.java:60) >>> at >>> net.sourceforge.czt.parser.zeves.ParseUtils.doCompute(ParseUtils.java:524) >>> ... 23 more >>> Tests run: 36, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 25.103 >>> sec<<< FAILURE! >>> >>> Results : >>> >>> Failed tests: >>> null(net.sourceforge.czt.parser.util.CztManagedTest$TestNormal) >>> >>> Tests run: 36, Failures: 1, Errors: 0, Skipped: 0 >>> >>> [INFO] >>> ------------------------------------------------------------------------ >>> [ERROR] BUILD FAILURE >>> [INFO] >>> ------------------------------------------------------------------------ >>> [INFO] There are test failures. >>> >>> Can anyone reproduce this problem? >>> >>> Cheers >>> Frank >>> >> >> >> ------------------------------------------------------------------------------ >> Live Security Virtual Conference >> Exclusive live event will cover all the ways today's security and >> threat landscape has changed and how IT managers can respond. Discussions >> will include endpoint security, mobile security and the latest in malware >> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >> _______________________________________________ >> CZT-Devel mailing list >> CZT...@li... >> https://lists.sourceforge.net/lists/listinfo/czt-devel > |