Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Maven & IDL generated-sources(How to setup Eclipse for generated-source project ?)
Maven & IDL generated-sources [message #717874] Mon, 22 August 2011 15:40
Nicolas V. is currently offline Nicolas V.Friend
Messages: 2
Registered: August 2011
Junior Member
Hello,

It is my first time here, but I think it is a best choice that that question.

I have 2 projects, that have been created as maven projects from an other IDE.

Each projects consists of a compilation of IDL file (the the plugin idlj-maven-plugin from org.codehaus.mojo).

The sources are generated in the folder target/generated-sources/idl/...

After importing these projects in my workspace, Eclpise don't want to see the souces. So I have added the target/.... as a new souce forlder, but the auto build feature do a clean on my project, and don't want to re-generate from my idl.


Because of that, every projects that rely on those 2, are full of errors, and I have to manually compile my idl project with maven (commande line).


What is the best way to use this plugin / generated-sources with Eclipse ?


Thanks for all.
Regards.
Previous Topic:Eclipse excludes all sources when import maven project
Next Topic:[JDT UI] Small bug in Content Assist
Goto Forum:
  


Current Time: Fri Apr 19 07:54:22 GMT 2024

Powered by FUDForum. Page generated in 0.01838 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top