From: 窦佐超 <dou...@ho...> - 2014-02-27 22:13:23
|
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: Buildfile: /home/dou/jTSS_0.7.1/src/build.xml BUILD FAILED /home/dou/jTSS_0.7.1/src/build.xml:102: /home/dou/jTSS_0.7.1/src/version.txt doesn't exist Total time: 0 seconds Can anyone help me with this? Thanks! |
From: Ronald T. <ron...@ia...> - 2014-02-28 10:12:50
|
Hello, Just create a version.txt file there, with a single line saying for instance 0.7.1-dou Ronald On 02/27/2014 11:13 PM, ??? wrote: > 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: > > > Buildfile: /home/dou/jTSS_0.7.1/src/build.xml > > BUILD FAILED > /home/dou/jTSS_0.7.1/src/build.xml:102: > /home/dou/jTSS_0.7.1/src/version.txt doesn't exist > > Total time: 0 seconds > > > Can anyone help me with this? Thanks! > > > > ------------------------------------------------------------------------------ > Flow-based real-time traffic analytics software. Cisco certified tool. > Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer > Customize your own dashboards, set traffic alerts and generate reports. > Network behavioral analysis & security monitoring. All-in-one tool. > http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk > > > _______________________________________________ > Trustedjava-support mailing list > Tru...@li... > https://lists.sourceforge.net/lists/listinfo/trustedjava-support -- Dr. Ronald Tögl phone +43 316/873-5502 Secure and Correct Systems fax +43 316/873-5520 IAIK ron...@ia... Graz University of Technology http://www.iaik.tugraz.at |
From: 窦佐超 <dou...@ho...> - 2014-03-05 20:17:58
|
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! |
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 |