Re: [PATCH] Jspc throws NPE when used without -webapp

2001-09-19 Thread Kin-Man Chung
an" <[EMAIL PROTECTED]> > Subject: Re: [PATCH] Jspc throws NPE when used without -webapp > To: [EMAIL PROTECTED], Kin-Man Chung <[EMAIL PROTECTED]> > MIME-version: 1.0 > X-Spam-Rating: localhost 1.6.2 0/1000/N > > Thanks Kin-Man. Can you validate the proposed pa

Re: [PATCH] Jspc throws NPE when used without -webapp

2001-09-17 Thread Craig R. McClanahan
-Man Chung <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: [PATCH] Jspc throws NPE when used without -webapp > > This patch fixes the reopen #3529. Now jspc works for taglib when -webapp is > not specified. > > The logic used in JspC.java to get the uri root and ba

[PATCH] Jspc throws NPE when used without -webapp

2001-09-17 Thread Kin-Man Chung
This patch fixes the reopen #3529. Now jspc works for taglib when -webapp is not specified. The logic used in JspC.java to get the uri root and base is still very convoluted and should be a prime target for rewrite, maybe later. misto% runsocks cvs diff -u JspC.java Index: JspC.java ==