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=13953>.
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=13953
empty -D (-Dname=) doesn't work anymore
Summary: empty -D (-Dname=) doesn't work anymore
Product: Ant
Version: 1.5.1
Platform: PC
OS/Version: Windows NT/2K
Status: NEW
Severity: Normal
Priority: Other
Component: Build Process
AssignedTo: ant-dev@jakarta.apache.org
ReportedBy: gxzuo@yahoo.com
Previous versions of ant works fine (even 1.5).
With the following command:
ant -Dbuild_type=dev -Dcwd=
Ant doesn't do anything, even though there're targets to be built.
Change the the second -D to -Dcwd="" works.
Put the empty -D first:
ant -Dcwd= -Dbuild_type=dev
Ant complains that "target dev does not exist in this project".
--
To unsubscribe, e-mail: <mailto:ant-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-dev-help@jakarta.apache.org>
|