Please try to reconfigure the plugin:
- dependencies mustnow be configured as project dependencies, not as plugin
depenedenies:
<dependencies>
<dependency>
<groupId>org.hybridlabs</groupId>
<artifactId>hybridlabs-beautifier</artifactId>
<version>1.1.8</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.openarchitectureware</groupId>
<artifactId>oaw-xtext-generator</artifactId>
<version>4.2.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.openarchitectureware</groupId>
<artifactId>oaw-xtext-core</artifactId>
<version>4.2.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
- the plugin configuration is now simple:
<plugin>
<groupId>org.fornax.toolsupport</groupId>
<artifactId>fornax-oaw-m2-plugin</artifactId>
<version>2.0.0</version>
<configuration>
<checkResources>
<checkResource>src/sculptordsl.xtxt</checkResource>
</checkResources>
<outletSrcDir>src-gen</outletSrcDir>
<outletSrcOnceDir>src</outletSrcOnceDir>
<outletResOnceDir>resources</outletResOnceDir>
<properties>
</properties>
</configuration>
<executions>
<execution>
<phase>generate-sources</phase>
<goals>
<goal>run-workflow</goal>
</goals>
</execution>
</executions>
</plugin>
It seems to be a bug in the dependencies between the generator pom and the
core pom. Please try it and report the result.
--
Thorsten Kamann
Software-Architect, Consultant, Coaching
Germany, NRW
Business:
itemis products and solutions GmbH & Co. KG | Heinrichstraße 51 | 44536
Lünen
Rechtlicher Hinweis:
Amtsgericht Dortmund, HRA 15841
P.h.G.: Komplementär: itemis management GmbH | Amtsgericht Dortmund HRB
18939 | Geschäftsführer Jürgen Rödl
Personal:
[EMAIL PROTECTED]
http://www.thorsten-kamann.de/
callto://thorque
Fornax-Platform - Platform for developing MDSD-related Tools and components
http://www.fornax-platform.org/
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fornax-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fornax-developer