Eddie Bernard wrote: > Conor- > > I'll help out on this, since Matt and I are both working on the same > problem. > > Under previous versions of Ant, we did not encounter this problem. However, > I'm not sure that this is in fact an Ant problem. We're thinking that it > may be a Windoze problem of running out of command line buffer. What's > perplexing us is that this problem just manifested itself recently and has > not been a problem in the past. We also have other build systems that > construct much larger command lines and works fine. We've also found that > we can replicate the problem only under unique circumstances and it's not > always consistent. >
Hmmm, odd. If you can replicate it I would suggest running with the -debug flag to see what command line is being used. If you can cut and paste that onto a command line (you may need to use keepgeneric for that) and see if it works from there. As you can see the error is actually occuring in ejbc, not ejbjar - so technically not part of Ant. It would be interesting to contrast the command line with 1.4 in this case. > We're going to try and run this using MKS and CygWin to see if it errors out > the same way. I don't think either of these will have an impact since they are not involved when Ant invokes java to run ejbc, but worth trying anyway. Conor -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
