DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3874>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3874 loadConfig attribute for stylebook task Summary: loadConfig attribute for stylebook task Product: Ant Version: 1.4 Platform: PC URL: http://www-users.rwth- aachen.de/marcus.boerger/stylebook.java.bz2 OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Optional Tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Hi, i just did a minor change to STYLEBOOK - task of ant i added the ability to set the loader-file as a parameter this can be used for things as the following example in which stylebook is used to first use it for book.xml with loder-book.xml and than again for filter.xml with load-filter.xml <stylebook book="${out.xdoc.dir}/book.xml" skinDirectory="${out.style.dir}" targetDirectory="${out.xdoc.dir}" loaderConfig="sbk:/style/loader-book.xml"> <classpath refid="docs.class.path" /> </stylebook> <stylebook book="${out.xdoc.dir}/filter.xml" skinDirectory="${out.style.dir}" targetDirectory="${out.xdoc.dir}" loaderConfig="sbk:/style/loader-filter.xml"> <classpath refid="docs.class.path" /> </stylebook> attached you find the new version greetings marcus
