Hi Steve, > Have just updated the respective builds so that the links are > property > based - i.e. you should be able to resolve these locally.
Great - already testing. Well, basically I cannot build "dist" for meta and lifecycle because of missing test targets. "dist" for assembly fails because of missing file "KEYS". I build "javadocs" for these targets now. merlin-bootstrap does not have javadocs at all (at least currently). merlin has still an error for target "javadocs" and "dist" cannot find file "KEYS", too. Anyway I had to change following entries for the targets: - meta/default.properties references ../../avalon/api should be ../../../../../avalon/docs/api - meta/build.xml has still hard coded J2SE and J2EE links - lifecycle/default.properties references ../../avalon/api should be ../../../../../avalon/docs/api - lifecycle/build.xml contains paramatrized AND hard coded J2SE and J2EE links - assembly/default.properties references ../../avalon/api should be ../../../../../avalon/docs/api - assembly/default.properties has unnecessary property assembly.api.link - assembly/default.properties C&P error for meta.api.link - assembly/default.properties references ../../lifecycle/api should be ../../../../lifecycle/build/docs/api - assembly/default.properties references ../../meta/api should be ../../../../meta/build/docs/api - merlin/default.properties references ../../avalon/api should be ../../../../../avalon/docs/api - merlin/default.properties references ../../lifecycle/api should be ../../../../lifecycle/build/docs/api - merlin/default.properties references ../../meta/api should be ../../../../meta/build/docs/api - merlin/default.properties references ../../assembly/api should be ../../../../assembly/build/docs/api I do not know wether "dist" would normally copy the generated docs, but I had to adjust for the "javadoc" target any of the references. Regards, J�rg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
