Sam, ----- Original Message ----- From: "Sam Ruby" <[EMAIL PROTECTED]> > Sigh. > > Changing the default for build.sysclasspath to "ignore" breaks the build > for Ant. It could be corrected, but it is probably worth describing the > problem here as an indication of why this change would not be backwards > compatible. >
We are caught between a rock and a hard place then, because even "last" gives me a problem when running weblogic. server: [wlrun] *************************************************************************** [wlrun] The WebLogic Server did not start up properly. [wlrun] Reason: Trying to start the server dynamically, specifying weblogic.class.path, but regular (non-boot) server classes found in Java -classpath. [wlrun] *************************************************************************** BUILD FAILED Quite why weblogic has this behaviour, I'm not sure. It works, if I run ant with build.sysclasspath=ignore, but we do have an issue. I can change the wlrun task but I now need to control a java task on an individual basis rather than by the global property, whose interaction is buried in the Path object. Let me know what you think. I'll work something up if you are busy. Conor