Hi guys,

two things:

1. If I switch precompilation on, the generated project fails
   on running just maven -o web twice. Reason: the precompiled sources
   are not cleaned. Solution: in the web/maven.xml insert:

    <preGoal name="war:init">
        <j:if test="${precompileJsps}">
            <ant:delete dir="${maven.war.build.dir}/precompiled" 
                        failonerror="true"/>
        </j:if>
    </preGoal>

   Wouldn't it make sense to have the andromdapp:generate
   task doing that?

2. The help section in the generated pages (fields marked with an
   asterisk ..., the help-icon) has no div-id, nor a
   div-class so I cannot address it - would you mind to give it
   some ID? Maybe plus some ID for each of its elements?

TIA,
Matthias




-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
_______________________________________________
Andromda-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to