Miroslav Ć ulc wrote: > BTW, maybe a stupid question, but why the jaxme and aspectwerkz appeared > in the emerge command several times? Because the fixer is one dirty hack :D Well for some reason, sed -e 's/ /\n/' doesn't correctly replace all characters but only the first? Changed it to 'y/ /\n/' which seems to work better (I'm sure there's more elegant solution anyway). Attached patch that works as the previous one, and also changes the sed line. You need to revert my previous patch to apply this (or remerge java-config-wrapper before). Caster