Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 40073 invoked from network); 21 May 2002 11:52:27 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 21 May 2002 11:52:27 -0000 Received: (qmail 29499 invoked by uid 97); 21 May 2002 11:52:23 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 29476 invoked by uid 97); 21 May 2002 11:52:22 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 29450 invoked by uid 98); 21 May 2002 11:52:22 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) X-Sent: 21 May 2002 11:52:06 GMT From: "Keith Wannamaker" To: "Ant Developers List" Subject: RE: [PATCH] CompilerClasspath jspc attribute Date: Tue, 21 May 2002 07:53:56 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <004701c2004a$2e4af740$1219570f@ranier> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N | > 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. | > http://apache.org/~keith/DummyAdapter.java.txt (without the .txt) | | 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. Great news, thanks for taking a look at them. I left the current patches as-is and created a patch for the build: http://apache.org/~keith/build.txt This compiles DummyAdaptor to the right place and allows the source to live in: jakarta-ant/src/testcases/org/apache/tools/ant/taskdefs/optional | > 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 :) Yeah, I'm not sure what is going on with the head of Jasper right now. I saw a flurry of 'improvement' commits lately to TC4 Jasper, so I think something just got broken temporarily. | 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. Hmm, I've never run into that because we always use jspc for flat directories. Keith -- To unsubscribe, e-mail: For additional commands, e-mail: