Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » xtend-maven-plugin has no outputs
xtend-maven-plugin has no outputs [message #1006505] Thu, 31 January 2013 09:21 Go to previous message
Soenke Brightside is currently offline Soenke Brightside
Messages: 39
Registered: January 2011
Member
Hi,

Here is a snipped of pom.xml of the xtend project:
Quote:
</plugin>
<plugin>
<groupId>org.eclipse.xtend</groupId>
<artifactId>xtend-maven-plugin</artifactId>
<version>2.3.1</version>
<configuration>
<outputDirectory>xtend-gen</outputDirectory>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.7</version>
<executions>
<execution>
<id>add-source</id>
<phase>generate-sources</phase>
<goals>
<goal>add-source</goal>
</goals>
<configuration>
<sources>
<source>xtend-gen</source>
</sources>
</configuration>
</execution>
</executions>
</plugin>


The result:
Quote:
[INFO] --- xtend-maven-plugin:2.3.1:compile (default) @ de.dlr.ft.exchange.base.xtend ---
4686 [main] INFO e.compiler.batch.XtendBatchCompiler - Compiling 1 source file to xtend-gen

But there is no compiled file in my xtend-gen folder. Other projects can't be build becaus the compiled classes cannot be found.

Any help?
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic:Using multiple OutputConfigurations with an JvmModelInferrer
Next Topic:Plugin editor fails to load
Goto Forum:
  


Current Time: Thu May 23 11:31:23 EDT 2013

Powered by FUDForum. Page generated in 0.01656 seconds