Cool... Looks like I fell victim to the File.separator vs. URI problem that you 
mention in the bug too :) ... I know what you mean
about poor jspc being left hanging -- I've been using a heavily tweaked/patched 3.2 
version for the longest time.  It seems to be a
little better in 4.0 now, at least.

Mike

----- Original Message -----
From: "Steve Downey" <[EMAIL PROTECTED]>
To: "'Tomcat Developers List'" <[EMAIL PROTECTED]>
Sent: Monday, February 04, 2002 2:50 PM
Subject: RE: [PATCH] JspC package names


> 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]>
>


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

Reply via email to