Thanks, with this patch build finished successful!
Julien CARSIQUE <[email protected]> writes: > Hello, > > See my mail titled "Building Nuxeo with maven 2.2.1" on > [email protected]. > > You may test the following patch in order to use Maven 2.2.1: > diff --git a/pom.xml b/pom.xml > --- a/pom.xml > +++ b/pom.xml > @@ -1491,7 +1491,7 @@ > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-nuxeo-plugin</artifactId> > - <version>1.0.13</version> > + <version>1.0.14-SNAPSHOT</version> > </plugin> > <plugin> > <groupId>org.apache.maven.plugins</groupId> > @@ -1564,7 +1564,7 @@ > <dependency> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-nuxeo-plugin</artifactId> > - <version>1.0.10</version> > + <version>1.0.14-SNAPSHOT</version> > </dependency> > </dependencies> > </plugin> > > Best regards, > Julien > > Bruce Grant a écrit : > > Unfortunately, I think that 2.0.9 and 2.0.10 are the only supported > versions of maven > > > > > > From: Vitaly Kuznetsov <[email protected]> > To: [email protected] > Date: 11/15/2009 04:13 PM > Subject: [Ecm] Building EP 5.3 with maven-2.2.1 > > > > --------------------------------------------------------------------------- > > > > Hi, > > I tried to build EP 5.3 from sources with maven-2.2.1 but the following > error occured: > > <...building....building...> > [INFO] Copied target to: /home/vitty/workspace/nuxeo/nuxeo-distribution/ > nuxeo-platform-ear/target/nuxeo.ear > [INFO] Zipped target to: /home/vitty/workspace/nuxeo/nuxeo-distribution/ > nuxeo-platform-ear/target/nuxeo.ear.zip > [INFO] Done. > [INFO] > ------------------------------------------------------------------------ > [ERROR] FATAL ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] null > [INFO] > ------------------------------------------------------------------------ > [INFO] Trace > java.lang.NullPointerException > at java.util.Hashtable.put(Hashtable.java:394) > at java.util.Properties.setProperty(Properties.java:143) > ...<skip> > at org.codehaus.classworlds.Launcher.launchEnhanced > (Launcher.java:315) > at org.codehaus.classworlds.Launcher.launch > (Launcher.java:255) > at org.codehaus.classworlds.Launcher.mainWithExitCode > (Launcher.java:430) > at org.codehaus.classworlds.Launcher.main > (Launcher.java:375) > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 5 minutes 28 seconds > [INFO] Finished at: Sun Nov 15 23:46:44 MSK 2009 > [INFO] Final Memory: 282M/559M > [INFO] > ------------------------------------------------------------------------ > > I googled and find releated issue: https://svn.sxc.codehaus.org/browse/ > MNG-4382 > Is there any patch suggested? Downgrading to maven-2.0.10 looks a bad idea > ;( > > -- > Vitaly Kuznetsov, ALT Linux. > > _______________________________________________ > ECM mailing list > [email protected] > http://lists.nuxeo.com/mailman/listinfo/ecm > To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm > > > > ------------------------------------------------------------------- > > _______________________________________________ > ECM mailing list > [email protected] > http://lists.nuxeo.com/mailman/listinfo/ecm > To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm > > > > -- > Julien Carsique, Nuxeo (Paris, France) > www.nuxeo.com - The Open Source ECM Platform - www.nuxeo.org > Nuxeo ECM Stack - The Java EE, scalable, standard-based ECM Platform > [email protected] | Tel: +33 1 40 33 79 87 > -- Vitaly Kuznetsov, ALT Linux. _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm
