Просмотр исходного кода

add the runtime classes into aspectjtools.jar. needed because of

static dependency from weaver classes to runtime classes.
Better than alternative of updating all ant scripts that fork and
the ajc compiler scripts to add aspectjrt.jar into path.
tags/for_ajdt1_1_12
acolyer 20 лет назад
Родитель
Сommit
092ff9a403
1 измененных файлов: 3 добавлений и 0 удалений
  1. 3
    0
      build/build.xml

+ 3
- 0
build/build.xml Просмотреть файл

@@ -372,6 +372,9 @@ To use testing client jar in tests,
<mkdir dir="${aj.dist.dir}/tools_tmp"/>
<unjar dest="${aj.dist.dir}/tools_tmp"
src="${aj.dist.dir}/tools/lib/aspectjtools.jar"/>
<!-- put the runtime classes in too -->
<unjar dest="${aj.dist.dir}/tools_tmp"
src="${aj.dist.dir}/tools/lib/aspectjrt.jar"/>
<!-- Ant 1.5.1 doesn't overwrite the jar, even with update set to false -->
<delete file="${aj.dist.dir}/tools/lib/aspectjtools.jar" />
<jar manifest="${aj.dist.dir}/tools_tmp/META-INF/MANIFEST.MF"

Загрузка…
Отмена
Сохранить