DO NOT REPLY [Bug 17834] - When using the jspc task with excludes task fails

2004-08-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=17834.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=17834

When using the jspc task with excludes task fails





--- Additional Comments From [EMAIL PROTECTED]  2004-08-03 10:09 ---
I am facing the same problem in Ant1.6. But I tried to increase the size 
beyond 3 characters but I am getting the same exception.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 17834] - When using the jspc task with excludes task fails

2003-08-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17834.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17834

When using the jspc task with excludes task fails





--- Additional Comments From [EMAIL PROTECTED]  2003-08-01 06:09 ---
Thinking about this bug, if we fix Ant now that we are 1.2+ only to be able to
run programs in VM that call System.exit, then we could avoid this bug by not
forking javac...

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 17834] - When using the jspc task with excludes task fails

2003-03-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17834.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17834

When using the jspc task with excludes task fails





--- Additional Comments From [EMAIL PROTECTED]  2003-03-11 16:33 ---
SO the real problem is that jspc with jasper hands all the java files off in
one go, and something runs out of memory. We could opt to do it on a file by
file basis, which may fix another problem. 

you could always use the webapp option to have a webapp built, though this
loses your ability to exclude stuff


DO NOT REPLY [Bug 17834] - When using the jspc task with excludes task fails

2003-03-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17834.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17834

When using the jspc task with excludes task fails





--- Additional Comments From [EMAIL PROTECTED]  2003-03-11 17:58 ---
The weird part about it is that it only runs out of memory in a certian range 
below or above that range all is well.. and this is only  a problem with 
windows. unix / linux work fine.