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

Added ability to specify property aspectjrt.path

- needed for release testing.
tags/v1_1_0_RC1
acolyer 21 лет назад
Родитель
Сommit
82411d231d
1 измененных файлов: 9 добавлений и 0 удалений
  1. 9
    0
      tests/junitModules.xml

+ 9
- 0
tests/junitModules.xml Просмотреть файл

@@ -166,6 +166,15 @@
<pathelement location="${aspectj.modules.lib.dir}/test/aspectjrt.jar" />
</classpath>

<!-- AMC added this next line, needed when testing release builds,
(those whose version is something other than DEVELOPMENT). The NullIdeAdapter
used for various Ajde tests picks up this property and adds it to the project
classpath, which allows the Ajde version tests to complete.
Having built a release version, use e.g.
ant -Daspectjrt.path=../aj-build/dist/lib/aspectjrt.jar
-->
<jvmarg value="-Daspectjrt.path=${aspectjrt.path}" />

<formatter type="xml"/>

<batchtest todir="${junitModules.output.dir}/${moduleName}">

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