Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2004-11-22Commit for Leo TreggiariSean Evoy1-0/+2
The patch contains a fix for Bug 69114. The particular problem was that the manifest file contained an invalid id in an optionCategory “owner” attribute. The patch contains a change to all appropriate resolveReferences methods to check for unresolved references and write out an error message. For the optionCategory “owner” attribute, the “owner” is set to the Tool by default.
2004-11-15Commit for Leo Treggiari:Sean Evoy1-2/+4
Code to handle the case where a manifest file or project file contains a higher version number than the Managed Build System. New JUnit tests for the new model. Updates to some external strings.
2004-11-08Commit for Leo Treggiari:Sean Evoy1-0/+2
Handles Managed Build System projects that fail to open or convert, for example, because the tool-chain that the project uses is not installed. When a project configuration is removed, cleans the configuration output. Edits for some of the externalized strings.
2004-06-26Fix for 65148 -- Cannot build after cancel build of Managed ProjectSean Evoy1-1/+10
2004-06-25Check-in for bug 68485 - CoreException after creating a Managed C projectSean Evoy1-3/+4
2004-06-21*** empty log message ***Sean Evoy1-1/+1
2004-06-21Fix for bug 67438 - All the actions on eclipse result in an error after ↵Sean Evoy1-0/+1
performing "Rebuild" on a project referencing another project in a workspace with space in it's path.
2004-05-27Fix for bug 64206 -NPE because of invalid return type on Job.run methodSean Evoy1-0/+3
2004-05-27Fix for bug 60957 and 63937. In the first case, the builder was being too ↵Sean Evoy1-0/+1
strict when deciding what to do in the face of change notifications delivered by Eclipse during a build of a chain of dependent projects. In the second case, the managed build system needed to separate out the need to save project settings from the need to rebuild a project. Now there is a new set of variables to keep track of needing a rebuild.
2004-05-26Final commit for 64085 -- added a better message when the build stops on an ↵Sean Evoy1-0/+1
empty project
2004-05-25New build messages to address bugzilla 63410 -- Wrong message is displayed ↵Sean Evoy1-1/+4
during build
2004-05-24Large commit. Two components. The first is to switch all the managed build ↵Sean Evoy1-7/+13
components over to the new plugin loading scheme. The second is to remove the dependency between the indexer and the build system for dependency calculation. Currently, to make this work, there is a flag that is only available on the 3.x GCC compilers, but I will be addressing that shortly.
2004-04-20Work to support the versioning of the managed build tool definition schema ↵Sean Evoy1-2/+2
and project files. This work was needed in order to refactor the rather large default tool definitions and to support ongoing enhancements to the managed build system.
2004-04-13Fix for bugzilla 58305 "Tool command overide is not kept in a Team ↵Sean Evoy1-0/+2
Environment". In some cases, the managed build system was losing track that the command change should force a rewrite of the build file. Cleaning up the logic for save on minimal or no changes caused this problem to become evident.
2004-04-06Partial implementation of bugzilla 45172: "Add Infos on Build, which Target ↵Sean Evoy1-0/+3
is being build". There is now a message about the project and configuration being built, along with the type of build, displayed on the console
2004-03-03A change in VCErrorParser to fix PR 53253 causes an IndexOutOfBounds ↵Sean Evoy1-1/+1
exception when echoing a build command on Win32 if the absolute path to the make utility is specified, i.e. C:\<path>\make.exe. The work-around is to not have the launcher echo the command, and just output it to the build console directly.
2004-03-02Marked those strings that are non-translatable as such and externalized ↵Sean Evoy1-1/+9
those strings that can be translated. There is still work to be done in this area for this plugin.
2004-02-27Added a header to the automatically generated makefiles to alert users not ↵Sean Evoy1-0/+1
to edit them. Also added includes directives to bring in user-supplied makefiles to support additional targets, macro definitions, and custom build steps. Strings are externalized.
2004-02-17Fixes for 41590, 44159, 51640, and 51646Sean Evoy1-6/+6
2003-09-29Patch for Sean Evoy:Doug Schaefer1-12/+15
The builder now properly refreshes the files in a project after build.
2003-09-15Patch for Sean Evoy:Doug Schaefer1-0/+24
- Move the managed builder to it's own plugins and feature.

Back to the top