Issue Type: Bug Bug
Assignee: Unassigned
Created: 24/Jan/14 3:52 AM
Description:

If you're unfortunate enough to have a dependency on a library which uses the maven classifier to publish multiple jar's with the same artifactId then the webstart plugin will generate a jnlp descriptor / webstart directory which does not launch.

An example dependency:

<dependency>
  <groupId>org.perf4j</groupId>
  <artifactId>perf4j</artifactId>
  <version>0.9.9</version>
  <classifier>log4jonly</classifier>
</dependency>

will generate an exception when launching:
com.sun.deploy.net.FailedDownloadException: Unable to load resource: (http://.../webstart/perf4j-slf4jonly.jar?version-id=0.9.9, 0.9.9)
with a wrapped exception:
java.io.IOException: Error returned: 10 Could not locate resource

Project: Mojo's Webstart Maven Plugin
Priority: Major Major
Reporter: Jon Freedman
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to