Hello,
There is a new wiki page "Bip Bip's jspresso" about how to shorten the model generation.
Pierre
Hello,
There is a new wiki page "Bip Bip's jspresso" about how to shorten the model generation.
Pierre
A good addition again. Thanks Pierre !
Vincent
Interesting subject indeed! I would like to apply it for flex UI. I tried but got compilation errors. Could you add what exectly to comment in both pom.xml files in case I just want to preserve flex UI?
Thanks,
Marc
Marc,
Have you tried with:
- in {project}/pom.xml, keeping uncommented:
<module>webapp</module>
- in file {project}/startup/pom.xml, keeping uncommented:
<module>remote</module>
<module>flex</module>
Regards
Pierre
Pierre,
yes I tried it that way. I then get the following build error:
3 required artifacts are missing.
for artifact:
com.visual.engine:engine-webapp:war:1.0-SNAPSHOT
from the specified remote repositories:
jspresso-repository (http://repository.jspresso.org/maven2),
central (http://repo1.maven.org/maven2),
jboss-repository (http://repository.jboss.org/maven2),
jspresso-snapshots-repository (http://repository.jspresso.org/maven2-snapshots
),
beandoc-repository (http://spring-beandoc.sourceforge.net/repo),
jasperreports-repository (http://jasperreports.sourceforge.net/maven2),
sonatype-repository (http://repository.sonatype.org/content/groups/flexgroup),
java.net-repository (http://download.java.net/maven/2)
Regards,
Marc