Hi, Pascal,

do you have any classes with the WebForm, WebAction or WebPage
stereotypes in your model? And: have you got the struts cartridge on
your classpath? You can check this easily because when AndroMDA starts,
it prints the names of all cartridges it finds on the classpath, like
this:

Cartridge found: ejb
Cartridge found: hibernate
Cartridge found: struts
etc.

Did messages like that appear?

By the way, which version of andromda are you using?

Cheers...
Matthias

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of Pascal Fosse
> Sent: Thursday, January 15, 2004 9:28 PM
> To: 'andromda-users mailing list'
> Subject: Re: [Andromda-user] JSP generation
> 
> 
> I don't undestand : even if I add the following lines in the 
> build.xml 
> file, not struts files are generated :
> 
> ...
> <andromda basedir="."
>         modelURL="${model}"
>         lastModifiedCheck="true"
>         typeMappings="${andromda-core.home}/src/xml/TypeMapping.xml">
> 
>         <outlet cartridge="ejb" outlet="entity-beans" 
> dir="${gensrc.dir}" />
>         <outlet cartridge="ejb" outlet="entity-impls" 
> dir="${gensrc.dir}" />
>         <outlet cartridge="ejb" outlet="session-beans" 
> dir="${gensrc.dir}" />
>         <outlet cartridge="ejb" outlet="session-impls" 
> dir="${gensrc.dir}" />
> 
>     <outlet cartridge="struts" outlet="forms" 
> dir="${andromda.web.form.dir}"/>
>     <outlet cartridge="struts" outlet="actions" 
> dir="${andromda.web.action.dir}"/>
>     <outlet cartridge="struts" outlet="pages" 
> dir="${andromda.web.page.dir}"/>
>     <outlet cartridge="struts" outlet="config" 
> dir="${andromda.web.config.dir}/generated"/>     </andromda>
> ...
> 
> 
> -------------------------------------------------------
> The SF.Net email is sponsored by EclipseCon 2004
> Premiere Conference on Open Tools Development and Integration 
> See the breadth of Eclipse activity. February 3-5 in Anaheim, 
> CA. http://www.eclipsecon.org/osdn 
> _______________________________________________
> Andromda-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/andromda-user
> 




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Andromda-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to