Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Oomph » Ignore optional compile problems for /src/generated/java-XYZ
Ignore optional compile problems for /src/generated/java-XYZ [message #1849214] Sat, 08 January 2022 18:33 Go to next message
Philipp Schn. is currently offline Philipp Schn.Friend
Messages: 1
Registered: January 2022
Junior Member
We have a larger number of modules in our project with different generated source folders.

Is there a possibility to enable the option "Ignore optional compile problems" for other folders in addition to the source directory src/generated/java?

Here is a example screenshot:
index.php/fa/41537/0/
Re: Ignore optional compile problems for /src/generated/java-XYZ [message #1849218 is a reply to message #1849214] Sun, 09 January 2022 05:50 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33145
Registered: July 2009
Senior Member
That information is stored in the .classpath file of each project for each source folder like this:
	<classpathentry kind="src" path="xtend-gen">
		<attributes>
			<attribute name="ignore_optional_problems" value="true"/>
		</attributes>
	</classpathentry>
There are no tasks specifically for modifying the .classpath resource of a project if that's what you're asking. I suppose a Text Modify task could do such editing, but this seems to me to be something you should set manually once and for all time.


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:setup:PreferenceTask is ignored in Setup Product Model
Next Topic:TargetDefinitionGenerator generates target platform with extraneous dependencies
Goto Forum:
  


Current Time: Wed May 08 02:49:57 GMT 2024

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

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

Back to the top