Skip to main content



      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 13:33 Go to next message
Eclipse UserFriend
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 00:50 Go to previous message
Eclipse UserFriend
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.
Previous Topic:setup:PreferenceTask is ignored in Setup Product Model
Next Topic:TargetDefinitionGenerator generates target platform with extraneous dependencies
Goto Forum:
  


Current Time: Sun Aug 31 00:25:35 EDT 2025

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

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

Back to the top