Hi Fran
Sorry for that. Please add the following dependency to the fediz-core pom:
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
<scope>provided</scope>
</dependency>
I'll fix it tomorrow.
Unfortunately, there is no build triggered by jersey so far.
Thanks
Oli
------
Oliver Wulff
http://owulff.blogspot.com
Solution Architect
Talend Application Integration Division http://www.talend.com
________________________________________
Von: Francisco Serrano [[email protected]]
Gesendet: Montag, 6. Februar 2012 18:49
Bis: [email protected]
Betreff: Compilation error in fediz-core
Hi list!
We updated to the latest version of Fediz
(http://svn.apache.org/repos/asf/cxf/sandbox/fediz) and have problems to build
the project with Maven (mvn clean install). The module fediz-core is not
compiling due to a missing dependency to the servlet API.
Is there any continuos integration build server that we can take a look at? Is
there anything we're missing here?
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile)
on project fediz-core: Compilation failure: Compilation failure:
[ERROR]
/Users/user/fediz-sandbox/fediz-core/src/main/java/org/apache/cxf/fediz/core/IDPCallback.java:[6,25]
package javax.servlet.http does not exist
[ERROR]
/Users/user/fediz-sandbox/fediz-core/src/main/java/org/apache/cxf/fediz/core/IDPCallback.java:[11,12]
cannot find symbol
[ERROR] symbol : class HttpServletRequest
[ERROR] location: class org.apache.cxf.fediz.core.IDPCallback
Thanks in advance.
Kind regards,
Fran.