Hi!

Kenneth Topp wrote:
> I though I could make a manifest file like this:
> ------
> Manifest-Version: 1.0
> Created-By: 1.3.0 (jboss rules)
> Class-Path: /home/toppk/src/
> ----
> and run:
> 
> jar -c0vfm server/jboss/deploy/myejb.jar files/mymanifest \
>    -C src/myejb META-INF/ejb-jar.xml \
>    -C src/myejb META-INF/jboss.xml
> 
> And put that in myejb.jar so it' would just have the .xml files.
> 
> I'm I wrong, that this isn't supported?
> 
> Hopefully yes, or something.  I kinda thought this would be slick.

No, that would work just fine since you're using an absolute path. It
was relative paths that didn't work, since we moved the jar to the temp
dir before deploying.

/Rickard

-- 
Rickard �berg

Email: [EMAIL PROTECTED]
http://www.telkel.com
http://www.jboss.org
http://www.dreambean.com


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to