[JBoss JIRA] (JBIDE-18393) Unable to download JBoss 6.0.0 using DownloadRuntimesWizard
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18393?page=com.atlassian.jira.plugi... ]
Martin Malina closed JBIDE-18393.
---------------------------------
Verified in JBDS 8.0.0.CR2 B286
> Unable to download JBoss 6.0.0 using DownloadRuntimesWizard
> -----------------------------------------------------------
>
> Key: JBIDE-18393
> URL: https://issues.jboss.org/browse/JBIDE-18393
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: runtime-detection
> Affects Versions: 4.2.0.CR1
> Environment: JBT 4.2.0.CR1, JBDS 8.0.0.CR1
> Reporter: Radim Hopp
> Assignee: Fred Bricon
> Priority: Blocker
> Fix For: 4.2.0.CR2
>
>
> I'm unable to download JBoss 6.0.0 runtime using DownloadRuntimesWizard.
> After hitting finis in that wizard error is shown:
> {noformat:title=An internal error occurred during: "Download 'JBoss 6.0.0".}java.lang.StringIndexOutOfBoundsException: String index out of range: -1
> at java.lang.String.substring(String.java:1954)
> at org.jboss.tools.runtime.ui.internal.wizard.DownloadRuntimeOperationUtility.getNextUnusedFilename(DownloadRuntimeOperationUtility.java:56)
> at org.jboss.tools.runtime.ui.internal.wizard.DownloadRuntimeOperationUtility.getDestinationFile(DownloadRuntimeOperationUtility.java:89)
> at org.jboss.tools.runtime.ui.internal.wizard.DownloadRuntimeOperationUtility.downloadRemoteRuntime(DownloadRuntimeOperationUtility.java:194)
> at org.jboss.tools.runtime.ui.internal.wizard.DownloadRuntimeOperationUtility.downloadAndInstall(DownloadRuntimeOperationUtility.java:155)
> at org.jboss.tools.runtime.ui.internal.wizard.FinalizeRuntimeDownloadFragment$9.run(FinalizeRuntimeDownloadFragment.java:588)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54){noformat}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months
[JBoss JIRA] (JBIDE-13870) Can't re-add BrowserSim toolbar to perspective
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13870?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov updated JBIDE-13870:
-------------------------------------------
Fix Version/s: 4.3.x
(was: 4.2.x)
> Can't re-add BrowserSim toolbar to perspective
> ----------------------------------------------
>
> Key: JBIDE-13870
> URL: https://issues.jboss.org/browse/JBIDE-13870
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: browsersim, upstream
> Affects Versions: 4.0.0.Final
> Environment: Fedora 17, JBDS 6 standalone
> Reporter: Michelle Murray
> Assignee: Konstantin Marmalyukov
> Fix For: 4.3.x
>
>
> I removed the BrowserSim tool bar from the JBoss perspective and then tried to re-add it. But the check box was already selected, indicating it was already enabled, yet the toolbar still wasn't visible. I went back to JBDS 5 to see if it was a problem there to but it doesn't appear to be. This problem is not restricted to the JBoss perspective.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months
[JBoss JIRA] (JBTIS-318) Generate source bundles for IS component features.
by Paul Leacu (JIRA)
[ https://issues.jboss.org/browse/JBTIS-318?page=com.atlassian.jira.plugin.... ]
Paul Leacu commented on JBTIS-318:
----------------------------------
Hey Kris -
Currently - drools/jBPM6/guvnor are the only IS components not generating source bundles. What's interesting is jBPM3 is generating them
correctly. Is this something you could look at fairly soon - it's needed for JBDSIS 8.0.0.
Thanks,
--paull
> Generate source bundles for IS component features.
> --------------------------------------------------
>
> Key: JBTIS-318
> URL: https://issues.jboss.org/browse/JBTIS-318
> Project: JBoss Tools Integration Stack
> Issue Type: Sub-task
> Components: drools/ jBPM
> Affects Versions: 8.0.0.Alpha1, 4.2.0.Alpha1
> Reporter: Paul Leacu
> Assignee: Kris Verlaenen
>
> jBPM/ Drools must generate source bundles for features that will be aggregated (uncategorized) by JBDSIS.
> Courtesy [~nickboldt]:
> How to make maven/tycho build source bundles and features:
> In the upstream projects:
> http://wiki.eclipse.org/Minerva#Source
> Then in the aggregator for JBTIS/JBSIS update site:
> https://github.com/jbosstools/jbosstools-build-sites/blob/master/aggregat...
> As a result, users can install sources from within JBDS rather than
> needing a separate source zip with .java files. Way more useful, if
> you're a java developer using JBDS/Eclipse.
> If you also want to produce a zip of *actual source files* as pulled
> from github, I have a script for that, too.
> See:
> 1. https://github.com/jbdevstudio/jbdevstudio-product/tree/master/sources
> Produces a zip of the contents of the JBDS product build, so people can
> build it offline. Does NOT include upstream sources.
> Result:
> http://www.qa.jboss.com/binaries/RHDS/builds/staging/devstudio.product_ma...
> (2.4M)
> 2.
> https://github.com/jbosstools/jbosstools-build-ci/blob/master/publish/pub...
> Produces a zip of upstream sources based on upstream project zips. This
> is the old approach, since pulling a previously-built zip doesn't 100%
> guarantee you're getting the correct version AND it requires that the
> upstream project produce a source zip.
> -OR-
> https://github.com/jbosstools/jbosstools-build-sites/blob/master/aggregat...
> Fetches sources directly from github based on the source-reference in
> the specified plugins' manifest.mf files, then collates those sources
> into a single zip.
> Results:
> http://download.jboss.org/jbosstools/builds/nightly/core/master/latest/al...
> (35M)
> Ref:
> (10:02:47 AM) maxandersen: pleacu: for core we've just been providing source bundles for the plugins we provide.
> (10:03:55 AM) pleacu: maxandersen, nboldt: sure - and they use tycho to generate them, correct?
> (10:04:21 AM) maxandersen: pleacu: yes - jboss tools parent pom somewhat "enforces" it.
> (10:05:04 AM) pleacu: maxandersen: ok - I'll look at fuse tooling first since I'm most familiar with that
> (10:05:12 AM) maxandersen: pleacu: and nboldt / mistria explicltily aggregates it in uncategorized so it wont show up in default experience.
> (10:06:43 AM) nboldt: pleacu: fuse tooling doesn't do source bundles
> (10:07:07 AM) nboldt: pleacu: see my email in re: "Where can our customer download source code for jbdevstudio-integration-stack-updatesite-7.0.2.GA.zip?" with details about who does and does not yet produce sources
> (10:08:20 AM) nboldt: maxandersen: actually, we don't "aggregate it in uncategorized" because that implies we're specifically putting into a category called "uncategorized"
> (10:08:43 AM) nboldt: maxandersen: rather, it's just added to the category.xml w/o setting <category>: https://github.com/jbosstools/jbosstools-build-sites/blob/master/aggregat... (cc: pleacu )
> Components that generate source bundles:
> http://download.jboss.org/jbosstools/updates/integration/kepler/integrati...
> http://download.jboss.org/jbosstools/updates/stable/kepler/integration-st...
> http://download.jboss.org/jbosstools/updates/stable/kepler/integration-st...
> http://download.jboss.org/jbosstools/updates/stable/kepler/integration-st...
> Some that don't:
> http://download.jboss.org/jbosstools/updates/integration/kepler/integrati...
> http://download.jboss.org/jbosstools/updates/integration/kepler/integrati...
> http://download.jboss.org/jbosstools/updates/stable/kepler/integration-st...
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months
[JBoss JIRA] (JBIDE-18360) url and local save/restore support
by Gorkem Ercan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18360?page=com.atlassian.jira.plugi... ]
Gorkem Ercan edited comment on JBIDE-18360 at 10/6/14 10:16 AM:
----------------------------------------------------------------
1. Create a hybrid project
2. Install a cordova plugin using git ( for example: https://github.com/apache/cordova-plugin-console.git#r0.2.0)
3. Check that there is a url param for the feature entry for the plugin that you have installed. For the example url above it is sth like
<feature name="Console">
<param name="ios-package" value="CDVLogger" />
<param name="id" value="org.apache.cordova.core.console" />
<param name="url"
value="https://github.com/apache/cordova-plugin-console.git#r0.2.0" />
</feature>
4. Delete the project from Eclipse but do not delete it from file system
5. Go to the project directory and delete the $plugin_id folder on the plugins directory (org.apache.cordova.core.console for the example)
6. Import the project back... You may need to move the project to a location outside the workspace to import to happen
7. Observe that Thym detects the entry on config.xml and prompts for restoring the plugin from git repo.
For directrory installation the steps are the same but there should be a param named installPath instead of url
was (Author: gercan):
1. Create a hybrid project
2. Install a cordova plugin using git ( for example: https://github.com/apache/cordova-plugin-console.git#r0.2.0)
3. Check that there is a url param for the feature entry for the plugin that you have installed. For the example url above it is sth like
<feature name="Console">
<param name="ios-package" value="CDVLogger" />
<param name="id" value="org.apache.cordova.core.console" />
<param name="url"
value="https://github.com/apache/cordova-plugin-console.git#r0.2.0" />
</feature>
4. Delete the project from Eclipse but do not delete it from file system
5. Go to the project directory and delete the $plugin_id folder on the plugins directory (org.apache.cordova.core.console for the example)
6. Import the project back... You may need to move the project to a location outside the workspace to import to happen
7. Observe that Thym detects the entry on config.xml and prompts for restoring the plugin from git repo.
> url and local save/restore support
> ----------------------------------
>
> Key: JBIDE-18360
> URL: https://issues.jboss.org/browse/JBIDE-18360
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: aerogear-hybrid
> Affects Versions: 4.2.0.CR1
> Reporter: Gorkem Ercan
> Assignee: Gorkem Ercan
> Fix For: 4.2.0.CR2
>
>
> Implement restoring and saving plugins from git repos and local directories on config.xml. Also save only top level plugins to config.xml
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months
[JBoss JIRA] (JBIDE-18312) CordovaSim struggles with POST
by Ilya Buziuk (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18312?page=com.atlassian.jira.plugi... ]
Ilya Buziuk edited comment on JBIDE-18312 at 10/6/14 10:11 AM:
---------------------------------------------------------------
[~vpakan], you have probably entered the incorrect data (I do belive there is a validation on the server side). With valid data it should work fine - http://screencast.com/t/SGTjPaTBrb
In terms of "Birth Day". There is a separate upstream issue - JBIDE-17054. Basically, everything should work with an empty date field:
{code}
if (newContact.birthDate== "") {
newContact.birthDate = "1970-01-01";
}
{code}
Could you give it a go one more time?
was (Author: ibuziuk):
[~vpakan], you have probably entered the incorrect data (I do belive there is a validation on the server side). With valid data it should work fine - http://screencast.com/t/SGTjPaTBrb
In terms of "Birth Day". There is a separate upstream issue - JBIDE-17054
{code}
if (newContact.birthDate== "") {
newContact.birthDate = "1970-01-01";
}
{code}
Could you give it a go one more time?
> CordovaSim struggles with POST
> ------------------------------
>
> Key: JBIDE-18312
> URL: https://issues.jboss.org/browse/JBIDE-18312
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: browsersim
> Reporter: Burr Sutter
> Assignee: Ilya Buziuk
> Priority: Blocker
> Fix For: 4.2.0.CR2
>
> Attachments: hybrid1001.zip, post_error.png
>
>
> I will attach the project.
> The $.ajax post does not fire correctly from inside of CordovaSim - but it does via the iOS Simulator and from a real Android Device. Nothing in the error message on the client-side.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months