[JBoss JIRA] (JBIDE-19895) Add timeout to OAuth browser
by Jeff Cantrill (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19895?page=com.atlassian.jira.plugi... ]
Jeff Cantrill updated JBIDE-19895:
----------------------------------
Attachment: (was: Proposed Connection Wizard Chages.png)
> Add timeout to OAuth browser
> ----------------------------
>
> Key: JBIDE-19895
> URL: https://issues.jboss.org/browse/JBIDE-19895
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.3.0.Beta2
> Reporter: Jeff Cantrill
> Assignee: Jeff Cantrill
> Attachments: enlessly-loading.png, retrieve-error.png
>
>
> Modify the connection wizard so the v3 server can auto-detect the auth type and support OAuth
> * Remove server type verify button
> * Add v3 auth box (Auto/OAuth/Basic)
> * Optional...
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months
[JBoss JIRA] (JBIDE-19895) Add timeout to OAuth browser
by Jeff Cantrill (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19895?page=com.atlassian.jira.plugi... ]
Jeff Cantrill updated JBIDE-19895:
----------------------------------
Attachment: (was: ok-enabled.png)
> Add timeout to OAuth browser
> ----------------------------
>
> Key: JBIDE-19895
> URL: https://issues.jboss.org/browse/JBIDE-19895
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.3.0.Beta2
> Reporter: Jeff Cantrill
> Assignee: Jeff Cantrill
> Attachments: enlessly-loading.png, retrieve-error.png
>
>
> Modify the connection wizard so the v3 server can auto-detect the auth type and support OAuth
> * Remove server type verify button
> * Add v3 auth box (Auto/OAuth/Basic)
> * Optional...
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months
[JBoss JIRA] (JBIDE-19703) Offline script is unable to resolve dependencies (error grabbing Grapes)
by Ian Stewart-Binks (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19703?page=com.atlassian.jira.plugi... ]
Ian Stewart-Binks commented on JBIDE-19703:
-------------------------------------------
Not able to reproduce:
OS: Fedora 21
Groovy: 2.4.3
Java: openjdk 1.8.0_25
JBDS: 9.0.0.Beta1-v20150525-2243-B3256
> Offline script is unable to resolve dependencies (error grabbing Grapes)
> ------------------------------------------------------------------------
>
> Key: JBIDE-19703
> URL: https://issues.jboss.org/browse/JBIDE-19703
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: project-examples
> Affects Versions: 4.3.0.Alpha2
> Environment: JBDS 9.0.0.Alpha2, Linux (Fedora 21, Mint)
> Reporter: Radim Hopp
> Assignee: Fred Bricon
> Fix For: 4.3.0.Beta1
>
>
> When user has empty .groovy/grapes, offline script is not working:
> {noformat}groovy "/home/rhopp/workspace-tests/.metadata/.plugins/org.jboss.tools.project.examples/offline/go_offline_3.0.0.Alpha2_v20150417_1854_B11.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-jbds90... http://download.jboss.org/gatein/quickstarts/jboss-portal-6.2/project-exa... -e |tee output
> org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
> General error during conversion: Error grabbing Grapes -- [download failed: org.jboss.logging#jboss-logging;3.1.2.GA!jboss-logging.jar]
> java.lang.RuntimeException: Error grabbing Grapes -- [download failed: org.jboss.logging#jboss-logging;3.1.2.GA!jboss-logging.jar]
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
> at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
> at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:77)
> at org.codehaus.groovy.reflection.CachedConstructor.doConstructorInvoke(CachedConstructor.java:71)
> at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrap.callConstructor(ConstructorSite.java:81)
> at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallConstructor(CallSiteArray.java:57)
> at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:230)
> at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:242)
> at groovy.grape.GrapeIvy.getDependencies(GrapeIvy.groovy:418)
> 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:166)
> at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.callCurrent(PogoMetaMethodSite.java:56)
> at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:49)
> at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:149)
> at groovy.grape.GrapeIvy.resolve(GrapeIvy.groovy:563)
> at groovy.grape.GrapeIvy$resolve$1.callCurrent(Unknown Source)
> at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:49)
> at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:149)
> at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:185)
> at groovy.grape.GrapeIvy.resolve(GrapeIvy.groovy:532)
> at groovy.grape.GrapeIvy$resolve$0.callCurrent(Unknown Source)
> at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:49)
> at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:149)
> at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:177)
> at groovy.grape.GrapeIvy.grab(GrapeIvy.groovy:254)
> at groovy.grape.Grape.grab(Grape.java:163)
> at groovy.grape.GrabAnnotationTransformation.visit(GrabAnnotationTransformation.java:358)
> at org.codehaus.groovy.transform.ASTTransformationVisitor$3.call(ASTTransformationVisitor.java:319)
> at org.codehaus.groovy.control.CompilationUnit.applyToSourceUnits(CompilationUnit.java:928)
> at org.codehaus.groovy.control.CompilationUnit.doPhaseOperation(CompilationUnit.java:590)
> at org.codehaus.groovy.control.CompilationUnit.processPhaseOperations(CompilationUnit.java:566)
> at org.codehaus.groovy.control.CompilationUnit.compile(CompilationUnit.java:543)
> at groovy.lang.GroovyClassLoader.doParseClass(GroovyClassLoader.java:297)
> at groovy.lang.GroovyClassLoader.parseClass(GroovyClassLoader.java:267)
> at groovy.lang.GroovyShell.parseClass(GroovyShell.java:692)
> at groovy.lang.GroovyShell.run(GroovyShell.java:521)
> at groovy.lang.GroovyShell.run(GroovyShell.java:511)
> at groovy.ui.GroovyMain.processOnce(GroovyMain.java:650)
> at groovy.ui.GroovyMain.run(GroovyMain.java:381)
> at groovy.ui.GroovyMain.process(GroovyMain.java:367)
> at groovy.ui.GroovyMain.processArgs(GroovyMain.java:126)
> at groovy.ui.GroovyMain.main(GroovyMain.java:106)
> 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:106)
> at org.codehaus.groovy.tools.GroovyStarter.main(GroovyStarter.java:128)
> 1 error
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months
[JBoss JIRA] (JBIDE-19879) Add o.e.remote and o.e.launchbar to TP
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19879?page=com.atlassian.jira.plugi... ]
Nick Boldt closed JBIDE-19879.
------------------------------
Fix Version/s: 4.3.0.Beta1
Resolution: Done
The requested plugins have been added to the 4.50.0.Beta1 target platform as of Jun 1.
You can find them here:
http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.5...
> Add o.e.remote and o.e.launchbar to TP
> --------------------------------------
>
> Key: JBIDE-19879
> URL: https://issues.jboss.org/browse/JBIDE-19879
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: server, target-platform
> Affects Versions: 4.3.0.Beta2
> Reporter: Rob Stryker
> Assignee: Nick Boldt
> Fix For: 4.3.0.Beta1
>
>
> *Reason:* JBIDE-19711 - WTP servertools integration with CDT launchbar
> *Project page/sources:* ... Requires dependencies on CDT and Launchbar. Launchbar is in http://www.eclipse.org/cdt/ and o.e.remote is in http://www.eclipse.org/ptp/
> *Version:* - Required launchbar is 1.0.0 found in MASTER at their repository. There is no released version yet with the stable API required. Required o.e.remote version is 2.0.0 in MASTER at their repository. There is no released version yet with the stable API required.
> *License and owner:* ... Both are eclipse projects licensed under EPL
> *Original p2 repo:* I am unable to locate the original update sites / p2 repos. PTP does not seem to have an update site URL to the best of my searching (http://download.eclipse.org/tools/ptp/builds/9.0.0/ does not list an update site url, but does have a zip containing an update site). CDT does not list update sites for mars at https://eclipse.org/cdt/downloads.php
> *JBoss mirror:* - Not sure what's applicable here. http://download.jboss.org/jbosstools/updates/requirements/mars/2015050810... does have all plugins needed, but none are the API required, as we require the code from Master.
> *Include Sources: - It's always nice to include sources for devs who build tp locally with the fetch-sources flag ;)
> *Affected projects: - jbosstools-server
> *Include in JBDS:* - No, for now.
> *Type of dependency:* distribution
> *List of bundles added/removed:* - At this time, I expect to require org.eclipse.launchbar.core, org.eclipse.launchbar.ui, org.eclipse.remote.core, org.eclipse.remote.ui.
> Unfortunately I'm unable to test if this is sufficient, at the moment. There may be other plugins that are transient deps somehow that I'm not seeing since I don't have a TP to build against that works.
> If applicable:
> *non-p2 repository:* ???
> *non-p2 ids:* ???
> Suggested Patch for TP: - At this point, I have no suggested patch. I do not know how to add a dependency on nightly builds for these two blocks of code. Also, I'm a bit confused why http://download.jboss.org/jbosstools/updates/requirements/mars/2015050810... will list a plugin (for example org.eclipse.cdt.core.native_5.8.0.201505050312.jar) but the .target file references a feature group (?) which is not present in the requirements/mars folder, such as <unit id="org.eclipse.cdt.native.feature.group" version="8.7.0.201505050312"/>
> I'm also a bit confused where you're pulling the feature group name / id from, or its version, as the version of the feature group does not seem to match the version of the plugin. Furthermore, the mars repo mentioned above does not seem to include any file matching the string org.eclipse.cdt.native.feature.group
> So I'm not sure how you're converting a required plugin id to a feature group. The devdoc also provides no assistance in this matter.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months
[JBoss JIRA] (JBIDE-19819) Installing JBT 4.3.0.Alpha2 on eclipse Mars M6 breaks icons
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19819?page=com.atlassian.jira.plugi... ]
Nick Boldt resolved JBIDE-19819.
--------------------------------
Resolution: Done
Marking resolved since our TP now includes bits from >M7, so according to Denis' comments this is fixed.
QE can verify with a recent snapshot build from June 1 (any build >=10010).
> Installing JBT 4.3.0.Alpha2 on eclipse Mars M6 breaks icons
> -----------------------------------------------------------
>
> Key: JBIDE-19819
> URL: https://issues.jboss.org/browse/JBIDE-19819
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build
> Affects Versions: 4.3.0.Alpha2
> Reporter: Pavol Srna
> Assignee: Denis Golovin
> Fix For: 4.3.0.Beta1
>
> Attachments: icons.png
>
>
> log:
> {code}
> psrna@psrna-ThinkPad-T430s:~/Downloads/eclipse$ ./eclipse -debug -consoleLog
> Start VM: /usr/bin/java
> -Dosgi.requiredJavaVersion=1.6
> -XX:MaxPermSize=256m
> -Xms40m
> -Xmx512m
> -jar /home/psrna/Downloads/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
> -os linux
> -ws gtk
> -arch x86_64
> -showsplash /home/psrna/Downloads/eclipse//plugins/org.eclipse.platform_4.5.0.v20150320-0800/splash.bmp
> -launcher /home/psrna/Downloads/eclipse/eclipse
> -name Eclipse
> --launcher.library /home/psrna/Downloads/eclipse//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20150320-0346/eclipse_1607.so
> -startup /home/psrna/Downloads/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
> --launcher.appendVmargs
> -exitdata 298014
> -product org.eclipse.epp.package.jee.product
> -debug
> -consoleLog
> -vm /usr/bin/java
> -vmargs
> -Dosgi.requiredJavaVersion=1.6
> -XX:MaxPermSize=256m
> -Xms40m
> -Xmx512m
> -jar /home/psrna/Downloads/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
> Install location:
> file:/home/psrna/Downloads/eclipse/
> Configuration file:
> file:/home/psrna/Downloads/eclipse/configuration/config.ini loaded
> Configuration location:
> file:/home/psrna/Downloads/eclipse/configuration/
> Framework located:
> file:/home/psrna/Downloads/eclipse/plugins/org.eclipse.osgi_3.10.100.v20150318-0312.jar
> Loading extension: reference:file:org.eclipse.osgi.compatibility.state_1.0.100.v20140702-1948.jar
> eclipse.properties not found
> Framework classpath:
> file:/home/psrna/Downloads/eclipse/plugins/org.eclipse.osgi_3.10.100.v20150318-0312.jar
> file:/home/psrna/Downloads/eclipse/plugins/
> file:/home/psrna/Downloads/eclipse/plugins/org.eclipse.osgi.compatibility.state_1.0.100.v20140702-1948.jar
> Splash location:
> /home/psrna/Downloads/eclipse//plugins/org.eclipse.platform_4.5.0.v20150320-0800/splash.bmp
> Debug options:
> file:/home/psrna/Downloads/eclipse/.options not found
> Time to load bundles: 10
> org.eclipse.m2e.logback.configuration: The org.eclipse.m2e.logback.configuration bundle was activated before the state location was initialized. Will retry after the state location is initialized.
> Starting application: 1353
> org.eclipse.m2e.logback.configuration: Logback config file: /home/psrna/data/testing/workspaces/e16/.metadata/.plugins/org.eclipse.m2e.logback.configuration/logback.1.6.0.20150324-2020.xml
> SLF4J: Class path contains multiple SLF4J bindings.
> SLF4J: Found binding in [bundleresource://872.fwk470187021:1/org/slf4j/impl/StaticLoggerBinder.class]
> SLF4J: Found binding in [bundleresource://872.fwk470187021:2/org/slf4j/impl/StaticLoggerBinder.class]
> SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
> SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder]
> org.eclipse.m2e.logback.configuration: Initializing logback
> Application Started: 9902
> No bp log location saved, using default.
> [000:000] Cpu: 6.58.9, x4, 2901Mhz, 6807MB
> [000:000] Computer model: Not available
> [000:000] Browser XEmbed support present: 1
> [000:000] Browser toolkit is Gtk2.
> [000:001] Using Gtk2 toolkit
> No bp log location saved, using default.
> [000:000] Cpu: 6.58.9, x4, 2901Mhz, 6807MB
> [000:000] Computer model: Not available
> [000:011] Warning(optionsfile.cc:30): Load: Could not open file, err=2
> [000:011] No bp log location saved, using default.
> [000:012] Cpu: 6.58.9, x4, 2901Mhz, 6807MB
> [000:012] Computer model: Not available
> [000:012] Browser XEmbed support present: 1
> [000:012] Browser toolkit is Gtk2.
> [000:012] Using Gtk2 toolkit
> [000:010] Warning(optionsfile.cc:30): Load: Could not open file, err=2
> [000:010] No bp log location saved, using default.
> [000:011] Cpu: 6.58.9, x4, 2901Mhz, 6807MB
> [000:011] Computer model: Not available
> !SESSION 2015-05-19 11:17:46.394 -----------------------------------------------
> eclipse.buildId=4.5.0.I20150320-0800
> java.version=1.8.0_45
> java.vendor=Oracle Corporation
> BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
> Framework arguments: -product org.eclipse.epp.package.jee.product
> Command-line arguments: -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.jee.product -debug -consoleLog
> !ENTRY org.eclipse.ui.workbench 4 2 2015-05-19 11:17:58.806
> !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench".
> !STACK 1
> org.eclipse.core.runtime.CoreException: Executable extension definition for "class" not found.
> at org.eclipse.core.internal.registry.ConfigurationElement.throwException(ConfigurationElement.java:62)
> at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:222)
> at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:55)
> at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:293)
> at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:52)
> at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:288)
> at org.eclipse.ui.internal.EarlyStartupRunnable.getExecutableExtension(EarlyStartupRunnable.java:102)
> at org.eclipse.ui.internal.EarlyStartupRunnable.run(EarlyStartupRunnable.java:54)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.ui.internal.Workbench$56.run(Workbench.java:2812)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> !SUBENTRY 1 org.eclipse.equinox.registry 4 1 2015-05-19 11:17:58.808
> !MESSAGE Executable extension definition for "class" not found.
> !SUBENTRY 1 org.eclipse.equinox.registry 4 1 2015-05-19 11:17:58.808
> !MESSAGE Executable extension definition for "class" not found.
> !ENTRY org.eclipse.ui 4 0 2015-05-19 11:17:58.812
> !MESSAGE Unable to execute early startup code for the org.eclipse.ui.IStartup extension contributed by the 'org.eclipse.jst.ws.jaxws.utils' plug-in.
> !STACK 1
> org.eclipse.core.runtime.CoreException: Executable extension definition for "class" not found.
> at org.eclipse.core.internal.registry.ConfigurationElement.throwException(ConfigurationElement.java:62)
> at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:222)
> at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:55)
> at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:293)
> at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:52)
> at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:288)
> at org.eclipse.ui.internal.EarlyStartupRunnable.getExecutableExtension(EarlyStartupRunnable.java:102)
> at org.eclipse.ui.internal.EarlyStartupRunnable.run(EarlyStartupRunnable.java:54)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.ui.internal.Workbench$56.run(Workbench.java:2812)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> !SUBENTRY 1 org.eclipse.equinox.registry 4 1 2015-05-19 11:17:58.813
> !MESSAGE Executable extension definition for "class" not found.
> !ENTRY org.eclipse.jdt.ui 4 10001 2015-05-19 11:17:58.935
> !MESSAGE Image data not available: URLImageDescriptor(platform:/plugin/org.eclipse.jdt.ui/$nl$/icons/full/obj16/packagefolder_obj.png)
> !ENTRY org.eclipse.jdt.ui 4 10001 2015-05-19 11:17:58.941
> !MESSAGE Image data not available: URLImageDescriptor(platform:/plugin/org.eclipse.jdt.ui/$nl$/icons/full/obj16/library_obj.png)
> !ENTRY org.eclipse.jdt.ui 4 10001 2015-05-19 11:18:00.184
> !MESSAGE Image data not available: URLImageDescriptor(platform:/plugin/org.eclipse.jdt.ui/$nl$/icons/full/obj16/jar_lsrc_obj.png)
> !ENTRY org.eclipse.jdt.ui 4 10001 2015-05-19 11:18:00.195
> !MESSAGE Image data not available: URLImageDescriptor(platform:/plugin/org.eclipse.jdt.ui/$nl$/icons/full/obj16/jar_l_obj.png)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months
[JBoss JIRA] (JBIDE-19836) Migrate tests to use JUnit 4.12.0, not 3.8
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19836?page=com.atlassian.jira.plugi... ]
Nick Boldt closed JBIDE-19836.
------------------------------
Resolution: Done
All PRs for JBT merged/closed, so closing.
Remaining PR for BPEL I'll leave as an exercise for [~bbrodt] should he want to merge it or reject it, as it doesn't block JBT 4.3.
https://github.com/jbosstools/jbosstools-bpel/pull/25
> Migrate tests to use JUnit 4.12.0, not 3.8
> ------------------------------------------
>
> Key: JBIDE-19836
> URL: https://issues.jboss.org/browse/JBIDE-19836
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: build
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Priority: Blocker
> Fix For: 4.3.0.Beta1
>
>
> The following files require JUnit 3.8.1 or 3.8.2, which are no longer in the Beta1 target platforms for JBT/JBDS (since Mars M7).
> {code}
> jbosstools-base/common/plugins/org.jboss.tools.common.text.xml/META-INF/MANIFEST.MF
> jbosstools-base/common/tests/org.jboss.tools.common.base.test/META-INF/MANIFEST.MF
> jbosstools-base/common/tests/org.jboss.tools.common.model.ui.test/META-INF/MANIFEST.MF
> jbosstools-base/common/tests/org.jboss.tools.common.text.ext.test/META-INF/MANIFEST.MF
> jbosstools-bpel/tests/org.jboss.tools.bpel.ui.test/META-INF/MANIFEST.MF
> jbosstools-forge/tests/org.jboss.tools.forge.core.test/META-INF/MANIFEST.MF
> jbosstools-forge/tests/org.jboss.tools.forge.ui.test/META-INF/MANIFEST.MF
> jbosstools-hibernate/tests/org.hibernate.eclipse.console.test/META-INF/MANIFEST.MF
> jbosstools-hibernate/tests/org.hibernate.eclipse.jdt.ui.test/META-INF/MANIFEST.MF
> jbosstools-hibernate/tests/org.jboss.tools.hibernate.jpt.core.test/META-INF/MANIFEST.MF
> jbosstools-hibernate/tests/org.jboss.tools.hibernate.ui.test/META-INF/MANIFEST.MF
> jbosstools-javaee/cdi/tests/org.jboss.tools.cdi.text.ext.test/META-INF/MANIFEST.MF
> jbosstools-javaee/jsf/tests/org.jboss.tools.jsf.vpe.jstl.test/META-INF/MANIFEST.MF
> jbosstools-javaee/seam/tests/org.jboss.tools.seam.base.test/META-INF/MANIFEST.MF
> jbosstools-jst/tests/org.jboss.tools.jst.jsp.base.test/META-INF/MANIFEST.MF
> jbosstools-portlet/tests/org.jboss.tools.portlet.core.test/META-INF/MANIFEST.MF
> jbosstools-vpe/tests/org.jboss.tools.vpe.base.test/META-INF/MANIFEST.MF
> jbosstools-base/common/features/org.jboss.tools.common.all.test.feature/feature.xml
> jbosstools-bpel/features/org.jboss.tools.bpel.test.feature/feature.xml
> jbosstools-javaee/cdi/features/org.jboss.tools.cdi.deltaspike.test.feature/feature.xml
> jbosstools-javaee/cdi/features/org.jboss.tools.cdi.seam.test.feature/feature.xml
> jbosstools-javaee/cdi/features/org.jboss.tools.cdi.test.feature/feature.xml
> jbosstools-javaee/cdi/tests/org.jboss.tools.cdi.core.test/pom.xml
> jbosstools-javaee/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/JBIDE5460TestProject/pom.xml
> jbosstools-vpe/tests/org.jboss.tools.vpe.spring.test/resources/SpringTest/pom.xml
> {code}
> Can these tests be updated to use JUnit 4.12.0?
> Currently, the coretests build [1] is failing with this error:
> {code}
> [ERROR] Software being installed: org.jboss.tools.site.core.tests raw:4.3.0.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):4.3.0-SNAPSHOT
> [ERROR] Missing requirement: org.jboss.tools.batch.test.feature.feature.group 1.7.0.Beta1-v20150520-2011-B779 requires 'org.junit [3.8.1,4.0.0)' but it could not be found
> {code}
> [1] https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-build-sit...
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months
[JBoss JIRA] (JBIDE-19893) Enhancement: utility methods for wizards
by Andre Dietisheim (JIRA)
Andre Dietisheim created JBIDE-19893:
----------------------------------------
Summary: Enhancement: utility methods for wizards
Key: JBIDE-19893
URL: https://issues.jboss.org/browse/JBIDE-19893
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: common/jst/core
Affects Versions: 4.3.0.Beta1
Reporter: Andre Dietisheim
Assignee: Alexey Kazakov
Fix For: 4.3.0.Beta1
Moved the util methods from openshift to common.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months
[JBoss JIRA] (JBIDE-19776) Create and use Mars RC2 target-platform
by Mickael Istria (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19776?page=com.atlassian.jira.plugi... ]
Mickael Istria commented on JBIDE-19776:
----------------------------------------
I merged the PR in the morning and added a patch for the org.eclipse.remote plugins.
[~nickboldt] Anything else to do on this topic or can we resolve this Jira?
> Create and use Mars RC2 target-platform
> ---------------------------------------
>
> Key: JBIDE-19776
> URL: https://issues.jboss.org/browse/JBIDE-19776
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: target-platform
> Reporter: Nick Boldt
> Assignee: Mickael Istria
> Priority: Blocker
> Fix For: 4.3.0.Beta1
>
> Attachments: jbdevstudio.p2diff.txt, jbdevstudio.p2diff.v20150514.txt, jbdevstudio.p2diff.v3.txt, jbosstools.p2diff.txt, jbosstools.p2diff.v20150514.txt, jbosstools.p2diff.v3.txt
>
>
> Mars M7 was released and contains interesting changes.
> We need to start using it ASAP to leverage new functionalities and adapt to the most important changes.
> However, moving to RC1 or RC2 might be ever better as RC1 includes a fix for JBIDE-19773.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months