Re: ANT 1.8.0 Cannot send any mail

2010-04-02 Thread Antoine Levy Lambert
Hi, sorry about that, there is a bug in 1.8.0 for plain email. mime email might work but requires mail.jar and activation.jar on the classpath. If you want to use plain email, you could try to build ant from source. Regards, Antoine ravensock wrote: We've upgraded from ANT 1.6.5 to 1.8.0.

Re: Need help with jdk1.6.0_11 build

2010-04-02 Thread Shilpa Kulkarni
Thank you reno & Greg for your help! Have a good weekend. Shilpa On Fri, Apr 2, 2010 at 3:31 AM, reno wrote: > Greg, > > it's better to set the bootclasspath for different jdks (cross-compilation) > than changing $JAVA_HOME > > http://java.sun.com/javase/6/docs/technotes/tools/windows/javac.ht

Re: Need help with jdk1.6.0_11 build

2010-04-02 Thread reno
Greg, it's better to set the bootclasspath for different jdks (cross-compilation) than changing $JAVA_HOME http://java.sun.com/javase/6/docs/technotes/tools/windows/javac.html#crosscomp-example :-) S. JDK 1.6.0u11can be found here: http://java.sun.com/products/archive/j2se/6u11/index.html It

Re: Need help with jdk1.6.0_11 build

2010-04-02 Thread Greg Roodt
JDK 1.6.0u11can be found here: http://java.sun.com/products/archive/j2se/6u11/index.html It is possible to run Ant with a particular version of Java (using JAVA_HOME or other) and then use "fork" in javac to specify an alternative version of the Java compiler for the build. The documentation of t