[JBoss JIRA] (JBIDE-10563) Problem with cloning existing OpenShift application in Eclipse Indigo with OpenShift Plugin
by Alex Popescu (Created) (JIRA)
Problem with cloning existing OpenShift application in Eclipse Indigo with OpenShift Plugin
-------------------------------------------------------------------------------------------
Key: JBIDE-10563
URL: https://issues.jboss.org/browse/JBIDE-10563
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Environment: Windows 7 x64, Eclipse Indigo with JBossTools
Reporter: Alex Popescu
Assignee: Andre Dietisheim
The OpenShift Application wizard from Eclipse Indigo, at the step Import Project freezes after pressing the Finish button to clone the git repo and import the project, the wizard does not clone my repo or give an error.
The wizard and the Eclipse are not frozen, but I can't close the form, or the Eclipse program. When I try closing the form, I get the message :"Wizard cannot be closed due to an active operation. You must cancel the operation before you can close the wizard".
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years
[JBoss JIRA] (JBIDE-10528) Improve OpenShift UI
by Xavier Coulon (Created) (JIRA)
Improve OpenShift UI
--------------------
Key: JBIDE-10528
URL: https://issues.jboss.org/browse/JBIDE-10528
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: openshift
Affects Versions: 3.3.0.M4
Reporter: Xavier Coulon
Assignee: Andre Dietisheim
Fix For: 3.3.0.Beta1
See what can be done to split the OpenShift Wizard which contains several business operations.
For example, using this single wizard, users can :
- create an application on OpenShift with a given cartridge,
- add/remove embedded cartridges,
- import (ie: 'git clone') the code in their local workspace
All those operations can be performed in a sequence, but when a user just wants to add/remove embedded cartridges, he needs to use the same wizard to perform the operation and then "cancel" the whole "import" operation...
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years
[JBoss JIRA] (JBIDE-10444) add "openshift" profile to project when pushing an existing maven project to OpenShift
by Andre Dietisheim (Created) (JIRA)
add "openshift" profile to project when pushing an existing maven project to OpenShift
--------------------------------------------------------------------------------------
Key: JBIDE-10444
URL: https://issues.jboss.org/browse/JBIDE-10444
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: openshift
Affects Versions: 3.3.0.M5
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Fix For: 3.3.0.Beta1
A maven project, that shall be built on OpenShift needs the following profile in its pom.xml:
{code}
<profiles>
<profile>
<!-- When built in OpenShift the 'openshift' profile will be used when invoking mvn. -->
<!-- Use this profile for any OpenShift specific customization your app will need. -->
<!-- By default that is to put the resulting archive into the 'deployments' folder. -->
<!-- http://maven.apache.org/guides/mini/guide-building-for-different-environm... -->
<id>openshift</id>
<build>
<finalName>as</finalName>
<plugins>
<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>2.1.1</version>
<configuration>
<outputDirectory>deployments</outputDirectory>
<warName>ROOT</warName>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
{code}
The current OpenShift tooling does not add this profile if it's not present yet. We should help the user to have that profile added by merging it into the pom.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years
[JBoss JIRA] Created: (JBIDE-8226) "Error parsing composite repository" entries in Eclipse log after installing update for JBoss Tools from nightly update site
by Denis Golovin (JIRA)
"Error parsing composite repository" entries in Eclipse log after installing update for JBoss Tools from nightly update site
----------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-8226
URL: https://issues.jboss.org/browse/JBIDE-8226
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Build/Releng
Affects Versions: 3.2.0.CR1
Reporter: Denis Golovin
Assignee: Nick Boldt
!ENTRY org.eclipse.equinox.p2.core 2 0 2011-01-25 13:37:48.382
!MESSAGE Error parsing composite repository
!SUBENTRY 1 org.eclipse.equinox.p2.core 2 0 2011-01-25 13:37:48.382
!MESSAGE Error at line 3, column 156: Missing required attribute in "repository": version
!ENTRY org.eclipse.equinox.p2.core 2 0 2011-01-25 13:37:49.937
!MESSAGE Error parsing composite repository
!SUBENTRY 1 org.eclipse.equinox.p2.core 2 0 2011-01-25 13:37:49.938
!MESSAGE Error at line 3, column 131: Missing required attribute in "repository": version
!ENTRY org.eclipse.equinox.p2.core 2 0 2011-01-25 13:37:51.664
!MESSAGE Error parsing composite repository
!SUBENTRY 1 org.eclipse.equinox.p2.core 2 0 2011-01-25 13:37:51.664
!MESSAGE Error at line 3, column 130: Missing required attribute in "repository": version
!ENTRY org.eclipse.equinox.p2.core 2 0 2011-01-25 13:37:53.411
!MESSAGE Error parsing composite repository
!SUBENTRY 1 org.eclipse.equinox.p2.core 2 0 2011-01-25 13:37:53.411
!MESSAGE Error at line 3, column 121: Missing required attribute in "repository": version
!ENTRY org.eclipse.equinox.p2.core 2 0 2011-01-25 13:37:55.434
!MESSAGE Error parsing composite repository
!SUBENTRY 1 org.eclipse.equinox.p2.core 2 0 2011-01-25 13:37:55.434
!MESSAGE Error at line 3, column 127: Missing required attribute in "repository": version
!ENTRY org.eclipse.equinox.p2.core 2 0 2011-01-25 13:38:59.786
!MESSAGE Error parsing composite repository
!SUBENTRY 1 org.eclipse.equinox.p2.core 2 0 2011-01-25 13:38:59.786
!MESSAGE Error at line 3, column 156: Missing required attribute in "repository": version
!ENTRY org.eclipse.equinox.p2.core 2 0 2011-01-25 13:39:00.989
!MESSAGE Error parsing composite repository
!SUBENTRY 1 org.eclipse.equinox.p2.core 2 0 2011-01-25 13:39:00.989
!MESSAGE Error at line 3, column 131: Missing required attribute in "repository": version
!ENTRY org.eclipse.equinox.p2.core 2 0 2011-01-25 13:39:02.855
!MESSAGE Error parsing composite repository
!SUBENTRY 1 org.eclipse.equinox.p2.core 2 0 2011-01-25 13:39:02.855
!MESSAGE Error at line 3, column 130: Missing required attribute in "repository": version
!ENTRY org.eclipse.equinox.p2.core 2 0 2011-01-25 13:39:04.765
!MESSAGE Error parsing composite repository
!SUBENTRY 1 org.eclipse.equinox.p2.core 2 0 2011-01-25 13:39:04.765
!MESSAGE Error at line 3, column 121: Missing required attribute in "repository": version
!ENTRY org.eclipse.equinox.p2.core 2 0 2011-01-25 13:39:06.768
!MESSAGE Error parsing composite repository
!SUBENTRY 1 org.eclipse.equinox.p2.core 2 0 2011-01-25 13:39:06.768
!MESSAGE Error at line 3, column 127: Missing required attribute in "repository": version
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years
[JBoss JIRA] (JBIDE-10549) Wizards do not report in details what they're doing. Should report "creating app...", "waiting app to become available..." etc.
by Andre Dietisheim (Created) (JIRA)
Wizards do not report in details what they're doing. Should report "creating app...", "waiting app to become available..." etc.
-------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-10549
URL: https://issues.jboss.org/browse/JBIDE-10549
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: openshift
Affects Versions: 3.3.0.M5
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Fix For: 3.3.0.Beta1
The wizards currently show a single status when they perform their task. The work that is being reported should be split into smaller portions. Ex. when creating an app, a first task is to create the app, then to wait for it to become ready, etc.
How to reproduce:
# EXEC: launch OpenShift Application wizard & log in
# EXEC: create a new app
Result:
The wizard just tells you: "Creating application...". It does not report that it is waiting for the app to become reading after sending the request.
Even more obvious when importing the project in the end of the wizard:
# EXEC: launch OpenShit Application wizard & log in
# EXEC: create a new app / select an existing one
# EXEC: on the last page: dont touch anything, just confirm by hitting "Finish".
Result:
Behind the scenes, the wizard will clone the openshift git repo locally, will import the projects from it, create the server adapter etc.
None of the subtasks are reported. You are just told "Importing project..."
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years