What is generated by fornax-oaw-m2-plugin? [message #894221] |
Sat, 07 July 2012 16:18  |
Eclipse User |
|
|
|
Hi,
I'm trying to join our recently created xtext projects to our main tycho/hudson building.
Existent projects I could run properly, but with a newly created project which I didn't call the mwe2 manually first, I got some build error because a not generated plugin.xml that is being referenced in the build.properties.
If I run mwe2 using the ide before tycho, the problem don't happen.
So, I would like to know what is generated by fornax-oaw-m2-plugin and if I always need to do one first generation at eclipse before setup it to tycho. This way I could know what I need to add to source control, too.
thanks for any help. regards,
Cristiano
|
|
|
|
|
|
|
Re: What is generated by fornax-oaw-m2-plugin? [message #1176727 is a reply to message #894595] |
Fri, 08 November 2013 09:11  |
Eclipse User |
|
|
|
Hi,
I had the same problem just now.
What worked for me, was to add the src-Folder as a resource to the maven pom:
<build>
<resources>
<resource>
<directory>src</directory>
</resource>
</resources>
...
Otherwise, the fornax plugin adds the "maven default" path src/main/resources to the classpath and will not find the .xtext-File.
|
|
|
Powered by
FUDForum. Page generated in 0.29327 seconds