Commit Graph

18 Commits

Author SHA1 Message Date
reger
c37d718f16 make sure yacy.running is deleted if not running (catch exception)
- to prevent following log if YaCy was previously not properly shutdown 

E ... STARTUP WARNING: the file C:\src\git\yacy-rc1\DATA\yacy.running exists, this usually means that a YaCy instance is still running
E ... STARTUP FATAL ERROR: java.util.concurrent.TimeoutException
java.util.concurrent.ExecutionException: java.util.concurrent.TimeoutException
	at net.yacy.cora.protocol.TimeoutRequest.call(TimeoutRequest.java:91)
	at net.yacy.cora.protocol.TimeoutRequest.ping(TimeoutRequest.java:112)
	at net.yacy.yacy.startup(yacy.java:200)
	at net.yacy.yacy.main(yacy.java:638)
Caused by: java.util.concurrent.TimeoutException

- adjust Netbeans path (to solr4.1.jars)
2013-02-11 22:53:19 +01:00
reger
8447814a31 correct headermenue in migrateurldb_p.html
- update NetBeans project path
2013-01-26 23:43:09 +01:00
sixcooler
f3e705c4fe bump to httpclient / httpcore 4.2.3 (bugfix-release) 2013-01-17 20:10:49 +01:00
reger
633fbe9188 Fix Metadata handling
- language default on missing lang property to "uk" (fix set to nothing)
-  language set to TLD (added call to existing language calculation from TLD)
-  coordinate number exception on possible lat/lon content of "NaN,NaN"

adjust Netbeans IDE classpath (for Solr/Lucene 4.0.0 jars)
2012-11-04 02:07:59 +01:00
sixcooler
9d062873d2 bump to httpclient-4.2.2 2012-10-31 19:09:48 +01:00
reger
bfb0d4c69b - add language detection from <html lang="xx"> tag
- add jaudiotagger jar to Netbeans-IDE project classpath
2012-10-09 20:02:58 +02:00
reger
5650b0333e adjusted Netbeans-IDE classpath to current jars
change solr jars to 3.6.1 (from 3.6.0)
   change lucene jars to 3.6.1 (from 3.6.0)
   added jsoup-1.6.3
2012-10-04 21:12:09 +02:00
sixcooler
9aa21506be bump to httpcore-4.2.2 (maintenance release) 2012-10-03 02:15:02 +02:00
sixcooler
a99ef68422 bump to httpclient-4.2.1 2012-07-09 18:58:33 +02:00
reger
2931726386 adjusted NetBeans classpath for new and updated libraries in lib 2012-06-24 22:50:08 +02:00
reger
a99a6154d6 adjusted classpath for lib/arq-2.8.7.jar lib/htmllexer.jar lib/htmlparser.jar lib/iri-0.8.jar lib/jena-2.6.4.jar lib/sax-2.0.1.jar 2012-06-11 02:37:52 +02:00
sixcooler
56087c1f23 bump to httpclient- httpcore-, httpmime- 4.2 2012-05-30 14:46:21 +02:00
reger
d23bacd19b Adjust NetBeans config to use lib/solr-3.6.jar 2012-05-11 00:40:56 +02:00
reger
5fd2c30318 adjust Netbeans project class path settings to updated httpclient and commons jars 2012-02-26 00:06:57 +01:00
reger
943165c9a4 upd Netbeans IDE lib setting
to use currently updated jars (e.g. solrj3.5.0 etc.)
2012-01-26 22:25:42 +01:00
Alexander Fieger
3db2b5f8e8 created an working free-form project for netbeans (7.1) 2012-01-16 09:05:10 +01:00
Alexander Fieger
a2a7359a7a removed not working netbeans project. This must be an free-form project and not an java project. 2012-01-16 09:01:14 +01:00
Marek Otahal
304ca0b12a add support for development in netbeans
imported project from eclipse, now netbeans will automatically recognize
project folder, link needed libraries, build scripts etc. Just do Open project...

Signed-off-by: Marek Otahal <markotahal@gmail.com>
2012-01-08 02:34:35 +01:00