Re: adding class-path to manifest

2001-04-16 Thread Stefan Bodewig
John Kohler <[EMAIL PROTECTED]> wrote: >> is this in the optional packages in any near future? >> or does this run as a feature preview for some next task? > > This would depend upon the "powers", I guess. I'd certainly > like to see it included somewhere... John, I'd invite you to join ant-d

RE: adding class-path to manifest

2001-04-12 Thread John Kohler
> is this in the optional packages in any near future? > or does this run as a feature preview for some next task? This would depend upon the "powers", I guess. I'd certainly like to see it included somewhere... Lemme know how it works for you - and bugs of course. jk

RE: adding class-path to manifest

2001-04-12 Thread Marc Portier
Kohler [mailto:[EMAIL PROTECTED]] > Sent: donderdag 12 april 2001 16:07 > To: '[EMAIL PROTECTED]' > Subject: RE: adding class-path to manifest > > > I've developed a task that will create a jar from a > set of 'root' classes, including all

RE: adding class-path to manifest

2001-04-12 Thread John Kohler
attributes. I created this task because I do not like maintaining a seperate manifest. Source and docs are attached, hope it's useful. John Kohler > -Original Message- > From: Marc Portier [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 12, 2001 3:59 AM > To:

RE: adding class-path to manifest

2001-04-12 Thread Marc Portier
ideas/hands welcome -marc= > -Original Message- > From: Isaac Sparrow (Staff Engineer) > [mailto:[EMAIL PROTECTED]] > Sent: vrijdag 13 april 2001 11:27 > To: [EMAIL PROTECTED] > Subject: Re: adding class-path to manifest > > > Interesting question about the culprit adding the ma

Re: adding class-path to manifest

2001-04-12 Thread Isaac Sparrow (Staff Engineer)
ed to maybe > slide in a line or 2? (maybe it's not even the jar task doing it but the > underlaying JDK utility?)... that, or a manifest-building task preceeding > the jar task? > > -marc= > > -Original Message- > > From: G.L. Grobe [mailto:[EMAIL PROTECTED]

RE: adding class-path to manifest

2001-04-12 Thread Marc Portier
> From: G.L. Grobe [mailto:[EMAIL PROTECTED]] > Sent: donderdag 12 april 2001 0:59 > To: [EMAIL PROTECTED] > Subject: Re: adding class-path to manifest > > > So if NameofJartoCreate.jar is the jar i'm creating and it > depends on an > external jar called struts.

Re: adding class-path to manifest

2001-04-11 Thread G.L. Grobe
sage - From: "Isaac Sparrow (Staff Engineer)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 11, 2001 5:53 PM Subject: Re: adding class-path to manifest > "G.L. Grobe" wrote: > > > > Reposting for some help here. > > > &g

Re: adding class-path to manifest

2001-04-11 Thread Isaac Sparrow (Staff Engineer)
"G.L. Grobe" wrote: > > Reposting for some help here. > > How do you tell Ant to add an external jar file to the MANIFEST.MF that > my-ejb.jar file depends on? If I manually add the MANIFEST.MF, it get's > ignored and Ant creates an empty one. > > I need this in the file (I think) as my ejb's a