Hi there, I am trying to get the buildFeature task to work with an automated build system. It is failing with the message "workspace has to be set!", even though I am calling it with the "project" attribute set. Looking at the source I believe this is because I don't have an "actual" workspace in the location specified, but I shouldn't need on, should I (I don't seem to need it for the buildProject task to work)? Otherwise I don't see how this will ever work in command line mode outside of Eclipse where you do not have a workspace.
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. Thanks for the help, Mark. ------------------------------------------------------------------------- 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
