On 2020-04-08, Martin Gainty wrote:
> how does task accomplish
> --patch-module java.base=src
> directive?
You can always use a nested element for the task.
Stefan
-
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
Fo
i am encountering this situation
https://github.com/javapathfinder/jpf-core/issues/27
suggested mitigation is to pass
--patch-module java.base=src
to point to local source
javac --patch-module java.base=src -d build \
src/java.base/java/util/concurrent/ConcurrentHashMap.java
how does task a
Hi,
-Original Message-
From: Rebhan, Gilbert [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 18, 2007 3:05 PM
To: user@ant.apache.org
Subject: RE: ANT / AntXtras quick question.
/*
*/
forget this nonsense, had a visit to the dentist that morning ;-)
Of course \w+ would
Hi,
-Original Message-
From: warhero [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 18, 2007 2:53 AM
To: user@ant.apache.org
Subject: ANT / AntXtras quick question.
/*
I'm having trouble trying to figure out how to make sure a property is
not
empty.
So I have a properties
o
> myprop=something.
>
> And if the myprop is not empty (myprop=) then execute something. Does that
> make sense? here's some kind of pseudocode.
>
>
>
>
>
> Just some pseudo code, but get's the point across..
>
> Thanks in advance.
> --
&
but get's the point across..
Thanks in advance.
--
View this message in context:
http://www.nabble.com/ANT---AntXtras-quick-question.-tf4470947.html#a12747996
Sent from the Ant - Users mailing list archive at Nabble.com.
-