Problem with gates (advanced)

3 posts / 0 new
Last post
Marc
Offline
Joined: 07/08/2009
Problem with gates (advanced)

Vincent,

I removed the item by accident.

Here is what I wanted to post:

First of all: mvn package works fine, but mvn package clean does not work. I get the following error:

1 required artifact is missing.

for artifact:
  com.visual.modeler:engine-startup-swing:jar: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)

 

I now upload a model and frontend that give the problem decribed earlier: entity remains editable in the search-results panel, despite writability gate.

Thanks,

Marc

AttachmentSize
model.xml2.4 KB
frontend.xml2.44 KB
vvandens
Offline
Joined: 05/29/2008
Problem with gates (advanced)

Marc,

As for the maven problem, order of goals matter : mvn clean package is different of mvn package clean. The latter will lead to the error that you observe.

Regarding the gates problem, I can reproduce it but only in Flex. I'll keep you informed.

 

Best,

Vincent

vvandens
Offline
Joined: 05/29/2008
Problem with gates (advanced)

I deployed a fix.

 

Thanks for the report,

Vincent