Re: How do I use ejbDeploy outside of RAD

2006-11-02 Thread Branden Kolb
file that will allow me to run the and eclipse. tasks? Branden Kolb "Peter Reilly" <[EMAIL PROTECTED]> wrote on 11/02/2006 02:48:12 PM: > On 11/2/06, Branden Kolb <[EMAIL PROTECTED]> wrote: > > All right, I give up. I thought I understood what I needed to

Re: How do I use ejbDeploy outside of RAD

2006-11-02 Thread Branden Kolb
last question, just the one about Ant)? Branden Kolb *Vendor with CTG, Inc. Healthcare & Life Sciences 015-2 J118 Rochester, MN t/l 553-6703 (507)-253-6703 "Life should NOT be a journey to the grave with the intention of arriving safely in an attractive and well preserved body,

Re: How do I use ejbDeploy outside of RAD

2006-11-02 Thread Branden Kolb
Well, maybe I don't understand quite yet. I added the path to the antj2ee.jar to my system classpath variable. opened a new DOS window and tried my script again. I still get the error: Could not create task or type of type: ejbDeploy What am I missing? Branden Kolb > Ok,

Re: How do I use ejbDeploy outside of RAD

2006-11-02 Thread Branden Kolb
%~dp0 REM subst j: %~dp0..\3rdParty SET JAVA_HOME=C:\Program Files\Java\jdk1.5.0_08\lib set ANT_HOME=%~dp03rdParty\ant-1.6.2 echo ANT_HOME setlocal call %ANT_HOME%\bin\ant -verbose -buildfile Build.xml -l .\logfile.txt %* endlocal Branden Kolb > Branden Kolb wrote: > > I have

How do I use ejbDeploy outside of RAD

2006-11-02 Thread Branden Kolb
tell me if it's possible to use the ejbDeploy task this way, and, if so, how would I do it? On a similar note, is there anyway to use the task in the same way ( or ) outside of RAD? Branden Kolb