Closed GoogleCodeExporter closed 9 years ago
Manually added the missing folder (I'm not too hot on build scripts). I then
get the following error:
BUILD FAILED
sourcecode-directory\build.xml:155: The following error occurred while
executing this line:
sourcecode-directory\extensions\build.xml:12: The following error occurred
while executing this line:
sourcecode-directory\extensions\sample-extension\build.xml:53:
sourcecode-directory\main\lib does not exist.
On manually adding that missing directory, I get all sorts of Java errors with
missing Jython methods.
Original comment by iainsproat
on 20 Jun 2010 at 1:33
Java errors as follows:
[javac]
sourcecode-directory\extensions\jython\src\com\metaweb\gridworks\jython\JythonEv
aluable
.java:19: package com.metaweb.gridworks.expr does not exist
[javac] import com.metaweb.gridworks.expr.HasFields;
Seems it's not finding the gridworks compiled classes?
Original comment by iainsproat
on 20 Jun 2010 at 2:28
fixed r1012 and r1013
Original comment by iainsproat
on 21 Jun 2010 at 5:59
Original comment by tfmorris
on 18 Sep 2012 at 2:59
Original issue reported on code.google.com by
iainsproat
on 20 Jun 2010 at 1:28