[JBoss JIRA] Created: (TOOLSDOC-134) Moving Typographical conventions into a seperate book for JBDS
by Isaac Rooskov (JIRA)
Moving Typographical conventions into a seperate book for JBDS
--------------------------------------------------------------
Key: TOOLSDOC-134
URL: https://issues.jboss.org/browse/TOOLSDOC-134
Project: Documentation for JBoss Tools and Developer Studio
Issue Type: Task
Security Level: Public (Everyone can see)
Components: General documentation issues
Reporter: Max Andersen
Assignee: Matthew Casperson
Priority: Critical
Fix For: 3.2.0.Final
We need to shorten the Preface chapter content in the front-matter of our books (from a usability standpoint). To do this we will be separating the typographic convention information into a new book on its own, and referring to it in the Preface for each book.
To do this undertake the following:
To remove, just comment out the following
in Preface.xml:
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="Common_Content/Conventions.xml">
<xi:fallback xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="fallback_content/Conventions.xml"/>
</xi:fallback>
</xi:include>
1. Make a book called "JBoss Developer Studio Documentation Typographic
Conventions".
2. Put the Typographic Conventions in it and nothing else.
3. Publish the book.
4. Write a new Preface.xml for all the other JBDS books.
5. Mention the Typographic Conventions book in the new Preface.xml as the place readers should go to for the convention information.
Be sure not to actually place a hard url link to the new typographic conventions book as if the location ever changes all the links will become useless and it presents a huge maintenance issue. When referring to any other book (ever), refer to it by name and users will find it in the list of JBDS books for the release.
When you create the book, store it in the SVN repo for JBT in the documentation/guides folder with the release notes, beginners guide etc...
Note: I have made Max the reporter of this issue as it originally came out of his query on the issue.
Note 2: Make sure to note the creation of this new book and the reasoning for it as a release note for JBDS 4.0
Thanks,
Isaac
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 3 months
[JBoss JIRA] Created: (JBIDE-7573) TestWizardsProject failure
by Alexey Kazakov (JIRA)
TestWizardsProject failure
--------------------------
Key: JBIDE-7573
URL: https://jira.jboss.org/browse/JBIDE-7573
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 3.2.0.Beta2
Reporter: Alexey Kazakov
Assignee: Viacheslav Kabanovich
Fix For: 3.2.0.CR1
Tests run: 46, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 832.521 sec <<< FAILURE!
JSF UI tests(org.jboss.tools.jsf.ui.test.TestWizardsProject) Time elapsed: 0.288 sec <<< ERROR!
org.eclipse.swt.SWTException: Failed to execute runnable (org.eclipse.swt.SWTException: Widget is disposed)
at org.eclipse.swt.SWT.error(SWT.java:4083)
at org.eclipse.swt.SWT.error(SWT.java:3998)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:137)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3515)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3164)
at org.jboss.tools.test.util.JobUtils.delay(JobUtils.java:61)
at org.jboss.tools.test.util.JobUtils.waitForIdle(JobUtils.java:38)
at org.jboss.tools.test.util.JobUtils.waitForIdle(JobUtils.java:27)
at org.jboss.tools.test.util.ProjectImportTestSetup.tearDown(ProjectImportTestSetup.java:83)
at junit.extensions.TestSetup$1.protect(TestSetup.java:24)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.extensions.TestSetup.run(TestSetup.java:27)
at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at org.codehaus.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:75)
at org.codehaus.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:25)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3515)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3164)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
at org.codehaus.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:21)
at org.codehaus.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:109)
at org.codehaus.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:27)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
Caused by: org.eclipse.swt.SWTException: Widget is disposed
at org.eclipse.swt.SWT.error(SWT.java:4083)
at org.eclipse.swt.SWT.error(SWT.java:3998)
at org.eclipse.swt.SWT.error(SWT.java:3969)
at org.eclipse.swt.widgets.Widget.error(Widget.java:466)
at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:403)
at org.eclipse.swt.widgets.Table.getSelectionIndex(Table.java:1687)
at org.jboss.tools.common.model.ui.objecteditor.XTable.getSelectionIndex(XTable.java:219)
at org.jboss.tools.common.model.ui.objecteditor.XChildrenEditor.setObject(XChildrenEditor.java:145)
at org.jboss.tools.jsf.ui.preferences.JSFCapabilitiesPreferencesPage.capabilitySelectionChanged(JSFCapabilitiesPreferencesPage.java:177)
at org.jboss.tools.jsf.ui.preferences.JSFCapabilitiesPreferencesPage.access$0(JSFCapabilitiesPreferencesPage.java:175)
at org.jboss.tools.jsf.ui.preferences.JSFCapabilitiesPreferencesPage$1.run(JSFCapabilitiesPreferencesPage.java:90)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)
... 44 more
Results :
Tests in error:
JSF UI tests(org.jboss.tools.jsf.ui.test.TestWizardsProject)
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 3 months