Open RoughTomato opened 8 years ago
Yep. I've got the same problem.
There's something wrong with two modules: violetproduct-exe and violetproduct-web. For now, if you want to build the project you can exclude them from build. To do this you can simply comment out them like this:
<modules>
<module>violet-framework</module>
<module>violetplugin-activitydiagram</module>
<module>violetplugin-classdiagram</module>
<module>violetplugin-communicationdiagram</module>
<module>violetplugin-objectdiagram</module>
<module>violetplugin-sequencediagram</module>
<module>violetplugin-statediagram</module>
<module>violetplugin-usecasediagram</module>
<module>violetproduct-swing</module>
<!--module>violetproduct-jnlp</module -->
<!--<module>violetproduct-exe</module> -->
<!-- module>violetproduct-rpm</module-->
<module>violetproduct-deb</module>
<!-- <module>violetproduct-web</module>-->
</modules>
You can see that there were already two excluded modules, so I guess that they're causing problems too ;p
I'm having folowing error message after running
mvn clean && mvn compile
and simmilar (less detailed) runningmvn clean install
which is suppose to work as stated on violetuml development guide.Error message:
I'm running:
Let me know if you run into similar issue so I can confirm it as a bug.