<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Didn't notice this wasn't sent to wildfly-dev.<br>
    <div class="moz-forward-container"><br>
      <br>
      -------- Original Message --------
      <table class="moz-email-headers-table" border="0" cellpadding="0"
        cellspacing="0">
        <tbody>
          <tr>
            <th align="RIGHT" nowrap="nowrap" valign="BASELINE">Subject:
            </th>
            <td>Re: [jboss-as7-dev] build failure using Oracle JDK,
              sun.tools.jconsole.Resources#getText() missing</td>
          </tr>
          <tr>
            <th align="RIGHT" nowrap="nowrap" valign="BASELINE">Date: </th>
            <td>Sat, 14 Sep 2013 11:41:59 -0700</td>
          </tr>
          <tr>
            <th align="RIGHT" nowrap="nowrap" valign="BASELINE">From: </th>
            <td>James R. Perkins <a class="moz-txt-link-rfc2396E" href="mailto:jperkins@redhat.com">&lt;jperkins@redhat.com&gt;</a></td>
          </tr>
          <tr>
            <th align="RIGHT" nowrap="nowrap" valign="BASELINE">To: </th>
            <td><a class="moz-txt-link-abbreviated" href="mailto:jboss-as7-dev@lists.jboss.org">jboss-as7-dev@lists.jboss.org</a></td>
          </tr>
        </tbody>
      </table>
      <br>
      <br>
      <pre>I'm seeing the same thing. I switched to the Oracle JDK 1.7.0_40 and it 
still doesn't work.
I had to downgrade to 1.7.0_25.

On 09/14/2013 03:11 AM, Frank Langelage wrote:
&gt; Current Wildfly 8 master does not build for me any more.
&gt; Caused by recent commit
&gt; <a class="moz-txt-link-freetext" href="https://github.com/wildfly/wildfly/commit/b0683f6a4a01feab41f292c49de20f7e3d0a04c9">https://github.com/wildfly/wildfly/commit/b0683f6a4a01feab41f292c49de20f7e3d0a04c9</a>
&gt; Thursday.
&gt;
&gt; I'm using Oracle JDK 1.70_40 on Solaris SPARC 10.
&gt; The method sun.tools.jconsole.Resources#getText() used there does not
&gt; exists in JDK.
&gt; Seems to be only available in OpenJDK.
&gt;
&gt; [INFO]
&gt; ------------------------------------------------------------------------
&gt; [INFO] Building WildFly: Command line interface 8.0.0.Beta1-SNAPSHOT
&gt; [INFO]
&gt; ------------------------------------------------------------------------
&gt; [INFO]
&gt; [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ wildfly-cli ---
&gt; [INFO] Deleting /home/jboss/WildFly-8.0/wildfly/cli/target
&gt; [INFO]
&gt; [INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-bad-dependencies) @
&gt; wildfly-cli ---
&gt; [INFO]
&gt; [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-java-version) @
&gt; wildfly-cli ---
&gt; [INFO]
&gt; [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-maven-version) @
&gt; wildfly-cli ---
&gt; [INFO]
&gt; [INFO] --- buildnumber-maven-plugin:1.2:create-timestamp
&gt; (get-build-timestamp) @ wildfly-cli ---
&gt; [INFO]
&gt; [INFO] --- buildnumber-maven-plugin:1.2:create (get-scm-revision) @
&gt; wildfly-cli ---
&gt; [INFO]
&gt; [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
&gt; wildfly-cli ---
&gt; [INFO] Using 'UTF-8' encoding to copy filtered resources.
&gt; [INFO] Copying 41 resources
&gt; [INFO]
&gt; [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @
&gt; wildfly-cli ---
&gt; [INFO] Changes detected - recompiling the module!
&gt; [INFO] Compiling 254 source files to
&gt; /home/jboss/WildFly-8.0/wildfly/cli/target/classes
&gt; [INFO] -------------------------------------------------------------
&gt; [WARNING] COMPILATION WARNING :
&gt; [INFO] -------------------------------------------------------------
&gt; [WARNING]
&gt; /home/jboss/WildFly-8.0/wildfly/cli/src/main/java/org/jboss/as/cli/gui/OperationDialog.java:
&gt; Some input files use unchecked or unsafe operations.
&gt; [WARNING]
&gt; /home/jboss/WildFly-8.0/wildfly/cli/src/main/java/org/jboss/as/cli/gui/OperationDialog.java:
&gt; Recompile with -Xlint:unchecked for details.
&gt; [INFO] 2 warnings
&gt; [INFO] -------------------------------------------------------------
&gt; [INFO] -------------------------------------------------------------
&gt; [ERROR] COMPILATION ERROR :
&gt; [INFO] -------------------------------------------------------------
&gt; [ERROR]
&gt; /home/jboss/WildFly-8.0/wildfly/cli/src/main/java/org/jboss/as/cli/gui/ConnectDialog.java:[161,53]
&gt; cannot find symbol
&gt;     symbol:   method getText(java.lang.String)
&gt;     location: class sun.tools.jconsole.Resources
&gt; [ERROR]
&gt; /home/jboss/WildFly-8.0/wildfly/cli/src/main/java/org/jboss/as/cli/gui/ConnectDialog.java:[219,52]
&gt; cannot find symbol
&gt;     symbol:   method getText(java.lang.String)
&gt;     location: class sun.tools.jconsole.Resources
&gt; [ERROR]
&gt; /home/jboss/WildFly-8.0/wildfly/cli/src/main/java/org/jboss/as/cli/gui/ConnectDialog.java:[276,44]
&gt; cannot find symbol
&gt;     symbol:   method getText(java.lang.String)
&gt;     location: class sun.tools.jconsole.Resources
&gt; [ERROR]
&gt; /home/jboss/WildFly-8.0/wildfly/cli/src/main/java/org/jboss/as/cli/gui/ConnectDialog.java:[286,44]
&gt; cannot find symbol
&gt;     symbol:   method getText(java.lang.String)
&gt;     location: class sun.tools.jconsole.Resources
&gt; [INFO] 4 errors
&gt;
&gt; _______________________________________________
&gt; jboss-as7-dev mailing list
&gt; <a class="moz-txt-link-abbreviated" href="mailto:jboss-as7-dev@lists.jboss.org">jboss-as7-dev@lists.jboss.org</a>
&gt; <a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/jboss-as7-dev">https://lists.jboss.org/mailman/listinfo/jboss-as7-dev</a>

-- 
James R. Perkins
Red Hat JBoss Middleware

</pre>
      <br>
    </div>
    <br>
  </body>
</html>