Re: problem with compiler settings

2006-02-14 Thread Erik Weibust
Thanks for the help. The only thing I had to change was using classic instead of 1.2 as the value to my compiler attribute. I am bothered that I couldn't get the correct behavior by just setting: erik On 2/14/06, Ondrej Svetlik <[EMAIL PROTECTED]> wrote: > Casey Daniell wrote: > > Try setting

Re: problem with compiler settings

2006-02-14 Thread Ondrej Svetlik
bill/wilandra wrote: I don't think the compiler version has anything to do with the error. It looks like you have presented 2 packages (com.sun.net.ssl and class javax.net.ssl) to the compiler each of which contains the TrustManager class. Since the reference to the TrustManager class in the SSLS

RE: problem with compiler settings

2006-02-14 Thread bill/wilandra
with -verbose. HTH Bill -Original Message- From: Casey Daniell [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 14, 2006 1:52 PM To: 'Ant Users List' Subject: RE: problem with compiler settings Try setting just the javac process... OR -Original Message- From: [

Re: problem with compiler settings

2006-02-14 Thread Ondrej Svetlik
Casey Daniell wrote: Try setting just the javac process... OR Hello, I'm afraid the first version won't work. Use the second one, fork must be true, executable set to the javac.exe from your jdk1.2 installation (for example: c:\java\jdk1.2\bin\javac.exe). I think that compiler attr

RE: problem with compiler settings

2006-02-14 Thread Casey Daniell
Try setting just the javac process... OR -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Erik Weibust Sent: Tuesday, February 14, 2006 12:55 PM To: user@ant.apache.org Subject: problem with compiler settings i'm looking for some help wit

problem with compiler settings

2006-02-14 Thread Erik Weibust
i'm looking for some help with the compiler options. i have a project that requires me to compile code written against java 1.2. my system is running java 5.0. i'm using ant 1.6.5. at the top of my build file i have set build.compiler = javac1.2 per the ant manual. i figured that would do the