You could try adding
<property name="build.compiler" value="classic"/>
to your build.xml. As mentioned in another message, this wont be as fast as jikes.
Erik Meade
At 08:54 PM 6/26/2000 -0400, you wrote:
I have downloaded the latest ant, and the result is the same. And by the way, I am using SDK 1.3, so modern should be fine.
Peter Donald wrote:
> At 08:25 26/6/00 -0400, you wrote: > > I have created a build.xml file, and when I run ant, the output is: > >[EMAIL PROTECTED] teikade]$ ant > >Buildfile: build.xml > >Project base dir set to: /home/treaves/dev/teikade > >Executing Target: init > >Executing Target: prepare > >Executing Target: compile > >Compiling 190 source files to /opt/classes/teikade > >Performing a Modern Compile > >Completed in 1 seconds > > > >However, no class files are generated. Could someone point me in the > >direction I nned to take to correct this? Thanks. > > well depends on when you got the ant distribution. Older version simply > ignored modern compile so you will have to do one of following > * get jikes (recomended) and change compiler property to jikes > * get new version of ant (also recomended) > * use classic compile via setting property (very slow but you don't have to > download anything more) > > Cheers, > > Pete > > *------------------------------------------------------* > | "Nearly all men can stand adversity, but if you want | > | to test a man's character, give him power." | > | -Abraham Lincoln | > *------------------------------------------------------*
