[JBoss JIRA] (JBIDE-12815) Create a JBoss Tools Orbit
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-12815?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen commented on JBIDE-12815:
---------------------------------------------
it seems some org.eclipse.* is needed - but that should be sufficient just using one of the eclipse repos?
> Create a JBoss Tools Orbit
> --------------------------
>
> Key: JBIDE-12815
> URL: https://issues.jboss.org/browse/JBIDE-12815
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: Build/Releng, locus
> Reporter: Mickael Istria
> Assignee: Max Rydahl Andersen
> Fix For: 4.1.0.Beta2
>
> Attachments: pom.xml
>
>
> Since all JBoss Eclipse-based project probably share some needs for usual libraries, we should create a JBoss Tools Orbit project in which one we would provide those 3rd-party dependencies packaged as OSGi Bundle in a p2 repository.
> In a first time, we could simply create some OSGi "wrappers" around those jars.
--
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
12 years, 10 months
[JBoss JIRA] (JBIDE-14544) Cannot run Cordova project on Android Emulator/Device
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14544?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen commented on JBIDE-14544:
---------------------------------------------
maybe simple fix for beta1 would be to add this to manifest.mf:
Eclipse-BundleShape: dir
?
that would make it exploded and not require layers of custom code.
> Cannot run Cordova project on Android Emulator/Device
> -----------------------------------------------------
>
> Key: JBIDE-14544
> URL: https://issues.jboss.org/browse/JBIDE-14544
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid
> Affects Versions: 4.1.0.Beta1
> Environment: Fedora 17 32bit
> Android 4.1.2
> Reporter: Stefan Bunciak
> Assignee: Gorkem Ercan
> Priority: Blocker
> Labels: respin-a
> Fix For: 4.1.0.Beta1
>
> Original Estimate: 0 minutes
> Remaining Estimate: 0 minutes
>
> {code}
> java.io.IOException: No such file or directory
> at java.io.UnixFileSystem.createFileExclusively(Native Method)
> at java.io.File.createNewFile(File.java:883)
> at org.jboss.tools.aerogear.hybrid.core.util.FileUtils.fileCopy(FileUtils.java:105)
> at org.jboss.tools.aerogear.hybrid.android.core.adt.AndroidProjectGenerator.generateNativeFiles(AndroidProjectGenerator.java:99)
> at org.jboss.tools.aerogear.hybrid.core.platform.AbstractPlatformProjectGenerator.generateNow(AbstractPlatformProjectGenerator.java:68)
> at org.jboss.tools.aerogear.hybrid.android.core.adt.AndroidLaunchDelegate.buildForLaunch(AndroidLaunchDelegate.java:68)
> at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:825)
> at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:706)
> at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:1018)
> at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1222)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
> {code}
--
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
12 years, 10 months
[JBoss JIRA] (JBIDE-14711) Promotion process/script loose build metadata
by Mickael Istria (JIRA)
Mickael Istria created JBIDE-14711:
--------------------------------------
Summary: Promotion process/script loose build metadata
Key: JBIDE-14711
URL: https://issues.jboss.org/browse/JBIDE-14711
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Reporter: Mickael Istria
Assignee: Nick Boldt
Priority: Critical
Fix For: 4.1.0.Beta2
When promoting an aggregation build to nightly, metadata disappear. The only metadata available is the build ID (that we can read in qualifier) but this is not enough as Jenkins build are volatile.
Loss of these metadata makes that it's not possible to find out which commit was used to build an aggregated component.
We should copy metadata along with update-sites.
--
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
12 years, 10 months
[JBoss JIRA] (JBIDE-14544) Cannot run Cordova project on Android Emulator/Device
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14544?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen commented on JBIDE-14544:
---------------------------------------------
[~gercan] i've checked and the fix does seem to be included in Beta1, but I also now double checked the code and just now noticed the stacktrace does not relate to what the fix is fixing.
https://github.com/jbosstools/jbosstools-aerogear/blob/a49051074620f7ad7b... is assuming createNewFile will not throw an exception.
> Cannot run Cordova project on Android Emulator/Device
> -----------------------------------------------------
>
> Key: JBIDE-14544
> URL: https://issues.jboss.org/browse/JBIDE-14544
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid
> Affects Versions: 4.1.0.Beta1
> Environment: Fedora 17 32bit
> Android 4.1.2
> Reporter: Stefan Bunciak
> Assignee: Gorkem Ercan
> Priority: Blocker
> Labels: respin-a
> Fix For: 4.1.0.Beta1
>
> Original Estimate: 0 minutes
> Remaining Estimate: 0 minutes
>
> {code}
> java.io.IOException: No such file or directory
> at java.io.UnixFileSystem.createFileExclusively(Native Method)
> at java.io.File.createNewFile(File.java:883)
> at org.jboss.tools.aerogear.hybrid.core.util.FileUtils.fileCopy(FileUtils.java:105)
> at org.jboss.tools.aerogear.hybrid.android.core.adt.AndroidProjectGenerator.generateNativeFiles(AndroidProjectGenerator.java:99)
> at org.jboss.tools.aerogear.hybrid.core.platform.AbstractPlatformProjectGenerator.generateNow(AbstractPlatformProjectGenerator.java:68)
> at org.jboss.tools.aerogear.hybrid.android.core.adt.AndroidLaunchDelegate.buildForLaunch(AndroidLaunchDelegate.java:68)
> at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:825)
> at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:706)
> at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:1018)
> at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1222)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
> {code}
--
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
12 years, 10 months
[JBoss JIRA] (JBIDE-14544) Cannot run Cordova project on Android Emulator/Device
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14544?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen commented on JBIDE-14544:
---------------------------------------------
[~gercan] this should actually also fail when running tycho tests...
> Cannot run Cordova project on Android Emulator/Device
> -----------------------------------------------------
>
> Key: JBIDE-14544
> URL: https://issues.jboss.org/browse/JBIDE-14544
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid
> Affects Versions: 4.1.0.Beta1
> Environment: Fedora 17 32bit
> Android 4.1.2
> Reporter: Stefan Bunciak
> Assignee: Gorkem Ercan
> Priority: Blocker
> Labels: respin-a
> Fix For: 4.1.0.Beta1
>
> Original Estimate: 0 minutes
> Remaining Estimate: 0 minutes
>
> {code}
> java.io.IOException: No such file or directory
> at java.io.UnixFileSystem.createFileExclusively(Native Method)
> at java.io.File.createNewFile(File.java:883)
> at org.jboss.tools.aerogear.hybrid.core.util.FileUtils.fileCopy(FileUtils.java:105)
> at org.jboss.tools.aerogear.hybrid.android.core.adt.AndroidProjectGenerator.generateNativeFiles(AndroidProjectGenerator.java:99)
> at org.jboss.tools.aerogear.hybrid.core.platform.AbstractPlatformProjectGenerator.generateNow(AbstractPlatformProjectGenerator.java:68)
> at org.jboss.tools.aerogear.hybrid.android.core.adt.AndroidLaunchDelegate.buildForLaunch(AndroidLaunchDelegate.java:68)
> at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:825)
> at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:706)
> at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:1018)
> at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1222)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
> {code}
--
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
12 years, 10 months
[JBoss JIRA] (JBIDE-14710) Remove old version of org.apache.poi from locus update site
by Paul Richardson (JIRA)
Paul Richardson created JBIDE-14710:
---------------------------------------
Summary: Remove old version of org.apache.poi from locus update site
Key: JBIDE-14710
URL: https://issues.jboss.org/browse/JBIDE-14710
Project: Tools (JBoss Tools)
Issue Type: Task
Components: locus
Reporter: Paul Richardson
Assignee: Paul Richardson
The apache.poi version in the locus repository should be removed for the following reasons:
* uses multiple jars in a single bundle;
* is an old version;
* a much newer version (3.9) resides in Orbit;
* Was only used by Teiid Designer, which has now migrated to the version in Orbit.
--
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
12 years, 10 months
[JBoss JIRA] (JBIDE-14588) Create OpenShift Application from remote repository
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14588?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-14588:
-------------------------------------
Attachment: wizard-page-1.png
> Create OpenShift Application from remote repository
> ---------------------------------------------------
>
> Key: JBIDE-14588
> URL: https://issues.jboss.org/browse/JBIDE-14588
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.1.0.Beta1
> Reporter: Fred Bricon
> Assignee: Andre Dietisheim
> Labels: new_and_noteworthy
> Fix For: 4.1.0.Beta2
>
> Attachments: file-new-wizard.png, wizard-page-1.png, wizard-page-1.png
>
>
> It'd be nice to create an OpenShift app directly from a remote git repo, to be consistent with the Web UI :
> !http://content.screencast.com/users/fbricon/folders/Jing/media/3fcb6305-5340-4529-91c9-2466266d32c4/2013-05-22_1857.png!
--
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
12 years, 10 months
[JBoss JIRA] (JBIDE-14588) Create OpenShift Application from remote repository
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14588?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-14588:
-------------------------------------
Attachment: wizard-page-1.png
file-new-wizard.png
> Create OpenShift Application from remote repository
> ---------------------------------------------------
>
> Key: JBIDE-14588
> URL: https://issues.jboss.org/browse/JBIDE-14588
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.1.0.Beta1
> Reporter: Fred Bricon
> Assignee: Andre Dietisheim
> Labels: new_and_noteworthy
> Fix For: 4.1.0.Beta2
>
> Attachments: file-new-wizard.png, wizard-page-1.png
>
>
> It'd be nice to create an OpenShift app directly from a remote git repo, to be consistent with the Web UI :
> !http://content.screencast.com/users/fbricon/folders/Jing/media/3fcb6305-5340-4529-91c9-2466266d32c4/2013-05-22_1857.png!
--
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
12 years, 10 months
[JBoss JIRA] (JBIDE-14588) Create OpenShift Application from remote repository
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14588?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-14588:
------------------------------------------
Support in openshift-java-client is on its way, see JBIDE-14706.
UI-wise we decided to add widgets to the 1st wizard page:
!wizard-page-1.png!
To not further clutter the UI we'll hide the settings by default. Hitting an "advanced" button will unveil them. You see a similar concept in the File->New wizard in Eclipse:
!file-new-wizard.png!
> Create OpenShift Application from remote repository
> ---------------------------------------------------
>
> Key: JBIDE-14588
> URL: https://issues.jboss.org/browse/JBIDE-14588
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.1.0.Beta1
> Reporter: Fred Bricon
> Assignee: Andre Dietisheim
> Labels: new_and_noteworthy
> Fix For: 4.1.0.Beta2
>
> Attachments: file-new-wizard.png, wizard-page-1.png
>
>
> It'd be nice to create an OpenShift app directly from a remote git repo, to be consistent with the Web UI :
> !http://content.screencast.com/users/fbricon/folders/Jing/media/3fcb6305-5340-4529-91c9-2466266d32c4/2013-05-22_1857.png!
--
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
12 years, 10 months