Chad Brandon wrote:
Matthias K�spert wrote:

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?


Yep it makes sense, thanks Matthias, I'll add it.

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?


and I'll add this (can you file an issue for it ? I'm currently updating something else)


-- Wouter


------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id396&op=click _______________________________________________ Andromda-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to