diff options
author | wisberg <wisberg> | 2003-06-05 22:56:51 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2003-06-05 22:56:51 +0000 |
commit | e9bc52dced2b0482796924bb0e30a8685cbc004a (patch) | |
tree | 3ae3d77883b037a5460889f7ee8f848063e4931f /build/release/build.xml | |
parent | eac6e3d221f2d1252f5352c8964e5f2ce2c3a1f8 (diff) | |
download | aspectj-e9bc52dced2b0482796924bb0e30a8685cbc004a.tar.gz aspectj-e9bc52dced2b0482796924bb0e30a8685cbc004a.zip |
change only in comment echoed to output, listing expected failures for the link checker.
Diffstat (limited to 'build/release/build.xml')
-rw-r--r-- | build/release/build.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/build/release/build.xml b/build/release/build.xml index 579b0ea8e..e3056527e 100644 --- a/build/release/build.xml +++ b/build/release/build.xml @@ -443,7 +443,10 @@ <echo> test-doc-links ${doclink.start.file} to ${doclink.output.file}-[out|messages].txt - WARNING: verify manually if result code is not 0... + WARNING: verify manually if result code is not 0. Known failures: + - google link nets 403, but works in browser + - progguide/printable.html has harmless empty link to d0e26 (ajc-ref?) + </echo> <java classname="org.aspectj.testing.util.LinkCheck" |