Re: tomcat server start-up with ant target

2009-12-09 Thread Antoine Levy Lambert
Hello Kasim, you are defining a fileset, but you are not referencing it afterwards. To be able to reference the fileset in your invocation, you would need to give an id to the fileset, like this Anyway, when you start tomcat, the bootstrap.jar by default picks up all t

tomcat server start-up with ant target

2009-12-09 Thread kasim ahmed
Hi, I have target which start-up Tomcat server, I have some external jar(which I shouldnot keep in common/lib) which need to lookup while server startup. I have added property also fileset for jar lookup, but it is not referring the jar where I have specified the location. my target is: >

tomcat server start-up with ant target

2009-12-09 Thread kasim ahmed
Hi, I have target which start-up Tomcat server, I have some external jar(which I shouldnot keep in common/lib) which need to lookup while server startup. I have added property also fileset for jar lookup, but it is not referring the jar where I have specified the location. my target is: