Mark Melvin wrote: > On a related note - I have tried everything I can think of to turn on > "tracing" in ant4eclipse. Based on other posts I have read, I thought > you just had to set the magical properties ant4eclipse.trace and/or > ant4eclipse.debug and run Ant with -debug or -verbose, but none of > that appears to work.
On the logging issue - it took me a while too. The solution for me was to set ANT_OPTS prior to running ant: ANT_OPTS="-Dant4eclipse.trace=true" ant That's for linux, probably you need to run set command in win32. Oleg ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Ant4eclipse-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ant4eclipse-user
