[JBoss JIRA] Created: (JBDS-1616) Enable dropin folder reconciling by default for JBDS product
by Denis Golovin (JIRA)
Enable dropin folder reconciling by default for JBDS product
------------------------------------------------------------
Key: JBDS-1616
URL: https://issues.jboss.org/browse/JBDS-1616
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Feature Request
Components: Build
Affects Versions: 4.0.0.GA
Reporter: Denis Golovin
Assignee: Denis Golovin
Fix For: 4.1.0.GA
Now to get that supported several additions steps should be done:
To activate dropins reconciling you need to do the following:
- open
studio/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info
- find the line
org.eclipse.equinox.p2.reconciler.dropins,1.1.0.v20100525,plugins/org.eclipse.equinox.p2.reconciler.dropins_1.1.0.v20100525.jar,4,false
and change it to
org.eclipse.equinox.p2.reconciler.dropins,1.1.0.v20100525,plugins/org.eclipse.equinox.p2.reconciler.dropins_1.1.0.v20100525.jar,4,true
- create the studio/dropins directory and add plugins as is usual
- start JBDS with the -clean option at least once
To eliminate this steps plugin org.eclipse.equinox.p2.reconciler.dropins should be marked as auto started in jbds-all.product definition which is used to build JBDS product
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Created: (JBIDE-8821) remove confusing checkbox from the add jsf capabilities warning dialog
by Lukas Jungmann (JIRA)
remove confusing checkbox from the add jsf capabilities warning dialog
----------------------------------------------------------------------
Key: JBIDE-8821
URL: https://issues.jboss.org/browse/JBIDE-8821
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JSF
Affects Versions: 3.2.1.M1
Reporter: Lukas Jungmann
Assignee: Alexey Kazakov
Attachments: screenshot.png
-create a dynamic web app for JBoss AS 6 (Java EE 6)
-generate web.xml for the project
-add JSF capabilities (using project node's context menu -> configure -> add JSF Capabilities
-press finish
=> warning dialog appears (see attached screenshot) - in the dialog there is confusing checkbox next to the question "Do you want to save a copy..." - since we are asking user to take some action and giving him yes/no/cancel options, why the checkbox there is needed?
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Created: (JBDS-1619) eGit cannot be installed - Mylin is missing
by Libor Zoubek (JIRA)
eGit cannot be installed - Mylin is missing
-------------------------------------------
Key: JBDS-1619
URL: https://issues.jboss.org/browse/JBDS-1619
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: updatesite
Affects Versions: 4.x
Reporter: Libor Zoubek
Assignee: Nick Boldt
I was trying to install eGit from http://devstudio.jboss.com/updates/4.0/staging/extras/
{noformat}
Cannot complete the install because one or more required items could not be found.
Software being installed: EGit Mylyn (Incubation) 0.11.3 (org.eclipse.egit.mylyn.feature.group 0.11.3)
Missing requirement: Mylyn Team UI 3.6.0.I20110404-1055 (org.eclipse.mylyn.team.ui 3.6.0.I20110404-1055) requires 'bundle org.eclipse.mylyn.commons.core [3.0.0,4.0.0)' but it could not be found
Cannot satisfy dependency:
From: EGit Mylyn (Incubation) 0.11.3 (org.eclipse.egit.mylyn.feature.group 0.11.3)
To: org.eclipse.mylyn.team.ui [3.0.0,4.0.0)
{noformat}
Is it supposed to add helios updatesite before installing or we will provide all bits to be independent on eclipse update sites?
Nick, could you fix the version, I was not sure which one to asiign. thanks
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Created: (JBIDE-5903) Try to open ordermanagment1.jpdl.xml from dvdstore test project - get exception
by Vitali Yemialyanchyk (JIRA)
Try to open ordermanagment1.jpdl.xml from dvdstore test project - get exception
-------------------------------------------------------------------------------
Key: JBIDE-5903
URL: https://jira.jboss.org/jira/browse/JBIDE-5903
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jbpm
Affects Versions: 3.1.0.CR2
Reporter: Vitali Yemialyanchyk
Priority: Minor
stacktrace:
Java Model Exception: Java Model Status [dvdstore-ear does not exist]
at org.eclipse.jdt.internal.core.JavaElement.newNotPresentException(JavaElement.java:492)
at org.eclipse.jdt.internal.core.JavaModelManager.getPerProjectInfoCheckExistence(JavaModelManager.java:2097)
at org.eclipse.jdt.internal.core.JavaProject.getPerProjectInfo(JavaProject.java:1820)
at org.eclipse.jdt.internal.core.JavaProject.getRawClasspath(JavaProject.java:1842)
at org.jbpm.gd.jpdl.deployment.IncludeClassesTreeContentProvider.getPackageFragmentRoots(IncludeClassesTreeContentProvider.java:30)
at org.jbpm.gd.jpdl.deployment.IncludeClassesTreeContentProvider.getElements(IncludeClassesTreeContentProvider.java:22)
at org.eclipse.jface.viewers.StructuredViewer.getRawChildren(StructuredViewer.java:959)
at org.eclipse.jface.viewers.ColumnViewer.getRawChildren(ColumnViewer.java:703)
at org.eclipse.jface.viewers.AbstractTreeViewer.getRawChildren(AbstractTreeViewer.java:1330)
at org.eclipse.jface.viewers.TreeViewer.getRawChildren(TreeViewer.java:390)
at org.eclipse.jface.viewers.AbstractTreeViewer.getFilteredChildren(AbstractTreeViewer.java:636)
at org.eclipse.jface.viewers.AbstractTreeViewer.getSortedChildren(AbstractTreeViewer.java:602)
at org.eclipse.jface.viewers.AbstractTreeViewer.updateChildren(AbstractTreeViewer.java:2578)
at org.eclipse.jface.viewers.AbstractTreeViewer.internalRefreshStruct(AbstractTreeViewer.java:1863)
at org.eclipse.jface.viewers.TreeViewer.internalRefreshStruct(TreeViewer.java:716)
at org.eclipse.jface.viewers.AbstractTreeViewer.internalRefresh(AbstractTreeViewer.java:1838)
at org.eclipse.jface.viewers.AbstractTreeViewer.internalRefresh(AbstractTreeViewer.java:1794)
at org.eclipse.jface.viewers.AbstractTreeViewer.internalRefresh(AbstractTreeViewer.java:1780)
at org.eclipse.jface.viewers.StructuredViewer$7.run(StructuredViewer.java:1457)
at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1392)
at org.eclipse.jface.viewers.TreeViewer.preservingSelection(TreeViewer.java:402)
at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1353)
at org.eclipse.jface.viewers.CheckboxTreeViewer.preservingSelection(CheckboxTreeViewer.java:416)
at org.eclipse.jface.viewers.StructuredViewer.refresh(StructuredViewer.java:1455)
at org.eclipse.jface.viewers.ColumnViewer.refresh(ColumnViewer.java:537)
at org.eclipse.jface.viewers.StructuredViewer.refresh(StructuredViewer.java:1414)
at org.jbpm.gd.jpdl.deployment.DeploymentForm$17.run(DeploymentForm.java:745)
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:3885)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3506)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
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:368)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
at org.eclipse.equinox.launcher.Main.main(Main.java:1287)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months