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
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
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
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
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
-
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 "
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 "http://localhost:8080/manager";
instead of "http://localhost:8080/manager/html";
--- On Thu, 3/10/11, Marseld Dedgjonaj wrote:
> From: 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
you need to declare taskdef (which you have done) but in order for other ant
tasks to locate your Deploy task you will need to
place the entry into antlib.xml (located on classpath) e.g.
..other entries
Nota Bene: Steve Loughrans book 'Ant in anger' is a must buy
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
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.
Hope this helps you :)
--- On Thu, 3/10
11 matches
Mail list logo