[ https://jira.codehaus.org/browse/MWEBSTART-134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tony Chemit closed MWEBSTART-134. --------------------------------- Resolution: Fixed Fix Version/s: 1.0-beta-2 fixed in r14718. IT MWEBSTART-134 proves it. > jnlp resources are in libPath > ----------------------------- > > Key: MWEBSTART-134 > URL: https://jira.codehaus.org/browse/MWEBSTART-134 > Project: Maven 2.x Webstart Plugin > Issue Type: Bug > Components: jnlps > Affects Versions: 1.0-alpha-2 > Environment: Linux Slack 12.2. > apache-maven-2.1.0 > Reporter: Kirstin Ebeling > Assignee: Tony Chemit > Fix For: 1.0-beta-2 > > > I use default directory pathes described for webstart-maven-plugin: > pom.xml (configures the webstart plugin) > src/main/java (Java sources) > src/main/jnlp/template.vm (template for the jnlp file to be generated.) > src/main/jnlp/resources/ > where in the last directory is for example the file "index.html" > The configuration for webstart-maven-plugin for goal jnlp is > <configuration> > <libPath>lib</libPath> > <jnlp> > <outputFile>XYZ.jnlp</outputFile> > <mainClass>com.main.somthing.Launch</mainClass> > </jnlp> > </configuration> > The bundle after excution looks like this: > target/jnlp/XYZ.jnlp > target/${project.name}.jar > target/${project.name}.zip > target/jnlp/lib with libraries from maven-dependencies AND the file > "index.html" > I think, the resource "index.html" must be in directory target/jnlp/ > Isn't it ? -- This message is automatically generated by JIRA. 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