Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Jar packager - adding META-INF with path munge
Jar packager - adding META-INF with path munge [message #126677] Fri, 12 December 2003 11:33 Go to next message
Eclipse UserFriend
Originally posted by: michael.erskine.jasmin.plc.uk

Hi,

I was unable to find an answer in the archives for my problem: -
Our company is moving over to Eclipse for our Java IDE and we enjoy its
many features. We maintain a system that has many jars to deploy as EJBs,
services etc and each jar tends to have different META-INF content. I'd
like to tell the Jar packager to add various files to META-INF that don't
necessarily reside in the proj-root/META-INF dir. Is there some XML
attribute I can include in the jardesc to allow these files to gain the
correct path?

Regards,

Michael.
Re: Jar packager - adding META-INF with path munge [message #127455 is a reply to message #126677] Mon, 15 December 2003 15:33 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: daniel.megert.gmx.net

Michael wrote:

>Hi,
>
>I was unable to find an answer in the archives for my problem: -
>Our company is moving over to Eclipse for our Java IDE and we enjoy its
>many features. We maintain a system that has many jars to deploy as EJBs,
>services etc and each jar tends to have different META-INF content. I'd
>like to tell the Jar packager to add various files to META-INF that don't
>necessarily reside in the proj-root/META-INF dir. Is there some XML
>attribute I can include in the jardesc to allow these files to gain the
>correct path?
>
>
Not sure whether this helps: you can provide your own meta-inf file.

Dani

>Regards,
>
>Michael.
>
>
>
>
Re: Jar packager - adding META-INF with path munge [message #127802 is a reply to message #127455] Tue, 16 December 2003 08:52 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: michael.erskine.jasmin.plc.uk

Daniel Megert wrote:
> Not sure whether this helps: you can provide your own meta-inf file.

> Dani

Thanks for your reply Dani, but my issue is that I need to supply a
_different_ META-INF dir for each of the 20 jars that need building and so
I need to be able to specify its location perhaps outside of the project
tree (but preferably inside).

Michael.
Re: Jar packager - adding META-INF with path munge [message #127826 is a reply to message #127802] Tue, 16 December 2003 13:05 Go to previous messageGo to next message
Simon Tardell is currently offline Simon TardellFriend
Messages: 16
Registered: July 2009
Junior Member
On Tue, 16 Dec 2003 08:52:36 +0000, Michael wrote:

> Daniel Megert wrote:
>> Not sure whether this helps: you can provide your own meta-inf file.
>
>> Dani
>
> Thanks for your reply Dani, but my issue is that I need to supply a
> _different_ META-INF dir for each of the 20 jars that need building and so
> I need to be able to specify its location perhaps outside of the project
> tree (but preferably inside).

You probably want to use ant for this.

Simon
Re: Jar packager - adding META-INF with path munge [message #128207 is a reply to message #127826] Wed, 17 December 2003 16:08 Go to previous message
Eclipse UserFriend
Originally posted by: michael.erskine.jasmin.plc.uk

Simon Tardell wrote:
> > Thanks for your reply Dani, but my issue is that I need to supply a
> > _different_ META-INF dir for each of the 20 jars that need building and so
> > I need to be able to specify its location perhaps outside of the project
> > tree (but preferably inside).

> You probably want to use ant for this.
> Simon

Sigh! I feared as much! We use Ant 1.4 which doesn't properly pick up all
inner classes -- perhaps we need to move on!
Previous Topic:How to change default Ant target in build.xml
Next Topic:Building individual class files, using projects and TODO, and version
Goto Forum:
  


Current Time: Sat Sep 14 12:13:49 GMT 2024

Powered by FUDForum. Page generated in 0.03702 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top