Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added ignores for test ouptut | mkersten | 2004-03-30 | 3 | -0/+3 |
| | |||||
* | Minor non-disruptive ASM API cleanup. | mkersten | 2004-03-29 | 2 | -5/+5 |
| | |||||
* | Fix for Bugzilla Bug 40192 | aclement | 2004-03-18 | 13 | -1/+497 |
| | | | | build cancel during weaving | ||||
* | fix for Bugzilla Bug 47910 | acolyer | 2004-03-17 | 8 | -8/+140 |
| | | | | ajc -outjar jarfile does not contain MANIFEST.MF | ||||
* | Added methods for retrieving the signature of a program element as it ↵ | mkersten | 2004-03-11 | 1 | -0/+2 |
| | | | | | | occurrs in the source code. Needed by ajdoc, possibly useful to other clients. | ||||
* | Moved clearning of relationship map to AjBuildManager in order to make | mkersten | 2004-03-11 | 1 | -3/+0 |
| | | | | repeated invocations with -emacssym work (refer to Matthew's patch in 41181). | ||||
* | Minor cleanup of build cancelling. | mkersten | 2004-03-10 | 2 | -5/+8 |
| | |||||
* | Final part of bug #46347 (-inpath): We do not copy resources from inpath ↵ | aclement | 2004-02-26 | 1 | -8/+14 |
| | | | | directories to the output. | ||||
* | Temporarily commenting out unreliable section of the test. | aclement | 2004-02-25 | 1 | -14/+20 |
| | |||||
* | Bit more diagnostic info in that test that fails on the build machine - it ↵ | aclement | 2004-02-25 | 1 | -8/+11 |
| | | | | works for me :( | ||||
* | Fix for Bug 36430: Xreweavable support | aclement | 2004-02-24 | 15 | -0/+591 |
| | |||||
* | Fixed bug#45489 "Structure model is wrong when re-opened" | mkersten | 2004-02-19 | 2 | -0/+105 |
| | |||||
* | Removed stale ajworkingdir option from project properties interface. | mkersten | 2004-02-18 | 1 | -1/+1 |
| | |||||
* | new icons for declare precendence | mkersten | 2004-01-30 | 3 | -0/+0 |
| | |||||
* | eliminated a dependency on org.eclipse.core.runtime that had crept | acolyer | 2004-01-23 | 1 | -5/+5 |
| | | | | | into this source - only the org.eclipse.jdt.core project should contain links to other portions of eclipse source. | ||||
* | spring cleaning in advance of 1.2 enhancements: | acolyer | 2004-01-23 | 30 | -377/+377 |
| | | | | | removed unused imports, local variables, and private methods (still there, just commented out). | ||||
* | move to Eclipse 3.0 M6 JDT core (v_396). Also makes 1.4 the | acolyer | 2004-01-13 | 4 | -12/+14 |
| | | | | default mode (inherited behaviour from JDT). | ||||
* | ensure InpathTestCases still behave in the presence of CVS info | acolyer | 2003-11-11 | 1 | -6/+10 |
| | | | | in the directories. | ||||
* | Andy Clement's patch for enh 46347: "-inpath" | acolyer | 2003-11-11 | 18 | -2/+535 |
| | |||||
* | don't worry about .ajsym files in cvs | acolyer | 2003-11-10 | 3 | -0/+3 |
| | |||||
* | Fix from Matthew Webster for copying first resource in jars and | acolyer | 2003-11-04 | 3 | -25/+20 |
| | | | | for copying first Manifest.mf file | ||||
* | using ../{module}/ convention for testdata references so tests can be run ↵ | wisberg | 2003-10-31 | 5 | -9/+50 |
| | | | | | | from any peer directory/module, i.e., from one module Also catching some errors as failures and avoiding others with non-null ErrorHandler | ||||
* | Fixed part III of bug#43783 | mkersten | 2003-10-22 | 1 | -13/+21 |
| | |||||
* | Cleanup of bad test data. | mkersten | 2003-09-26 | 1 | -2/+2 |
| | |||||
* | Cleaning up bad bug data. | mkersten | 2003-09-26 | 11 | -2/+1 |
| | |||||
* | Added model building performance test. | mkersten | 2003-09-05 | 3 | -2/+74 |
| | |||||
* | Added spacewar to test data. | mkersten | 2003-09-05 | 33 | -0/+3107 |
| | |||||
* | Made model generation optional. | mkersten | 2003-09-05 | 3 | -4/+11 |
| | |||||
* | serializing tests. Some depended on others for builds, but test run order ↵ | wisberg | 2003-08-28 | 1 | -22/+8 |
| | | | | is not guaranteed. | ||||
* | Added a call to remove all structure model listeners from previous run to ↵ | acolyer | 2003-08-16 | 1 | -0/+6 |
| | | | | | | prevent structure listener leakage. | ||||
* | deleted a rogue import of com.sum.crypto... that mik must have added by ↵ | acolyer | 2003-08-16 | 1 | -2/+0 |
| | | | | | | accident. I suspect this is what was breaking the build! | ||||
* | Fixed AJDT bug with truncation of labels (there was a weird substring call ↵ | mkersten | 2003-08-16 | 12 | -15/+75 |
| | | | | in AdviceActionDelegate). Fixed ASM/AJDT modifiers bug. Fixed ASM static initializers bug (we may want to change the way they show up, i.e. Added imports to ASM containment hierarchy. Fixed numerous AJBrwoser, JBuilder and NetBeans bugs. | ||||
* | Added spacewar project for testing. | mkersten | 2003-08-16 | 3 | -2/+29 |
| | |||||
* | Added declare error/warning relationships to model. | mkersten | 2003-08-16 | 4 | -39/+13 |
| | |||||
* | Ported inline annotation support to new ASM API. Ported aspect visualizer. ↵ | mkersten | 2003-08-15 | 1 | -0/+2 |
| | | | | Improved link siganture generation. Improved ASM test coverage. | ||||
* | Improved declare relationships. Implemented batch-build relationship ↵ | mkersten | 2003-08-14 | 3 | -13/+50 |
| | | | | clearing policy. | ||||
* | Updated org.aspectj.asm relationship model to string-handle-based API in ↵ | mkersten | 2003-08-14 | 17 | -161/+174 |
| | | | | order to support adding and removing relationships at any point in the compilation cycle, and to support external tools building relationships (e.g. JDT's incremental containment hierarchy builder). Also made inter-type declaration relationships show up in the model. | ||||
* | Added support for multiple relationships for a single program element. ↵ | mkersten | 2003-08-13 | 12 | -47/+49 |
| | | | | Renamed model container class. | ||||
* | Minor improvements to structure model generation, clean up of test suite ↵ | mkersten | 2003-08-12 | 23 | -100/+121 |
| | | | | output, and port of AJDT to new ASM APIs. | ||||
* | added license header | wisberg | 2003-08-08 | 2 | -18/+24 |
| | |||||
* | Updated test data. | mkersten | 2003-08-08 | 1 | -0/+1 |
| | |||||
* | Got advice relationships working. | mkersten | 2003-08-08 | 29 | -247/+351 |
| | |||||
* | First pass at new relationship API support. | mkersten | 2003-08-08 | 7 | -43/+54 |
| | |||||
* | Fixed bad cast. | mkersten | 2003-08-08 | 2 | -21/+22 |
| | |||||
* | Fixed ProgramElement modifiers bug. | mkersten | 2003-08-08 | 3 | -6/+1 |
| | |||||
* | Removed unnecessary cast. | mkersten | 2003-08-08 | 1 | -1/+0 |
| | |||||
* | Matthew's fixes for failing weaver unit tests. | mkersten | 2003-08-08 | 11 | -107/+198 |
| | |||||
* | Reimplemented ASM API as described in bug "41254: revise asm and create ↵ | mkersten | 2003-08-08 | 44 | -738/+947 |
| | | | | interfaces". Containment hierarchy is done and tests added. Relationships are not done yet. All clients except AJDT ported. More UI porting in Swing clients required. | ||||
* | Fixed bad paths. | mkersten | 2003-08-07 | 2 | -7/+4 |
| | |||||
* | Added check for build warnings. | mkersten | 2003-08-07 | 1 | -0/+1 |
| |