]> source.dussan.org Git - aspectj.git/commit
ant script for running profiling tests against aspectj with ajc source compile, binar...
authoracolyer <acolyer>
Fri, 20 Jan 2006 12:28:01 +0000 (12:28 +0000)
committeracolyer <acolyer>
Fri, 20 Jan 2006 12:28:01 +0000 (12:28 +0000)
commit17865f45b709f5b8adf86acff50dd5d05ea4a4f0
tree206c74e8fb7aa6326fb8b3a30153cc03b41a6d5e
parent7a9a69e5c82ee9ee59f94cc68d69a3c25c36b5ff
ant script for running profiling tests against aspectj with ajc source compile, binary weaving, load-time weaving, and AJDT simulation. Can configure target application and source of compiler (workspace or pre-built jars).
25 files changed:
tests/profiling/.cvsignore [new file with mode: 0644]
tests/profiling/aspects/readme.txt [new file with mode: 0644]
tests/profiling/aspects/simple-suite/src/META-INF/aop.xml [new file with mode: 0644]
tests/profiling/aspects/simple-suite/src/org/aspectj/profiling/WorkTheWeaver.aj [new file with mode: 0644]
tests/profiling/build.properties [new file with mode: 0644]
tests/profiling/build.xml [new file with mode: 0644]
tests/profiling/classes/org/aspectj/tools/ant/taskdefs/AjcTask$1$Args.class [new file with mode: 0644]
tests/profiling/classes/org/aspectj/tools/ant/taskdefs/AjcTask$1.class [new file with mode: 0644]
tests/profiling/classes/org/aspectj/tools/ant/taskdefs/AjcTask$2.class [new file with mode: 0644]
tests/profiling/classes/org/aspectj/tools/ant/taskdefs/AjcTask$AntMessageHandler.class [new file with mode: 0644]
tests/profiling/classes/org/aspectj/tools/ant/taskdefs/AjcTask$GuardedCommand.class [new file with mode: 0644]
tests/profiling/classes/org/aspectj/tools/ant/taskdefs/AjcTask.class [new file with mode: 0644]
tests/profiling/classes/org/aspectj/tools/ant/taskdefs/AjcTaskTest$1.class [new file with mode: 0644]
tests/profiling/classes/org/aspectj/tools/ant/taskdefs/AjcTaskTest$Holder.class [new file with mode: 0644]
tests/profiling/classes/org/aspectj/tools/ant/taskdefs/AjcTaskTest$InfoHolder.class [new file with mode: 0644]
tests/profiling/classes/org/aspectj/tools/ant/taskdefs/AjcTaskTest$MessageHolderChecker.class [new file with mode: 0644]
tests/profiling/classes/org/aspectj/tools/ant/taskdefs/AjcTaskTest.class [new file with mode: 0644]
tests/profiling/classes/readme.txt [new file with mode: 0644]
tests/profiling/ltw-app/META-INF/aop.xml [new file with mode: 0644]
tests/profiling/ltw-app/src/org/aspectj/profiling/LTWApp.java [new file with mode: 0644]
tests/profiling/readme.txt [new file with mode: 0644]
tests/profiling/spring-1.2.6.xml [new file with mode: 0644]
tests/src/org/aspectj/systemtest/incremental/tools/AjdeInteractionTestbed.java
tests/src/org/aspectj/systemtest/incremental/tools/AjdeInteractionTestbedLauncher.java [new file with mode: 0644]
tests/src/org/aspectj/systemtest/incremental/tools/MultiProjectIncrementalTests.java