I think this has been fixed with the patch to correct bug 5471. That changes
how package names are generated in CommandLineContext. 

I'm glad to see someone else is using jspc. It's been broken so often, I
thought I was the only one.


> -----Original Message-----
> From: Mike Schrag [mailto:[EMAIL PROTECTED]]
> Sent: Monday, February 04, 2002 2:12 PM
> To: [EMAIL PROTECTED]
> Subject: [PATCH] JspC package names
> 
> 
> In 4.0.1, JspC commandline tool is not making package names 
> that correspond to subdirectories in my context directory (i.e. I need
> "/help/testhelp.jsp" to become "help/testhelp.java" and be 
> "package help;").  There is a setOutputInDirs method on the
> CommandLineContext that seems like it should toggle this 
> feature.  I think I'm patching this in the right place... I 
> don't know for
> sure that setOutputInDirs is the correct attribute to "piggy 
> back" on, but regardless I think other people may find this capability
> useful.
> 
> Thanks a lot
> Mike Schrag
> 

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

Reply via email to