You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Benoit Xhenseval <be...@yahoo.com> on 2006/07/18 00:24:13 UTC

[M1] EJB Plugin 1.6 vs 1.7.2 - does not compile java files

Hello

I'm upgrading to maven 1.1 (steady step towards m2... when I'll have time!)

I noticed that the ejb goal has changed but if I use ejb:ejb and ejb:install as part of my goal, the java classes do not seem to be generated.  
This is different from the ejb plugin 1.6 where I was using the following goal, which would create the CLASS files:

<goal name="myGoal" prereqs="ejb:install-client,ejb:install">
...


What should I do now? shouldn't the ejb:ejb goal detect the java files under src/java and compile them?

Any suggestion welcome.

Thanks

Benoit


Re: [M1] EJB Plugin 1.6 vs 1.7.2 - does not compile java files

Posted by Lukas Theussl <lt...@apache.org>.
Did you set the maven.ejb.client.generate variable? If yes, you should 
probably file a JIRA issue (preferably with reproducible test case 
attached).

-Lukas



Benoit Xhenseval wrote:
> Hello
> 
> I'm upgrading to maven 1.1 (steady step towards m2... when I'll have time!)
> 
> I noticed that the ejb goal has changed but if I use ejb:ejb and ejb:install as part of my goal, the java classes do not seem to be generated.  
> This is different from the ejb plugin 1.6 where I was using the following goal, which would create the CLASS files:
> 
> <goal name="myGoal" prereqs="ejb:install-client,ejb:install">
> ...
> 
> 
> What should I do now? shouldn't the ejb:ejb goal detect the java files under src/java and compile them?
> 
> Any suggestion welcome.
> 
> Thanks
> 
> Benoit
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org