|
From: Ronald T. <ron...@ia...> - 2014-03-06 21:02:54
|
Hello,
This is probably a version issue (too old) with the JUNIT library used
in your ANT environment.
Best regards,
Ronald
Am 05.03.2014 21:17, schrieb ???:
>
>
> Dear all,
> I was following the instructions in the TrustJava Website to configure
> the SOAP build of jTSS.
>
> When I reached step7.6 generate SOAP Jars, I got the following error
> message:
>
> They are similar issues like:
>
> [javac] location: class TestEventLog
> [javac]
> /home/dou/jTSS_0.7.1/src/jtss_tsp/src_tests/iaik/tc/tss/test/tsp/java/pcrs/TestEventLog.java:253:
> error: cannot find symbol
> [javac] assertTrue("logging event failed", false);
> [javac] ^
> [javac] symbol: method assertTrue(String,boolean)
> [javac] location: class TestEventLog
> [javac]
> /home/dou/jTSS_0.7.1/src/jtss_tsp/src_tests/iaik/tc/tss/test/tsp/java/pcrs/TestPcrs.java:75:
> error: cannot find symbol
> [javac] assertTrue("testPcrExtendAndReadWithoutEvent failed", false);
> [javac] ^
> [javac] symbol: method assertTrue(String,boolean)
> [javac] location: class TestPcrs
> [javac]
> /home/dou/jTSS_0.7.1/src/jtss_tsp/src_tests/iaik/tc/tss/test/tsp/java/pcrs/TestPcrs.java:112:
> error: cannot find symbol
> [javac] assertTrue("PCR content after extend is
> still zero.", false);
> [javac] ^
> [javac] symbol: method assertTrue(String,boolean)
> [javac] location: class TestPcrs
> [javac]
> /home/dou/jTSS_0.7.1/src/jtss_tsp/src_tests/iaik/tc/tss/test/tsp/java/pcrs/TestPcrs.java:124:
> error: cannot find symbol
> [javac] assertTrue("PCR reset failed.", false);
> [javac] ^
> [javac] symbol: method assertTrue(String,boolean)
> [javac] location: class TestPcrs
> [javac]
> /home/dou/jTSS_0.7.1/src/jtss_tsp/src_tests/iaik/tc/tss/test/tsp/java/pcrs/TestPcrs.java:131:
> error: cannot find symbol
> [javac] assertTrue("testPcrExtendAndReadWithoutEvent failed", false);
> [javac] ^
> [javac] symbol: method assertTrue(String,boolean)
> [javac] location: class TestPcrs
> [javac] Note:
> /home/dou/jTSS_0.7.1/src/jtss_tsp/src_tests/iaik/tc/tss/test/tsp/java/simple/TestWinDenyCommand.java
> uses or overrides a deprecated API.
> [javac] Note: Recompile with -Xlint:deprecation for details.
> [javac] 100 errors
> [javac] 1 warning
>
>
> Total time: 0 seconds
>
>
> Can anyone help me with this? Thanks!
>
>
>
> ------------------------------------------------------------------------------
> Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
> With Perforce, you get hassle-free workflows. Merge that actually works.
> Faster operations. Version large binaries. Built-in WAN optimization and the
> freedom to use Git, Perforce or both. Make the move to Perforce.
> http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
>
>
> _______________________________________________
> Trustedjava-support mailing list
> Tru...@li...
> https://lists.sourceforge.net/lists/listinfo/trustedjava-support
|