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=22771>.
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=22771
build.properties is fussy about forward slash in directory specification
Summary: build.properties is fussy about forward slash in
directory specification
Product: Ant
Version: 1.5.3
Platform: All
OS/Version: Windows NT/2K
Status: NEW
Severity: Normal
Priority: Other
Component: Core tasks
AssignedTo: dev@ant.apache.org
ReportedBy: mgainty@hotmail.com
when build.properties contains
j2ee.home=J:/J2EE/j2ee_sdk_win
ant builds correctly
When build.properties contains
j2ee.home=J:\J2EE\j2ee_sdk_win
ant doesnt build because it cannot resolve J2EE_HOME
PLEASE make the forward and back slashes interchangeable
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|