]> source.dussan.org Git - aspectj.git/commit
Fixed bugs:
authormkersten <mkersten>
Wed, 6 Aug 2003 21:17:57 +0000 (21:17 +0000)
committermkersten <mkersten>
Wed, 6 Aug 2003 21:17:57 +0000 (21:17 +0000)
commit5edccbfaeb8bb4dc5b34d553267365ae3c7eda41
tree7fe52f8582e5a0240443801f2003b09117b419de
parent3b729301c726c44f028906ec53e518e2d3081e83
Fixed bugs:
40943: Binary weaving should copy non-Java resources from "-inja...
36071: 1.1 rc1 should copy resources similar to java compiler
40826: ajbrowser does not report errors properly
40774: task list icons don't show in ajbrowser
22 files changed:
ajbrowser/src/org/aspectj/tools/ajbrowser/BrowserProperties.java
ajbrowser/src/org/aspectj/tools/ajbrowser/CompilerMessagesPanel.java
ajde/src/org/aspectj/ajde/ProjectPropertiesAdapter.java
ajde/src/org/aspectj/ajde/internal/CompilerAdapter.java
ajde/src/org/aspectj/ajde/ui/swing/CompilerMessage.java [deleted file]
ajde/src/org/aspectj/ajde/ui/swing/CompilerMessagesCellRenderer.java
ajde/testdata/bug-36071/bin/test/test.props [new file with mode: 0644]
ajde/testdata/bug-36071/config.lst [new file with mode: 0644]
ajde/testdata/bug-36071/src/Main.java [new file with mode: 0644]
ajde/testdata/bug-36071/src/aspects/Logging.java [new file with mode: 0644]
ajde/testdata/bug-36071/src/test/TestProperties.java [new file with mode: 0644]
ajde/testdata/bug-36071/src/test/test.props [new file with mode: 0644]
ajde/testdata/bug-40943/aspects/Logging.java [new file with mode: 0644]
ajde/testdata/bug-40943/input1.jar [new file with mode: 0644]
ajde/testdata/bug-40943/input2.jar [new file with mode: 0644]
ajde/testdata/bug-40943/output.jar [new file with mode: 0644]
ajde/testdata/examples/coverage/ModelCoverage.java
ajde/testdata/examples/coverage/coverage.ajsym
ajde/testsrc/org/aspectj/ajde/AjdeTests.java
ajde/testsrc/org/aspectj/ajde/NullIdeManager.java
ajde/testsrc/org/aspectj/ajde/NullIdeProperties.java
ajde/testsrc/org/aspectj/ajde/ResourceCopyTestCase.java [new file with mode: 0644]