RE: creating empty jars ...

2001-02-16 Thread Steve Wilkinson
Subject: creating empty jars ... Recently I received a response of the following: which I don't understand the parenthesis after web in jarfile, and as I've already tried the includes as shown above, this still does not work for my problem explained below. Any help in creating

RE: creating empty jars ...

2001-02-16 Thread Steve Wilkinson
Agreed but does that force you to put the web.xml the webdir. That's your decision right? -Original Message- From: G.L. Grobe [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 15, 2001 8:11 PM To: [EMAIL PROTECTED] Subject: Re: creating empty jars ... Funny, you said you

Re: creating empty jars ...

2001-02-16 Thread Nico Seessle
  - Original Message - From: G.L. Grobe To: [EMAIL PROTECTED] Sent: Friday, February 16, 2001 12:52 AM Subject: creating empty jars ... Recently I received a response of the following:   includes="*"/>   which I don't understa

RE: creating empty jars ...

2001-02-15 Thread Conor MacNeill
TECTED]] > Sent: Friday, 16 February 2001 14:19 > To: [EMAIL PROTECTED] > Subject: Re: creating empty jars ... > > > has no effect, it compiles all the files, then builds only one of the two > jars i have listed (not the images jar). > > it builds successfully. no messages per

Re: creating empty jars ...

2001-02-15 Thread G.L. Grobe
-- From: "Conor MacNeill" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 15, 2001 9:02 PM Subject: RE: creating empty jars ... > Can you run it with ant -debug to see what ant is doing and why it might be > deciding to do nothing. > > Conor >

Re: creating empty jars ...

2001-02-15 Thread G.L. Grobe
al Message - From: "Steve Wilkinson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 15, 2001 8:54 PM Subject: RE: creating empty jars ... > > >I don't put webdir under WEB-INF because that's not the way web apps are > >deployed

RE: creating empty jars ...

2001-02-15 Thread Conor MacNeill
Can you run it with ant -debug to see what ant is doing and why it might be deciding to do nothing. Conor > -Original Message- > From: G.L. Grobe [mailto:[EMAIL PROTECTED]] > Sent: Friday, 16 February 2001 13:46 > To: [EMAIL PROTECTED] > Subject: Re: creating empty j

RE: creating empty jars ...

2001-02-15 Thread Steve Wilkinson
>I don't put webdir under WEB-INF because that's not the way web apps are >deployed according to the 2.2 servlet specs. Oh Really? My spec reads in Section 9.4 on page 44 The contents of the WEB-INF directory are: - WEB-INF/web.xml deployment descriptor - WEB-INF/classes/* servlets and

Re: creating empty jars ...

2001-02-15 Thread G.L. Grobe
> Sent: Thursday, February 15, 2001 8:35 PM Subject: RE: creating empty jars ... > First of all where is basedir? Why not copy the web dir to be under > ${web-inf} and then run. Trying to eliminate this. > > > basedir="we

RE: creating empty jars ...

2001-02-15 Thread Steve . Deridder
] Subject: Re: creating empty jars ... This is nuts, ant is not executing this jar file. I've got both jars being created in a target and it only builds one jar, and not the other no matter what order their placed in. I've been using ant for over a year now, but it will not build this one

Re: creating empty jars ...

2001-02-15 Thread G.L. Grobe
This is nuts, ant is not executing this jar file. I've got both jars being created in a target and it only builds one jar, and not the other no matter what order their placed in. I've been using ant for over a year now, but it will not build this one simple jar. The files are there, the dirs are t

RE: creating empty jars ...

2001-02-15 Thread Steve . Deridder
This is what I use for creating a webcontent jar. (Changed for your content) OR If you want the images dir in the jar (images/*.gif) change to: HTH steve

creating empty jars ...

2001-02-15 Thread G.L. Grobe
ating this simple basic jarfile is much appreciated. - Original Message - From: G.L. Grobe To: [EMAIL PROTECTED] Sent: Wednesday, February 14, 2001 10:14 PM Subject: creating empty jars ... I get the following error below when trying to build an images.jar file w

Re: creating empty jars ...

2001-02-14 Thread Nico Seessle
  From: G.L. Grobe To: [EMAIL PROTECTED] Sent: Thursday, February 15, 2001 5:14 AM Subject: creating empty jars ...   includes="/*"  />     You should write this as   includes="*"/>   or   includes="**/*&

creating empty jars ...

2001-02-14 Thread G.L. Grobe
I get the following error below when trying to build an images.jar file within a 2.2 servlet web applications directory structure. The images directory is full of gifs and I'm not using any recursion, just all files within it. I'm sure the basedir is pointing in the correct place. I've tried