[JBoss JIRA] (JBIDE-22311) Adopt Tycho 0.25 for JBT and downstream projects
by Mickael Istria (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22311?page=com.atlassian.jira.plugi... ]
Mickael Istria edited comment on JBIDE-22311 at 5/17/16 11:40 AM:
------------------------------------------------------------------
* The build of jbosstools-discovery with Tycho 0.25.0 worked for me. It may be an issue on your side. Try cleaning the artifact maybe?
* Issue with BPEL seems to be a "normal" issue not related to Tycho 0.25. Is it even working with older Tycho version
* Issue in jst/seam seems more like a regular compile error, not related to Tycho 0.25.
was (Author: mickael_istria):
The build of jbosstools-discovery with Tycho 0.25.0 worked for me. It may be an issue on your side. Try cleaning the artifact maybe?
> Adopt Tycho 0.25 for JBT and downstream projects
> ------------------------------------------------
>
> Key: JBIDE-22311
> URL: https://issues.jboss.org/browse/JBIDE-22311
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: build
> Reporter: Mickael Istria
> Assignee: Nick Boldt
> Fix For: 4.4.0.Alpha2
>
>
> In order to take advantage of several improvements in Tycho ( https://wiki.eclipse.org/Tycho/Release_Notes/0.25 ), we should consider adopting its 0.25 release.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (ERT-165) Refactor the Connection Wizard [EBZ#492420]
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/ERT-165?page=com.atlassian.jira.plugin.sy... ]
Xavier Coulon updated ERT-165:
------------------------------
Sprint: (was: devex #115 May 2016)
> Refactor the Connection Wizard [EBZ#492420]
> -------------------------------------------
>
> Key: ERT-165
> URL: https://issues.jboss.org/browse/ERT-165
> Project: Eclipse Release Train
> Issue Type: Task
> Components: Linux Tools
> Reporter: Friendly Jira Robot
> Assignee: Xavier Coulon
> Labels: 5.0.0, Docker, bzira
> Fix For: Neon (4.6)
>
>
> Refactor the connection wizard to provide:
> - a table with all existing Docker instances (native, Docker for Mac/Windows and Docker Machine)
> - a simplified form to specify custom settings, more directly based on the env variables that are used by the Docker CLI client (DOCKER_HOST, DOCKER_TLS_VERIFY and DOCKER_CERT_PATH)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-22311) Adopt Tycho 0.25 for JBT and downstream projects
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22311?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-22311:
------------------------------------
I've run all the JBT builds and have encountered a few build failures using 0.25.
Problems are in BPEL, Central Discovery, and Seam (JavaEE). Other projects appear to build fine.
{code}
I've attempted to build all the projects locally with 0.25 and I'm getting build errors for the following projects:
[INFO] org.jboss.tools.bpel.runtimes ...................... FAILURE [ 0.208 s]
[INFO] org.jboss.tools.bpel.ui.test ....................... FAILURE [ 0.024 s]
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:0.25.0:build-qualifier (default-build-qualifier) on project org.jboss.tools.bpel.ui.test: Invalid build qualifier, it does not match the OSGi qualifier constraint ([0..9]|[a..zA..Z]|'_'|'-') -> [Help 1]
{code}
{code}
[INFO] org.jboss.tools.central.discovery .................. FAILURE [ 1.736 s]
[INFO] org.jboss.tools.central.discovery.earlyaccess ...... FAILURE [ 0.254 s]
[INFO] com.jboss.jbds.central.discovery ................... FAILURE [ 0.224 s]
[INFO] com.jboss.jbds.central.discovery.earlyaccess ....... FAILURE [ 0.204 s]
[ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-discovery/build.xml:37: The following error occurred while executing this line:
[ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-discovery/build.xml:52: Error while expanding /home/hudson/static_build_env/jbds/tools/ant-contrib-1.0b2-bin.zip
[ERROR] java.io.IOException: Negative seek offset
[ERROR] around Ant part ...<ant antfile="build.xml" dir="../../" target="basic.build">... @ 4:62 in /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-discovery/jbosstools/org.jboss.tools.central.discovery/target/antrun/build-main.xml
{code}
{code}
[INFO] org.jboss.tools.seam.ui ............................ FAILURE [ 1.079 s]
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.25.0:compile (default-compile) on project org.jboss.tools.seam.ui: Compilation failure: Compilation failure:
[ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-javaee/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/views/DBTableFilterView.java:[71]
[ERROR] filter = revEngDef.createTableFilter();
[ERROR] ^^^^^^^^^^^^^^^^^
[ERROR] The method createTableFilter(ConsoleConfiguration) in the type IReverseEngineeringDefinition is not applicable for the arguments ()
[ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-javaee/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/views/DBTableFilterView.java:[84]
[ERROR] filter = revEngDef.createTableFilter();
[ERROR] ^^^^^^^^^^^^^^^^^
[ERROR] The method createTableFilter(ConsoleConfiguration) in the type IReverseEngineeringDefinition is not applicable for the arguments ()
[ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-javaee/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/views/DBTableFilterView.java:[96]
[ERROR] filter = revEngDef.createTableFilter();
[ERROR] ^^^^^^^^^^^^^^^^^
[ERROR] The method createTableFilter(ConsoleConfiguration) in the type IReverseEngineeringDefinition is not applicable for the arguments ()
[ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-javaee/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/views/DBTableFilterView.java:[106]
[ERROR] ITableFilter filter = revEngDef.createTableFilter();
[ERROR] ^^^^^^^^^^^^^^^^^
[ERROR] The method createTableFilter(ConsoleConfiguration) in the type IReverseEngineeringDefinition is not applicable for the arguments ()
[ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-javaee/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamGenerateEntitiesTablesWizardPage.java:[56]
[ERROR] model = new ReverseEngineeringDefinitionImpl(new IConsoleConfigurationNameProvider() {
[ERROR] @Override
[ERROR] public String getConsoleConfigurationName() {
[ERROR] return cfgName;
[ERROR] }
[ERROR] });
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The constructor ReverseEngineeringDefinitionImpl(new IConsoleConfigurationNameProvider(){}) is undefined
[ERROR] 5 problems (5 errors){code}
> Adopt Tycho 0.25 for JBT and downstream projects
> ------------------------------------------------
>
> Key: JBIDE-22311
> URL: https://issues.jboss.org/browse/JBIDE-22311
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: build
> Reporter: Mickael Istria
> Assignee: Nick Boldt
> Fix For: 4.4.0.Alpha2
>
>
> In order to take advantage of several improvements in Tycho ( https://wiki.eclipse.org/Tycho/Release_Notes/0.25 ), we should consider adopting its 0.25 release.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBDS-3888) DevStudio build results should contain file with additional information
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-3888?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBDS-3888:
-----------------------------
Fix Version/s: 10.0.0.Alpha2
> DevStudio build results should contain file with additional information
> -----------------------------------------------------------------------
>
> Key: JBDS-3888
> URL: https://issues.jboss.org/browse/JBDS-3888
> Project: Red Hat Developer Studio (DevStudio)
> Issue Type: Feature Request
> Components: build, platform-installer
> Affects Versions: 10.0.0.Alpha2
> Reporter: Denis Golovin
> Assignee: Nick Boldt
> Fix For: 10.0.0.Alpha2
>
>
> Current implementation hardcode DevStudio version/url into Platform-Installer. Would be good to be able to get this info form download location in form of content.json file:
> {code}{
> "name": "Red Hat Developer Studio",
> "description": "DevStudio 10.0.0.Alpha2 Nightly Build",
> "fullVersion": "10.0.0.Alpha2-XXXXXXXXXXXXX-B0001",
> "installer": "https//downloadhost.com/devstudio-10.0.0.Alpha2-XXXXXXXXXXX-B0001-installer.jar"
> }{code}
> Full URL is required to avoid download interruptions, when new version of DevStudio is uploaded and files available from stable URL is overwritten with latest nightly build. In this case a client downloaded content.json has direct link to installer jar from specific nightly location, which is usually kept for several days.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-22371) Allow users easily manage environment variables of OpenShift application
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22371?page=com.atlassian.jira.plugi... ]
Marián Labuda commented on JBIDE-22371:
---------------------------------------
Yeah, that would be ok. From context menu of a service it would be faster and easier accessible and the wizard page would be sufficient for this.
> Allow users easily manage environment variables of OpenShift application
> ------------------------------------------------------------------------
>
> Key: JBIDE-22371
> URL: https://issues.jboss.org/browse/JBIDE-22371
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.4.0.Alpha2
> Reporter: Marián Labuda
> Priority: Minor
> Labels: openshift_v3
>
> At the moment to add a new environment variable/edit an existing one. Environment variables are located at deployment configuration. At the moment it requires to open Properties view, select a deployment config, open context menu Edit... and find in json where the spot with env. vars is located and add more key:value pair or edit existing ones. It would be nice if we would have some dialog/wizard to easily manage variables.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months