purepennons / gss

Automatically exported from code.google.com/p/gss
Other
0 stars 0 forks source link

compile errors with gss 1.4 #80

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. download gss 1.4 source
2. try to build with ant install run
3.

What is the expected output? What do you see instead?

Expected output is successful build.
Instead I get this:

compile:
    [javac] Compiling 237 source files to /root/gss-03032011/bin
    [javac] /root/gss-03032011/test/gr/ebs/gss/server/ejb/ExternalAPITest.java:845: cannot find symbol
    [javac] symbol  : method indexFile(java.lang.Long,boolean)
    [javac] location: interface gr.ebs.gss.server.ejb.ExternalAPIRemote
    [javac]                     service.indexFile(Long.valueOf(599), false);
    [javac]                            ^
    [javac] /root/gss-03032011/test/gr/ebs/gss/server/ejb/ExternalAPITest.java:858: cannot find symbol
    [javac] symbol  : method indexFile(java.lang.Long,boolean)
    [javac] location: interface gr.ebs.gss.server.ejb.ExternalAPIRemote
    [javac]                     service.indexFile(Long.valueOf(14076), true);
    [javac]                            ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 2 errors

What version of the product are you using? On what operating system?
I am trying to build gss 1.4 from source on Centos 5 x64. I have ant 1.7 and 
java 1.6. Older sources built fine without problems.

Please provide any additional information below.

Original issue reported on code.google.com by ngara...@gmail.com on 3 Mar 2011 at 2:49

GoogleCodeExporter commented 8 years ago
You are right but it seems that you didn't download the version tagged 
'gss-1.4' but the latest which had an error. This has now been fixed. You can 
no download either the latest or the gss-1.4 tag.

Original comment by chstath on 3 Mar 2011 at 3:09