Pablo Pina commented on Improvement MWEBSTART-213

Hey Tony,

I just tried 1.0-beta-4-SNAPSHOT and no go for me

– Remove existing signatures
– Unpack jars before sign operation (see http://docs.oracle.com/javase/7/docs/technotes/guides/deployment/deployment-guide/pack200.html)
– Sign jars
/bin/sh: 1: Syntax error: Unterminated quoted string

<configuration>
<!-- Keeping jars in lib -->
<libPath>lib</libPath>
<jnlpFiles>
<jnlpFile>
<templateFilename>yam-jnlp.vm</templateFilename>
<jarResources>
<jarResource>
<groupId>com.anahata</groupId>
<artifactId>JobTracking-app</artifactId>
<version>$

{project.version}

</version>
<mainClass>com.anahata.jobtracking.ui.jfx.Main</mainClass>
</jarResource>
</jarResources>
</jnlpFile>
</jnlpFiles>

<!-- <updatedManifestEntries>
<Permissions>all-permissions</Permissions>
<Codebase>*</Codebase>
</updatedManifestEntries>-->

<sign>
<keystore>$

{basedir}

/src/main/keystore/anahata.jks</keystore>
<keypass>Anahata123</keypass>
<storepass>Anahata123</storepass>
<alias>anahata technologies pty ltd's comodo code signing ca 2 id</alias>
</sign>

<outputJarVersions>false</outputJarVersions>
<unsign>true</unsign>
<pack200>true</pack200>
</configuration>

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