Loading

Tag Archives: file

Netbeans refuses to recognize persistence.xml (no visual editor)

If you create the persistence.xml manually in Windows the file will be created with CRLF line endings (windows style line endings) ,that will prevent Netbeans for recognizing Netbeans will not recognize it as the special file it is and won’t be able to to open it with the special/custom visual editor.
I opened an bug [...]

Adding support for opening dot files to GraphBrowser

I spent some time on GraphBrowser, starting off the project, the first step has been to add basic support for opeining Graphviz DOT files.
There are already some pages on the net talking about how to add open file support for new file types in NetBeans.

File Type Integration Tutorial

So there is no need to [...]

Cygwin problem: Can’t access /cygdrive/c

I’ve lost my ability to see my c: drive from cygwin. when I do
cd c:
or
cd /cygdrive/c
all goes ok. But if I do
ls
then it complains
ecerulm@rlm-ecb4fe6cda1 /cygdrive/c
$ ls
ls: reading directory .: No such file or directory
I found something at this forum and also here
So it seems that I screwed up permission (maybe it related to some automatic [...]

Adjust the volume and EQ setting of podcast and audiobooks automatically

Continuing with my previous post 1 , 2 ….
I wrote a little script that I run every day via Windows Scheduled tasks. The script adjust the volume and EQ setting of all the podcasts and audiobooks everyday to update the just downloaded podcast. I find hard to listen to podcast and audiobook at the gym [...]