Re: Build jar files that contain other jar files

2006-10-31 Thread Peter DePasquale
I'm not familiar with the "write-copy" rule. Can you clarify? Also, I need a jar, not a war or ear. On 10/31/06, Chun Ji <[EMAIL PROTECTED]> wrote: If you do so, you may violate the write-copy rule. How about create an "ear" or "war" file, depends on your application. Here is the structure

RE: Build jar files that contain other jar files

2006-10-31 Thread Chun Ji
If you do so, you may violate the write-copy rule. How about create an "ear" or "war" file, depends on your application. Here is the structure of a war file looks like " WEB-INF/ WEB-INF/lib/ WEB-INF/lib/antlr-2.7.5.jar WEB-INF/lib/... WEB-INF/classes/ WEB-INF/classes/events/Event.class WEB-I

Build jar files that contain other jar files

2006-10-31 Thread Peter DePasquale
Since I can't find this on my own, I thought I'd ask. I need to include two 3rd part jar files in my app's jar file. I am 99% sure I can't just add the required supporting jars to my release jar (correct?). Thus, I need to unjar my 3rd party jars, and fold their contents into my release jar. I

Re: Accessing the manifest within a jar file

2006-10-31 Thread Antoine Levy-Lambert
Hello Dominique, I do not know the jarlib tasks. What are they ? Antoine Original-Nachricht Datum: Tue, 31 Oct 2006 07:46:49 -0600 Von: "Dominique Devienne" <[EMAIL PROTECTED]> An: "Ant Users List" Betreff: Re: Accessing the manifest within a jar file > > Actually, I am inter

Re: Accessing the manifest within a jar file

2006-10-31 Thread Matt Benson
--- "Ivan \"Rambius\" Ivanov" <[EMAIL PROTECTED]> wrote: > Hello, > > You can also use Ant 1.7 zipentry resource: > > name="META-INF/MANIFEST.MF"/> Thanks for the resource plug, Ivan. :) Alternatively, assuming ${jar} points to the relevant jar file, you could use or ;) Note that

Re: Accessing the manifest within a jar file

2006-10-31 Thread Dominique Devienne
Actually, I am interested by the same sort of topic, for instance to collect Vendor/Version/Name information from a set of jar files and generate a report from this. There are the optional jarlib-* tasks already, although their focus might be just optional extensions. Maybe these can be built on

AW: Problem with ant recorder task

2006-10-31 Thread Jan.Materne
Verified on 1.6.5, but works on 1.7.0beta2 Jan >-Ursprüngliche Nachricht- >Von: Thomas Voigt [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag, 31. Oktober 2006 13:36 >An: user@ant.apache.org >Betreff: Problem with ant recorder task > >Hi, > >I've got a problem with the recorder task. Have

Re: Problem with ant recorder task

2006-10-31 Thread Peter Reilly
i On 10/31/06, Thomas Voigt <[EMAIL PROTECTED]> wrote: Hi, I've got a problem with the recorder task. Have a look:

Problem with ant recorder task

2006-10-31 Thread Thomas Voigt
Hi, I've got a problem with the recorder task. Have a look: Now I w

Re: .Net Ant Library

2006-10-31 Thread Jim Swainston
thanks, I'll grab it from there for the moment then Peter Reilly wrote: On 10/31/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Maybe you could try the beta2? http://people.apache.org/dist/ant/antlibs/antunit/binaries/ Thats antunit and not .net. There was a major problem with the server

Re: .Net Ant Library

2006-10-31 Thread Peter Reilly
On 10/31/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Maybe you could try the beta2? http://people.apache.org/dist/ant/antlibs/antunit/binaries/ Thats antunit and not .net. There was a major problem with the server last weekend http://marc.theaimsgroup.com/?l=ant-dev&m=116220460317092&w=2

AW: .Net Ant Library

2006-10-31 Thread Jan.Materne
Maybe you could try the beta2? http://people.apache.org/dist/ant/antlibs/antunit/binaries/ There was a major problem with the server last weekend http://marc.theaimsgroup.com/?l=ant-dev&m=116220460317092&w=2 Jan >-Ursprüngliche Nachricht- >Von: Jim Swainston [mailto:[EMAIL PROTECTED]

.Net Ant Library

2006-10-31 Thread Jim Swainston
Hi, I'm trying to get hold of the .Net Ant Library 1.0 Beta1, but all the download links appear to be broken. Does anyone have any idea where I can get hold of it from. thanks Jim - To unsubscribe, e-mail: [EMAIL PROTECTED