|
Re: build path output [message #1049912 is a reply to message #1044739] |
Fri, 26 April 2013 12:48 |
Kevin Hagel Messages: 26 Registered: December 2012 |
Junior Member |
|
|
In much of org.eclipse.dltk.internal.core.ScriptProject you see the following kinds of comments:
/**
* Saves the buildpath in a shareable format (VCM-wise) only when necessary,
* that is, if it is semantically different from the existing one in file.
* Will never write an identical one.
*
* @param newBuildpath
* IBuildpathEntry[]
* @param newOutputLocation
* IPath
* @return boolean Return whether the .buildpath file was modified.
* @throws ModelException
*/
public boolean saveBuildpath(IBuildpathEntry[] newBuildpath)
newOutputLocation ... yet there never is an argument for it, it's never encoded nor decoded.
I can manually add
<buildpathentry kind="src" path="src" output="bin"/>
to the .buildpath, it validates but the output attribute is never collected anywhere.
This is a problem for me, I need to be able to do this. How is it that the outputlocation is in the comments, but never in the code?
[Updated on: Fri, 26 April 2013 13:34] Report message to a moderator
|
|
|
Powered by
FUDForum. Page generated in 0.03260 seconds