Thanks for replying so quickly.  I found the problem to be an older version 
of Ant (1.4) residing in the ext directory of my JDK, one which does not 
support the source options for javac.  I've now successfully executed my 
script! :-)  Also, the source option is available in Ant 1.4.1 as the 
documentation I read was part of the download rather than that posted on 
the Ant site.

Thanks,
Shaun


At 03:36 PM 5/26/2002 -0400, you wrote:
>On Sun, 2002-05-26 at 15:23, Shaun Kalley wrote:
> >
> > I've read the documentation and the javac task should support the source
> > attribute (and making sure it does is important as I employ several
> > assertion statements in my code and it won't compile unless I can specify
> > the source version as 1.4).
>
>You are reading the 1.5 docs & trying to use 1.4.1, Try downloading
>1.5beta, the source option was not available with 1.4.1. It also appears
>that you need to set the JAVA_HOME env variable.
>
>Jesse
>
>--
>  Jesse Stockall                 |       Tel: 1+ 613.599.2441 ext. 243
>  CRYPTOCard Corporation         |       Fax: 1+ 613.599.2442
>  Suite 304, 300 March Rd.       |       email: [EMAIL PROTECTED]
>  Ottawa, ON, Canada K2K 2E2     |       web: www.cryptocard.com
>---------------------------------------------------------------------
>
>
>--
>To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to