Hi Chris,
I updated the version of the velocity and build the feature module, I
got this error in feature/camel/camelfeatures module.
Caused by: org.apache.maven.plugin.MojoExecutionException: Unable to
create features.xml file: java.util.zip.ZipException: error in opening
zip file
at
org.apache.felix.karaf.tooling.features.GenerateFeaturesXmlMojo.execute(GenerateFeaturesXmlMojo.java:154)
at
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:483)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:678)
... 17 more
Caused by: java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:203)
at java.util.zip.ZipFile.<init>(ZipFile.java:234)
at
org.apache.felix.karaf.tooling.features.GenerateFeaturesXmlMojo.getManifest(GenerateFeaturesXmlMojo.java:497)
at
org.apache.felix.karaf.tooling.features.GenerateFeaturesXmlMojo.registerBundle(GenerateFeaturesXmlMojo.java:427)
at
org.apache.felix.karaf.tooling.features.GenerateFeaturesXmlMojo.readBundles(GenerateFeaturesXmlMojo.java:252)
at
org.apache.felix.karaf.tooling.features.GenerateFeaturesXmlMojo.execute(GenerateFeaturesXmlMojo.java:147)
... 19 more
Willem
Chris Custine wrote:
This bundle was released in May, so the r.a.o snapshots Nexus probably
purged it or something like that. I have updated the reference to use the
released version so should be fixed in trunk. I will try to do a clean
maven repo + no Nexus build on features tomorrow to try and resolve some of
these clean build issues. In the mean time, if you see more like this just
keep posting them.
Thanks,
Chris
--
Chris Custine
FUSESource :: http://fusesource.com
My Blog :: http://blog.organicelement.com
Apache ServiceMix :: http://servicemix.apache.org
Apache Directory Server :: http://directory.apache.org
On Sat, Sep 12, 2009 at 1:32 PM, Greg Lucas <[email protected]> wrote:
I'm trying to build against a clean local repo from trunk. The features
build is failing to find a dependency:
org.apache.servicemix.bundles:org.apache.servicemix.bundles.velocity:jar:1.6.2_1-SNAPSHOT
although this version does seem to exist on the apache snapshot repo.
Anyone else seeing this?
--
Greg Lucas