Title: [Xdoclet-user] Generating Class-Path in Manifest.mf
ï
Hi,
 
I solved the problem using a custom ANT task.
Our project is divided into several modules.
Each module represents a separate JAR file
(part of the EAR). Each module hash got its
own build.xml file, that contains a "classpath"
property.
The custom task processes the value of this property
and builds the value of the manifest attribute
(Class-Path).
Well, it's a little bit more complex, because
the classpath property is used not only for manifests,
but also for the compiler...
 
mp.
----- Original Message -----
Sent: Tuesday, March 02, 2004 7:34 AM
Subject: RE: [Xdoclet-user] Generating Class-Path in Manifest.mf

I am facing exactly the same problem, and have been trying to find solutions using xdoclet or ant tasks.  I found a way to do it using ant, but it's ugly and brittle.  I'm very surprised that there isn't more information available on this topic.  How are other people building ejb jar manifests for EARs which include non-ejb jars which must appear in the ejb jar's manifest classpath?
-----Original Message-----
From: [EMAIL PROTECTED] on behalf of Andrea Chiumenti
Sent: Mon 3/1/2004 10:46 PM
To: [EMAIL PROTECTED]
Cc:
Subject: [Xdoclet-user] Generating Class-Path in Manifest.mf

Hello, i was reading xdoclet in action, nice book! but currently i need
to compile a Class-Path: element in an ear Manifest.mf.
Since currently i cannot figure out how this would be possible with
Xdoclet, i was wondering if XD is the right tool to do this task and if
yes, how could i do.
Thx in advance,
kiuma



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to