Re: RAD 7 + EJB Stubs generation + Maven 2

2008-12-12 Thread javed mandary
Salut,
 ah thanks a lot Guillaume!!!

cheers,
  Javed

On Fri, Dec 12, 2008 at 1:21 PM, Guillaume Boucherie <
guillaume.bouche...@gmail.com> wrote:

> Hi,
>
> Maybe you can try to use this plugin.
> was6-maven-plugin 
>
> CletteBou
>
>
> On Thu, Dec 11, 2008 at 6:23 PM, Wayne Fay  wrote:
>
> > > Embedded error: Unable to parse setupCmdLine: null\bin\setupCmdLine.bat
> > (The
> > > system cannot
> > > find the path specified.)
> >
> > I don't have RAD so my ability to help with this specific issue is
> > pretty limited. But where is this "setupCmdLine.bat" coming from -- is
> > that in RAD somewhere? I'd assume the EJB stub generation tools assume
> > you are running the tools from the RAD directories, and it is getting
> > confused when it cannot find files it depends on during its execution.
> >
> > Find the setupCmdLine.bat file in your file system, and then try to
> > find what files are invoking it, and either provide it to them as they
> > require or find a way to stop them from invoking it.
> >
> > Wayne
> >
> > -
> > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> > For additional commands, e-mail: users-h...@maven.apache.org
> >
> >
>


Re: RAD 7 + EJB Stubs generation + Maven 2

2008-12-12 Thread Guillaume Boucherie
Hi,

Maybe you can try to use this plugin.
was6-maven-plugin 

CletteBou


On Thu, Dec 11, 2008 at 6:23 PM, Wayne Fay  wrote:

> > Embedded error: Unable to parse setupCmdLine: null\bin\setupCmdLine.bat
> (The
> > system cannot
> > find the path specified.)
>
> I don't have RAD so my ability to help with this specific issue is
> pretty limited. But where is this "setupCmdLine.bat" coming from -- is
> that in RAD somewhere? I'd assume the EJB stub generation tools assume
> you are running the tools from the RAD directories, and it is getting
> confused when it cannot find files it depends on during its execution.
>
> Find the setupCmdLine.bat file in your file system, and then try to
> find what files are invoking it, and either provide it to them as they
> require or find a way to stop them from invoking it.
>
> Wayne
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>


Re: RAD 7 + EJB Stubs generation + Maven 2

2008-12-11 Thread Wayne Fay
> Embedded error: Unable to parse setupCmdLine: null\bin\setupCmdLine.bat (The
> system cannot
> find the path specified.)

I don't have RAD so my ability to help with this specific issue is
pretty limited. But where is this "setupCmdLine.bat" coming from -- is
that in RAD somewhere? I'd assume the EJB stub generation tools assume
you are running the tools from the RAD directories, and it is getting
confused when it cannot find files it depends on during its execution.

Find the setupCmdLine.bat file in your file system, and then try to
find what files are invoking it, and either provide it to them as they
require or find a way to stop them from invoking it.

Wayne

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RAD 7 + EJB Stubs generation + Maven 2

2008-12-11 Thread javed mandary
Hi All,
 my problem is that I would like to have the maven to generate my
EJB stubs instead of using RAD 7.

Here is how my system looks like:
1. maven 2.0.9
2. RAD 7.0.0.7
3. JDK 1.5

I use the WAS 6.1 runtime which is found under C:\Program
Files\IBM\SDP70\runtimes\base_v61

So far I have tried using  the following:



   maven-antrun-plugin

  
verify

  









































   



Hello World: FYI
 project.name=${project.name}
   project.artifactId=${project.artifactId}
  project.groupId=${project.groupId}
  project.version=${project.version}
project.packaging=${project.packaging}
  project.description=${project.description}

  project.parent.name=${project.parent.name}
project.parent.artifactId=${project.parent.artifactId}
   project.parent.groupId=${project.parent.groupId}
   project.parent.version=${project.parent.version}





 
  








  Task WsEJBDeploy Complete! 


  


  run

  

  
===

But i keep getting an error with :

Embedded error: Unable to parse setupCmdLine: null\bin\setupCmdLine.bat (The
system cannot
find the path specified.)

=

Have any of you managed to have Maven 2 generate your EJB stubs instead of
having it generated through RAD 7.

Please let me know if you can help.

many thanks,
   Javed