Hi Christian,
Hmmm... The Abbot maven plugin does not currently make any direct
modification to the deployment.properties file. If changes are brought to
this file it is by webstart itself.
Here's what the plugin does:
<java classname="com.sun.javaws.Main" fork="true"
failonerror="true">
<classpath>
<pathelement
location="${maven.abbot.webstart.home}/javaws-l10n.jar"/>
<pathelement location="${maven.abbot.webstart.home}/javaws.jar"/>
</classpath>
<jvmarg value="-Djnlpx.home=${maven.abbot.webstart.home}"/>
<jvmarg value="-Djnlpx.heapsize=NULL,NULL"/>
<jvmarg value="-Djnlpx.jvm=${java.home}/bin/javaw.exe"/>
<jvmarg
value="-Djnlpx.deployment.system.home=${maven.abbot.javaws.systemhome}"/>
<jvmarg
value="-Djnlpx.deployment.user.home=${maven.abbot.javaws.userhome}"/>
<jvmarg
value="-Djava.security.policy=${maven.abbot.webstart.home}/javaws.policy"/>
<jvmarg value="-DtrustProxy=true"/>
<arg
value="${maven.abbot.dest.dir}/${maven.abbot.webstart.jnlp.modified}"/>
</java>
That�s all it does WRT webstart. I think the problem might be that you're
pointing to 2 different webstart caches. Note that Girish has submitted a
patch so that the Maven plugin can control the webstart cache. This patch
has not yet been applied but maybe it would help you.
-Vincent
> -----Original Message-----
> From: Christian Netth�fel [mailto:[EMAIL PROTECTED]
> Sent: mercredi 16 f�vrier 2005 12:47
> To: [email protected]
> Subject: abbot-webstart: overwritten deployment.properties
>
>
>
> Hi there,
>
> I got a problem with the abbot-plugin. I'm trying to test a
> webstart-application. Everytime I run the test, maven overwrites the
> deployment.properties for my JavaWebstart Cache.
>
> So there are no longer JRE-infos, proxy-settings, etc in it. This causes
> the
> application not to start.
>
> Am I missing something? I don't think maven should create a new
> deployment.properties in the users javaws-home.
>
> Someone knows a solution?
>
> TIA
> Christian
>
> ----------------------------------------------------------------
> This message was sent using IMP, the Internet Messaging Program.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]