Bill, sorry, let me explain again...
    
  well, i'm trying to make an EJB.

   I'm asking how to add multiple files to a jar,
those files are in different locations, but the last
one, the one which has the xml files in MATA-INF has
in a .bat file the following sentence:

jar cf jarname.jar compiledjavafiles\*.class
jar uf jarname.jar otherdir1\specificclass.class
jar uf jarname.jar otherdir1\specificclass2.class
jar uf jarname.jar -C compiledjavafiles META-INF

  but they told me to change the last line for this
one:
 jar cv0f jarname.jar test META-INF

  this from a DOS command line works fine, the point
is that I want to transalte the args ant parameters
into XMl for the Ant.

  also I have another line:

java -hotspot weblogic.ejbc -compiler javac -iiop
build\EJBclient.jar EJBclient.jar

  how do I put this line into my XML build to be
understood by Ant???


  thanks, hope you can open my mind to see the light

=====

_________________________________________________________________

"Puedes sentirte desilusionado si fallas, pero est�s condenado si no lo intentas."

"You can get disappointed if you fail down, but you are doomed if you do not try it."

ICQ #  22338121


__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

Reply via email to