hltfbk / Excitement-Open-Platform

Excitement Open Platform for Recognizing Textual Entailments
http://hltfbk.github.io/Excitement-Open-Platform/
86 stars 74 forks source link

problem installing EOP #522

Closed diziup closed 9 years ago

diziup commented 9 years ago

I am facing a problem trying to install the new version of EOP on a linux machine, using the command sh ./install.sh 1.2.1 treetagger: When it gets to the point of checking the awk, it seems to crash, after if finished to check ant, maven etc. (The command without the treegager works and all is installed) see please the following image, 1.

I also tried to install it using the instructions here via CLI (https://github.com/hltfbk/EOP-1.2.1/wiki/Step%20by%20Step,%20TreeTagger%20Installation) and get this err 2 or (see please 2. png).

Is there any idea what could be the problem and solution?

Much thanks in advance, Liora Braunstein

rzanoli commented 9 years ago

As regards the first issue, open the install.sh script with your favorite text editor and look for the section: ant and awk test; then add the "--usage" oprion to the awk command, i.e. awk --usage; rerun the script.

Concerning the second issue, could you tell us which version of ant are you using?

Best, Roberto

diziup commented 9 years ago

Thank you for the reply, The --sage addition fixed it, yet now I get the same error as in the second issue : [image: Inline image 1]

The ant version I am using is: Apache Ant version 1.7.1 compiled on August 24 2010

Thanks again, Liora

On Mon, Mar 23, 2015 at 10:53 AM, rzanoli notifications@github.com wrote:

As regards the first issue, open the install.sh script with your favorite text editor and look for the section: ant and awk test; then add the "--usage" oprion to the awk command, i.e. awk --usage; rerun the script.

Concerning the second issue, could you tell us which version of ant are you using?

Best, Roberto

Reply to this email directly or view it on GitHub https://github.com/hltfbk/Excitement-Open-Platform/issues/522#issuecomment-84891525 .

rzanoli commented 9 years ago

using a more recent version of ant, e.g., apache-ant-1.9.4 should solve the issue

diziup commented 9 years ago

Yes, that indeed resolved that. One more issue though unfortunately -

[image: Inline image 1] And indeed in the build.xml file I see that url http://www.cis.uni-muenchen.de/~schmid/tools/TreeTagger/data/english-par-linux-3.2.bin.gz is empty...

Thanks again, Liora

On Mon, Mar 23, 2015 at 12:05 PM, rzanoli notifications@github.com wrote:

using a more recent version of ant, e.g., apache-ant-1.9.4 should solve the issue

Reply to this email directly or view it on GitHub https://github.com/hltfbk/Excitement-Open-Platform/issues/522#issuecomment-84925402 .

rzanoli commented 9 years ago

we have just updated the build.xml file, Download it again and let we know.

rzanoli commented 9 years ago

Liora, could you tell us if you were able to install the EOP so that we can close this issue?

diziup commented 9 years ago

Yes, I installed EOP,

Thank you, Liora

On Wed, Mar 25, 2015 at 9:19 AM, rzanoli notifications@github.com wrote:

Liora, could you tell us if you were able to install the EOP so that we can close this issue?

Reply to this email directly or view it on GitHub https://github.com/hltfbk/Excitement-Open-Platform/issues/522#issuecomment-85891792 .

rzanoli commented 9 years ago

The issue has been solved so that we can close it.