Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 24678 invoked from network); 11 May 2004 13:04:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 11 May 2004 13:04:17 -0000 Received: (qmail 72537 invoked by uid 500); 11 May 2004 13:05:14 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 72503 invoked by uid 500); 11 May 2004 13:05:14 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 72488 invoked by uid 98); 11 May 2004 13:05:14 -0000 Received: from vinod.nayak@iflexsolutions.com by hermes.apache.org by uid 82 with qmail-scanner-1.20 (clamuko: 0.70. Clear:RC:0(202.144.91.162):. Processed in 0.716536 secs); 11 May 2004 13:05:14 -0000 X-Qmail-Scanner-Mail-From: vinod.nayak@iflexsolutions.com via hermes.apache.org X-Qmail-Scanner: 1.20 (Clear:RC:0(202.144.91.162):. Processed in 0.716536 secs) Received: from unknown (HELO relay2.iflexsolutions.com) (202.144.91.162) by hermes.apache.org with SMTP; 11 May 2004 13:05:13 -0000 Received: from fmgrt.rt.i-flex.com (pppserver [192.168.50.2]) by relay2.iflexsolutions.com (8.12.3/8.12.3) with ESMTP id i4BIVucl011038 for ; Tue, 11 May 2004 18:31:56 GMT Received: from fmgrt.rt.i-flex.com ([192.168.50.2]) by fmgrt.rt.i-flex.com with Microsoft SMTPSVC(5.0.2195.6713); Tue, 11 May 2004 18:37:49 +0530 Received: from fmg-op.opal.i-flex.com ([169.165.63.11]) by fmgrt.rt.i-flex.com with Microsoft SMTPSVC(5.0.2195.6713); Tue, 11 May 2004 18:37:48 +0530 Subject: RE: war deploy MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Tue, 11 May 2004 18:37:48 +0530 content-class: urn:content-classes:message Message-ID: <4421DECD1639A149826D84B0F3EE8F1F07FBE86C@fmg-op.opal.i-flex.com> X-MimeOLE: Produced By Microsoft Exchange V6.0.6487.1 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: war deploy Thread-Index: AcQ3Ony7kFZ5q/fHQdKuDONnOPBTFgK4pQHw From: To: X-OriginalArrivalTime: 11 May 2004 13:07:48.0963 (UTC) FILETIME=[F58E9B30:01C43758] X-Spam-Rating: hermes.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi All, I have similar task like this in my build.xml Though the procedure successfully gets compiled in the SQL plus window it does not through this Ant task. Am I missing anything here. It gives the SQL error at CURSOR declaration of the procedure. Regards, Vinod. -----Original Message----- From: Ivan Ivanov [mailto:rambiusparkisanius@yahoo.com] Sent: Tuesday, May 11, 2004 2:55 PM To: Ant Users List; pvalle@eprocess.fr Subject: Re: war deploy Hello Philippe, a month ago I created a web app installion script, which creates db for the app and deploys the war. I am sending you the whole script (it is small). "deploy" target will be of interest of you. I do not use tomcat ant tasks, since deploying in tomcat is a matter of single .=20 Note also that my "deploy" target should be invoked when tomcat is _started_. Of course, you can start tomcat via your ant script too. If you want this message me and I will send you more scripts. Regards Ivan ---- install.xml ---- ]> IAT installation script; installs IAT distribution = --- Philippe Valle wrote: > HI, >=20 >=20 > how to deploy WAR file with ant 1.6.1 ( i use tomcat > 4.1.29 ) : >=20 >=20 > this lines in build.xml file doesnt works : >=20 > <-- Configure the custom Ant tasks for the Manager > application --> > classname=3D"org.apache.catalina.ant.DeployTask"/> > classname=3D"org.apache.catalina.ant.InstallTask"/> > classname=3D"org.apache.catalina.ant.ListTask"/> > classname=3D"org.apache.catalina.ant.ReloadTask"/> > classname=3D"org.apache.catalina.ant.RemoveTask"/> > classname=3D"org.apache.catalina.ant.ResourcesTask"/> > classname=3D"org.apache.catalina.ant.RolesTask"/> > classname=3D"org.apache.catalina.ant.StartTask"/> > classname=3D"org.apache.catalina.ant.StopTask"/> > classname=3D"org.apache.catalina.ant.UndeployTask"/> >=20 >=20 > Thanks , for sample code . >=20 > Philip >=20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: > user-unsubscribe@ant.apache.org > For additional commands, e-mail: > user-help@ant.apache.org >=20 =09 =09 __________________________________ Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs =20 http://hotjobs.sweepstakes.yahoo.com/careermakeover=20 --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org