ghmo / google-refine

Automatically exported from code.google.com/p/google-refine
0 stars 0 forks source link

r1009 - build fails \extensions\sample-extension\module\MOD-INF\lib does not exist. #79

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
After a fresh checkout (SVN head is r1009) the following message is received on 
running ./gridworks from the command line.

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\extensions\sample-extension\module\MOD-INF\lib does not 
exist.

Original issue reported on code.google.com by iainsproat on 20 Jun 2010 at 1:28

GoogleCodeExporter commented 8 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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
fixed r1012 and r1013

Original comment by iainsproat on 21 Jun 2010 at 5:59

GoogleCodeExporter commented 8 years ago

Original comment by tfmorris on 18 Sep 2012 at 2:59