You don't need to rebuild the whole AndroMDA.
Just go to the root of the cartridge (in this case /cartridges/andromda-ejb) and type maven -Dmaven.test.skip=true clean jar:install (you also could add -o flag for second and over executions)

If you've changed the cartridge is logic that the test fail, that's why you have to put the -Dmaven.test.skip=true

Hope it helps.

Regards
Bruno

Erwin Teseling dijo lo siguiente, el 08/09/2004 10:33:
Hi,

I actually think I allready found it, this "{" is not defined in the SessionLocalHome.vsl template. I am using the andromda-src-3.0M3-SNAPSHOT, but I am not sure on how to rebuild it (with what maven target(s)), because it does not seam to pick up the change with just running maven from the andromda-src-3.0M3-SNAPSHOT directory. Running maven actually failes during the CardridgeTest phase.

Regards,
Erwin Teseling

Erwin Teseling wrote:
Hi All,

I have tagged a service component as andromda.ejb.viewType=local. It actually does generate all the classes, but the LocalHome misses the "{" right after the extends definition:

/* Autogenerated by AndroMDA (SessionLocalHome.vsl) - do not edit */
package nl.vipe.booking.ejb;

/**
* Local home interface for the ReservationService session bean.
*
*/
public interface ReservationServiceLocalHome    extends javax.ejb.EJBLocalHome
   // -- JNDI entries
   .......

It there an easy way of fixing this. I haven't looked into the templates details yet. I am using the M3-snapshot of about a week ago.

Thanks,
Erwin Teseling


------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click _______________________________________________ Andromda-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to