[jbosside-issues] [JBoss JIRA] Created: (JBIDE-448) Language used in UI is ambigious/confusing
by Max Andersen (JIRA)
Language used in UI is ambigious/confusing
------------------------------------------
Key: JBIDE-448
URL: http://jira.jboss.com/jira/browse/JBIDE-448
Project: JBoss IDE
Issue Type: Feature Request
Components: Packaging
Reporter: Max Andersen
It's ok the module/functionallity is called "Packaging" (since it packages stuff)
But calling the thing you define for a Package just have too many overlaps with e.g. java or drools concept of a package.
What about "Create a archive" instead ? That also makes more sense in the dialog when you ask for a manifest etc.
And "Standard archive using zip compression" also sounds much more sensible than "Standard package using zip compression".
I would actually suggest having these two options named the following instead:
Archive type:
Standard compressed archive
Exploded archive
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years
[jbosside-issues] [JBoss JIRA] Created: (JBIDE-447) Clicking Next on create package result in exception
by Max Andersen (JIRA)
Clicking Next on create package result in exception
---------------------------------------------------
Key: JBIDE-447
URL: http://jira.jboss.com/jira/browse/JBIDE-447
Project: JBoss IDE
Issue Type: Bug
Components: Packaging
Reporter: Max Andersen
The following exception occurs when clicking Next.
Does not matter what I put in the fields.....any combination I tried resulted in an exception.
org.eclipse.core.runtime.AssertionFailedException: null argument:
at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:84)
at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:72)
at org.jboss.ide.eclipse.packages.core.model.internal.PackagesModel.createPackage(PackagesModel.java:227)
at org.jboss.ide.eclipse.packages.core.model.internal.PackagesModel.createDetachedPackage(PackagesModel.java:698)
at org.jboss.ide.eclipse.packages.core.model.PackagesCore.createDetachedPackage(PackagesCore.java:383)
at org.jboss.ide.eclipse.packages.ui.wizards.pages.PackageInfoWizardPage.createPackage(PackageInfoWizardPage.java:306)
at org.jboss.ide.eclipse.packages.ui.wizards.pages.PackageInfoWizardPage.pageExited(PackageInfoWizardPage.java:279)
at org.jboss.ide.eclipse.ui.wizards.WizardWithNotification.pageChanged(WizardWithNotification.java:81)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years
[jbosside-issues] [JBoss JIRA] Created: (JBIDE-450) Model incorrectly transmitted to .packages file
by Robert Stryker (JIRA)
Model incorrectly transmitted to .packages file
-----------------------------------------------
Key: JBIDE-450
URL: http://jira.jboss.com/jira/browse/JBIDE-450
Project: JBoss IDE
Issue Type: Bug
Components: Packaging
Affects Versions: 2.0.0.Beta3
Environment: All
Reporter: Robert Stryker
Priority: Critical
Creating three packages nested as follows:
Toplevel.jar
|- Middle.jar
|- Deep.jar
The .packages file is shown as:
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package name="TopLevel.jar" type="jar" exploded="false" inWorkspace="true">
<package name="MiddleTier.jar" type="jar" exploded="false" inWorkspace="true">
<properties></properties>
</package>
<properties></properties>
</package>
<package name="MiddleTier.jar" type="jar" exploded="false" inWorkspace="true">
<properties></properties>
</package>
<package name="Deep.jar" type="jar" exploded="false" inWorkspace="true">
<properties></properties>
</package>
<properties></properties>
</packages>
In the xml, there is only one level of "nested", and that node is also replicated below. Severe model failure.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years
[jbosside-issues] [JBoss JIRA] Created: (JBIDE-444) Create packages result in NPE
by Max Andersen (JIRA)
Create packages result in NPE
-----------------------------
Key: JBIDE-444
URL: http://jira.jboss.com/jira/browse/JBIDE-444
Project: JBoss IDE
Issue Type: Bug
Components: Packaging
Reporter: Max Andersen
clicking "Create a package" while having a normal java project selected results in eclipse pausing for a bit and then the following stack trace is shown in error log:
java.lang.NullPointerException
at org.jboss.ide.eclipse.packages.ui.wizards.pages.PackageInfoWizardPage.validate(PackageInfoWizardPage.java:237)
at org.jboss.ide.eclipse.packages.ui.wizards.pages.PackageInfoWizardPage.createControl(PackageInfoWizardPage.java:148)
at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:180)
at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:614)
at org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:502)
at org.eclipse.jface.window.Window.create(Window.java:426)
at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1124)
at org.eclipse.jface.window.Window.open(Window.java:785)
at org.jboss.ide.eclipse.packages.ui.actions.NewJARAction.run(NewJARAction.java:18)
at org.jboss.ide.eclipse.packages.ui.views.ProjectPackagesView.createPackagePressed(ProjectPackagesView.java:321)
at org.jboss.ide.eclipse.packages.ui.views.ProjectPackagesView.access$0(ProjectPackagesView.java:319)
at org.jboss.ide.eclipse.packages.ui.views.ProjectPackagesView$1.widgetSelected(ProjectPackagesView.java:96)
Clicking the second time gives me a dialog!?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years