I can see:

                    <u:tokenize var="listOfProperties" delim="
">${maven.jnlp.properties}</u:tokenize>
                    <j:forEach var="someProperty"
items="${listOfProperties}">
                      <property name="${someProperty}"
value="${context.getVariable(someProperty)}"/>
                    </j:forEach>


Though I don't know exactly what format that expects it in. I suspect
looking into <u:tokenize> more would help. Whatever that is.

On the signing jar issue. It seems to somehow think there is a store
defined, even though it's commented out of the project.properties and the
file itself is removed. Will continue playing.

Hen

On Mon, 15 Mar 2004, Henri Yandell wrote:

>
> I want to get system properties into my jnlp file. Anyway to do that with
> the plugin?
>
> ie)
>   <resources>
>     <property name="com.foo.value" value="bar"/>
>   </resources>
>
> I also want to build without signing, at least until I discover that the
> client actually needs said permissions. How do I turn signing off?
>
> Thanks,
>
> Hen
>
>
> ---------------------------------------------------------------------
> 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]

Reply via email to