Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-01-19Add mirrorapi.jar to build, remove references to tools.jar.Jesse Garms1-5/+7
2006-01-18wharley - add about.html to bin.includes and src.includes.Walter Harley1-2/+4
2006-01-18remove "loadEarly" attribute from compilation participant extensiontyeung1-2/+1
2006-01-18Absorb latest jdt.core API changes and the apt drt passing.tyeung4-107/+171
2006-01-17Switch to using mirrorapi.jar, removing dependency on tools.jar.v20060117-2200Jesse Garms5-18/+67
2006-01-17wharley - add Bundle-RequiredExecutionEnvironment attributeWalter Harley1-0/+1
2006-01-10integrated tag "vAPT_32_to_HEAD" from APT_32 to HEAD.tyeung30-1498/+1308
2006-01-10Fix deadlock that could occur when creating generated folders.merger_01102006APT_3_1_1_maintenance_ROOTJesse Garms1-17/+15
2006-01-09CR249862 | Disabling APT processing should clean up gen src dirmerge_01092006tyeung1-1/+26
2006-01-06Fix DRT failure during creation of generated non-java files. Needed to keep t...Jesse Garms2-1/+23
2006-01-05wharley - fix potential race condition where two threads compete to create th...Walter Harley1-5/+17
2006-01-04Fix bug in file encoding when writing text files. Now we set the Eclipse meta...Jesse Garms4-2/+53
2006-01-04wharley - Refactor GeneratedFileManager into three separate classes: Generate...Walter Harley8-741/+873
2006-01-03Add support for deletion of generated files when a source change indicates th...Jesse Garms8-101/+86
2005-12-15wharley - close InputStreams when done with them. (Checkin for jgarms.)Walter Harley2-18/+48
2005-12-15wharley - bug fix: previously generated files not removed on a clean, if ther...Root_APT_32Walter Harley2-17/+6
2005-12-15wharley - bugzilla 120417, NPE when disabling project specific settings in Fa...Walter Harley1-1/+2
2005-12-15wharley - configure classpath and gen src folder only from API and UI, not vi...Walter Harley4-111/+83
2005-12-13Fix NPE in ExecutableUtil.getFormalTypeParameters()tyeung1-0/+4
2005-12-13Enable TypeParameterDeclarationImpl.getOwner()tyeung3-9/+9
2005-12-10New drt tests for generated source folder configuration.tyeung4-6/+5
2005-12-10Add getAbridgedASTWithBindings() to EclipseAnnotationProcessorEnvironment.Jesse Garms2-0/+12
2005-12-10wharley - Bugzilla 114272: context help should explain the rules for the gene...Walter Harley1-1/+1
2005-12-09wharley - Add earlyLoad attribute to pluginWalter Harley1-0/+1
2005-12-09jgarms: fix NPE and assertion in GFM when project is deleted.Jesse Garms1-8/+20
2005-12-09jgarms: Change ICompilationParticipant to CompilationParticipant.Jesse Garms1-5/+5
2005-12-09Generated source folder configurationtyeung8-84/+318
2005-12-07wharley - throw exception if someone tries to enableApt at the workspace leve...Walter Harley1-5/+10
2005-12-07wharley - Remove the ability to enable APT at the workspace level. It create...Walter Harley1-7/+13
2005-12-06Integrate changed from gen_src_work sandbox.tyeung1-5/+3
2005-12-06jgarms: integrate from gen_src_work sandbox.Jesse Garms15-301/+294
2005-11-28CR254496 | Assertion failure when building FormBeantyeung1-2/+1
2005-11-19wharley - fix NPE in AnnotationProcessorFactoryLoader resource change listene...Walter Harley1-20/+36
2005-11-17jgarms: fix non-localized warnings in GFM logging.Jesse Garms1-7/+5
2005-11-17jgarms: fix race condition in setting the classpath during project creation.Jesse Garms7-105/+94
2005-11-16wharley - NPE when variable can't be resolved.Walter Harley1-1/+11
2005-11-16APT bug fix: CR253096tyeung1-8/+77
2005-11-15Add more info to GeneratedFileManager failure.Jesse Garms1-1/+1
2005-11-15Fix IllegalArgumentException in getTypeDeclaration when String is "". We now ...Jesse Garms5-44/+68
2005-11-15wharley - respond to changes in workspace-level gen src dir preferenceWalter Harley1-4/+23
2005-11-15wharley - support for spaces embedded in processor options.Walter Harley2-93/+154
2005-11-14Don't do anything to gen src dir during project tearDown()tyeung2-23/+25
2005-11-14Disable APT by default.tyeung4-23/+9
2005-11-11CR243872 - problem with resetting generated source folder.tyeung4-73/+104
2005-11-10Drop/update generated source folder on disk and update classpath during resou...tyeung12-284/+349
2005-11-09bug fixes. CR 251025 CR251039tyeung3-37/+22
2005-11-04wharley - resource change listeners for processor factory path changes.Walter Harley9-81/+438
2005-11-04jgarms: temporarily revert use of JarClassLoader because of problems with Pac...Jesse Garms1-2/+29
2005-11-03jgarms: Enable .factorypath to be automatically checked out by a revision con...Jesse Garms1-0/+5
2005-11-03jgarms: Switch to using a custom classloader so that we can close jars just b...Jesse Garms7-88/+314

Back to the top