| Summary: | ant does not accept targets starting by hyphen | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Vít Ondruch <vondruch> |
| Component: | ant | Assignee: | Mikolaj Izdebski <mizdebsk> |
| Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | akurtako, java-sig-commits, jcapik, kdaniel, mizdebsk, mmatejov, msrb, tradej |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-10-21 13:20:22 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Vít Ondruch
2013-10-21 13:08:35 UTC
Please note that using double hyphen trick fails similarly: $ ant -f build.xml -- -build-native-library Unknown argument: -- Targets beginning with a hyphen such as "-restart" are valid, and can be used to name targets that should not be called directly from the command line. See upstream documentation: http://ant.apache.org/manual/targets.html |