google-cloud-eclipse icon indicating copy to clipboard operation
google-cloud-eclipse copied to clipboard

Allow modifications to source attachments of libraries

Open elharo opened this issue 8 years ago • 3 comments

image

elharo avatar Feb 23 '17 13:02 elharo

Implement this interface for classpath attribute editing: https://github.com/eclipse/eclipse.jdt.ui/blob/master/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/ClasspathAttributeConfiguration.java

This interface is for classpath container editing: https://github.com/eclipse/eclipse.jdt.ui/blob/master/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/IClasspathContainerPage.java

akerekes avatar Feb 23 '17 15:02 akerekes

Why is it that we don't have source for the libraries we attach? It happens to App Engine API libraries too.

chanseokoh avatar Feb 23 '17 16:02 chanseokoh

Because the sources are not published to Maven or available as a separate download. They're available in the download but we haven't configured our libraries to use that for a few reasons: it's 200Mb, it's inside the zip and we don't yet support the sourceAttachmentRootPath attribute for the classpath entries we create.

akerekes avatar Feb 23 '17 16:02 akerekes