RE: antlib.xml could not be found

2011-03-11 Thread Marseld Dedgjonaj
again. Best regards, Marseldi -Original Message- From: Vimil Saju [mailto:vimils...@yahoo.com] Sent: Friday, March 11, 2011 4:46 PM To: Ant Users List Subject: RE: antlib.xml could not be found Try using '/ikub_MainInstance' as the path in the build.xml instead of 'ikub_MainInstance&#x

RE: antlib.xml could not be found

2011-03-11 Thread Marseld Dedgjonaj
Have tried it before and no results :( I am really stack. Thanks -Original Message- From: Vimil Saju [mailto:vimils...@yahoo.com] Sent: Friday, March 11, 2011 4:46 PM To: Ant Users List Subject: RE: antlib.xml could not be found Try using '/ikub_MainInstance' as the p

RE: antlib.xml could not be found

2011-03-11 Thread Vimil Saju
Try using '/ikub_MainInstance' as the path in the build.xml instead of 'ikub_MainInstance' and see if that works. :) --- On Fri, 3/11/11, Marseld Dedgjonaj wrote: > From: Marseld Dedgjonaj > Subject: RE: antlib.xml could not be found > To: "'Ant Users

RE: antlib.xml could not be found

2011-03-11 Thread Marseld Dedgjonaj
s this mean that the application has been installed ok? Regards, Marseld -Original Message- From: Vimil Saju [mailto:vimils...@yahoo.com] Sent: Friday, March 11, 2011 3:45 PM To: Ant Users List Subject: RE: antlib.xml could not be found The url needs to be "http://localhost:8080/man

RE: antlib.xml could not be found

2011-03-11 Thread Vimil Saju
nd see if the webapp has been installed. If it is not, you will need to first install the webapp by using the deploy task. Once the webapp has been deployed it can be reloaded. Thanks Vimil --- On Fri, 3/11/11, Marseld Dedgjonaj wrote: > From: Marseld Dedgjonaj > Subject: RE: antlib.x

RE: antlib.xml could not be found

2011-03-11 Thread Marseld Dedgjonaj
- From: Vimil Saju [mailto:vimils...@yahoo.com] Sent: Thursday, March 10, 2011 7:07 PM To: Ant Users List Subject: Re: antlib.xml could not be found You are right. From the stacktrace I see that ant is indeed able to find the tomcat tasks. I think you should set the url property to "

Re: antlib.xml could not be found

2011-03-10 Thread Vimil Saju
From: Marseld Dedgjonaj > Subject: antlib.xml could not be found > To: user@ant.apache.org > Date: Thursday, March 10, 2011, 7:39 AM > Hello everybody, > > I am new to Ant and more detailed help would be more > valuable to me. > > I am trying to use Ant to reload a tomcat

RE: antlib.xml could not be found

2011-03-10 Thread Marseld Dedgjonaj
ou are not referring to this, please tell me in more details if you can. Best regards, Marseldi -Original Message- From: Martin Gainty [mailto:mgai...@hotmail.com] Sent: Thursday, March 10, 2011 5:49 PM To: Ant Users List Subject: RE: antlib.xml could not be found you need to declare taskdef

RE: antlib.xml could not be found

2011-03-10 Thread Martin Gainty
r aucune responsabilité pour le contenu fourni. > From: marseld.dedgjo...@ikubinfo.com > To: user@ant.apache.org > Subject: antlib.xml could not be found > Date: Thu, 10 Mar 2011 16:39:41 +0100 > > Hello everybody, > > I am new to Ant and more detailed help would be mor

RE: antlib.xml could not be found

2011-03-10 Thread Marseld Dedgjonaj
Subject: Re: antlib.xml could not be found You need to have catalina-ant.jar in your classpath as this jar contains the tasks to manage the tomcat server. you can either copy this jar to the ant/lib directory or use the -lib command-line argument to specify the folder under which it is located

Re: antlib.xml could not be found

2011-03-10 Thread Vimil Saju
/10/11, Marseld Dedgjonaj wrote: > From: Marseld Dedgjonaj > Subject: antlib.xml could not be found > To: user@ant.apache.org > Date: Thursday, March 10, 2011, 7:39 AM > Hello everybody, > > I am new to Ant and more detailed help would be more > valuable to me. >

antlib.xml could not be found

2011-03-10 Thread Marseld Dedgjonaj
Hello everybody, I am new to Ant and more detailed help would be more valuable to me. I am trying to use Ant to reload a tomcat application. I write the build.xml file based on "Managing Applications with Ant" section of the "Professional Apache Tomcat" book. The Build.xml file: