On 4/10/06, Julien Henry <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I'm starting to use keytool in my pom. But I get this error :
>
> [INFO] [keytool:genkey {execution: default}]
> [WARNING] 'C:\Program' n'est pas reconnu en tant que commande interne
> [WARNING] ou externe, un programme exécutable ou un fichier de commandes.
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Result of "C:\Program
> Files\Java\jdk1.5.0_06\jre\..\bin\keytool.exe" -genkey -dname
> "cn=Capgemini Nice, ou=Capgemini Nice, L=Unknown, ST=Unknown,
> o=Capgemini France, c=FR" -alias cgeykey -keypass XXXXX -keystore
> keystore -storepass XXXXX -validity 720 -keyalg rsa execution is: '1':
> 'C:\Program' n'est pas reconnu en tant que commande interneou externe,
> un programme exécutable ou un fichier de commandes..
>
> It's the first plugin I use that doesn't take car of spaces in jdk path.
> So I think it's a bug, and I would to report it.

Hi,

I just noticed an issue related to plexus
(http://jira.codehaus.org/browse/PLX-161) that might be the cause of
your problem. Was fixed a week ago. So I updated the dependency on
plexus-utils and that should hopefully solve your issue.

Try to rebuild your plugin or get a new version from the repository
(i've just deployed it there).

If that still fails, please open an issue in Jira. Don't forget to
give information about your environment (JVM, OS, ...)

Jerome

Reply via email to