https://bz.apache.org/bugzilla/show_bug.cgi?id=63404
Bug ID: 63404
Summary: Suggestion to make building POI in Eclipse easier
Product: POI
Version: 4.0.x-dev
Hardware: PC
Status: NEW
Severity: enhancement
Priority: P2
Component: POI Overall
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
When right-clicking on "build.xml" in Eclipse and selecting "Ant build...", the
"Assemble" target is not visible if the "Hide internal targets" checkbox is
selected.
To make the "Assemble" target visible, a description must be added to the
definition of the target. Therefore, replace the line in build.xml
<target name="assemble" depends="jar,jar-src,jar-javadocs">
with
<target name="assemble" depends="jar,jar-src,jar-javadocs"
description="Produce the zipped distribution files">
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]