----- Original Message ----- From: "Keith Wannamaker" <[EMAIL PROTECTED]> To: "Ant Developers List" <[EMAIL PROTECTED]> Sent: Saturday, May 18, 2002 8:58 AM Subject: RE: classloader for factories
> Ok, of course the earlier attempt won't work because JspC > will be deferred to the parent classloader. I thought it seemed suspiciously easy. > However, can this change be made, so the new stub jspc > class does at least one useful thing (sets the default > compiler)? > > Thanks, > Keith > > - private String compilerName = "jasper"; > + protected String compilerName = "jasper"; > How about making a public set/get method pair, rather than changing the scope of properties. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
