I've been adding JRun jspc support to the cvs version of sometime last week. I've also added a dependency parser which checks for staleness wrt directive included files (which we have loads of :o(
The main changes I've got to JspC.java itself is the dependency checking and a way to make URL's relative to the doc base (JRun wants a -docroot /path/to/webapp/root but then wants the jsps as /index.jsp /subdir/menu.jsp etc) I may be able to keep this latter point completely in the Jrun file to avoid contaminating JspC.java I'm actually using the normal srcdir attribute - worked around the need for a fileset in the meantime. So I won't proceed with fileset stuff if you are working on it. Will have a look at bugzilla. Ken. -----Original Message----- From: steve.l Sent: 05 December 2001 20:44 To: ant-dev Cc: steve.l Subject: Re: allowing nested path elements in a task (jspc) Ken, Are you extending JSPC? I have been making some changes to it, but am only partway through. One of the changes was a <src> path beneath the task; I have coded that (it compiles) but not written any of the stuff behind it to build up the list of files to compile. I can commit that change sooner rather than later if it would help you. Also, look at bugzilla reports with "jspc" or "JSPC" in the title. I was going to address most of these by implementing the webapp parameter and letting jasper sort things out for itself. This may be of use to you too -steve ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 04, 2001 3:03 AM Subject: RE: allowing nested path elements in a task (jspc) > Erm, addFileset() perhaps :o) > > -----Original Message----- > From: kenhorn1 > Sent: 03 December 2001 15:50 > To: ant-dev > Cc: kenhorn1 > Subject: allowing nested path elements in a task (jspc) > > > > I'm working on JRun support for jspc task. I want to be able to use > fileset's > to define the list of jsp's to compile (i want to exclude some backup > directories). Is there a pointer in the docs for how to add support for > this? I > thought maybe adding a createSrcDir() method would be enough (looking > at the > classpath stuff). > > Cheers, > > Ken. > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> Visit our website at http://www.ubswarburg.com This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission. If verification is required please request a hard-copy version. This message is provided for informational purposes and should not be construed as a solicitation or offer to buy or sell any securities or related financial instruments. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
