----- Original Message ----- From: "Keith Wannamaker" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 20, 2002 1:26 PM Subject: [PATCH] CompilerClasspath jspc attribute
> Here is the final proposed patch for a compilerclasspath > attribute to jspc: > http://apache.org/~keith/cc.txt > > This attribute specifies a classpath in which to find a > custom compiler adaptor. > > The patch includes code changes, doc changes, and two > additional jspc tests. The jspc tests require two files > in jakarta-ant/src/etc/testcases/taskdefs/optional/jsp: > http://apache.org/~keith/DummyAdapter.java.txt (without the .txt) > http://apache.org/~keith/DummyAdapter.class I like these, I like your tests and am motivated to put them into ant1.5, though I think that dummyadapter should compile down as part of the test build...there is no point having .class files in CVS if we have the source. > Note unless you have an older Tomcat 4.x jasper which > actually passes the tests, use the Tomcat 3.x jasper > and comment the mangler test in JspcTest.java. Aah, that must be half my problem; I am using a working version of jasper I have around :) Actually even then, it is broken as it doesnt do directories. the JasperC compiler needs to break the list of files up and hand single directories to jasper. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
