Checkout
http://www.weblogic.com/docs45/classdocs/API_ejb.html#ddcreator
where you will find that the argument should be "-d" not "-dir".
Conor
-Original Message-
From: Rajesh Joshi [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, 10 July 2001 5:54 AM
To: [EMAIL PROT
--- [EMAIL PROTECTED] wrote:
> every argument must be in it's own "arg" element.
That's only true when using the "value" attribute, not when using the
"line" attribute.
Diane
=
([EMAIL PROTECTED])
__
Do You Yahoo!?
Get personalized email ad
just a quick thought, \tmp << the "\" isn't a unix directory separator
its "/", could that be the problem?
-Ben
Rajesh Joshi wrote:
> hi!I am trying to serialize Deployment descriptor for the WL4.5
> version. Using ANT to make the jar. I am not able to figure out what
> is wrong with the follo
every argument must be in it's own "arg" element.
according to the code below, your arguments for the first call are:
1) -dir somedir
2) -outputfile DD.ser
3) soource/DeploymentDescriptor.txt
what you really intend here is to have 5 arguments, not 3.
so you need:
etc.
Rajesh Joshi wrot
hi!
I am trying to serialize Deployment descriptor for the WL4.5 version. Using ANT to make the jar.
I am not able to figure out what is wrong with the following argument
I get an error message..
[ddCreator] java.lang.IllegalArgumentEx