From 52faf9b65c990a1982f31a65b7d4187e77860f0b Mon Sep 17 00:00:00 2001 From: wisberg Date: Tue, 8 Mar 2005 07:37:24 +0000 Subject: doc'd skipped libraries and resource patterns moved into .properties file, testing of resource pattern --- build/readme-build-module.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'build/readme-build-module.html') diff --git a/build/readme-build-module.html b/build/readme-build-module.html index 60c5dcb49..e63b0c38d 100644 --- a/build/readme-build-module.html +++ b/build/readme-build-module.html @@ -138,6 +138,23 @@ Under Ant, when building in a pre-Java-5 VM, this source will be ignored (hence, it must not be required to compile). Under Eclipse, developers not using Java 5 should close the corresponding modules. +

Builder.properties, resources, and tree audit tests

+

+In + src/org/aspectj/internal/tools/build/Builder.properties +you can set up +

+Regarding the patterns, if you add a resource with an unrecognized suffix to a +source tree, the corresponding unit test in +testsrc/BuildModuleTests.java +will fail. You'll need to update the Builder.properties +file (and recreate the build.jar) to ensure that the new resource +is copied to the assembled module jar. +

Debugging build problems

Running under Eclipse

When running Ant from eclipse, -- cgit v1.2.3