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=14536>.
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=14536
build.xml line 252 references file `LICENSE' in wrong place
Summary: build.xml line 252 references file `LICENSE' in wrong
place
Product: Commons
Version: Nightly Builds
Platform: Other
OS/Version: Linux
Status: NEW
Severity: Minor
Priority: Other
Component: Logging
AssignedTo: commons-dev@jakarta.apache.org
ReportedBy: milkfilk@yahoo.com
CC: milkfilk@yahoo.com
The build was failing, because it couldn't find LICENSE.txt. There is no
``LICENSE.txt'', but a text file ``LICENSE''.
I changed line 252 to read:
<copy file="./LICENSE.txt"
instead of:
<copy file="../LICENSE"
And the build finished. Pretty simple and also minor.
--
To unsubscribe, e-mail: <mailto:commons-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:commons-dev-help@jakarta.apache.org>
|