aboutsummaryrefslogtreecommitdiffstats
path: root/build/readme-build-and-test-aspectj.html
diff options
context:
space:
mode:
authorwisberg <wisberg>2005-03-08 07:37:24 +0000
committerwisberg <wisberg>2005-03-08 07:37:24 +0000
commit52faf9b65c990a1982f31a65b7d4187e77860f0b (patch)
tree9ad88638b45730fffd505969baa09bfb4beb22e1 /build/readme-build-and-test-aspectj.html
parent07cea8cd5891580ab0dae9fd006c8d751f6437f9 (diff)
downloadaspectj-52faf9b65c990a1982f31a65b7d4187e77860f0b.tar.gz
aspectj-52faf9b65c990a1982f31a65b7d4187e77860f0b.zip
doc'd skipped libraries and resource patterns moved into .properties file, testing of resource pattern
Diffstat (limited to 'build/readme-build-and-test-aspectj.html')
-rw-r--r--build/readme-build-and-test-aspectj.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/build/readme-build-and-test-aspectj.html b/build/readme-build-and-test-aspectj.html
index 8707eba60..09b679084 100644
--- a/build/readme-build-and-test-aspectj.html
+++ b/build/readme-build-and-test-aspectj.html
@@ -368,6 +368,17 @@ Some build problems and fixes encountered in the past:
from the project or Eclipse complains about duplicate jar files
in the path.
</li>
+ <li>More generally, if you find extra classes in the assembled jars,
+ most likely you have added unexpected libraries to the build, e.g.,
+ when adding libraries for the IBM JRE.
+ To skip those, add them to the "skip.libraries" list in
+ <a href="src/org/aspectj/internal/tools/build/Builder.properties">
+ src/org/aspectj/internal/tools/build/Builder.properties</a>.
+ These libraries will always be skipped for any module built this way;
+ there is no way to include a library in one module but not another.
+ For more information on the properties file, see
+ <a href="readme-build-module.html">readme-build-module.html</a>.
+ </li>
</ul>
</body>