Message9859

Author kprussing
Recipients kprussing
Date 2015-04-15.15:37:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429112226.75.0.640176273849.issue2330@psf.upfronthosting.co.za>
In-reply-to
Content
The full-build target fails when copying the LICENSE file from the CPython repository to dist/LICENSE_CPython.txt.  Line 744 of build.xml has the license path set to ${checkout.dir}/python/LICENSE; however, this repository is never cloned.  The attached patch adds the hg call to clone the CPython repository into the correct location in the checkout target.

Error:

<snip>
copy-license:
     [echo] copy CPython LICENSE from .../jython/../full_build/work/checkout/python

BUILD FAILED
.../jython/build.xml:744: Warning: Could not find file .../jython/../full_build/work/checkout/python/LICENSE to copy.

Expected Result: The installer would be built.

Cause: .../jython/full_build/work/checkout/python does not exist.
History
Date User Action Args
2015-04-15 15:37:06kprussingsetrecipients: + kprussing
2015-04-15 15:37:06kprussingsetmessageid: <1429112226.75.0.640176273849.issue2330@psf.upfronthosting.co.za>
2015-04-15 15:37:06kprussinglinkissue2330 messages
2015-04-15 15:37:06kprussingcreate