]> source.dussan.org Git - aspectj.git/commit
Matthews enhancement fix for Bugzilla Bug 72154 "Support for simple dump file"
authoraclement <aclement>
Mon, 23 Aug 2004 13:40:31 +0000 (13:40 +0000)
committeraclement <aclement>
Mon, 23 Aug 2004 13:40:31 +0000 (13:40 +0000)
commitf5035234ee878003515413fee5e7e6bfa7a2228d
tree076109c08757dec1961f3899afac0fa2498475ef
parentd0be7b851b7bcedce43ab31cc307f44ebf0a2f2e
Matthews enhancement fix for Bugzilla Bug 72154 "Support for simple dump file"
+ Andy using it to capture 'cant find type' issues.
15 files changed:
org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/AjdtCommand.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/BuildArgParser.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/AjBuildManager.java
org.aspectj.ajdt.core/src/org/aspectj/tools/ajc/Main.java
org.aspectj.ajdt.core/testdata/DumpTestCase/src/Aspect.aj [new file with mode: 0644]
org.aspectj.ajdt.core/testdata/DumpTestCase/src/DeclareError.aj [new file with mode: 0644]
org.aspectj.ajdt.core/testdata/DumpTestCase/src/DeclareWarning.aj [new file with mode: 0644]
org.aspectj.ajdt.core/testdata/DumpTestCase/src/HelloWorld.java [new file with mode: 0644]
org.aspectj.ajdt.core/testdata/DumpTestCase/src/Pointcuts.aj [new file with mode: 0644]
org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/compiler/batch/AjdtBatchTests.java
org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/compiler/batch/CompilerDumpTestCase.java [new file with mode: 0644]
weaver/src/org/aspectj/weaver/Dump.java [new file with mode: 0644]
weaver/src/org/aspectj/weaver/World.java
weaver/testsrc/org/aspectj/weaver/BcweaverTests.java
weaver/testsrc/org/aspectj/weaver/DumpTestCase.java [new file with mode: 0644]