Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Nightly Builds
-
None
-
Operating System: Linux
Platform: Other
-
14536
Description
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.