DrDub / text2onto

Automatically exported from code.google.com/p/text2onto
1 stars 0 forks source link

Batch file not running. #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating systg
gate 4.0
wordnet 2.0
tree tagger

Please provide any additional information below
batch file
@echo on

set T2O=D:\Projects and programs\text2onto-071109\software
set LIB=%T2O%\3rdparty
set GATE=D:\Projects and programs\gate 4.0

set 
t2o_classpath=%T2O%\build\bin\new;%LIB%\gate\gate.jar;%LIB%\gate\ontotext.jar;%L
IB%\gate\jasper-compiler-jdt.jar;%LIB%\gate\heptag.jar;%LIB%\gate\xstream-1.2.ja
r;%LIB%\gate\nekohtml-0.9.5.jar;%LIB%\gate\xercesImpl.jar;%LIB%\gate\xpp3-1.1.3.
3_min.jar;%LIB%\gnu-regexp-1.0.8.jar;%LIB%\jdom.jar;%LIB%\jgraph\jgraphaddons.ja
r;%LIB%\eclipse\workbench.jar;%LIB%\jwnl\jwnl.jar;%LIB%\commons-logging.jar;%LIB
%\kaon\kaonapi.jar;%LIB%\kaon\apionrdf.jar;%LIB%\kaon\rdfapi.jar;%LIB%\kaon\quer
y.jar;%LIB%\kaon\datalog.jar;%LIB%\kaon2\kaon2.jar;%LIB%\aclibico.jar;%LIB%\PDFB
ox-0.7.2.jar;%LIB%\log4j-1.2.11.jar;%LIB%\database\postgresql-8.0-312.jdbc3.jar;
%LIB%\database\orajdbc9i.zip;%LIB%\junit.jar;

rem d:
rem cd \postgresql8\skripte\gate
rem psql -d database -U postgres -f createDB.script

rem g:
rem cd %T2O%

java -ms512M -mx512M -Dgate.home=D:\Projects and programs\gate 4.0 
-Dgate.config=D:\Projects and programs\gate 4.0/gate.xml 
-Dgate.plugins.home=D:\Projects and programs\gate 4.0/plugins 
-Dload.plugin.path=file:/D:\Projects and programs\gate 4.0/plugins/ANNIE -cp 
%t2o_classpath% org.ontoware.text2onto.gui.Text2Onto

text2onto properties

language=english
gate_dir=D:\Projects and programs\text2onto-071109\3rdparty\gate\
gate_app=application.gate 
jape_main=main.jape
stop_file=stopwords.txt
creole_dir=D:\Projects and programs\text2onto-071109\3rdparty\gate\
jwnl_properties=D:\Projects and 
programs\text2onto-0711093rdparty\jwnl\file_properties.xml
temp_corpus=C:\Windows\Temp\text2onto-071109
icons=D:\Projects and programs\text2onto-071109icons\
datastore=serial
tagger_dir= D:\Projects and programs\tree tagger\TreeTagger\bin
spanish_wn_dir=D:\wordlnet

Original issue reported on code.google.com by aniketpa...@gmail.com on 22 Jul 2010 at 8:45

GoogleCodeExporter commented 9 years ago
hi, if it helps dont use folders with spaces in the name

cheers

Original comment by Cornelio...@gmail.com on 6 Aug 2010 at 1:51