[GRADLE-1129] Wrong Eclipse WST settings file name Created: 25/Aug/10  Updated: 04/Jan/13  Resolved: 24/Nov/10

Status: Resolved
Project: Gradle
Affects Version/s: 0.9
Fix Version/s: 0.9-rc-3

Type: Bug
Reporter: Felix Gnass Assignee: Hans Dockter
Resolution: Fixed Votes: 0


 Description   

Gradle creates a file named 'org.eclipse.wst.common.component.xml' while Eclipse expects the file to be called 'org.eclipse.wst.common.component' (without the trailing .xml), hence the settings are not picked up by the IDE.



 Comments   
Comment by Felix Gnass [ 25/Aug/10 ]

Workaround:

eclipseWtp.orgEclipseWstCommonComponentOutputFile = new File(eclipseWtp.orgEclipseWstCommonComponentOutputFile.path.replace('.xml',''))

Generated at Wed Jun 30 11:47:39 CDT 2021 using Jira 8.4.2#804003-sha1:d21414fc212e3af190e92c2d2ac41299b89402cf.