Posts

JTA with Maven

Spring has a transitive dependency with the Sun’s JTA classes, but the JTA jar can’t be inserted in the Maven repository because the Sun’s Binary License. For solving this dependency you have to download the jta-1_0_1B-classes.zip file from the Sun’s site and install it into your local repository using the following command: mvn install:install-file \ -Dfile=./jta-1_0_1B-classes.zip \ -DgroupId=javax.transaction \ -DartifactId=jta -Dversion=1.0.1B \ -Dpackaging=jar

CoreMIDI.framework keeps bouncing

Due to my Protools 8.0.3pr installation when i start Logic Pro 9 the CoreMIDI.framework keeps bouncing. What is did was i removed the unneeded midi drivers in: HD/Library/Audio/MIDI Drivers/ and delete digidiomididriver.plugin

iPhoto '09 share library

Finally, in iPhoto '09 you can share your library in shared folders...look at: http://db.tidbits.com/article/10204 and http://tech.kateva.org/2009/04/apple-idiocy-iphoto-09s-biggest-feature.html

Rename files without extention to one with extention (Linux)

find . -type f | awk '{print "mv \""$0"\" \""$0".wav\""}' | /bin/sh

RSA 7.5 on OpenSUSE 11.2

with gnomesu launchpad.sh and before the install libstdc++33-32bit

Maven 2.2.1 on OpenSUSE

download and unpack mavenin ~/apache-maven-2.2.1 make a symbolic link maven that points to version 2.2.1 -> ln -s apache-maven-.2.2.1 maven edit ~/.profile and add these 2 lines: MAVEN_HOME=/home/jeroen/maven PATH=$MAVEN_HOME/bin:$PATH

OpenSUSE tips

#zypper dup : perform a distribution upgrade