Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Aug 2006 23:06:37 +0200
From:      Martin Dames <dames.martin@googlemail.com>
To:        java@FreeBSD.org
Subject:   open xchange install problem
Message-ID:  <E6957B13-3AB5-4D97-AA8A-BF1EFA39EA58@googlemail.com>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E6957B13-3AB5-4D97-AA8A-BF1EFA39EA58>