Message6549

Author dstromberg
Recipients dstromberg
Date 2011-06-11.07:59:38
SpamBayes Score 0.00011244371
Marked as misclassified No
Message-id <1307779179.33.0.383998281329.issue1757@psf.upfronthosting.co.za>
In-reply-to
Content
It errors out on missing directories/files.  This worked for me not long ago - a little before the move to mercurial.

copy-full:
     [echo] copy misc files from /home/dstromberg/src/jython/src
     [copy] Copying 6 files to /home/dstromberg/src/jython/src/dist
     [echo] copy sources from /home/dstromberg/src/jython/src
     [copy] Copying 1014 files to /home/dstromberg/src/jython/src/dist
     [echo] copy the demo files from /home/dstromberg/src/jython/src/Demo
     [copy] Copying 38 files to /home/dstromberg/src/jython/src/dist/Demo

install:
     [echo] compiling installer from /home/dstromberg/src/jython/src/../installer/src/java
    [javac] /home/dstromberg/src/jython/src/build.xml:852: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

BUILD FAILED
/home/dstromberg/src/jython/src/build.xml:852: srcdir "/home/dstromberg/src/jython/installer/src/java" does not exist!

Total time: 1 minute 25 seconds
History
Date User Action Args
2011-06-11 07:59:39dstrombergsetrecipients: + dstromberg
2011-06-11 07:59:39dstrombergsetmessageid: <1307779179.33.0.383998281329.issue1757@psf.upfronthosting.co.za>
2011-06-11 07:59:39dstromberglinkissue1757 messages
2011-06-11 07:59:38dstrombergcreate