I tried to build Apache Tika 0.6 yesterday and I couldn’t build it because the tests failed. The failing tests were
testExcelParserFormatting(org.apache.tika.parser.microsoft.ExcelParserTest)
testExcelFormats(org.apache.tika.parser.microsoft.ooxml.OOXMLParserTest)
and the failure had to to with the fact that the locale was “es_ES” and the numbering format differs (“1.599,99” and not “1,599.99“)
$ mvn -version
Apache Maven 2.2.0 (r788681; [...]
January 27, 2010 – 1:54 pm
If you want to access the internet via your phone 3G/GPRS connection you can use Bluetooth PAN. In my case I have a Sony Ericsson W715 so the first thing to do is to tell the phone which connection to use Menu > Settings > Connectivity > Bluetooth > Data accounts and select the account [...]
By ruben.laguna
|
Tagged bluetooth, mac, macosx, mobile, pan, personal area network, snow leopard, sonyericsson, telephone, tether, tethering
|
August 25, 2009 – 7:30 pm
Java 6 includes STaX , when I tried to parse a Evernote backup file with it, I got a “OOME” error.
java.lang.OutOfMemoryError: Java heap space
at com.sun.org.apache.xerces.internal.util.XMLStringBuffer.append(XMLStringBuffer.java:205)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.refresh(XMLDocumentScannerImpl.java:1520)
at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.invokeListeners(XMLEntityScanner.java:2070)
at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.peekChar(XMLEntityScanner.java:486)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2679)
[...]
By ruben.laguna
|
Also posted in netbeans, windows
|
Tagged api, bug, exception, implementation, jar, java, library, netbeans, oome, outofmemoryexception, parser, parsing, provider, service, spi, stax, woodstox, wrapper, xml
|
I tried to use the delicious online import tool from Evernote and I have to say that I’m not satisfied with it. It’s limited to 1000 tags (that’s due to important performance issues in Evernote when the number of tags is big) and if you don’t import the tags the tag information is lost.
I [...]
By ruben.laguna
|
Also posted in ruby
|
Tagged bookmarks, delicious, evernote, html, htmlentities, import, mac, note, ruby, rubyosa, scripting
|
I was getting “Python support for SSL and HTTPS is not installed” while trying to use Mercurial on Mac OS X 10.5 Leopard. I upgraded python to 2.5.2
sudo port upgrade python
and mercurial too (1.2.1)
sudo port -u upgrade mercurial
But that didn’t fix it. I’m glad that I found the solution on Twitter
Just do an
sudo port install [...]
If you installed webalizer via MacPorts in your Mac OS X you must know that it comes without dns support. That’s why you’re getting those
Warning: Invalid keyword ‘DNSCache’ (webalizer.conf)
Warning: Invalid keyword ‘DNSChildren’ (webalizer.conf)
Warning: Invalid keyword ‘DNSCache’ (webalizer.conf)
Warning: Invalid keyword ‘DNSChildren’ (webalizer.conf)
To enable it , uninstall webalizer
sudo port -d uninstall webalizer
Edit the Portfile for webalizer
vi [...]
If the CyberDuck plugin is not working for you, (you can’t right-arrow to see the bookmarks) make sure that you changed the default nicknames of the bookmarks.
Probably if you open the Console you’ll find some “missing nickname” errors there.
[March19] [March 19] 7:31:22 PM Quicksilver[6037] Error: No ‘Nickname’ key for favorite:
I found the answer in this [...]
I want to listen to Sverige Radio P1 in Mac OS X. It seems that Windows Media Player and RealPlayer are the only supported options so I thought I couldn’t do it but then I found Flip4Mac WMV Player also known as Windows Media® Components for QuickTime, by Flip4Mac™ . After installing it and [...]
By ruben.laguna
|
Tagged flip4mac, mac, macosx, media, os, player, plugin, quicktime, radio, windows, x
|