Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
1.4
-
None
-
None
Description
Currectly, "ant luke" and "ant example" will be fail if you use proxy:
$ ant luke build.xml:881: HTTP Authorization failure
To avoid this, use setproxy ant task when properties are specified by the user:
$ ant luke -Dproxy.host=hostname -Dproxy.port=8080 -Dproxy.user=user -Dproxy.password=passwd