Re: Copying external file into WAR

2010-02-15 Thread Roman Sokolyuk
t;> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >&

Re: Copying external file into WAR

2010-02-15 Thread Antoine Levy Lambert
om] Sent: Friday, February 12, 2010 12:23 PM To: Ant Subject: RE: Copying external file into WAR Then maybe you could accomplish it by doing a copy command. Copy the file from its source to where you stage the war file, either before you execute the war task or within the war task. After I usuall

Re: Copying external file into WAR

2010-02-15 Thread Roman Sokolyuk
> > > > > > -Original Message----- > From: Rez P [mailto:pon...@hotmail.com] > Sent: Friday, February 12, 2010 12:23 PM > To: Ant > Subject: RE: Copying external file into WAR > > > Then maybe you could accomplish i

RE: Copying external file into WAR

2010-02-13 Thread Moore, Kent
010 12:23 PM To: Ant Subject: RE: Copying external file into WAR Then maybe you could accomplish it by doing a copy command. Copy the file from its source to where you stage the war file, either before you execute the war task or within the war task. After I usually run my clean target, I do all

RE: Copying external file into WAR

2010-02-12 Thread Rez P
helps. > Date: Fri, 12 Feb 2010 07:37:08 -0500 > Subject: Re: Copying external file into WAR > From: romsok.t...@gmail.com > To: user@ant.apache.org > > That would work for web.xml - but I would like to copy another, unrelated > properties file from an external dir to the WAR&#x

Re: Copying external file into WAR

2010-02-12 Thread Roman Sokolyuk
ting at the root of the system and tell it where the web.xml is. > > > > e.g. /my/other/project/web.xml > > > > http://ant.apache.org/manual/index.html > > > > > > > > > > >prefix="images"/> > &g

RE: Copying external file into WAR

2010-02-11 Thread Rez P
, starting at the root of the system and tell it where the web.xml is. e.g. /my/other/project/web.xml http://ant.apache.org/manual/index.html > Date: Thu, 11 Feb 2010 19:17:40 -0500 > Subject: Copying external file into WAR > From: romsok.t...@gmail

Copying external file into WAR

2010-02-11 Thread Roman Sokolyuk
Hi, Could someone please tell me how I can accomplish the following? I want to build a war file. Additionally there is a configuration file that is found outside of the WEB-INF directory, but when that WEB-INF dir is packaged into the war I want to place that config file in WEB-INf in the war - w