linkTDP / boa

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

Korean Messing up the build #30

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hey,

i am following your instructions here:

0. screen -S boa (the have the possibility to detach from the session, boa runs 
quite some time)
1. hg clone https://gerbsen@code.google.com/p/boa/

2. cd boa
    2.1 hg checkout generalization !!!!!!
3. cp build.properties.default build.properties
4. nano build.properties
    4.1 boa.language (IMPORTANT trailing slashes)
    4.2 base.dir (IMPORTANT trailing slashes)
    4.3 data.dir
    4.4 Xmx
5. ant config
6. nano WebContent/WEB-INF/config/pipeline.xml (configure you modules)
7. nano WebContent/WEB-INF/config/settings.xml (default should work)
8. nano BOA_DATA/backgroundknowledge/object_properties_to_query.txt (add some 
properties to crawl, complete uris)
9. ant boa (runs the ant task and starts the pipeline as defined in 
pipeline.xml)

But we keep getting lots of errors regarding the korean.java files, why is 
this? and is there any easy way to skip the korean files?

Thanks

Original issue reported on code.google.com by market...@binarytrends.com on 17 Feb 2014 at 3:10

GoogleCodeExporter commented 9 years ago
Sorry the error is occuring when we do a "ant config"

Original comment by market...@binarytrends.com on 17 Feb 2014 at 3:10

GoogleCodeExporter commented 9 years ago
Here are the errors i am recieving:

http://i.imgur.com/KT16uQa.png

Original comment by market...@binarytrends.com on 17 Feb 2014 at 3:31