RE: using jdk1.5alpha for javac

2004-01-22 Thread Dominique Devienne
> From: Antoine Lévy-Lambert [mailto:[EMAIL PROTECTED] > I am not sure whether you need source="1.5" > fork="true" and executable=".." should be enough. To use the new 1.5 features probably ;-) I think Stefan added support for the source="1.5" in CVS HEAD only. --DD -

Re: using jdk1.5alpha for javac

2004-01-22 Thread Antoine Lévy-Lambert
James Black wrote: Hello, I am trying to figure out how to get the javac task to work, but I am having a problem with one option. I am trying Everything works until I try source="1.5", then I get an error. I want to start trying to use some of the new features (such as autoboxing) and see