RE: Create WEB-INF/lib based on path-structure

2013-03-13 Thread Martin Gainty
Yep that will package spurious jars into a new uber-war...BTW in maven you could use to accomplish this objective Glad to hear you got this problem solved..thanks for the info Martin > Date: Wed, 13 Mar 2013 15:54:22 -0700 > From: sanjiv_tha...@yahoo.com > To: user@ant.apache.org > Subject: Re: C

Re: Create WEB-INF/lib based on path-structure

2013-03-13 Thread sthakor
i went through a bunch of posts and did not find the answer. Finally i solved it as explained below. my way is possibly a little verbose but it does the job. SO my goal was to be able to include my libs(.jar files) which are in some third party dir referenced by $3rdParty-libs, into the WEB-INF/