Do not use java from PATH, but use java from JAVA_HOME (or explicitly set one)
------------------------------------------------------------------------------

                 Key: MOJO-1186
                 URL: http://jira.codehaus.org/browse/MOJO-1186
             Project: Mojo
          Issue Type: Bug
          Components: pde
         Environment: any (but tested only on Windows)
            Reporter: Dr. Christian Betz


To sign eclipse artifacts, the jarsigner is necessary, available only in JDKs. 
On most Windows machines, a jre is first in Path (the one in system32).

In AbstractEclipsePDEMojo.createCommandLine, Line 245, the commandline "java 
... " is constructed. Here, JAVA_HOME or a direct reference to a jdk is 
neccessary, because otherwise jarsigner is not found and the build is cancelled 
with an error.



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to