Ouch!
Ta.
Pater
On 11/24/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
-
+
i is @{i}
Jan
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-
+
i is @{i}
Jan
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Use the antlib:net.sf.antcontrib namespace
i is @{i}
Also, you should upgrade to ant 1.6.5 as ant1.6.5 fixes
a number of bugs found in ant 1.6.3.
(or ant 1.7.0 when it comes out in a few weeks).
Peter
On 11/24/06, Dharmesh Vyas <[EMAIL PROTECTED]> wrote:
Hello Group,
I
Hello Group,
I am a new member of the group. I am trying to use ant-contrib plugin with
ant. I have been facing an issue where in it shows that "Could not create
task or type of type: for."
The full error that I get is:
***
>My ear have to be compilated with a JDK 1.4 in order to be
>deployed on my WAS server.
set the 'source' and 'target' attribute of .
>java.lang.UnsupportedClassVersionError:
>com/sun/tools/javac/Main (Unsupported major.minor version 49.0)
That means, that a Java<=1.4 class (version 48) tries
Hi,
I'm trying to write an ANT script to compile, package an EJB.ear.
My ear have to be compilated with a JDK 1.4 in order to be deployed on my
WAS server.
My script works well if I launch it with a JDK1.5, but the deployement
failed.
If I launch my script using a JDK 1.4, it doesn't work, and