Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 345159

Summary: Add a setPath(IPath path) method on IClasspathEntryDescriptor
Product: z_Archived Reporter: Fred Bricon <fbricon>
Component: m2eAssignee: Project Inbox <m2e.core-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: igor
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Fred Bricon CLA 2011-05-09 11:31:30 EDT
m2e-wtp updates IClasspathEntryDescriptors to deal with colliding file names  when configuring manifest files for skinny wars. See https://github.com/sonatype/m2eclipse-wtp/blob/323eb4f955bcf0594fc60df4cedf4e0548b98d07/org.maven.ide.eclipse.wtp/src/org/maven/ide/eclipse/wtp/WebProjectConfiguratorDelegate.java#L419

With the latest API cleanups, the setClasspathEntry method has been removed from the interface (now a private method from the underlying implementation). In order to keep existing functionality, we'd need to add a setPath method, to mutate the current descriptor's path.
Comment 2 Denis Roy CLA 2021-04-19 13:22:50 EDT
Moved to https://github.com/eclipse-m2e/m2e-core/issues/