Oddity in prepare-wsdl of remoting ws client module

Heiko W.Rupp hrupp at redhat.com
Sun Nov 14 16:57:06 UTC 2010


This module prints

prepare-wsdl:
     [echo] *** Creating new wsdl
     [echo] The JAVA HOME being used: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
     [echo] 

And then fails

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.6:run (client-distribution) on project rhq-remoting-webservices: An Ant BuildException has occured: The following error occurred while executing this line:
[ERROR] /im/rhq/modules/enterprise/remoting/webservices/src/main/scripts/rhq-client.build.xml:55: The following error occurred while executing this line:
[ERROR] /im/rhq/modules/enterprise/remoting/webservices/src/main/scripts/rhq-client.build.xml:123: Directory /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/lib creation was not successful for an unknown reason

Build lines in question are:

      <mkdir dir="${java.jre.home}/lib" />
      <mkdir dir="${java.jre.home}/../lib" />

java.jre.home/lib usually is a system dir - why would the script want to mkdir it?
Also java.jre.home/../lib is usually in system directories.

This may be an Apple VM issue, but it is strange anyway.

  Heiko
-- 
Reg. Adresse: Red Hat GmbH, Otto-Hahn-Strasse 20, 85609 Dornach bei München
Handelsregister: Amtsgericht München HRB 153243
Geschaeftsführer: Brendan Lane, Charlie Peters, Michael Cunningham, Charles Cachera



More information about the rhq-devel mailing list