Re: Compiling enums in Ant 1.6.5

2005-12-16 Thread Alexey N. Solofnenko
ECTED]> To: "Ant Users List" Sent: Thursday, December 15, 2005 8:08 PM Subject: Re: Compiling enums in Ant 1.6.5 Is it possible that you have old tools.jar somewhere on your CLASSPATH or in your ANT's installation directory? - Alexey. Rhino wrote: - Original Message -

Re: Compiling enums in Ant 1.6.5

2005-12-15 Thread Rhino
Ant Users List" Sent: Thursday, December 15, 2005 8:08 PM Subject: Re: Compiling enums in Ant 1.6.5 Is it possible that you have old tools.jar somewhere on your CLASSPATH or in your ANT's installation directory? - Alexey. Rhino wrote: - Original Message - From: "Rhin

Re: Compiling enums in Ant 1.6.5

2005-12-15 Thread Alexey N. Solofnenko
Is it possible that you have old tools.jar somewhere on your CLASSPATH or in your ANT's installation directory? - Alexey. Rhino wrote: - Original Message - From: "Rhino" <[EMAIL PROTECTED]> To: "ant-user" Sent: Thursday, December 15, 2005 5:36 PM

Re: Compiling enums in Ant 1.6.5

2005-12-15 Thread Rhino
- Original Message - From: "Rhino" <[EMAIL PROTECTED]> To: "ant-user" Sent: Thursday, December 15, 2005 5:36 PM Subject: Compiling enums in Ant 1.6.5 Can the task in Ant 1.6.5 compile a typesafe enum when using the 'modern' compiler? If yes,

Re: Compiling enums in Ant 1.6.5

2005-12-15 Thread Alexey N. Solofnenko
You will need to point JAVA_HOME to 1.5 JDK (not JRE). Please also use directories without spaces. - Alexey. Rhino wrote: Can the task in Ant 1.6.5 compile a typesafe enum when using the 'modern' compiler? If yes, how do I persuade it to do so? If no, is there any workaround or will I just h

RE: Compiling enums in Ant 1.6.5

2005-12-15 Thread Jim McMaster
On Thursday, December 15, 2005 3:37 PM, Rhino wrote: > Can the task in Ant 1.6.5 compile a typesafe enum > when using the > 'modern' compiler? If yes, how do I persuade it to do so? If > no, is there > any workaround or will I just have to compile the enum separately an

Compiling enums in Ant 1.6.5

2005-12-15 Thread Rhino
Can the task in Ant 1.6.5 compile a typesafe enum when using the 'modern' compiler? If yes, how do I persuade it to do so? If no, is there any workaround or will I just have to compile the enum separately and include it in my build manually? Here is my task: fork="yes" verbose="no" debug=