> > > > Hi Vincent,
> > > >
> > > > Why you don't use the jnlp plugin? Do you have some specific
> > requirement?
> > >
> > > I need to take an existing JNLP file and add some items to it. Is that
> > > supported by the JNLP plugin?
> >
> > No, but we can add a merge goal (or tag) for merge two files.
> > I think it's a better idea.
>
> Even if you add this it won't help me, because I don't have 2 JNLP files.
I
> have only one JNLP file and some plugin logic that needs to be inserted in
> the JNLP. Making it generic would be too difficult (template) and I really
> don't see what it would have to do with the JNLP plugin...
It's not really 2 jnlp files but 1 jnlp file and a "patch"
For abbot you can create a patch like this :
<jnlp>
<resources>
<!-- your specific jar add -->
<!-- your specific properties add -->
</resources>
</jnlp>
Note that I only write the specific part.
We merge original jar part with your part and original properties part with
your part.
So, for all jnlp tags, we write original part + patch part.
Emmanuel
---------------------------------------------------------------------
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]