Issue1757

classification
Title: "ant install" no longer builds an installation jar?
Type: crash Severity: normal
Components: Installer Versions: Jython 2.5
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: fwierzbicki Nosy List: dstromberg, fwierzbicki
Priority: normal Keywords:

Created on 2011-06-11.07:59:39 by dstromberg, last changed 2013-02-19.23:54:04 by fwierzbicki.

Messages
msg6549 (view) Author: Dan Stromberg (dstromberg) Date: 2011-06-11.07:59:38
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
msg7711 (view) Author: Frank Wierzbicki (fwierzbicki) Date: 2013-02-19.23:53:48
This should be fixed now. The installer was still in svn but has just recently been moved to mercurial.
History
Date User Action Args
2013-02-19 23:54:04fwierzbickisetversions: + Jython 2.5, - 2.5.2rc
2013-02-19 23:53:49fwierzbickisetstatus: open -> closed
nosy: + fwierzbicki
messages: + msg7711
priority: normal
assignee: fwierzbicki
resolution: fixed
2011-06-11 07:59:39dstrombergcreate