[JBoss JIRA] (JBIDE-10264) Wizard-ify the project examples
by Fred Bricon (Created) (JIRA)
Wizard-ify the project examples
-------------------------------
Key: JBIDE-10264
URL: https://issues.jboss.org/browse/JBIDE-10264
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: project-examples
Affects Versions: 3.3.0.M4
Reporter: Fred Bricon
Assignee: Snjezana Peco
Fix For: 3.3.0.Beta1
In the wake of JBIDE-9776 and JBIDE-10140, it turns out that, in order for us to contribute 5 new wizards to the "New " menu under the Jboss perspective and in the "New project" section of JBoss central, "project examples" based projects should be created via a Wizard implementation from the get go.
Current project examples workflow involves :
- displaying a form dialog : to display missing runtimes and let the user install/download the required runtimes
- launching a workspace job, which in turn :
* downloads the example
* does the actual project import (launches a wizard for maven archetypes)
* resolve quickfixes
Ideally, all these steps would be part of a single wizard, spanning one to 3 pages (depending on the complexity/requirements of the examples). Everything contributed by the form dialog would be replaced by a wizard page, which would bring consistency to the UI.
I'm aware this is not a simple task to refactor the existing workflow to such an infrastructure but ultimately, that would allow us to easily contribute new project wizards to the IDE in a standard way.
Current target is 3.3.0.Beta1. Snjeza, WDYT?
--
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, 2 months
[JBoss JIRA] (JBDS-2039) Archetype-based wizards in JBoss Central not working
by Martin Malina (JIRA)
Martin Malina created JBDS-2039:
-----------------------------------
Summary: Archetype-based wizards in JBoss Central not working
Key: JBDS-2039
URL: https://issues.jboss.org/browse/JBDS-2039
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: central
Affects Versions: 5.0.0.Beta1
Environment: jbdevstudio-product-universal-5.0.0.v201202250031M-H77-Beta1.jar
Reporter: Martin Malina
Assignee: Snjezana Peco
Priority: Blocker
Fix For: 5.0.0.Beta1
Note: This only applies to JBDS. Everything works fine in JBoss Tools.
When you try to create a new project using any of the archetype-based wizards from JBoss Central, e.g. HTML5 Project, it will fail:
An internal error occurred during: "Importing...".
org.jboss.tools.maven.project.examples.ImportMavenArchetypeProjectExample.importProject(Lorg/jboss/tools/project/examples/model/ProjectExample;Ljava/io/File;Ljava/util/Map;Lorg/eclipse/core/runtime/IProgressMonitor;)Z
--
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, 2 months
[JBoss JIRA] (JBDS-2042) jbds-macosx-launcher missing from Beta1 PDE build
by Nick Boldt (JIRA)
Nick Boldt created JBDS-2042:
--------------------------------
Summary: jbds-macosx-launcher missing from Beta1 PDE build
Key: JBDS-2042
URL: https://issues.jboss.org/browse/JBDS-2042
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: installer
Affects Versions: 5.0.0.Beta1
Reporter: Nick Boldt
Assignee: Denis Golovin
Fix For: 5.0.0.Beta1
Looking at deltas between trunk and beta1 for new folder https://svn.jboss.org/repos/devstudio/trunk/releng/org.jboss.ide.eclipse.....
https://hudson.qa.jboss.com/hudson/job/devstudio-5.0_stable_branch.produc... is failing. Could it be related to an incomplete commit?
{code}
[java] download.requirement:
[java]
[java] unzip.archive:
[java]
[java] unpack-zip:
[java] [copy] Copying 1 file to /mnt/hudson_workspace/workspace/devstudio-5.0_stable_branch.product/jbds-build/5.0.0.Beta1/201202280450/jbds-macosx-launcher/toTransform
[java]
[java] build.requirement:
[java] [echo] 5.0.0.v201202280450M-H81-Beta1
[java] [echo] /mnt/hudson_workspace/workspace/devstudio-5.0_stable_branch.product/org.jboss.ide.eclipse.releng/builders/product
[java] [echo] /mnt/hudson_workspace/workspace/devstudio-5.0_stable_branch.product/org.jboss.ide.eclipse.releng/builders/jbds-macosx-launcher/builder.built wasn't available for jbds-macosx-launcher
[java] [echo] jbds-macosx-launcher disable flag ${skipjbds-macosx-launcher}
[java]
[java] development:
[java]
[java] build-required-builders:
[java]
[java] build-builder:
[java] [echo] Requirements: ${builder.requires}
[java] [echo] /mnt/hudson_workspace/workspace/devstudio-5.0_stable_branch.product/org.jboss.ide.eclipse.releng/requirements/${builder.requires}/return.properties is not available
[java] An error has occurred. See the log file
[java] /mnt/hudson_workspace/workspace/devstudio-5.0_stable_branch.product/jbds-build/workspace/.metadata/.log.
[java] Java Result: 13
{code}
--
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, 2 months