In order to be sure that there weren't something wrong with my environment, i've retried to create rpms for apache cloudstack 4.0.0 and it worked well. I've deleted the cs 4.2.0 src dir, tar xvfz of the tarbal file of cs 4.2 sources, retried to launch package.sh, same error. Retried a mvn clean and so a mvn -P deps as in the cs 4.0.0 docs, and i got the same error.
Thanks for your help. Regards, Benoit 2013/10/3 benoit lair <kurushi4...@gmail.com> > Hello Chip, > > Yes i do. I've tried mvn clean install, and : > > mvn > mvn clean install > mvn - P deps (as the install way of cs 4.0.0) > mvn clean install > > > I got always the same errors. > > > 2013/10/3 Chip Childers <chip.child...@sungard.com> > >> On Thu, Oct 03, 2013 at 11:21:57AM +0200, benoit lair wrote: >> > A precision, the linux centos 6.3 i used is a ghost of the centos 6.3 >> > environment i use for compiling apache cloudstack 4.0.0-incubating, >> which >> > works very well, but not with cs 4.2.0 >> >> Are you able to build using maven (don't use the package.sh script, do >> mvn clean install). >> > >