Re: Using the bootclasspath

2006-01-02 Thread Bill Winspur
---Original Message- From: Bill Winspur [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 27, 2005 4:34 PM To: Ant Users List Subject: Using the bootclasspath I'm trying to link a diagnostic classloader into the java task, but having set up the bootclasspath element, by prepending my diag

Re: Using the bootclasspath

2006-01-02 Thread Bill Winspur
ich circumstances the bootclasspath would be ignored in 1.6. Whatever the logic might be, first check that you really intend to set build.sysclasspath at all. You must be setting this property in some way or else you wouldn't see that message. Using the bootclasspath in a (forked) Java VM generally

Re: Using the bootclasspath

2005-12-28 Thread Stefan Bodewig
sysclasspath at all. You must be setting this property in some way or else you wouldn't see that message. Using the bootclasspath in a (forked) Java VM generally works as expected. Stefan - To unsubscribe, e-mail: [EMAIL P

RE: Using the bootclasspath

2005-12-28 Thread Rainer Noack
Ant -> Environment Variables Cheers Rainer > -Original Message- > From: Bill Winspur [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 27, 2005 4:34 PM > To: Ant Users List > Subject: Using the bootclasspath > > > I'm trying to link a diagnostic

Using the bootclasspath

2005-12-27 Thread Bill Winspur
I'm trying to link a diagnostic classloader into the java task, but having set up the bootclasspath element, by prepending my diagnostics jar path to the default contents of sun.boot.class.path, and having forked the jvm, I get the message bootclasspath ignored since build.sysclasspath has been