RE: antlib.xml could not be found

2011-03-11 Thread Marseld Dedgjonaj
27; 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 List'" > Date: Friday, March 11, 2011, 7:19 AM > If I open http://localhost:8080/manager/html,

RE: antlib.xml could not be found

2011-03-11 Thread Marseld Dedgjonaj
ath 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 List'" > Date: Friday, March 11, 2011, 7:19

RE: antlib.xml could not be found

2011-03-11 Thread Marseld Dedgjonaj
ou 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.xml could not be found > To: "'Ant Users Lis

RE: antlib.xml could not be found

2011-03-11 Thread Marseld Dedgjonaj
;http://localhost:8080/manager"; instead of "http://localhost:8080/manager/html"; --- On Thu, 3/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 > He

RE: antlib.xml could not be found

2011-03-10 Thread Marseld Dedgjonaj
Thank you Martin, For your help and for your suggestion book. I put the catalina-ant.jar in my classpath, which has the structure "org/apache/catalina/ant/antlib.xml" if you are referring to this. Command to add in classpath: $ CLASSPATH=$CLASSPATH:path/to/catalina-ant.jar If you are not referring

RE: antlib.xml could not be found

2011-03-10 Thread Marseld Dedgjonaj
. Hope this helps you :) --- On Thu, 3/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

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: