Hi Sebastien, Am Donnerstag, den 27.03.2008, 20:42 +0100 schrieb Sebastien ARBOGAST: > Is there a way to embed a swf file (so not a java file) into the target > bundle, knowing that this swf file is produced by another maven module? > When I try to add the swf module as a dependency, I get the following > message:
Not sure, what exactly you are doing, hence it is difficult to help. Maybe it would be worth it providing your pom.xml file. Regards Felix > > org.apache.maven.lifecycle.LifecycleExecutionException: Error calculating > classpath for project MavenProject: > org.epseelon.basement:org.epseelon.basement.people:1.0.0 @ > /Users/sarbogast/dev/basement/people/bundle/pom.xml > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals( > DefaultLifecycleExecutor.java:564) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle > (DefaultLifecycleExecutor.java:480) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal( > DefaultLifecycleExecutor.java:459) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures > (DefaultLifecycleExecutor.java:311) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments( > DefaultLifecycleExecutor.java:278) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute( > DefaultLifecycleExecutor.java:143) > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:333) > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:126) > at org.apache.maven.cli.MavenCli.main(MavenCli.java:282) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java > :39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke( > DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > 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) > Caused by: org.apache.maven.plugin.MojoExecutionException: Error calculating > classpath for project MavenProject: > org.epseelon.basement:org.epseelon.basement.people:1.0.0 @ > /Users/sarbogast/dev/basement/people/bundle/pom.xml > at org.apache.felix.bundleplugin.BundlePlugin.execute(BundlePlugin.java:126) > at org.apache.felix.bundleplugin.BundlePlugin.execute(BundlePlugin.java:118) > at org.apache.maven.plugin.DefaultPluginManager.executeMojo( > DefaultPluginManager.java:447) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals( > DefaultLifecycleExecutor.java:539) > ... 16 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:114) > at java.util.zip.ZipFile.<init>(ZipFile.java:131) > at aQute.lib.osgi.ZipResource.build(ZipResource.java:39) > at aQute.lib.osgi.ZipResource.build(ZipResource.java:32) > at aQute.lib.osgi.Jar.<init>(Jar.java:31) > at org.apache.felix.bundleplugin.BundlePlugin.getClasspath(BundlePlugin.java > :295) > at org.apache.felix.bundleplugin.BundlePlugin.execute(BundlePlugin.java:123) > ... 19 more > > Any idea? > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

