----- Original Message ----- From: "Ignacio J. Ortega" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, April 05, 2003 08:37 Subject: [Patch] trying solve w2k command line length limitations
> Hola a todos: > > I'm trying to solve w2k command line length problems for gump. didnt know there were any, but it doenst surprise me > > what i've tried is to create a properties file from gump instead of > passing the classpath in the command line, make a Launcher class that > loads it in a URLclassloader and start ant's main, this approach by > itself doesnt work at all, javac needs real jars in a real classpath not > a CL with all the jars loaded.. I'll delegate assessment of the path to people who understand those bits of the code, but you should know that for ant1.6 we want to move to classloading stuff ourselves instead of faffing around with doing the jar file setup in the bat files, as we get far too many support calls related to those few lines of text. Integration of what ant1.6 does with your needs for Gump would seem good, plus any problems you've worked around are things we also need to deal with. i.e we dont necessarily need two launcher classes...