[JBoss JIRA] (TOOLSDOC-291) Update screenshots for JBoss Tools Getting Started Guide installation chapter
by Michelle Murray (JIRA)
Michelle Murray created TOOLSDOC-291:
----------------------------------------
Summary: Update screenshots for JBoss Tools Getting Started Guide installation chapter
Key: TOOLSDOC-291
URL: https://issues.jboss.org/browse/TOOLSDOC-291
Project: Documentation for JBoss Tools and Developer Studio
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Getting Started Guide
Affects Versions: 3.3.0.Beta1
Reporter: Michelle Murray
Assignee: Isaac Rooskov
About: JBoss Tools, Getting Started Guide, 3.3.0Beta1
Issue: Existing screenshots for installing JBoss Tools are outdated for Eclipse 4.2.0 SR1
Workaround: Replace them.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (TOOLSDOC-292) Update JBoss Tools Getting Started Guide installation chapter to reference Eclipse 4.2.0 and JBoss Tools 4.0
by Michelle Murray (JIRA)
Michelle Murray created TOOLSDOC-292:
----------------------------------------
Summary: Update JBoss Tools Getting Started Guide installation chapter to reference Eclipse 4.2.0 and JBoss Tools 4.0
Key: TOOLSDOC-292
URL: https://issues.jboss.org/browse/TOOLSDOC-292
Project: Documentation for JBoss Tools and Developer Studio
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Getting Started Guide
Affects Versions: 3.3.0.Beta1
Reporter: Michelle Murray
Assignee: Isaac Rooskov
About: JBoss Tools, Getting Started Guide, 3.3.0Beta1
Issue: The following text needs amending:
[After title] Version 3.0.0.Beta1 > .....?
[1.1, P1] JBoss Tools 3.2 requires Eclipse 3.6, which can be downloaded from the Eclipse web site. > JBoss Tools 4.0 requires Eclipse 4.2.0, which can be downloaded from the Eclipse web site (http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/...).
[1.1, After Fig1.2, P1, L2] http://download.jboss.org/jbosstools/updates/JBossTools-3.2.0.GA/ > http://download.jboss.org/jbosstools/updates/development/juno/
[1.1, After Fig1.3, P1, L3] All JBoss Tools 3.2.0 > Abridged JBoss Tools 4.0
Sources of information:
http://www.jboss.org/tools/download/installation/update_4_0
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (JBIDE-12846) compiler error in org.jboss.ide.eclipse.archives.test blocks publishing updated archives update site to downstream
by Nick Boldt (JIRA)
Nick Boldt created JBIDE-12846:
----------------------------------
Summary: compiler error in org.jboss.ide.eclipse.archives.test blocks publishing updated archives update site to downstream
Key: JBIDE-12846
URL: https://issues.jboss.org/browse/JBIDE-12846
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Archives
Affects Versions: 4.0.0.Beta1
Reporter: Nick Boldt
Assignee: Rob Stryker
Priority: Blocker
{code}
[INFO] Reactor Summary:
[INFO]
[INFO] archives.all ...................................... SUCCESS [5.457s]
[INFO] archives.plugins .................................. SUCCESS [0.037s]
[INFO] org.jboss.ide.eclipse.archives.core ............... SUCCESS [12.469s]
[INFO] org.jboss.ide.eclipse.archives.ui ................. SUCCESS [6.766s]
[INFO] org.jboss.ide.eclipse.archives.jdt.integration .... SUCCESS [1.737s]
[INFO] archives.features ................................. SUCCESS [0.033s]
[INFO] org.jboss.ide.eclipse.archives.feature ............ SUCCESS [0.796s]
[INFO] archives.tests .................................... SUCCESS [0.030s]
[INFO] org.jboss.ide.eclipse.archives.test ............... FAILURE [1.468s]
[INFO] org.jboss.ide.eclipse.archives.ui.test ............ SUCCESS [3.922s]
[INFO] org.jboss.tools.archives.ui.bot.test .............. SUCCESS [27.573s]
[INFO] org.jboss.ide.eclipse.archives.test.feature ....... SKIPPED
[INFO] archives.site ..................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2:36.854s
[INFO] Finished at: Fri Oct 12 18:35:00 EDT 2012
[INFO] Final Memory: 59M/543M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.15.0:compile (default-compile) on project org.jboss.ide.eclipse.archives.test: Compilation failure: Compilation failure:
[ERROR] /qa/hudson_workspace/workspace/jbosstools-4.0_trunk.component--archives/sources/tests/org.jboss.ide.eclipse.archives.test/src/org/jboss/ide/eclipse/archives/test/ArchivesTestSuite.java:[23,0]
[ERROR] import org.jboss.ide.eclipse.archives.test.model.ReadWriteTest;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.jboss.ide.eclipse.archives.test.model.ReadWriteTest cannot be resolved
[ERROR] /qa/hudson_workspace/workspace/jbosstools-4.0_trunk.component--archives/sources/tests/org.jboss.ide.eclipse.archives.test/src/org/jboss/ide/eclipse/archives/test/ArchivesTestSuite.java:[42,0]
[ERROR] suite.addTestSuite(ReadWriteTest.class);
[ERROR] ^^^^^^^^^^^^
[ERROR] The method addTestSuite(Class<? extends TestCase>) in the type TestSuite is not applicable for the arguments (Class<ReadWriteTest>)
[ERROR] /qa/hudson_workspace/workspace/jbosstools-4.0_trunk.component--archives/sources/tests/org.jboss.ide.eclipse.archives.test/src/org/jboss/ide/eclipse/archives/test/ArchivesTestSuite.java:[42,0]
[ERROR] suite.addTestSuite(ReadWriteTest.class);
[ERROR] ^^^^^^^^^^^^^
[ERROR] ReadWriteTest cannot be resolved to a type
[ERROR] 3 problems (3 errors)
{code}
Also reproduced offline so this is most likely not a "Jenkins is building stuff out of order" issue.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (JBIDE-12466) Find a new home for org.jboss.tools.runtime.as.ui.bot.test
by Rob Stryker (JIRA)
Rob Stryker created JBIDE-12466:
-----------------------------------
Summary: Find a new home for org.jboss.tools.runtime.as.ui.bot.test
Key: JBIDE-12466
URL: https://issues.jboss.org/browse/JBIDE-12466
Project: Tools (JBoss Tools)
Issue Type: Task
Components: runtime detection
Affects Versions: 4.0.0.M1
Reporter: Rob Stryker
Assignee: Len DiMaggio
Fix For: 4.0.0.M1
JIRA JBIDE-12465 will soon disable the org.jboss.tools.runtime.as.ui.bot.test plugin test. It is not the intention that this test plugin disappear; just that it get moved.
The test plugin will be disabled shortly. Once it is removed from the build, it will be safe for QE to find a new home for it. The given test plugin is more of an integration test plugin and belongs with other integration tests and integration swtbot tests.
--
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
13 years, 4 months