[
https://issues.apache.org/jira/browse/LOGGING-46?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dennis Lundberg updated LOGGING-46:
-----------------------------------
Fix Version/s: 1.0.3
> build.xml line 252 references file `LICENSE' in wrong place
> -----------------------------------------------------------
>
> Key: LOGGING-46
> URL: https://issues.apache.org/jira/browse/LOGGING-46
> Project: Commons Logging
> Issue Type: Bug
> Affects Versions: Nightly Builds
> Environment: Operating System: Linux
> Platform: Other
> Reporter: chris dillon
> Priority: Minor
> Fix For: 1.0.3
>
>
> 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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.