Re: AW: keytool with ant

2007-10-17 Thread supareno
Thanks guys (Juergen and Jan) Better is to use the genkey task of ANT. i didn't see it :-( I prefer argument instead of argline, but then you have to set every single word. Instead of write yeah now it works. peace supareno --

AW: keytool with ant

2007-10-17 Thread Knuplesch , Jürgen
Better is to use the genkey task of ANT. I prefer argument instead of argline, but then you have to set every single word. Instead of write -- Jürgen Knupleschwww.icongmbh.de icon Systemhaus GmbHTel. +49 711 806098-275 Sophienstraße 40

AW: keytool with ant

2007-10-16 Thread Jan.Materne
Dont use , use or two different s. With "line" a blank seperates different values while "value" just passes one and masks all blanks. So you didnt get keytool -alias myalias you got keytool "-alias myalias" (you can see that when running Ant in -verbose mode). Jan >-Urspr