qpid - 2006-11-08

There was no way to combine a property and the information title, vendor and description sectors.
For e.g. i wrote sth. like that: <information><title>${jnlp.title}</title>...
but that wont work with ant. Maby i am a little bit difficult, but only maby. So my solution was it to add the setter methods for title, vendor and description to the JNLPTask.java.

So now it is possible to write the sections like this:

<title title="${webstart.title}"/>
<description kind="one-line" text="${webstart.desc.oneline}"/>

with best regards qpid