Re: war task question.

2007-12-13 Thread Steve Loughran
Todd Patrick wrote: Please forget me for this question, I've never used the war task before and I'm looking at example at: http://www.java-tips.org/other-api-tips/ant/how-to-use-war-task.html I have a directory labeled "resources" and I have ten .gif files. To include the .gif files, I must u

Re: war task add folders that be should avoid/ignore it

2007-03-07 Thread Steve Loughran
dr_pompeii wrote: Hi guys i have a problem with ant [b]war[/b] task my build.xml are located in [code] myapp WEB-INF build.xml [/code] this is my war task target [code] [/code] wher

RE: WAR task in ANT

2006-03-24 Thread Ruth Lydia Samuel
ntent part of it. Any pointers would be greatly appreciated. Thanks, Lydia. -Original Message- From: Naveen Kumar A.H [mailto:[EMAIL PROTECTED] Sent: Friday, March 24, 2006 2:12 PM To: Ant Users List Subject: Re: WAR task in ANT Use Nested elements ... Here it is with war task..

Re: WAR task in ANT

2006-03-24 Thread Naveen Kumar A.H
r from this e-mail address may be stored on the Proof Systems e-mail system. ***PROOF SYSTEMS End of Disclaimer PROOF SYSTEMS*** - Original Message - From: "Ruth Lydia Samuel" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Friday, March 24, 2006 1

RE: WAR task in ANT

2006-03-23 Thread Ruth Lydia Samuel
/ directory rather than javacontent/ directory. Thanks, Lydia. -Original Message- From: Naveen Kumar A.H [mailto:[EMAIL PROTECTED] Sent: Thursday, March 23, 2006 7:25 PM To: Ant Users List Subject: Re: WAR task in ANT Hi ur problem is not clear if u want to place .class files into web-i

Re: WAR task in ANT

2006-03-23 Thread Naveen Kumar A.H
Hi ur problem is not clear if u want to place .class files into web-inf/classes folder use Nested elements ... regards Naveen - Original Message - From: "Ruth Lydia Samuel" <[EMAIL PROTECTED]> To: Sent: Thursday, March 23, 2006 7:13 PM Subject: WAR task in ANT Hi, I'm having iss

Re: War task

2006-01-25 Thread Steve Loughran
Sommers, Elizabeth wrote: I am trying to build a war. The files that should be included in the lib are in a fileset defined by ... I can't figure out how to include this. I am getting an error of managed.class.path doesn't denote a zipfileset

RE: War task

2006-01-24 Thread Burgess, Benjamin
The error is correct - you have managed.class.path defined as a path, not a fileset. Move the id="managed.class.path" attribute to the fileset directly, rather than wrapping it in a path. Ben -Original Message- From: Sommers, Elizabeth [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 24

RE: War task to include multiple lib files?

2005-08-30 Thread Burgess, Benjamin
From: Petar Tahchiev [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 30, 2005 2:12 AM To: Ant Users List Subject: Re: War task to include multiple lib files? On 30/08/05, wolverine my <[EMAIL PROTECTED]> wrote: > > Hi! > I'm using Ant 1.6.5 and I have the following Ant task: &

Re: War task to include multiple lib files?

2005-08-29 Thread Petar Tahchiev
On 30/08/05, wolverine my <[EMAIL PROTECTED]> wrote: > > Hi! > I'm using Ant 1.6.5 and I have the following Ant task: > http://app.name> > }.war" > webxml="${ > web.dir}/WEB-INF/web.xml"> > > > > > > > > > > The Ant task is executed successfully but there is no WEB-INF/

RE: war task webxml attribute

2005-01-14 Thread Durham David R Jr Contr 805 CSPTS/SCE
gt; Subject: RE: war task webxml attribute > > > The excludesFile attribute specifies the name of a file > > containing the names of files to be excluded > > Ok, yeah. That's kind of important. I tried excludes, and it still > outputs a warning. > >

RE: war task webxml attribute

2005-01-14 Thread Durham David R Jr Contr 805 CSPTS/SCE
> The excludesFile attribute specifies the name of a file > containing the names of files to be excluded Ok, yeah. That's kind of important. I tried excludes, and it still outputs a warning.

RE: war task webxml attribute

2005-01-14 Thread Harkness, David
Durham David R Jr penned > That doesn't work for me. This: > > webxml="${prototype.src.web-inf}/web.xml" > excludesfile="${prototype.src.web-inf}/web.xml"> > > > > The excludesFile attribute specifies the name of a file contai

RE: war task webxml attribute

2005-01-14 Thread Durham David R Jr Contr 805 CSPTS/SCE
> You should use the webxml attribute to point to your WEB-INF/web.xml > file and exclude that file from the rest you add to the archive. Or > use . That doesn't work for me. This: Throws a warning: Warning: selected war files include a WEB-INF/web.xml which

Re: war task webxml attribute

2005-01-13 Thread Stefan Bodewig
On Thu, 13 Jan 2005, Durham David R. Jr Contr <[EMAIL PROTECTED]> wrote: > Should the webxml attribute be required? Yes. Isn't it? > For one, you can leave it empty and the wars work Which may be due to the parahraph below. > Also, I get an annoying warning about a web.xml being ignored. Whi