CDT Commit Report for - February 24, 2004

amagloire

Fix 52790

Move the getPath() method in the IPathEntry base class.

Fix pr 52562

Support for delta in the ICElementDelta hierarchy for
IPathEntry deltas.

aniefer

Start of bug 51485: PST Templates: Explicit Specialization

dinglis

cleanup
improved error handling

cleanup
start of string cleanup
improved error handling with targets

jcamelon

Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=52823

Partial Fix for Bug 52534 - Selection Search offset limit reached is broken

sevoy

Work for bug 52647.

2004-02-24 Sean Evoy
Changed the makefile generator to escape any whitespace it finds in a dependency path. Now it is possible to build a project in a location with spaces but you still cannot have internal folders with spaces in the name.
* src/org/eclipse/cdt/managedbuilder/internal/core/MakefileGenerator.java

Tweaked the builder to put only the make command in invocation if there were no arguments spec'd. It seemed to be causing a fake error message to be reported on Linux even though make was successfully building the project.
* src/org/eclipse/cdt/managedbuilder/internal/core/GeneratedMakefileBuilder.java