I continue and log my findings here. This must be bug in fornax repository.

I think there is a mismatch between the jar files
oaw-xtext-core-4.2.0.jar and oaw-xtext-core-base-4.2.0.jar

oaw-xtext-core-base-4.2.0.jar is correct, but oaw-xtext-core-4.2.0.jar is
the same.

The error I got:
797  ERROR WorkflowRunner     - Couldn't load workflow fragment from
org/openarchitecturew
are/xtext/parser/Parser.oaw [component
file='org/openarchitectureware/xtext/parser/Parser.
oaw' in org/openarchitectureware/xtext/Generator.oaw:8]


I use these dependencies:

<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>
        <dependencies>
                <dependency>
                        <groupId>org.hybridlabs</groupId>
                        <artifactId>hybridlabs-beautifier</artifactId>
                        <version>1.1.8</version>
                </dependency>
                <dependency>
                        <groupId>org.openarchitectureware</groupId>
                        <artifactId>oaw-xtext-generator</artifactId>
                        <version>4.2.0</version>
                </dependency>
                <dependency>
                        <groupId>org.openarchitectureware</groupId>
                        <artifactId>oaw-xtext-core-base</artifactId>
                        <version>4.2.0</version>
                </dependency>
                <dependency>
                        <groupId>org.openarchitectureware</groupId>
                        <artifactId>oaw-xtext-core</artifactId>
                        <version>4.2.0</version>
                </dependency>
        </dependencies>
        <executions>
                <execution>
                        <phase>generate-sources</phase>
                        <goals>
                                <goal>run-workflow</goal>
                        </goals>
                </execution>
        </executions>
</plugin>


Patrik Nordwall wrote:
> 
> Now I see the subpage:
> http://www.fornax-platform.org/cp/display/fornax/oaw-xtext-generator
> wich tells me to use
> <dependency>
>         <groupId>org.openarchitectureware</groupId>
>         <artifactId>oaw-xtext-generator</artifactId>
>         <version>4.2.0</version>
> </dependency>
> 
> I will try this more later, but I think there are som documentation bugs.
> - groupId in picture on the first page
> - versionId instead of version on the second page
> 
> 
> 
> Patrik Nordwall wrote:
>> 
>> I'm trying to upgrade Sculptor to oAW 4.2.0 and I have problems building
>> xtext project with maven (fornax-oaw-m2-plugin).
>> 
>> Looking at
>> http://www.fornax-platform.org/cp/display/fornax/oAW-Repository
>> there should be an oaw-xtext and oaw-xtext-generator for version 4.2.0,
>> but as far as I can see they are missing.
>> 
>> I have used:
>> <dependency>
>>         <groupId>org.fornax.openarchitectureware</groupId>
>>         <artifactId>oaw-xtext</artifactId>
>>         <version>4.2.0</version>
>>         <type>pom</type>
>> </dependency>
>> 
>> Missing:
>> ----------
>> 1) org.fornax.openarchitectureware:oaw-xtext:pom:4.2.0
>> 
>> <dependency>
>>         <groupId>org.fornax.openarchitectureware</groupId>
>>         <artifactId>oaw-xtext-generator</artifactId>
>>         <version>4.2.0</version>
>>         <type>jar</type>
>> </dependency>
>> 
>> Missing:
>> ----------
>> 1) org.fornax.openarchitectureware:oaw-xtext-generator:jar:4.2.0
>> 
>> What is the status of the xtext dependencies?
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/-Fornax-Repository--xtext-dependencies-tf4848556s17564.html#a13876461
Sent from the Fornax-Platform mailing list archive at Nabble.com.


-------------------------------------------------------------------------
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

Reply via email to