On Tue, Feb 26, 2008 at 6:38 PM, Fred Janon <[EMAIL PROTECTED]> wrote: > Is there anything to display the classpath that Ant is using to launch > a java task besides the verbose and debug ant options that don't > display it? > This might not be the answer to what you want to do, but...
Ant should be using PATH, variable. Are you using Windows? If so... Start -> Control Panel... Double click on "System"... In the System Properties, choose "Advanced" tab. Click "Environment Variables" button set system properties. If JAVA_HOME is in "Program Files", change that to C:\Progra~1\Java\... I know it's not exactly what you asked, but thought it might help anyway. This might help, too: http://www.catalysoft.com/articles/TopAntTips.html Garrett > How can I debug Ant file in general? I check the Ant manual left and > right and didn't find anything. > > Thanks > > Fred > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
