OpenSextant / opensextant

Deprecated Module: See Xponents or OpenSextantToolbox as active code base.
Other
31 stars 11 forks source link

build issues #4

Closed alyons2008 closed 11 years ago

alyons2008 commented 11 years ago

I am having trouble getting OpenSextant to build properly. It fails right after it tries to copy gate-asm.jar

I have tried to set the build.local property, but that does not work. I have noticed now that there are several other build.local files. The documentation does not mention anything about this.

Any help would be very much appreciated.

mubaldino commented 11 years ago

Hi Alyons -- I thought I commented on this just this AM, but somehow my comment has been lost.

in Gazettteer,

In OpenSextantToolbox,

I hope that helps for now.

-m

alyons2008 commented 11 years ago

My Kettle file path is: C:\kweb\data-integration

So the Gazetteer build.local should say:

$OPENSEXTANT_HOME is set in shell environment, as well as here.

TODO: settle on a single place to set global variables for build and install

This is used by Ant to create ./solr/gazetteer and ./jetty/

# opensextant.home= C:\kweb\opensextant-master solr_home= C:\kweb\opensextant-master\Gazetteer\solr

kettle.home=" C:\kweb\data-integration"

kettle.home= C:\kweb\data-integration kettle.options.jvm=-Xmx2000m

I do not think that I am configuring this correctly. Thank you very much for the help.

Alyons