[JBoss JIRA] (JBIDE-21266) For JBIDE 4.3.1.Beta1: Code Freeze + Branch [Integration Tests]
by Pavol Srna (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21266?page=com.atlassian.jira.plugi... ]
Pavol Srna closed JBIDE-21266.
------------------------------
Resolution: Done
> For JBIDE 4.3.1.Beta1: Code Freeze + Branch [Integration Tests]
> ---------------------------------------------------------------
>
> Key: JBIDE-21266
> URL: https://issues.jboss.org/browse/JBIDE-21266
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: qa
> Reporter: Nick Boldt
> Assignee: Pavol Srna
> Priority: Blocker
> Labels: task
> Fix For: 4.3.1.Beta1
>
>
> For JBIDE 4.3.1.Beta1 [Integration Tests]: Please perform the following tasks:
> 0. If nothing has changed in your component since the release of JBoss Tools 4.3.0.Final (eg., Portal, Freemarker?), *{color:red}Reject this JIRA{color}*.
> Otherwise:
> 0. Make sure your component has no remaining unresolved JIRAs set for fixVersion = 4.3.1.Beta1
> [Unresolved JIRAs with fixVersion = 4.3.1.Beta1, 9.1.0.Beta1|https://issues.jboss.org/issues/?jql=%28%28project%20%3D%20%2...]
> 1. Ensure your component features/plugins have been [properly upversioned|http://wiki.eclipse.org/Version_Numbering#Overall_example], eg., from 4.3.0 to 4.3.1, 1.2.3 to 1.2.100, or 2.3.100 to 2.3.101
> *NOTE:* If you already did this earlier when we were preparing for Beta1 (after 4.3.0.Final was released), you do *not* need to do so again.
> Please also ensure that the version of your code in the master branch is *greater* than your code in the 4.3.x branch.
> {code}
> mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:0.24.0:set-version -DnewVersion=4.3.1-SNAPSHOT
> {code}
> 2. Update your root pom to use parent pom version 4.3.1.Beta1-SNAPSHOT.
> {code}
> <parent>
> <groupId>org.jboss.tools</groupId>
> <artifactId>parent</artifactId>
> <version>4.3.1.Beta1-SNAPSHOT</version>
> </parent>
> {code}
> 3. Ensure you've built & run your plugin tests using the latest target platform version 4.50.2.Beta1 (or 4.50.2.Beta1-SNAPSHOT).
> {code}
> mvn clean verify -Dtpc.version=4.50.2.Beta1-SNAPSHOT # (if the TP is still a SNAPSHOT)
> or
> mvn clean verify -Dtpc.version=4.50.2.Beta1 # (if the TP is already released)
> {code}
> 4. Branch from your existing jbosstools-4.3.x branch into a new *{color:blue}jbosstools-4.3.1.Beta1x{color}* branch;
> {code}
> git checkout jbosstools-4.3.x
> git pull origin jbosstools-4.3.x
> git checkout -b jbosstools-4.3.1.Beta1x
> git push origin jbosstools-4.3.1.Beta1x
> {code}
> 5. *NOW THAT YOU HAVE BRANCHED*, check out your *{color:orange}jbosstools-4.3.x branch{color}*.
> {code}
> git checkout jbosstools-4.3.x
> git pull origin jbosstools-4.3.x
> {code}
> 6. Update your *{color:orange}jbosstools-4.3.x branch{color}* parent pom to use the latest version, *{color:orange}4.3.1.Beta2-SNAPSHOT{color}*:
> {code}
> <parent>
> <groupId>org.jboss.tools</groupId>
> <artifactId>parent</artifactId>
> <version>4.3.1.Beta2-SNAPSHOT</version>
> </parent>
> {code}
> Now, your root pom will use parent pom version:
> * *{color:blue}4.3.1.Beta1-SNAPSHOT{color}* in your *{color:blue}jbosstools-4.3.1.Beta1x{color}* branch, and
> * *{color:orange}4.3.1.Beta2-SNAPSHOT{color}* in your *{color:orange}jbosstools-4.3.x{color}* branch.
> 7. Close (do not resolve) this JIRA when done.
> 8. If you have any outstanding [New + Noteworthy JIRAs|https://issues.jboss.org/issues/?jql=%28%28project%20in%20%28JBDS%2...] to do, please complete them next.
> [Search for all task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...], or [Search for Integration Tests task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...]
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 3 months
[JBoss JIRA] (JBIDE-21035) Build with Tycho 0.24.0
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21035?page=com.atlassian.jira.plugi... ]
Martin Malina closed JBIDE-21035.
---------------------------------
Everybody seems to be happy with the new version. Closing.
> Build with Tycho 0.24.0
> -----------------------
>
> Key: JBIDE-21035
> URL: https://issues.jboss.org/browse/JBIDE-21035
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: build
> Affects Versions: 4.3.1.Beta1, 4.4.0.Alpha1
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.3.1.Beta1, 4.4.0.Alpha1
>
>
> {quote}
> Tycho milestone 0.24.0 has been released and is available from maven central.
> See the release notes [1] for details of enhancements and bug fixes in this release.
> Thanks to:
> Alexander Kurtakov
> Lars Vogel
> Mickael Istria
> Mikolaj Izdebski
> who contributed patches for this release.
> And thanks and to everyone who helped us with testing the staged version.
> Regards,
> Tycho team
> [1] http://wiki.eclipse.org/Tycho/Release_Notes/0.24
> {quote}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 3 months
[JBoss JIRA] (JBIDE-21204) Offline groovy script is not working
by Radim Hopp (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21204?page=com.atlassian.jira.plugi... ]
Radim Hopp commented on JBIDE-21204:
------------------------------------
Using Groovy 2.4.5 is ok. The issue appears when using groovy 2.4.4 (version in F23 repositories), so we should at least change the label in OfflineSupportPreferencePage (and maybe doc?) saying "Groovy 2.4.x must be set in your path".
> Offline groovy script is not working
> ------------------------------------
>
> Key: JBIDE-21204
> URL: https://issues.jboss.org/browse/JBIDE-21204
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: project-examples
> Affects Versions: 4.3.1.Beta1
> Environment: JBDS 9.1.0.Beta1-v20151208-1226-B169
> Reporter: Radim Hopp
> Assignee: Fred Bricon
>
> {noformat}
> $ groovy -Dgrape.config="/home/rhopp/workspace-sdflkfnlmwejkn/.metadata/.plugins/org.jboss.tools.project.examples/offline/jbossToolsGrapeConfig_3.0.1.Beta1_v20151116_2016_B57.xml" "/home/rhopp/workspace-sdflkfnlmwejkn/.metadata/.plugins/org.jboss.tools.project.examples/offline/go_offline_3.0.1.Beta1_v20151116_2016_B57.groovy" http://download.jboss.org/jbosstools/examples/4.3/project-examples-catego... http://download.jboss.org/jbosstools/examples/4.3/project-examples-shared... http://download.jboss.org/jbosstools/examples/4.3/project-examples-commun... http://download.jboss.org/gatein/quickstarts/jboss-portal-6.2/project-exa... http://download.jboss.org/jbosstools/examples/4.3/project-examples-maven-... -u "http://dcp.jboss.org/v1/rest/search?content_provider=jboss-developer&cont..." -q -e
> Quiet mode : true
> Descriptors : [http://download.jboss.org/jbosstools/examples/4.3/project-examples-catego..., http://download.jboss.org/jbosstools/examples/4.3/project-examples-shared..., http://download.jboss.org/jbosstools/examples/4.3/project-examples-commun..., http://download.jboss.org/gatein/quickstarts/jboss-portal-6.2/project-exa..., http://download.jboss.org/jbosstools/examples/4.3/project-examples-maven-...]
> creating offline/.jbosstools/cache
> Downloaded https://github.com/jboss-developer/jboss-eap-quickstarts/archive/6.3.0.GA... (4 MB) to offline/.jbosstools/cache/jboss-developer/jboss-eap-quickstarts/archive/6.3.0.GA.zip
> Extracting offline/.jbosstools/cache/jboss-developer/jboss-eap-quickstarts/archive/6.3.0.GA.zip into offline/workDir/6.3.0.GA.zip
> [unzip] Expanding: /home/rhopp/temp/offline/offline/.jbosstools/cache/jboss-developer/jboss-eap-quickstarts/archive/6.3.0.GA.zip into /home/rhopp/temp/offline/offline/workDir/6.3.0.GA.zip
> Downloaded https://github.com/jboss-developer/jboss-eap-quickstarts/archive/6.4.0.GA... (5 MB) to offline/.jbosstools/cache/jboss-developer/jboss-eap-quickstarts/archive/6.4.0.GA-2-g8d9b0b3.zip
> Extracting offline/.jbosstools/cache/jboss-developer/jboss-eap-quickstarts/archive/6.4.0.GA-2-g8d9b0b3.zip into offline/workDir/6.4.0.GA-2-g8d9b0b3.zip
> [unzip] Expanding: /home/rhopp/temp/offline/offline/.jbosstools/cache/jboss-developer/jboss-eap-quickstarts/archive/6.4.0.GA-2-g8d9b0b3.zip into /home/rhopp/temp/offline/offline/workDir/6.4.0.GA-2-g8d9b0b3.zip
> Downloaded https://github.com/jboss-developer/jboss-brms-quickstarts/archive/BxMS-6.... (282 KB) to offline/.jbosstools/cache/jboss-developer/jboss-brms-quickstarts/archive/BxMS-6.1.0.GA.zip
> Extracting offline/.jbosstools/cache/jboss-developer/jboss-brms-quickstarts/archive/BxMS-6.1.0.GA.zip into offline/workDir/BxMS-6.1.0.GA.zip
> [unzip] Expanding: /home/rhopp/temp/offline/offline/.jbosstools/cache/jboss-developer/jboss-brms-quickstarts/archive/BxMS-6.1.0.GA.zip into /home/rhopp/temp/offline/offline/workDir/BxMS-6.1.0.GA.zip
> Downloaded https://github.com/jboss-developer/jboss-portal-quickstarts/archive/6.2.0... (811 KB) to offline/.jbosstools/cache/jboss-developer/jboss-portal-quickstarts/archive/6.2.0.build-10.zip
> Extracting offline/.jbosstools/cache/jboss-developer/jboss-portal-quickstarts/archive/6.2.0.build-10.zip into offline/workDir/6.2.0.build-10.zip
> [unzip] Expanding: /home/rhopp/temp/offline/offline/.jbosstools/cache/jboss-developer/jboss-portal-quickstarts/archive/6.2.0.build-10.zip into /home/rhopp/temp/offline/offline/workDir/6.2.0.build-10.zip
> Downloaded https://github.com/jboss-developer/jboss-picketlink-quickstarts/archive/v... (2 MB) to offline/.jbosstools/cache/jboss-developer/jboss-picketlink-quickstarts/archive/v2.7.0.Final.zip
> Extracting offline/.jbosstools/cache/jboss-developer/jboss-picketlink-quickstarts/archive/v2.7.0.Final.zip into offline/workDir/v2.7.0.Final.zip
> [unzip] Expanding: /home/rhopp/temp/offline/offline/.jbosstools/cache/jboss-developer/jboss-picketlink-quickstarts/archive/v2.7.0.Final.zip into /home/rhopp/temp/offline/offline/workDir/v2.7.0.Final.zip
> Downloaded https://github.com/jboss-developer/jboss-jdg-quickstarts/archive/JDG_6.5.... (2 MB) to offline/.jbosstools/cache/jboss-developer/jboss-jdg-quickstarts/archive/JDG_6.5.1.CR1.zip
> Extracting offline/.jbosstools/cache/jboss-developer/jboss-jdg-quickstarts/archive/JDG_6.5.1.CR1.zip into offline/workDir/JDG_6.5.1.CR1.zip
> [unzip] Expanding: /home/rhopp/temp/offline/offline/.jbosstools/cache/jboss-developer/jboss-jdg-quickstarts/archive/JDG_6.5.1.CR1.zip into /home/rhopp/temp/offline/offline/workDir/JDG_6.5.1.CR1.zip
> Downloaded https://github.com/jboss-developer/jboss-on-quickstarts/archive/3.2.0.zip (58 KB) to offline/.jbosstools/cache/jboss-developer/jboss-on-quickstarts/archive/3.2.0.zip
> Extracting offline/.jbosstools/cache/jboss-developer/jboss-on-quickstarts/archive/3.2.0.zip into offline/workDir/3.2.0.zip
> [unzip] Expanding: /home/rhopp/temp/offline/offline/.jbosstools/cache/jboss-developer/jboss-on-quickstarts/archive/3.2.0.zip into /home/rhopp/temp/offline/offline/workDir/3.2.0.zip
> Downloaded https://github.com/jboss-developer/jboss-sandbox-quickstarts/archive/482f... (4 MB) to offline/.jbosstools/cache/jboss-developer/jboss-sandbox-quickstarts/archive/482fcf9.zip
> Extracting offline/.jbosstools/cache/jboss-developer/jboss-sandbox-quickstarts/archive/482fcf9.zip into offline/workDir/482fcf9.zip
> [unzip] Expanding: /home/rhopp/temp/offline/offline/.jbosstools/cache/jboss-developer/jboss-sandbox-quickstarts/archive/482fcf9.zip into /home/rhopp/temp/offline/offline/workDir/482fcf9.zip
> Downloaded https://github.com/jboss-developer/jboss-wfk-quickstarts/archive/2.7.0.Fi... (18 MB) to offline/.jbosstools/cache/jboss-developer/jboss-wfk-quickstarts/archive/2.7.0.Final-13-gf3f3742.zip
> Extracting offline/.jbosstools/cache/jboss-developer/jboss-wfk-quickstarts/archive/2.7.0.Final-13-gf3f3742.zip into offline/workDir/2.7.0.Final-13-gf3f3742.zip
> [unzip] Expanding: /home/rhopp/temp/offline/offline/.jbosstools/cache/jboss-developer/jboss-wfk-quickstarts/archive/2.7.0.Final-13-gf3f3742.zip into /home/rhopp/temp/offline/offline/workDir/2.7.0.Final-13-gf3f3742.zip
> Downloaded https://github.com/jboss-fuse/quickstarts/archive/6.1.0.GA.zip (151 KB) to offline/.jbosstools/cache/jboss-fuse/quickstarts/archive/6.1.0.GA.zip
> Extracting offline/.jbosstools/cache/jboss-fuse/quickstarts/archive/6.1.0.GA.zip into offline/workDir/6.1.0.GA.zip
> [unzip] Expanding: /home/rhopp/temp/offline/offline/.jbosstools/cache/jboss-fuse/quickstarts/archive/6.1.0.GA.zip into /home/rhopp/temp/offline/offline/workDir/6.1.0.GA.zip
> Downloaded https://github.com/jboss-developer/jboss-unifiedpush-quickstarts/archive/... (8 MB) to offline/.jbosstools/cache/jboss-developer/jboss-unifiedpush-quickstarts/archive/40324d4.zip
> Extracting offline/.jbosstools/cache/jboss-developer/jboss-unifiedpush-quickstarts/archive/40324d4.zip into offline/workDir/40324d4.zip
> [unzip] Expanding: /home/rhopp/temp/offline/offline/.jbosstools/cache/jboss-developer/jboss-unifiedpush-quickstarts/archive/40324d4.zip into /home/rhopp/temp/offline/offline/workDir/40324d4.zip
> Downloaded https://github.com/jboss-developer/jboss-jdg-quickstarts/archive/jboss_as... (269 KB) to offline/.jbosstools/cache/jboss-developer/jboss-jdg-quickstarts/archive/jboss_as_quickstarts_3-24-g7be4b6d.zip
> Extracting offline/.jbosstools/cache/jboss-developer/jboss-jdg-quickstarts/archive/jboss_as_quickstarts_3-24-g7be4b6d.zip into offline/workDir/jboss_as_quickstarts_3-24-g7be4b6d.zip
> [unzip] Expanding: /home/rhopp/temp/offline/offline/.jbosstools/cache/jboss-developer/jboss-jdg-quickstarts/archive/jboss_as_quickstarts_3-24-g7be4b6d.zip into /home/rhopp/temp/offline/offline/workDir/jboss_as_quickstarts_3-24-g7be4b6d.zip
> Downloaded https://github.com/jboss-developer/jboss-sandbox-quickstarts/archive/b571... (3 MB) to offline/.jbosstools/cache/jboss-developer/jboss-sandbox-quickstarts/archive/b5714e4.zip
> Extracting offline/.jbosstools/cache/jboss-developer/jboss-sandbox-quickstarts/archive/b5714e4.zip into offline/workDir/b5714e4.zip
> [unzip] Expanding: /home/rhopp/temp/offline/offline/.jbosstools/cache/jboss-developer/jboss-sandbox-quickstarts/archive/b5714e4.zip into /home/rhopp/temp/offline/offline/workDir/b5714e4.zip
> parsing http://download.jboss.org/jbosstools/examples/4.3/project-examples-catego...
> Downloaded http://download.jboss.org/jbosstools/examples/4.3/project-examples-catego... (1 KB) to offline/.jbosstools/cache/jbosstools/examples/4.3/project-examples-category-4.3.xml
> parsing http://download.jboss.org/jbosstools/examples/4.3/project-examples-shared...
> Downloaded http://download.jboss.org/jbosstools/examples/4.3/project-examples-shared... (17 KB) to offline/.jbosstools/cache/jbosstools/examples/4.3/project-examples-shared-4.3.0.Beta2.xml
> groovy.lang.MissingMethodException: No signature of method: groovy.util.slurpersupport.NodeChildren.eachParallel() is applicable for argument types: (GoOfflineScript$_downloadExamplesFromDescriptor_closure3$_closure19) values: [GoOfflineScript$_downloadExamplesFromDescriptor_closure3$_closure19@4c6daf0]
> at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.unwrap(ScriptBytecodeAdapter.java:58)
> at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:54)
> at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:48)
> at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:113)
> at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:125)
> at GoOfflineScript$_downloadExamplesFromDescriptor_closure3.doCall(go_offline_3.0.1.Beta1_v20151116_2016_B57.groovy:189)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:497)
> at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:93)
> at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
> at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:294)
> at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1019)
> at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:42)
> at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:48)
> at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:113)
> at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:125)
> at groovyx.gpars.GParsPool$_withExistingPool_closure1.doCall(GParsPool.groovy:174)
> at groovyx.gpars.GParsPool$_withExistingPool_closure1.doCall(GParsPool.groovy)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:497)
> at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:93)
> at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
> at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:294)
> at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1019)
> at groovy.lang.Closure.call(Closure.java:426)
> at groovy.lang.Closure.call(Closure.java:420)
> at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:112)
> at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.access$400(GroovyCategorySupport.java:68)
> at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:252)
> at org.codehaus.groovy.runtime.DefaultGroovyMethods.use(DefaultGroovyMethods.java:406)
> at org.codehaus.groovy.runtime.dgm$755.invoke(Unknown Source)
> at org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite$StaticMetaMethodSiteNoUnwrapNoCoerce.invoke(StaticMetaMethodSite.java:151)
> at org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite.callStatic(StaticMetaMethodSite.java:102)
> at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallStatic(CallSiteArray.java:56)
> at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:194)
> at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:214)
> at groovyx.gpars.GParsPool.withExistingPool(GParsPool.groovy:173)
> at groovyx.gpars.GParsPool$withExistingPool$1.callStatic(Unknown Source)
> at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallStatic(CallSiteArray.java:56)
> at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:194)
> at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:214)
> at groovyx.gpars.GParsPool.withPool(GParsPool.groovy:145)
> at groovyx.gpars.GParsPool$withPool$0.callStatic(Unknown Source)
> at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallStatic(CallSiteArray.java:56)
> at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:194)
> at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:222)
> at groovyx.gpars.GParsPool.withPool(GParsPool.groovy:121)
> at groovyx.gpars.GParsPool$withPool.callStatic(Unknown Source)
> at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallStatic(CallSiteArray.java:56)
> at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:194)
> at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:214)
> at GoOfflineScript.downloadExamplesFromDescriptor(go_offline_3.0.1.Beta1_v20151116_2016_B57.groovy:188)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:497)
> at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:93)
> at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
> at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:384)
> at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1019)
> at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.callCurrent(PogoMetaClassSite.java:69)
> at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:190)
> at GoOfflineScript$_goOffline_closure1.doCall(go_offline_3.0.1.Beta1_v20151116_2016_B57.groovy:126)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:497)
> at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:93)
> at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
> at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:294)
> at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1019)
> at groovy.lang.Closure.call(Closure.java:426)
> at groovy.lang.Closure.call(Closure.java:442)
> at org.codehaus.groovy.runtime.DefaultGroovyMethods.each(DefaultGroovyMethods.java:2030)
> at org.codehaus.groovy.runtime.DefaultGroovyMethods.each(DefaultGroovyMethods.java:2015)
> at org.codehaus.groovy.runtime.DefaultGroovyMethods.each(DefaultGroovyMethods.java:2056)
> at org.codehaus.groovy.runtime.dgm$162.invoke(Unknown Source)
> at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite$PojoMetaMethodSiteNoUnwrapNoCoerce.invoke(PojoMetaMethodSite.java:274)
> at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:56)
> at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:48)
> at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:113)
> at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:125)
> at GoOfflineScript.goOffline(go_offline_3.0.1.Beta1_v20151116_2016_B57.groovy:125)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:497)
> at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSite.invoke(PogoMetaMethodSite.java:169)
> at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.call(PogoMetaMethodSite.java:71)
> at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:48)
> at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:113)
> at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:117)
> at GoOfflineScript.main(go_offline_3.0.1.Beta1_v20151116_2016_B57.groovy:84)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:497)
> at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:93)
> at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
> at groovy.lang.MetaClassImpl.invokeStaticMethod(MetaClassImpl.java:1443)
> at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:891)
> at groovy.lang.GroovyShell.runScriptOrMainOrTestOrRunnable(GroovyShell.java:287)
> at groovy.lang.GroovyShell.run(GroovyShell.java:524)
> at groovy.lang.GroovyShell.run(GroovyShell.java:513)
> at groovy.ui.GroovyMain.processOnce(GroovyMain.java:652)
> at groovy.ui.GroovyMain.run(GroovyMain.java:384)
> at groovy.ui.GroovyMain.process(GroovyMain.java:370)
> at groovy.ui.GroovyMain.processArgs(GroovyMain.java:129)
> at groovy.ui.GroovyMain.main(GroovyMain.java:109)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:497)
> at org.codehaus.groovy.tools.GroovyStarter.rootLoader(GroovyStarter.java:109)
> at org.codehaus.groovy.tools.GroovyStarter.main(GroovyStarter.java:131)
> Script executed in 0 min, 18 sec with 1 error(s)
> Caught: ScriptProblems: Some build errors occured
> ScriptProblems:
> Error running the script
> {noformat}
> {noformat}
> $ groovy -version
> Groovy Version: 2.4.4 JVM: 1.8.0_65 Vendor: Oracle Corporation OS: Linux
> {noformat}
> The same happens with JBDS and JBT.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 3 months
[JBoss JIRA] (JBIDE-19702) central discovery site should only contain central discovery plugin (not also the EA one); installFromCentral.sh should support installing from central site+plugin OR earlyaccess site+plugin
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19702?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-19702:
-------------------------------
Summary: central discovery site should only contain central discovery plugin (not also the EA one); installFromCentral.sh should support installing from central site+plugin OR earlyaccess site+plugin (was: installFromCentral.sh should support installing from central site+plugin OR earlyaccess site+plugin)
> central discovery site should only contain central discovery plugin (not also the EA one); installFromCentral.sh should support installing from central site+plugin OR earlyaccess site+plugin
> ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-19702
> URL: https://issues.jboss.org/browse/JBIDE-19702
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, updatesite
> Affects Versions: 4.3.0.Alpha2
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.3.1.Beta2, 4.4.0.Alpha1
>
>
> Today, installFromCentral.sh assumes two incorrect things:
> a) central URL is always different than the JBT/JBDS site URL [no longer true, since JBT/JBDS & Central content are now co-located]
> b) the plugin to parse for IUs is ONLY the central one, not the EA one [we should parse ONE or BOTH, depending on cmdline flag]
> {code}
> # get a list of IUs to install from the Central site (based on the discovery.xml -> plugin.jar -> plugin.xml)
> CENTRAL_URL=${INSTALL_PLAN#*,} # includes discovery.xml # echo CENTRAL_URL = $CENTRAL_URL
> if [[ $CENTRAL_URL != $INSTALL_PLAN ]]; then
> # echo $CENTRAL_URL
> wget ${CENTRAL_URL} -q --no-check-certificate -N -O directory.xml
> PLUGINJAR=`cat ${WORKSPACE}/directory.xml | egrep "org.jboss.tools.central.discovery_|com.jboss.jbds.central.discovery_" | sed "s#.\+url=\"\(.\+\).jar\".\+#\1.jar#"`
> # echo "Got $PLUGINJAR"
> CENTRAL_URL=${SITES#*,} # excludes discovery.xml # echo CENTRAL_URL = $CENTRAL_URL
> wget ${CENTRAL_URL}/${PLUGINJAR} -q --no-check-certificate -N -O plugin.jar
> unzip -oq plugin.jar plugin.xml
> ...
> {code}
> https://github.com/jbosstools/jbosstools-build-ci/blob/4.3.x/util/install...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 3 months
[JBoss JIRA] (JBIDE-19702) central discovery site should only contain central discovery plugin (not also the EA one); installFromCentral.sh should support installing from central site+plugin OR earlyaccess site+plugin
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19702?page=com.atlassian.jira.plugi... ]
Nick Boldt closed JBIDE-19702.
------------------------------
Resolution: Done
> central discovery site should only contain central discovery plugin (not also the EA one); installFromCentral.sh should support installing from central site+plugin OR earlyaccess site+plugin
> ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-19702
> URL: https://issues.jboss.org/browse/JBIDE-19702
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, updatesite
> Affects Versions: 4.3.0.Alpha2
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.3.1.Beta2, 4.4.0.Alpha1
>
>
> Today, installFromCentral.sh assumes two incorrect things:
> a) central URL is always different than the JBT/JBDS site URL [no longer true, since JBT/JBDS & Central content are now co-located]
> b) the plugin to parse for IUs is ONLY the central one, not the EA one [we should parse ONE or BOTH, depending on cmdline flag]
> {code}
> # get a list of IUs to install from the Central site (based on the discovery.xml -> plugin.jar -> plugin.xml)
> CENTRAL_URL=${INSTALL_PLAN#*,} # includes discovery.xml # echo CENTRAL_URL = $CENTRAL_URL
> if [[ $CENTRAL_URL != $INSTALL_PLAN ]]; then
> # echo $CENTRAL_URL
> wget ${CENTRAL_URL} -q --no-check-certificate -N -O directory.xml
> PLUGINJAR=`cat ${WORKSPACE}/directory.xml | egrep "org.jboss.tools.central.discovery_|com.jboss.jbds.central.discovery_" | sed "s#.\+url=\"\(.\+\).jar\".\+#\1.jar#"`
> # echo "Got $PLUGINJAR"
> CENTRAL_URL=${SITES#*,} # excludes discovery.xml # echo CENTRAL_URL = $CENTRAL_URL
> wget ${CENTRAL_URL}/${PLUGINJAR} -q --no-check-certificate -N -O plugin.jar
> unzip -oq plugin.jar plugin.xml
> ...
> {code}
> https://github.com/jbosstools/jbosstools-build-ci/blob/4.3.x/util/install...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 3 months
[JBoss JIRA] (JBIDE-19702) installFromCentral.sh should support installing from central site+plugin OR earlyaccess site+plugin
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19702?page=com.atlassian.jira.plugi... ]
Nick Boldt edited comment on JBIDE-19702 at 12/13/15 6:10 PM:
--------------------------------------------------------------
Fixed a longstanding bug in 4.3.x and master:
https://github.com/jbosstools/jbosstools-discovery/commit/bf08d2188af0c60...
https://github.com/jbosstools/jbosstools-discovery/commit/5ff38c21b0ba5a6...
So, now the discovery.central site only contains ONE plugin (central) and the discovery.earlyaccess site contains TWO.
Re-enabled the central + earlyaccess options in the p2director jobs, and now 4.3.x and master are blue, running central and EA install tests separately.
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-install-p2...
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-install-p2...
Hoo-rah.
was (Author: nickboldt):
Both 4.3.x and master are blue, running central and EA install tests separately.
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-install-p2...
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-install-p2...
Hoo-rah.
> installFromCentral.sh should support installing from central site+plugin OR earlyaccess site+plugin
> ---------------------------------------------------------------------------------------------------
>
> Key: JBIDE-19702
> URL: https://issues.jboss.org/browse/JBIDE-19702
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, updatesite
> Affects Versions: 4.3.0.Alpha2
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.3.1.Beta2, 4.4.0.Alpha1
>
>
> Today, installFromCentral.sh assumes two incorrect things:
> a) central URL is always different than the JBT/JBDS site URL [no longer true, since JBT/JBDS & Central content are now co-located]
> b) the plugin to parse for IUs is ONLY the central one, not the EA one [we should parse ONE or BOTH, depending on cmdline flag]
> {code}
> # get a list of IUs to install from the Central site (based on the discovery.xml -> plugin.jar -> plugin.xml)
> CENTRAL_URL=${INSTALL_PLAN#*,} # includes discovery.xml # echo CENTRAL_URL = $CENTRAL_URL
> if [[ $CENTRAL_URL != $INSTALL_PLAN ]]; then
> # echo $CENTRAL_URL
> wget ${CENTRAL_URL} -q --no-check-certificate -N -O directory.xml
> PLUGINJAR=`cat ${WORKSPACE}/directory.xml | egrep "org.jboss.tools.central.discovery_|com.jboss.jbds.central.discovery_" | sed "s#.\+url=\"\(.\+\).jar\".\+#\1.jar#"`
> # echo "Got $PLUGINJAR"
> CENTRAL_URL=${SITES#*,} # excludes discovery.xml # echo CENTRAL_URL = $CENTRAL_URL
> wget ${CENTRAL_URL}/${PLUGINJAR} -q --no-check-certificate -N -O plugin.jar
> unzip -oq plugin.jar plugin.xml
> ...
> {code}
> https://github.com/jbosstools/jbosstools-build-ci/blob/4.3.x/util/install...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 3 months
[JBoss JIRA] (JBIDE-19702) installFromCentral.sh should support installing from central site+plugin OR earlyaccess site+plugin
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19702?page=com.atlassian.jira.plugi... ]
Nick Boldt edited comment on JBIDE-19702 at 12/13/15 4:10 PM:
--------------------------------------------------------------
Pushed into 4.3.1.Beta2-SNAPSHOT and 4.4.0.Alpha1-SNAPSHOT and published to nexus:
https://github.com/jbosstools/jbosstools-build-ci/commit/3c6b86cde9e37a74...
https://github.com/jbosstools/jbosstools-build-ci/commit/6c448faf4c6a85b0...
With this commit, we actually install EVERYTHING from all the plugin jars found in the directory.xml.
Thus we can install from JBT+JBTCentral+JBTCentralEA, or from JBDS+JBDSCentral+JBDSCentralEA.
HOWEVER, since the Central discovery site includes BOTH the central and earlyaccess plugin jars, we can't yet do an install of just JBT+JBTCentral or JBDS+JBDSCentral as it attempts to then install the EA stuff, but has no URL from which to resolve it.
So either I need to parse the ide-config.properties file to resolve missing URLs to add to EXTRA_SITES, or we need to ensure that the discovery site only contains plugins whose content can be found from that same site's composite.
Thus, this will work:
{code}installFromCentral.sh -INSTALL_PLAN "https://devstudio.redhat.com/9.0/snapshots/builds/jbosstools-discovery.ce..."{code}
but this will fail:
{code}installFromCentral.sh -INSTALL_PLAN "https://devstudio.redhat.com/9.0/snapshots/builds/jbosstools-discovery.ce..."{code}
was (Author: nickboldt):
Pushed into 4.3.1.Beta2-SNAPSHOT and 4.4.0.Alpha1-SNAPSHOT and published to nexus:
https://github.com/jbosstools/jbosstools-build-ci/commit/3c6b86cde9e37a74...
https://github.com/jbosstools/jbosstools-build-ci/commit/6c448faf4c6a85b0...
> installFromCentral.sh should support installing from central site+plugin OR earlyaccess site+plugin
> ---------------------------------------------------------------------------------------------------
>
> Key: JBIDE-19702
> URL: https://issues.jboss.org/browse/JBIDE-19702
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, updatesite
> Affects Versions: 4.3.0.Alpha2
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.3.1.Beta2, 4.4.0.Alpha1
>
>
> Today, installFromCentral.sh assumes two incorrect things:
> a) central URL is always different than the JBT/JBDS site URL [no longer true, since JBT/JBDS & Central content are now co-located]
> b) the plugin to parse for IUs is ONLY the central one, not the EA one [we should parse ONE or BOTH, depending on cmdline flag]
> {code}
> # get a list of IUs to install from the Central site (based on the discovery.xml -> plugin.jar -> plugin.xml)
> CENTRAL_URL=${INSTALL_PLAN#*,} # includes discovery.xml # echo CENTRAL_URL = $CENTRAL_URL
> if [[ $CENTRAL_URL != $INSTALL_PLAN ]]; then
> # echo $CENTRAL_URL
> wget ${CENTRAL_URL} -q --no-check-certificate -N -O directory.xml
> PLUGINJAR=`cat ${WORKSPACE}/directory.xml | egrep "org.jboss.tools.central.discovery_|com.jboss.jbds.central.discovery_" | sed "s#.\+url=\"\(.\+\).jar\".\+#\1.jar#"`
> # echo "Got $PLUGINJAR"
> CENTRAL_URL=${SITES#*,} # excludes discovery.xml # echo CENTRAL_URL = $CENTRAL_URL
> wget ${CENTRAL_URL}/${PLUGINJAR} -q --no-check-certificate -N -O plugin.jar
> unzip -oq plugin.jar plugin.xml
> ...
> {code}
> https://github.com/jbosstools/jbosstools-build-ci/blob/4.3.x/util/install...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 3 months
[JBoss JIRA] (JBIDE-19702) installFromCentral.sh should support installing from central site+plugin OR earlyaccess site+plugin
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19702?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-19702:
-------------------------------
Fix Version/s: 4.3.1.Beta2
4.4.0.Alpha1
(was: 4.4.x)
> installFromCentral.sh should support installing from central site+plugin OR earlyaccess site+plugin
> ---------------------------------------------------------------------------------------------------
>
> Key: JBIDE-19702
> URL: https://issues.jboss.org/browse/JBIDE-19702
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, updatesite
> Affects Versions: 4.3.0.Alpha2
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.3.1.Beta2, 4.4.0.Alpha1
>
>
> Today, installFromCentral.sh assumes two incorrect things:
> a) central URL is always different than the JBT/JBDS site URL [no longer true, since JBT/JBDS & Central content are now co-located]
> b) the plugin to parse for IUs is ONLY the central one, not the EA one [we should parse ONE or BOTH, depending on cmdline flag]
> {code}
> # get a list of IUs to install from the Central site (based on the discovery.xml -> plugin.jar -> plugin.xml)
> CENTRAL_URL=${INSTALL_PLAN#*,} # includes discovery.xml # echo CENTRAL_URL = $CENTRAL_URL
> if [[ $CENTRAL_URL != $INSTALL_PLAN ]]; then
> # echo $CENTRAL_URL
> wget ${CENTRAL_URL} -q --no-check-certificate -N -O directory.xml
> PLUGINJAR=`cat ${WORKSPACE}/directory.xml | egrep "org.jboss.tools.central.discovery_|com.jboss.jbds.central.discovery_" | sed "s#.\+url=\"\(.\+\).jar\".\+#\1.jar#"`
> # echo "Got $PLUGINJAR"
> CENTRAL_URL=${SITES#*,} # excludes discovery.xml # echo CENTRAL_URL = $CENTRAL_URL
> wget ${CENTRAL_URL}/${PLUGINJAR} -q --no-check-certificate -N -O plugin.jar
> unzip -oq plugin.jar plugin.xml
> ...
> {code}
> https://github.com/jbosstools/jbosstools-build-ci/blob/4.3.x/util/install...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 3 months