open xchange install problem

Martin Dames dames.martin at googlemail.com
Wed Aug 30 21:06:50 UTC 2006


Hi there,

does anybody did a successful install of the open xchange project? If  
yes, how....

I installed all the libs
jsdk.jar (Java Servlet Development Kit)
       jdbc.jar (Java Database Connectivity, should be provided
       with your database)
       jdom.jar (Parsing and generating XML files)
       mail.jar (JavaMail API)
       activation.jar (JavaBeans Activation Framework)

and I told configure where it can find it:

./configure --with-jdbcjar=/usr/local/share/java/classes/jdbc2_0- 
stdext.jar --with-mailjar=/usr/local/share/java/classes/mail.jar -- 
with-jdomjar=/usr/local/share/java/classes/jdom.jar --with- 
activationjar=/usr/local/share/java/classes/activation.jar --with- 
jsdkjar=/usr/local/share/java/classes/jsdk.jar

and it ran good.... but make sais:

...
    [javac] location: interface javax.servlet.http.HttpSession
     [javac]         session.setAttribute("cookie", scookieval);
     [javac]                    ^
     [javac] /usr/home/martin/open-xchange-0.8.2-1/src/webmail.java: 
156: cannot find symbol
     [javac] symbol  : method getAttribute(java.lang.String)
     [javac] location: interface javax.servlet.http.HttpSession
     [javac]         jcookie = (String)session.getAttribute("cookie");
     [javac]                                      ^
     [javac] /usr/home/martin/open-xchange-0.8.2-1/src/webmail.java: 
259: cannot find symbol
     [javac] symbol  : method setAttribute 
(java.lang.String,java.lang.String)
     [javac] location: interface javax.servlet.http.HttpSession
     [javac]         session.setAttribute("cookie", scookieval);
     [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] 79 errors

BUILD FAILED
/usr/home/martin/open-xchange-0.8.2-1/build.xml:45: Compile failed;  
see the compiler error output for details.

Total time: 54 seconds
*** Error code 1
1 error
*** Error code 1
1 error


for example... so I really at the end of clues...

has anybody an idea?

Thank you.


More information about the freebsd-java mailing list