On further investigation, I can't get the main/framework of felix to build using a 1.5 (or greater) compiler. Is there a top level switch for the compiler version which I'm just missing? Does felix default to 1.4.2 for a reason?
Thanks Bruce On 22/01/2010 18:20, "Bruce Jackson" <bru...@qualcomm.com> wrote: > Hi Chris > > If I put it back in from the top level pom.xml so I now have: > > <module>http.jetty</module> > > I get the following error: > > brucej$ mvn -Dpackaging=bundle install > [INFO] Scanning for projects... > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Project 'org.apache.felix:org.apache.felix.http.jetty' is duplicated > in the reactor > [INFO] > ------------------------------------------------------------------------ > [INFO] For more information, run Maven with the -e switch > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 2 seconds > [INFO] Finished at: Fri Jan 22 18:17:09 GMT 2010 > [INFO] Final Memory: 17M/79M > [INFO] > ------------------------------------------------------------------------ > > > > > On 22/01/2010 18:06, "Chris Custine" <chris.cust...@gmail.com> wrote: > >> packaging-bundle >