hi again, got my problem solved. I gave the actual path in the args field
and its working.
On 1/19/06, Guruprasad R <[EMAIL PROTECTED]> wrote:
>
> hi all,
> finally i am using the java task to do it.
>
>
>
>
>
> here, i am getting
> exectask:
> [java] The args attribute is deprecated. Pl
hi all,
finally i am using the java task to do it.
here, i am getting
exectask:
[java] The args attribute is deprecated. Please use nested arg
elements.
[java] Working directory ignored when same JVM is used.
[java] ERROR: source file: npacejb.jar could not be found.
It seems
On Wed, 18 Jan 2006, Guruprasad R. <[EMAIL PROTECTED]> wrote:
> i am getting a message as "Please use the executable attribute and
> nested arg elements." how do i do this? Please help.
Take your command attribute's value and add it to prior
to the other you have, remove the command attribute c
As the documentation says, the command parameter is deprecated, the
executable parameter should be used and in NO case both of them.
I usually start batch jobs like below, I'm not sure if this is the best way,
but it works ;-)
In your case, you want to execute
Even better than "even better than that", DAO interfaces implemented ala
Spring JDBC. Skip EJB all together! ;) Now I'm gonna leave this alone at the
risk of being way off topic and starting a religous debate.
---
Clifton C. Craig, Software En
Clifton Craig wrote:
Even better than that, you don't need or . Use instead!
better yet, hibernate3.1+ejb3 annotations :)
,
-steve
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECT
Even better than that, you don't need or . Use instead!
---
Clifton C. Craig, Software Engineer
Intelligent Computer Systems - A Division of GBG
[EMAIL PROTECTED]
[EMAIL PROTECTED]
On Wednesday 18 January 2006 7:59 am, Jeffrey E Care wrote:
> You
You don't need - use instead.
--
Jeffrey E. Care ([EMAIL PROTECTED])
WebSphere v7 Release Engineer
WebSphere Build Tooling Lead (Project Mantis)
Guruprasad R <[EMAIL PROTECTED]> wrote on 01/18/2006 07:40:44 AM:
> I am using ant on my Windows 2000 OS. I want to execute a command "java
> weblo
Guru,
Try this
-Original Message-
From: Guruprasad R [mailto:[EMAIL PROTECTED]
Sent: 18 January 2006 12:41
To: Ant Users List
Subject: command execution
I am using ant on my Windows 2000 OS. I want to execute a command "java
weblogic.ejbc npacejb.jar" from a particul