Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 64542 invoked from network); 5 Dec 2005 23:50:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Dec 2005 23:50:52 -0000 Received: (qmail 88458 invoked by uid 500); 5 Dec 2005 23:50:49 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 87605 invoked by uid 500); 5 Dec 2005 23:50:46 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 87594 invoked by uid 99); 5 Dec 2005 23:50:46 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Dec 2005 15:50:46 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [203.94.130.106] (HELO donkey.transurban.com.au) (203.94.130.106) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Dec 2005 15:50:45 -0800 Received: from enforcer3.transurban.com.au (enforcer [10.1.1.13]) by donkey.transurban.com.au (8.13.4/8.12.8) with ESMTP id jB5NoMw7001430 for ; Tue, 6 Dec 2005 10:50:23 +1100 Received: from dmznotesvr1.transurban.com.au (unverified) by enforcer3.transurban.com.au (Content Technologies SMTPRS 4.3.14) with ESMTP id for ; Tue, 6 Dec 2005 10:52:25 +1100 Subject: launch a different version of ant To: user@ant.apache.org X-Mailer: Lotus Notes Release 6.5.1 January 21, 2004 Message-ID: From: Derek Haskin Date: Tue, 6 Dec 2005 10:49:55 +1100 X-MIMETrack: Serialize by Router on DMZNOTESVR1/TRANSURBAN (Release 6.0.3|September 26, 2003) at 06/12/2005 10:48:56 AM MIME-Version: 1.0 Content-type: text/plain; charset="us-ascii" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, Is there a way to launch a different version of ant from an already running ant process. For details on why I want to do this read on: I am launching an ant process via the "Cruise Control" automated build tool which launches ant version 1.6.3. I am building a weblogic application which bundles an older version of ant which is: 1.5.3 If I used the ant supplied by "Cruise Control" the weblogic build fails with the following error: [wlwBuild] java.lang.reflect.InvocationTargetException [wlwBuild] java.lang.reflect.InvocationTargetException [wlwBuild] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [wlwBuild] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [wlwBuild] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [wlwBuild] at java.lang.reflect.Method.invoke(Method.java:585) [wlwBuild] at workshop.core.Compile.start(Compile.java:19) [wlwBuild] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [wlwBuild] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [wlwBuild] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [wlwBuild] at java.lang.reflect.Method.invoke(Method.java:585) [wlwBuild] at workshop.core.Starter.invokeStart(Starter.java:38) [wlwBuild] at workshop.core.Compile.main(Compile.java:9) [wlwBuild] Caused by: java.lang.NoClassDefFoundError: org/apache/crimson/tree/XmlDocument [wlwBuild] at workshop.util.ide.PreferencesNode._export(PreferencesNode.java:540) [wlwBuild] at workshop.util.ide.PreferencesNode.exportSubtree(PreferencesNode.java:820) [wlwBuild] at workshop.util.ide.PreferencesNode.flush(PreferencesNode.java:984) [wlwBuild] at workshop.core.App$15.run(App.java:1010) [wlwBuild] at workshop.core.asynctask.AsyncTaskManager.showDialogWhileRunning(AsyncTaskManager.java:272) [wlwBuild] at workshop.core.asynctask.AsyncTaskManager.showDialogWhileRunning(AsyncTaskManager.java:482) [wlwBuild] at workshop.core.App.exit(App.java:1004) [wlwBuild] at workshop.core.CompileHelper.compile(CompileHelper.java:335) [wlwBuild] ... 11 more If I launch cruisecontrol with the 1.5.3 version of any I get a problem earlier on in the build with cruisecontrol. <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<---->>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Privileged/Confidential information may be contained in this message. If you are not the addressee indicated in this message (or responsible for delivery of the message to such person), you may not copy or deliver this message to anyone. In such a case, you should destroy this message and kindly notify the sender by reply e-mail or by telephone on (03) 9612-6999 or (61) 3 9612-6999. Please advise immediately if you or your employer does not consent to Internet e-mail for messages of this kind. Opinions, conclusions and other information in this message that do not relate to the official business of Transurban Limited and CityLink Melbourne Limited shall be understood as neither given nor endorsed by them. <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<---->>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org