Re: [HELP] How to use ant-contrib inside an ant plugin?

2006-11-24 Thread Peter Reilly
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]

AW: [HELP] How to use ant-contrib inside an ant plugin?

2006-11-24 Thread Jan.Materne
- + i is @{i} Jan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [HELP] How to use ant-contrib inside an ant plugin?

2006-11-24 Thread Peter Reilly
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

[HELP] How to use ant-contrib inside an ant plugin?

2006-11-24 Thread Dharmesh Vyas
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: ***

AW: ANT pb with jdk version

2006-11-24 Thread Jan.Materne
>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

ANT pb with jdk version

2006-11-24 Thread jeb001
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