hi.
(1)
why have you dropped the following syntax ${feature%*.jar} in favor of
${feature/.jar} ?it was like that in the source PKGBUILD from Jonathan Wiersma that i showed you at http://aur.archlinux.org/packages.php?ID=19476 you could also use ${pkgname/#eclipse-} (2) you could use the jar command to extract a jar file instead of unzip. that's what it's made for. it's in the jdk which is a dependancy of eclipse. so you can expect user to have jar command and jdk package (jar is also in java-gcj-compat) what kind of error do you get with bsdtar when extracting a jar ? and how (with which command ?) ? i got none with the only jar i tried to extract with bsdtar -xf somejar.jar
