[
https://issues.jboss.org/browse/JBIDE-11713?page=com.atlassian.jira.plugi...
]
Nick Boldt commented on JBIDE-11713:
------------------------------------
For all the rabid "do everything with Maven" I've been seeing lately,
I'm surprised to see bash here.
Why not use Maven/Tycho to run p2.director?
http://wiki.eclipse.org/Tycho/Additional_Tools
{code}
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-eclipserun-plugin</artifactId>
<version>0.14.0</version>
...
{code}
If you then run Maven under a different UI thread, you solve the need to have (or not
have) UI involved in the process. Whether it's SWTBot run w/ surefire, or using the
eclipserun-plugin to do the install, would not a Maven solution be better than being tied
to Bash, and losing out on Windows platform install testing?
Set up some automated tests for installation,updates...
-------------------------------------------------------
Key: JBIDE-11713
URL:
https://issues.jboss.org/browse/JBIDE-11713
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Build/Releng, QA
Reporter: Mickael Istria
Assignee: Mickael Istria
Fix For: 3.3.0.CR1
Attachments: scripts-1.0.0-SNAPSHOT-delivery.zip, sources.zip
We should set up some automated tests and jobs to verify ability to install/update/...
from the repo we produce.
--
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