The workaround seems to have done the trick, thanks a lot!
-- nathan
"Conor MacNeill" <conor@ebinteractive.com.au>
10/17/00 04:39 PM
Please respond to ant-user
To: <ant-user@jakarta.apache.org>
cc:
Subject: RE: ant compiles, but no class files
Nathan,
I am guessing you are using an old version of ant. Try typing
ant -version
If that doesn't work, you need to upgrade to version 1.1, or perhaps even
better, you can wait a week and upgrade to 1.2.
Upgrading to a later version of ant may involve other changes so a
workaround with older version of ant is to request a classic compile.
<property name="build.compiler" value="classic"/>
Conor
|