From: Jean-Marc V. <jea...@gm...> - 2011-05-25 15:37:42
|
Hi This was a problem that was here for more than a year. One of the dependency jars, jEdit, that was prepared for this project on our Maven depot, had all its classes duplicated in a wrong directory classes/ in the jar. This was badly interaracting with recent changes in Maven. As a consequence, the jEdit editor windows were not working. This is now fixed, and if you build from sources, these command should get you going : rm $HOME/.m2/repository/org/jedit/jedit/4.3.1/jedit-4.3.1.jar mvn clean rm -r $HOME/.m2/repository/eulergui/eulergui/1.9-SNAPSHOT/ mvn -Dmaven.test.skip=true install For the others not building from sources , a snapshot has been uploaded at the usual place : http://eulergui.sourceforge.net/tmp/ -- Jean-Marc Vanel Déductions SARL - Consulting, services, training, Rule-based programming, Semantic Web http://jmvanel.free.fr/ - EulerGUI, a turntable GUI for Semantic Web + rules, XML, UML, eCore, Java bytecode +33 (0)6 89 16 29 52 -- +33 (0)1 39 55 58 16 ( we rarely listen to voice messages, please send a mail instead ) |