RE: [PATCH] Bug 841 - JSPC stack fault on NT

2001-03-05 Thread Steve Downey
uristic that JspC should be able to compile the example webapps. I'm not sure how to structure that as a test, yet, though. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Saturday, March 03, 2001 4:56 AM To: [EMAIL PROTECTED] Subject: Re: [PATCH] Bug 84

Re: [PATCH] Bug 841 - JSPC stack fault on NT

2001-03-03 Thread Nick Holloway
[EMAIL PROTECTED] (Steve Downey) writes: > Under NT (and presumably any OS where File.sep != '/') JspC has a stack > underflow at baseDirStack.peek() in ParserController.java. This patch > converts from '\' to '/' for those cases. It also sets the package name for > the class based on the URI, so

[PATCH] Bug 841 - JSPC stack fault on NT

2001-03-02 Thread Steve Downey
Under NT (and presumably any OS where File.sep != '/') JspC has a stack underflow at baseDirStack.peek() in ParserController.java. This patch converts from '\' to '/' for those cases. It also sets the package name for the class based on the URI, so that the java file is distinguished from ot