https://bz.apache.org/bugzilla/show_bug.cgi?id=63438
Bug ID: 63438
Summary: javadoc-target fails when any OPTIONAL dependencies
are missing
Product: Ant
Version: 1.10.6
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: Build Process
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Created attachment 36587
--> https://bz.apache.org/bugzilla/attachment.cgi?id=36587&action=edit
Build log - with javadocs enabled
Although building the actual JARs works -- skipping the pieces requiring the
optional dependencies (like bcel, log4j, xerces, etcætera), the "javadocs"
target fails if any of these options aren't available at build-time.
The work-around is to change "failonerror" attribute from "true" to "false" --
but the proper fix would exclude the same parts, that the JARs-creation
excluded.
Attached is the log of my attempts to build Ant from source on a FreeBSD system
-- I'd appreciate a patch to build.xml... Thank you!
--
You are receiving this mail because:
You are the assignee for the bug.