Wondering if the coast is clear for this to go into 1.6-a?
-----Original Message-----
From: Keith Wannamaker [mailto:Keith@wannamaker.org]
Sent: Thursday, May 30, 2002 8:34 AM
To: Ant-Dev@jakarta.apache.org
Subject: [PATCH] compilerclasspath
Hi,
I worked with Steve's direction to add a compilerclasspath attribute
to JspC. Currently JspC allows the user to specify a custom compiler,
but forces this compiler to be in the ant classpath. This attribute
allows the custom compiler class to be anywhere. In many cases, the
custom compiler will be part of the project itself, so this is useful.
The patch includes doc changes, test cases, and the code. Would
someone ci this to head?
new file src/testcases/org/apache/tools/ant/taskdefs/optional/DummyAdapter.java
http://apache.org/~keith/DummyAdapter.java.txt
patches
http://apache.org/~keith/cc.txt and
http://apache.org/~keith/build.txt
An unrelated JavaDoc fix:
http://apache.org/~keith/bft.txt
Thanks,
Keith
--
To unsubscribe, e-mail: <mailto:ant-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-dev-help@jakarta.apache.org>
--
To unsubscribe, e-mail: <mailto:ant-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-dev-help@jakarta.apache.org>
|