[JBoss JIRA] Created: (JBDS-726) Installer should deploy Babel langpacks for Eclipse
by Sean Flanigan (JIRA)
Installer should deploy Babel langpacks for Eclipse
---------------------------------------------------
Key: JBDS-726
URL: https://jira.jboss.org/jira/browse/JBDS-726
Project: Developer Studio
Issue Type: Sub-task
Components: installer
Affects Versions: 2.1.0
Reporter: Sean Flanigan
For Developer Studio to be fully translated, we need to package the Babel langpacks for Galileo [1] in our target languages [2]. These langpacks provide translations for Eclipse and related eclipse.org projects (TPTP, datatools, etc). Translations are always being updated, so we will need to be able to update the langpacks without too much mucking around.
NB: This issue is separate from the question of translating the installer's own English text.
To install the langpacks, we just need to extract them all under jbdevstudio/eclipse/dropins (or perhaps dropins/babel for neatness).
Any guidance on how to approach this? eg, the storage of these langpack downloads, repackage as one big zip (better compression?) or keep the many smaller zips, whether we need a script (sh, Ant?) to download the required langpacks automatically, that sort of thing.
[1] http://download.eclipse.org/technology/babel/babel_language_packs/
[2] de, es, fr, ja, pt_BR, zh
--
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
[JBoss JIRA] Created: (JBDS-1510) Movement of artifacts across operating systems
by Brian Fitzpatrick (JIRA)
Movement of artifacts across operating systems
----------------------------------------------
Key: JBDS-1510
URL: https://issues.jboss.org/browse/JBDS-1510
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: integration
Reporter: Brian Fitzpatrick
Assignee: Max Rydahl Andersen
Recently there was a discussion with Andy Miller and Burr regarding JBDS40_050 - Movement of artifacts across operating systems.
This is one we didn't have enough information to try and resolve for the 3.2/4.0 release. But when reminded, Andy provided the following details:
"Okay, this rings a bell. We had a case, where an SE was pinging me about a performance test a customer was doing to compare EAP to WebSphere. Part of what they were doing was using JBDS to generate some Web Service stuff, and they were running that application for the performance test on Linux. They generated the web service stuff with JBDS on Windows.
In the logs, all the invocations to the web services were failing, and were logging errors with the Windows file path information for the WSDL, which of course was not going to work on Linux, as it would never find C:\some\path on a Linux server."
Ray Ploski may have been involved in this effort initially (per Andy), but he's not sure.
--
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-8545) IllegalArgumentException in Export DDL Wizard
by Pavol Srna (JIRA)
IllegalArgumentException in Export DDL Wizard
---------------------------------------------
Key: JBIDE-8545
URL: https://issues.jboss.org/browse/JBIDE-8545
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: teiid
Affects Versions: 3.2.0.Final
Environment: JBDS 4.0.GA, linux 32bit
Reporter: Pavol Srna
Fix For: 3.2.1
Exception Stack Trace:
java.lang.IllegalArgumentException: Expected argument to be non-null but got null
at com.metamatrix.core.util.CoreArgCheck.isNotNull(CoreArgCheck.java:139)
at com.metamatrix.core.util.CoreArgCheck.isNotNull(CoreArgCheck.java:125)
at com.metamatrix.modeler.core.workspace.ModelWorkspaceView.findObject(ModelWorkspaceView.java:135)
at com.metamatrix.modeler.internal.ui.wizards.ExportDdlWizard.createPageControl(ExportDdlWizard.java:483)
at com.metamatrix.modeler.internal.ui.wizards.ExportDdlWizard$2.createControl(ExportDdlWizard.java:225)
at com.metamatrix.ui.internal.wizard.AbstractWizard.createPageControls(AbstractWizard.java:152)
at com.metamatrix.ui.internal.wizard.AbstractWizard.createPageControls(AbstractWizard.java:137)
at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:734)
at org.eclipse.jface.wizard.WizardDialog.setWizard(WizardDialog.java:1162)
at org.eclipse.jface.wizard.WizardDialog.updateForPage(WizardDialog.java:1221)
at org.eclipse.jface.wizard.WizardDialog.access$4(WizardDialog.java:1218)
at org.eclipse.jface.wizard.WizardDialog$6.run(WizardDialog.java:1207)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.jface.wizard.WizardDialog.showPage(WizardDialog.java:1205)
at org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDialog.java:894)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:426)
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3540)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3161)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
at org.eclipse.jface.window.Window.open(Window.java:801)
at org.eclipse.ui.internal.handlers.WizardHandler$Export.executeHandler(WizardHandler.java:98)
at org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:274)
at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:293)
at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)
at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:241)
at org.eclipse.ui.internal.actions.CommandAction.runWithEvent(CommandAction.java:157)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3540)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3161)
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.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)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months