[JBoss JIRA] Created: (JBIDE-8791) JBoss 6 and 7 not found
by Rob Stryker (JIRA)
JBoss 6 and 7 not found
------------------------
Key: JBIDE-8791
URL: https://issues.jboss.org/browse/JBIDE-8791
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Build/Releng
Affects Versions: 3.3.0.M1
Reporter: Rob Stryker
Assignee: Nick Boldt
Priority: Critical
Fix For: 3.3.0.M1
https://hudson.qa.jboss.com/hudson/view/DevStudio_Trunk/job/jbosstools-3....
Only two tests showing failing in this build are:
* org.jboss.ide.eclipse.as.test.ASTestSuite.testAS60Exists
* org.jboss.ide.eclipse.as.test.ASTestSuite.testAS70Exists
These tests are simple and just verify the passed-in folders / locations actually exist on the host machine. They don't even really do anything else, no verification of whether its a proper server or not. Just, does the folder exist.
If you dont have time to fix / check it out, tell me and i'll comment out those two tests...
It seems only yesterday we were setting fire to Strong Sad's underdrawers. (that *WAS* yesterday!)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] Created: (JBIDE-9822) Allow project examples to be created in a user-defined location
by Fred Bricon (JIRA)
Allow project examples to be created in a user-defined location
---------------------------------------------------------------
Key: JBIDE-9822
URL: https://issues.jboss.org/browse/JBIDE-9822
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: maven, project-examples
Affects Versions: 3.3.0.M3
Reporter: Fred Bricon
Assignee: Snjezana Peco
Fix For: 3.3.0.M4
In the wake of JBIDE-9368, we want to be able to let the user kickstart new projects from Maven Archetypes (for starters).
Kickstart/Quickstart projects, as opposed to project examples, are meant to be actually used by users, i.e. added to SCM, as sub modules to existing maven projects;
Problem is, if we choose to use Archetype-based project examples (and I think we should), projects are generated under *<workspace>/.JBossToolsMavenProjects/*
We should be able to change that location, to use the workspace root (or another directory) for example. That means we should change the IImportProjectExample interface to add setLocation(IPath path)/IPath getLocation() methods (or something else)
We need to make sure these projects can be added as maven sub modules.
Also, we must make sure the delete existing example stuff doesn't impede this feature (see JBIDE-9821)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months