On Mon, Nov 17, 2008 at 08:46:01AM +0100, [EMAIL PROTECTED] wrote:
> Where is your ${J2SE-1.4} property set?
> If this property HAS to be set, you could ensure that with <fail>.
> If an empty song is valid, you could also add an <not><equals> condition.
>
> <condition property="bundleBootClasspath" value="${J2SE-1.4}">
> <and>
> <isset property="J2SE-1.4"/>
> <not><equals arg1="${J2SE-1.4}" arg2="" trim="true"/></not>
> </and>
> </condition>
> <property name="bundleBootClasspath" value="VALUE-IF-NOTHING-MATCHES"/>
>
>
> Jan
Hi Jan, thanks for replying.
I've finally seen that it has been set in the .properties file.
There is also a way to check the length. Anyway something is broken in
the buildsystem for eclipse. So nobody seems to be using it.
Marc Weber
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]