[jbosstools-dev] Upcoming change to Target Platform 4.40.Alpha1-SNAPSHOT: Luna M3

Denis Golovin dgolovin at exadel.com
Wed Nov 27 01:59:13 EST 2013


On 11/26/2013 05:58 PM, Denis Golovin wrote:
> On 11/26/2013 04:30 PM, Denis Golovin wrote:
>>
>> I verified everything again:
>> 1. Maven 3.1.1 works fine for all modules (it could make sense to use 
>> everywhere, not only for forge)
>> 2. aerogear have dependencies problems with references to:
>>  org.eclipse.core.resources
>>  org.eclipse.debug.core
>> in
>>  org.jboss.tools.aerogear.hybrid.android.core
>>  org.jboss.tools.aerogear.hybrid.ios.core
>
> Pushed fix to master as part of JBIDE-16081 Aerogear.hybrid requires 
> org.eclipse.debug.core [3.7.0,3.9.0) but Luna includes 3.9.0 
> <https://issues.jboss.org/browse/JBIDE-16081>
>
> denis
>>
>> should be updated to let building with luna
>>
>> 3. Hibernate is still failing, Koen is going to fix it

Hibernate build is fixed by Koen :)
So nothing is holding us to establish new Luna based build on hudson and 
get first 4.2.0.Alpha1 build.

>>
>> 4. Everything else seems to be fine
>>
>> Denis
>>
>>
>>
>>
>> On 11/24/2013 10:28 PM, Denis Golovin wrote:
>>>
>>> base, server, jst, vpe, arquillian, portlet,  birt, javaee, 
>>> freemarker,  webservices, livereload, openshift, central, aerogear 
>>> are fine with Luna M3 TP.
>>>
>>> hibernate build is failing because of compilation errors.
>>>
>>> gwt build fails with
>>>
>>> [INFO] gwt.all ........................................... SUCCESS 
>>> [0.347s]
>>> [INFO] gwt.plugins ....................................... SUCCESS 
>>> [0.008s]
>>> [INFO] org.jboss.tools.gwt.core .......................... FAILURE 
>>> [1.804s]
>>> [INFO] org.jboss.tools.gwt.ui ............................ SKIPPED
>>> [INFO] gwt.tests ......................................... SKIPPED
>>> [INFO] org.jboss.tools.gwt.test .......................... SKIPPED
>>> [INFO] gwt.features ...................................... SKIPPED
>>> [INFO] org.jboss.tools.gwt.feature ....................... SKIPPED
>>> [INFO] gwt.site .......................................... SKIPPED
>>> [INFO] 
>>> ------------------------------------------------------------------------
>>> [INFO] BUILD FAILURE
>>> [INFO] 
>>> ------------------------------------------------------------------------
>>> [INFO] Total time: 3:15.319s
>>> [INFO] Finished at: Fri Nov 22 18:14:46 PST 2013
>>> [INFO] Final Memory: 57M/532M
>>> [INFO] 
>>> ------------------------------------------------------------------------
>>> [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 -> [Help 1]
>>>
>>> forge fails with maven 3.1.1
>>>
>>>  /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
>>> [INFO] Scanning for projects...
>>> [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
>>> [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
>>> [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 @
>>> [ERROR] -> [Help 1]
>>> org.apache.maven.InternalErrorException: Internal error: 
>>> java.lang.RuntimeException: 
>>> org.apache.maven.MavenExecutionException: Could not setup plugin 
>>> ClassRealm
>>>     at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:164)
>>>     at org.apache.maven.cli.MavenCli.execute(MavenCli.java:555)
>>>
>>>
>>> Denis
>>>
>>>
>>> On 11/21/2013 07:43 AM, Mickael Istria wrote:
>>>>
>>>> Hi all,
>>>>
>>>> Here is a proposal for a new 4.40.0.Alpha1-SNAPSHOT target 
>>>> platform: 
>>>> https://github.com/jbosstools/jbosstools-target-platforms/pull/30 .
>>>> It consists in the following changes:
>>>> * JBIDE-16073: Move to Luna M3
>>>> ** most projects have contributed a new M3 build
>>>> ** SWT migrated to GTK+ 3, which is a major change on which one we 
>>>> should provide feedback
>>>>
>>>> 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:
>>>>
>>>> Build target-platform:
>>>>
>>>>    $ cd jbosstools-target-platforms
>>>>    $ git fetch mistria JBIDE-16073
>>>>    $ git checkout FETCH_HEAD
>>>>    $ cd jbosstools/multiple
>>>>    $ mvn clean install -P \!multiple2repo
>>>>
>>>> Then, try to built your component with this local build of the 
>>>> target-platform:
>>>>
>>>>    $ cd /path/to/your/component
>>>>    $ mvn clean verify -Dtpc.version=4.40.0.Alpha1-SNAPSHOT -Pmultiple
>>>>
>>>>
>>>> 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.
>>>> 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.
>>>>
>>>> Cheers,
>>>>
>>>> -- 
>>>>
>>>> Mickael Istria
>>>> Eclipse developer at JBoss, by Red Hat <http://www.jboss.org/tools>
>>>> My blog <http://mickaelistria.wordpress.com> - My Tweets 
>>>> <http://twitter.com/mickaelistria>
>>>>
>>>>
>>>> _______________________________________________
>>>> jbosstools-dev mailing list
>>>> jbosstools-dev at lists.jboss.org
>>>> https://lists.jboss.org/mailman/listinfo/jbosstools-dev
>>>
>>>
>>>
>>> _______________________________________________
>>> jbosstools-dev mailing list
>>> jbosstools-dev at lists.jboss.org
>>> https://lists.jboss.org/mailman/listinfo/jbosstools-dev
>>
>>
>>
>> _______________________________________________
>> jbosstools-dev mailing list
>> jbosstools-dev at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/jbosstools-dev
>
>
>
> _______________________________________________
> jbosstools-dev mailing list
> jbosstools-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jbosstools-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jbosstools-dev/attachments/20131126/0a58ac47/attachment.html 


More information about the jbosstools-dev mailing list