On 12/01/2010 01:38 PM, Farrukh Najmi wrote:
I run mvn on my project that uses the webstart-maven-plugin using the
following command to allow attaching via a remote debugger (NetBeans 6.9
in my case)
This is more a NetBeans question, but since it is related to mojo development here is what I ju
I am trying to debug a problem the following problem that I am seeing
with webstart-maven-plugin:
http://jira.codehaus.org/browse/MWEBSTART-138 (still open)
http://jira.codehaus.org/browse/MWEBSTART-64 (closed as fixed)
I have checked out the latest trunk source from svn for
webstart
On 2010-12-01 14:07, Farrukh Najmi wrote:
>
> I have a webapp that has two servlets:
>
>1. A server for my application
>2. A JnlpDownloadServlet that serves a webstart app that is a swing
> client to my server
>
> The two servlets share many of the same jar dependencies.
>
> I use
I have a webapp that has two servlets:
1. A server for my application
2. A JnlpDownloadServlet that serves a webstart app that is a swing
client to my server
The two servlets share many of the same jar dependencies.
I use the webstart-maven-plugin and its jnlp-download-servlet goal to