Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
acolyer 17865f45b7 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). 18 лет назад
..
org/aspectj/tools/ant/taskdefs 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). 18 лет назад
readme.txt 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). 18 лет назад

readme.txt

This folder contains a copy of AjcTask from the AspectJ 1.5.1 tree.
It is put on the classpath ahead of aspectjtools.jar when the
property use.local.iajc.task.class is set to true (default = true).
You need this if you want to profile released versions of aspectj
prior to 1.5.1 in order for the <jvmarg> property that the profiler
needs to be supported.