Looks like you have the same error that I had when I tried compiling Nuxeo EP with Java 6.

  S.

On Feb 6, 2007, at 3:14 PM, Stefan Paitoni wrote:

Hi Julien,



Thank you for the respons.

Well, We do as you say,

A complete 'svn co', the 'apache-ant-1.7.0' installation to get the 'ant clean' working, and the 'mvn -Dmaven.test.skip=true install'.



And…

Compiling 54 source files to C:\nuxeo-ep\org.nuxeo.theme.jsf\build

[INFO] ---------------------------------------------------------------------- --

[ERROR] BUILD FAILURE

[INFO] ---------------------------------------------------------------------- --

[INFO] Compilation failure



C:\nuxeo-ep\org.nuxeo.theme.jsf\src\org\nuxeo\theme\jsf\negotiation \CookieManager.java:[20,25] package javax.servlet.http does not exist



C:\nuxeo-ep\org.nuxeo.theme.jsf\src\org\nuxeo\theme\jsf\taglib \ResourcesTag.java:[20,7] cannot access javax.servlet.jsp.tagext.Tag

class file for javax.servlet.jsp.tagext.Tag not found

public class ResourcesTag extends UIComponentTag {



C:\nuxeo-ep\org.nuxeo.theme.jsf\src\org\nuxeo\theme\jsf\resources \ResourceServlet.java:[26,20] package javax.servlet does not exist



C:\nuxeo-ep\org.nuxeo.theme.jsf\src\org\nuxeo\theme\jsf\resources \ResourceServlet.java:[27,25] package javax.servlet.http does not exist

………



Well, we can’t install the package.

We have Eclipse 2.0, maven-2.0.4, apache-ant-1.7.0. (and we work on an Windows XP plateform)



Inside Eclipse, we already get the same error with the artifact.

How can we force to download these artifacts ?



Many thanks



Stefan

Micro Research



-----Original Message-----
From: Julien Anguenot [mailto:[EMAIL PROTECTED]
Sent: mardi 6 février 2007 13:52
To: Stefan Paitoni
Cc: ECM List
Subject: Re: [Ecm] [RELEASE] Nuxeo EP 5.0.0 aka "New Orleans"



Hi Stefan,



Stefan Paitoni wrote:

> We try to update our current version and make the installation but we have this report from the ant build

>     : Buildfile: C:\ECM_Trunk\org.nuxeo.ecm.webapp\build.xml

>     :

>     : BUILD FAILED

> : C:\ECM_Trunk\org.nuxeo.ecm.webapp\build.xml:6: Could not create task : or type of type: urn:maven-artifact-ant:pom.

>     :

>     : Ant could not find the task or a class this task relies upon.

>     : ...

>

> We do the 'mvn install' and when we start Eclipse, we have this type of message during the 'workspace building' phase

> : 6/02/07 10:59:47 CET: [WARN] Unable to get resource from repository safehaus-repository (http://m2.safehaus.org)

> : 6/02/07 10:59:47 CET: [WARN] Unable to get resource from repository apache.snapshots (http://people.apache.org/repo/m2- snapshot-repository)



You should give a try now. The codehaus repository was down yesterday

for a while. I think this is the problem here.



We will setup a mirror at Nuxeo in the following days to avoid such

problems.



What you need to do for a devel checkout :



 $ svn co http://svn.nuxeo.org/nuxeo/nuxeo-ep/trunk nuxeo-ep

 $ cd nuxep-ep

 $ ant clean

 $ mvn -Dmaven.test.skip=true install

 $ ant deploy



You should not get any errors here.



> About the 'settings.xml' file into .m2 repository, what can we use for server authentification (id, username and password)?



nope. You shouldn't need to.



Keep us posted about.



Cheers,



      J.

_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

--
Stefane Fermigier, CEO, Nuxeo SAS
Open Source Enterprise Content Management (ECM)
Nuxeo 5 EP is out! - Now Java EE based, standards compliant
Web: http://www.nuxeo.com/ - Tel: +33 1 40 33 79 87


_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to