[wiki] Bip Bip's jspresso

5 posts / 0 new
Last post
atao
Offline
Joined: 10/15/2008
[wiki] Bip Bip's jspresso

Hello,

There is a new wiki page "Bip Bip's jspresso" about how to shorten the model generation.

Pierre

vvandens
Offline
Joined: 05/29/2008
[wiki] Bip Bip's jspresso

A good addition again. Thanks Pierre !

Vincent

Marc
Offline
Joined: 07/08/2009
specific for flex?

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

atao
Offline
Joined: 10/15/2008
specific for flex?

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

Marc
Offline
Joined: 07/08/2009
Pierre,   yes I tried it that

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