<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix"><br>
      I verified everything again:<br>
      1. Maven 3.1.1 works fine for all modules (it could make sense to
      use everywhere, not only for forge)<br>
      2. aerogear have dependencies problems with references to:<br>
      &nbsp;org.eclipse.core.resources <br>
      &nbsp;org.eclipse.debug.core<br>
      in <br>
      &nbsp;org.jboss.tools.aerogear.hybrid.android.core<br>
      &nbsp;org.jboss.tools.aerogear.hybrid.ios.core<br>
      <br>
      should be updated to let building with luna<br>
      <br>
      3. Hibernate is still failing, Koen is going to fix it<br>
      <br>
      4. Everything else seems to be fine<br>
      <br>
      Denis<br>
      <br>
      <br>
      <br>
      <br>
      On 11/24/2013 10:28 PM, Denis Golovin wrote:<br>
    </div>
    <blockquote cite="mid:5292EE15.4060208@exadel.com" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      <div class="moz-cite-prefix"><br>
        base, server, jst, vpe, arquillian, portlet,&nbsp; birt, javaee,
        freemarker,&nbsp; webservices, livereload, openshift, central,
        aerogear are fine with Luna M3 TP.<br>
        <br>
        hibernate build is failing because of compilation errors.<br>
        <br>
        gwt build fails with<br>
        <br>
        [INFO] gwt.all ...........................................
        SUCCESS [0.347s]<br>
        [INFO] gwt.plugins .......................................
        SUCCESS [0.008s]<br>
        [INFO] org.jboss.tools.gwt.core ..........................
        FAILURE [1.804s]<br>
        [INFO] org.jboss.tools.gwt.ui ............................
        SKIPPED<br>
        [INFO] gwt.tests .........................................
        SKIPPED<br>
        [INFO] org.jboss.tools.gwt.test ..........................
        SKIPPED<br>
        [INFO] gwt.features ......................................
        SKIPPED<br>
        [INFO] org.jboss.tools.gwt.feature .......................
        SKIPPED<br>
        [INFO] gwt.site ..........................................
        SKIPPED<br>
        [INFO]
        ------------------------------------------------------------------------<br>
        [INFO] BUILD FAILURE<br>
        [INFO]
        ------------------------------------------------------------------------<br>
        [INFO] Total time: 3:15.319s<br>
        [INFO] Finished at: Fri Nov 22 18:14:46 PST 2013<br>
        [INFO] Final Memory: 57M/532M<br>
        [INFO]
        ------------------------------------------------------------------------<br>
        [ERROR] Failed to execute goal
        org.eclipse.tycho:tycho-packaging-plugin:0.19.0:package-plugin
        (default-package-plugin) on project org.jboss.tools.gwt.core:
        Error assembling JAR: Eclipse-SourceReferences header should be
        generated but ${tycho.scmUrl} is not set -&gt; [Help 1]<br>
        <br>
        forge fails with maven 3.1.1 <br>
        <br>
        &nbsp;/home/eskimo/Java/apache-maven-3.1.1/bin/mvn clean install
        -Dmaven.repo.local=.m2/luna-m3
        -Dtpc.version=4.40.0.Alpha1-SNAPSHOT -Pmultiple.target -f
        forge/pom.xml -DtychoVersion=0.19.0<br>
        [INFO] Scanning for projects...<br>
        [WARNING] The POM for
        org.apache.maven.plugins:maven-site-plugin:jar:3.3 is invalid,
        transitive dependencies (if any) will not be available, enable
        debug logging for more details<br>
        [ERROR] Internal error: java.lang.RuntimeException:
        org.apache.maven.MavenExecutionException: Could not setup plugin
        ClassRealm: Plugin
        org.apache.maven.plugins:maven-site-plugin:3.3 or one of its
        dependencies could not be resolved: Failed to read artifact
        descriptor for
        org.apache.maven.plugins:maven-site-plugin:jar:3.3: 1 problem
        was encountered while building the effective model<br>
        [ERROR] [FATAL] Non-readable POM
        /home/eskimo/Projects/jbds/jbosstools-submodules/.m2/luna-m3/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom:

        input contained no data @<br>
        [ERROR] -&gt; [Help 1]<br>
        org.apache.maven.InternalErrorException: Internal error:
        java.lang.RuntimeException:
        org.apache.maven.MavenExecutionException: Could not setup plugin
        ClassRealm<br>
        &nbsp;&nbsp;&nbsp; at
        org.apache.maven.DefaultMaven.execute(DefaultMaven.java:164)<br>
        &nbsp;&nbsp;&nbsp; at org.apache.maven.cli.MavenCli.execute(MavenCli.java:555)<br>
        <br>
        <br>
        Denis<br>
        <br>
        <br>
        On 11/21/2013 07:43 AM, Mickael Istria wrote:<br>
      </div>
      <blockquote cite="mid:528E2A34.4070806@redhat.com" type="cite">
        <meta http-equiv="content-type" content="text/html;
          charset=ISO-8859-1">
        <p>Hi all,<br>
        </p>
        <p>Here is a proposal for a new 4.40.0.Alpha1-SNAPSHOT target
          platform: <a moz-do-not-send="true"
            class="moz-txt-link-freetext"
            href="https://github.com/jbosstools/jbosstools-target-platforms/pull/30">https://github.com/jbosstools/jbosstools-target-platforms/pull/30</a>
          .<br>
          It consists in the following changes:<br>
          * JBIDE-16073: Move to Luna M3<br>
          ** most projects have contributed a new M3 build<br>
          ** SWT migrated to GTK+ 3, which is a major change on which
          one we should provide feedback</p>
        <p> Please review this PR and yell if there is anything
          shocking. You can use the following stuff to try to build
          build the TP locally and try out against your component:<br>
        </p>
        <p>Build target-platform:<br>
        </p>
        <pre>&nbsp; $ cd jbosstools-target-platforms
  $ git fetch mistria JBIDE-16073
&nbsp; $ git checkout FETCH_HEAD
&nbsp; $ cd jbosstools/multiple
&nbsp; $ mvn clean install -P \!multiple2repo</pre>
        <p>Then, try to built your component with this local build of
          the target-platform:<br>
        </p>
        <pre>&nbsp; $ cd /path/to/your/component
&nbsp; $ mvn clean verify -Dtpc.version=4.40.0.Alpha1-SNAPSHOT -Pmultiple</pre>
        <p><br>
          In case you notice any issue for you component with Luna M3,
          create a dedicated bug to track the migration, and link it as
          a dependency from JBIDE-15639, so we now which projects
          require migration effort.<br>
          In case you're not working on JBoss Tools 4.1.1 any more,
          please make the migration to Luna your top-priority before
          implementing new features in 4.2.0.Alpha1, as we'd like to
          release a 4.2.0.Alpha1 soon, hopefully against Luna.<br>
          <br>
          Cheers,</p>
        <div class="moz-signature">
          <p>-- </p>
          Mickael Istria<br>
          Eclipse developer at <a moz-do-not-send="true"
            href="http://www.jboss.org/tools">JBoss, by Red Hat</a><br>
          <a moz-do-not-send="true"
            href="http://mickaelistria.wordpress.com">My blog</a> - <a
            moz-do-not-send="true"
            href="http://twitter.com/mickaelistria">My Tweets</a></div>
        <br>
        <fieldset class="mimeAttachmentHeader"></fieldset>
        <br>
        <pre wrap="">_______________________________________________
jbosstools-dev mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:jbosstools-dev@lists.jboss.org">jbosstools-dev@lists.jboss.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/jbosstools-dev">https://lists.jboss.org/mailman/listinfo/jbosstools-dev</a></pre>
      </blockquote>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
jbosstools-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:jbosstools-dev@lists.jboss.org">jbosstools-dev@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/jbosstools-dev">https://lists.jboss.org/mailman/listinfo/jbosstools-dev</a></pre>
    </blockquote>
    <br>
  </body>
</html>