Take a look at the change to the war plugin..

       <j:forEach var="dep" items="${pom.dependencies}">
         <j:if test="${dep.getProperty('war.bundle.jar')=='true'}">
           <copy todir="${webapp.build.lib}"
  -
file="${maven.repo.local}/${dep.getProjectId()}/jars/${dep.getArtifact()}"/>
  +
file="${maven.repo.local}/${dep.artifactDirectory}/jars/${dep.artifact}"/>
         </j:if>  
       </j:forEach>  

You need to change from projectid to artifactdirectory most probably.

Eric Pugh

-----Original Message-----
From: Philip Crotwell [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 16, 2003 11:50 AM
To: [EMAIL PROTECTED]
Subject: jnlp signjar not working in latest cvs



Hi

I got an update from cvs and now signjar no longer works in the jnlp
plugin. I get this, notice that it is trying to sign
/Users/crotwell/External/maven/repository/jars/hsqldb-1.7.1.jar
instead of
/Users/crotwell/External/maven/repository/hsqldb/jars/hsqldb-1.7.1.jar
                                          ^^^^^^
thanks,
Philip

jnlp:generate-jnlp:
    [echo] Creating
/Users/crotwell/Developement/vsnExplorer/target/jnlp/gee.jnlp ...
    [echo] Found a store...signing jars
    [echo] Signing jar files ...
    [signjar] Signing Jar :
/Users/crotwell/External/maven/repository/jars/hsqldb-1.7.1.jar
    [signjar] jarsigner: unable to open jar file:
/Users/crotwell/External/maven/repository/jars/hsqldb-1.7.1.jar




--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

Reply via email to