[JBoss JIRA] (JBIDE-15744) openshift-java-client: add support for List<IEnvironmentVariable> and refactor methods that reference "List" in their names, however are operating on "Map<String, IEnvironmentVariable>", to reference "Map"
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15744?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen commented on JBIDE-15744:
---------------------------------------------
The UI does not always have an IApplication (i.e. when creating an app this is not known) plus you should *not* be changing the IApplication "live" - that should only be done when users actually says yes.
> openshift-java-client: add support for List<IEnvironmentVariable> and refactor methods that reference "List" in their names, however are operating on "Map<String,IEnvironmentVariable>", to reference "Map"
> ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-15744
> URL: https://issues.jboss.org/browse/JBIDE-15744
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.1.x, 4.2.0.Alpha1
> Reporter: Martes Wigglesworth
> Assignee: Andre Dietisheim
> Fix For: 4.1.1.CR1
>
>
> This enhancement to the interface will remove the requirement that users of the interface implementation instances to do extra processing to pull the list of variables from the provided immutable Map<String,IEnvirontmentVariable> instance.
--
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, 5 months
[JBoss JIRA] (JBIDE-15037) Runtime download progress not shown correctly on mac
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15037?page=com.atlassian.jira.plugi... ]
Rob Stryker reassigned JBIDE-15037:
-----------------------------------
Assignee: Martin Malina
Martin:
Can you verify if it at least completes on time? Even though the progress monitor is incorrect, does the window close properly once the download is complete?
> Runtime download progress not shown correctly on mac
> ----------------------------------------------------
>
> Key: JBIDE-15037
> URL: https://issues.jboss.org/browse/JBIDE-15037
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.1.0.Beta2
> Environment: OS X Mountain Lion
> JBDS 7.0.0.Beta2
> Oracle Java 1.7
> Reporter: Martin Malina
> Assignee: Martin Malina
> Fix For: 4.1.1.Final
>
>
> Copied from JBIDE-14906
> {quote}
> This still doesn't work as expected - the speed is shown correctly, but the progress is close to zero. See this screencast:
> http://screencast.com/t/iGzkp5KG
> I remember seeing something similar when downloading project examples in the past.
> {quote}
> When you download a runtime on mac, the progress does not reflect the actual progress - the speed is accurate, but for example after 1 minut at 1 MB/s, the progress bar shows a total of 5 MB downloaded.
--
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, 5 months
[JBoss JIRA] (JBIDE-14697) User library fileset cannot be modified
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14697?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-14697:
-------------------------------------
[~jjankovi] Can you confirm if this is just a UI error? If you try to edit the fileset a second time,does it show the proper result there? What about during a build of the archive? Is the correct jar added?
> User library fileset cannot be modified
> ---------------------------------------
>
> Key: JBIDE-14697
> URL: https://issues.jboss.org/browse/JBIDE-14697
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: archives
> Affects Versions: 4.1.0.Beta1
> Reporter: Jaroslav Jankovič
> Fix For: 4.2.0.Alpha1
>
>
> STEP: prepare two library filesets, lets say myLib1, myLib2 via preferences (Java -> Build Path -> User Libraries)
> STEP: create project with archives support
> STEP: create some archive in the project
> STEP: add new user library fileset in the archive (myLib1)
> STEP: select myLib1 in archives explorer, invoke its context menu and select Edit fileset
> STEP: in "User Library Fileset Wizard" dialog select myLib2, confirm it
> FAIL: there is still myLib in archives explorer, not myLib2 as it should be
--
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, 5 months
[JBoss JIRA] (JBIDE-15744) openshift-java-client: add support for List<IEnvironmentVariable> and refactor methods that reference "List" in their names, however are operating on "Map<String, IEnvironmentVariable>", to reference "Map"
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15744?page=com.atlassian.jira.plugi... ]
Andre Dietisheim reassigned JBIDE-15744:
----------------------------------------
Assignee: Andre Dietisheim
> openshift-java-client: add support for List<IEnvironmentVariable> and refactor methods that reference "List" in their names, however are operating on "Map<String,IEnvironmentVariable>", to reference "Map"
> ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-15744
> URL: https://issues.jboss.org/browse/JBIDE-15744
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.1.x, 4.2.0.Alpha1
> Reporter: Martes Wigglesworth
> Assignee: Andre Dietisheim
> Fix For: 4.1.1.CR1
>
>
> This enhancement to the interface will remove the requirement that users of the interface implementation instances to do extra processing to pull the list of variables from the provided immutable Map<String,IEnvirontmentVariable> instance.
--
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, 5 months
[JBoss JIRA] (JBIDE-15073) LiveReload for workspace resources should be shown under 'Show In' in context menu
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15073?page=com.atlassian.jira.plugi... ]
Xavier Coulon updated JBIDE-15073:
----------------------------------
Fix Version/s: (was: 4.1.1.Final)
> LiveReload for workspace resources should be shown under 'Show In' in context menu
> ----------------------------------------------------------------------------------
>
> Key: JBIDE-15073
> URL: https://issues.jboss.org/browse/JBIDE-15073
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: livereload
> Affects Versions: 4.1.0.Beta2
> Reporter: Michelle Murray
> Assignee: Xavier Coulon
> Fix For: 4.2.0.Alpha1
>
>
> For deployed apps, can right-click app in servers tab and click Show In > Web Browser via LiveReload Server. Easy :)
> For workspace resources, can right-click index.html file in project explorer tab and select Open With > Web Browser via LiveReload Server. But then if want to open file in editor have to click again Open With > JBoss Tools editor. So the file's default association with editors and browsers has to keep changing as I open it with LiveReload or an editor.
> A better workflow for workspace resources would be if can right-click index.html file in project explorer tab and select *Show In* > Web Browser via LiveReload Server. This would be good because:
> * Would match 'Show In' for deployed apps
> * Would leave association of file with one editor and double-clicking file would always result in opening in editor
> * Would mean not having to reset file association with editor after opening in browser with LiveReload server
--
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, 5 months
[JBoss JIRA] (JBIDE-15806) Migrate jbosstools-4.1.x and master branches to use Tycho 0.19.0
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15806?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-15806:
------------------------------------------
works for openshift jbosstools-4.1.x
{code}
mvn clean verify -DtychoVersion=0.19.0 -Dtycho.localArtifacts=ignore
{code}
{code}
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building openshift.site 2.5.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ openshift.site ---
[INFO] Deleting /home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/site/target
[INFO]
[INFO] --- tycho-packaging-plugin:0.19.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ openshift.site ---
[INFO] The project's OSGi version is 2.5.1.Beta1-v20131105-0934
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean-1) @ openshift.site ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.6.1.201212231917:prepare-agent (default) @ openshift.site ---
[INFO] argLine set to -javaagent:/home/adietish/.m2/repository/org/jacoco/org.jacoco.agent/0.6.1.201212231917/org.jacoco.agent-0.6.1.201212231917-runtime.jar=destfile=/home/adietish/jboss-workspaces/jbosstools-github/target/jacoco.exec,append=true,includes=org.jboss.tools.*
[INFO]
[INFO] --- tycho-source-plugin:0.19.0:plugin-source (plugin-source) @ openshift.site ---
[INFO]
[INFO] --- tycho-p2-publisher-plugin:0.19.0:publish-products (default-publish-products) @ openshift.site ---
[INFO]
[INFO] --- tycho-p2-publisher-plugin:0.19.0:publish-categories (default-publish-categories) @ openshift.site ---
[INFO]
[INFO] --- tycho-p2-publisher-plugin:0.19.0:attach-artifacts (default-attach-artifacts) @ openshift.site ---
[INFO]
[INFO] --- tycho-p2-repository-plugin:0.19.0:assemble-repository (default-assemble-repository) @ openshift.site ---
[INFO]
[INFO] --- tycho-p2-repository-plugin:0.19.0:archive-repository (default-archive-repository) @ openshift.site ---
[INFO] Building zip: /home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/site/target/openshift.site-2.5.1-SNAPSHOT.zip
[INFO]
[INFO] --- repository-utils:0.16.0.CR2:generate-repository-facade (generate-facade) @ openshift.site ---
[WARNING] No org.jboss.tools.central.discovery plugin in repo. Skip generation of 'jbosstools-directory.xml'
[INFO] Building zip: /home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/site/target/openshift.site-2.5.1-SNAPSHOT.zip
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] openshift.all ..................................... SUCCESS [0.337s]
[INFO] openshift.plugins ................................. SUCCESS [0.005s]
[INFO] org.jboss.tools.openshift.egit.core ............... SUCCESS [1.639s]
[INFO] org.jboss.tools.openshift.egit.ui ................. SUCCESS [0.360s]
[INFO] org.jboss.tools.openshift.express.client .......... SUCCESS [0.774s]
[INFO] org.jboss.tools.openshift.express.core ............ SUCCESS [1.478s]
[INFO] org.jboss.tools.openshift.express.ui .............. SUCCESS [3.641s]
[INFO] openshift.tests ................................... SUCCESS [0.005s]
[INFO] org.jboss.tools.openshift.egit.test ............... SUCCESS [18.991s]
[INFO] org.jboss.tools.openshift.express.test ............ SUCCESS [22.625s]
[INFO] openshift.features ................................ SUCCESS [0.009s]
[INFO] org.jboss.tools.openshift.egit.integration.feature SUCCESS [0.183s]
[INFO] org.jboss.tools.openshift.express.feature ......... SUCCESS [0.188s]
[INFO] org.jboss.tools.openshift.egit.integration.test.feature SUCCESS [0.102s]
[INFO] org.jboss.tools.openshift.express.test.feature .... SUCCESS [0.162s]
[INFO] openshift.site .................................... SUCCESS [5.380s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:17.010s
[INFO] Finished at: Tue Nov 05 10:34:59 CET 2013
[INFO] Final Memory: 75M/726M
[INFO] ------------------------------------------------------------------------
{code}
> Migrate jbosstools-4.1.x and master branches to use Tycho 0.19.0
> ----------------------------------------------------------------
>
> Key: JBIDE-15806
> URL: https://issues.jboss.org/browse/JBIDE-15806
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build
> Affects Versions: 4.1.1.CR1, 4.2.0.Alpha1
> Reporter: Nick Boldt
> Assignee: Mickael Istria
>
> With the release of Tycho 0.19, we should explore moving up to that in our parent pom, Locus, and TP builds.
> {quote}
> Tycho milestone 0.19.0 has been released and is available from maven central.
> See the release notes [1] for details of enhancements and bug fixes in this release.
> Thanks to Mickael Istria, Nepomuk Seiler, Roland Grunberg, and Thanh Ha who contributed patches for this release.
> And thanks and to everyone who helped us with testing the staged version.
> Regards,
> Tycho team
> [1] http://wiki.eclipse.org/Tycho/Release_Notes/0.19
> {quote}
--
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, 5 months
[JBoss JIRA] (JBIDE-15383) Server Launch Configuration loses Classpath User Entries
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15383?page=com.atlassian.jira.plugi... ]
Rob Stryker updated JBIDE-15383:
--------------------------------
Fix Version/s: 4.2.0.Alpha1
> Server Launch Configuration loses Classpath User Entries
> --------------------------------------------------------
>
> Key: JBIDE-15383
> URL: https://issues.jboss.org/browse/JBIDE-15383
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.1.0.Final
> Environment: Windows 7 64-bit, Java7u25 64-bit, Eclipse Kepler, JBoss AS 7.1.1
> Reporter: Daniel Atallah
> Fix For: 4.2.0.Alpha1
>
> Attachments: JBIDE_1.png, JBIDE_2.png, JBIDE_3.png
>
>
> Any additions to the Server Launch Configuration's Classpath "User Entries" are lost when the dialog is closed and reopened.
> This is likely related; there appears to be an issue where the initial values of "User Entries" are also incorrect (and are reverted from the "Restore Default Entries" value) when the dialog is reopened.
> Specifically, the "org.jboss.ide.eclipse.as.core.server.launch.runJarContainer/JBoss 7.1 Runtime Server" library to a single external "jboss-modules.jar".
> The attachments describe what happens:
> * The initial state when editing the Launch Configuration is in [^JBIDE_1.png].
> * When the "Restore Default Entries" button is clicked, the values are changed to what should be the default state ([^JBIDE_2.png]).
> * When the dialog is closed and reopened, it reverts back to the way it appeared in [^JBIDE_1.png].
> * Similarly if I manually add an external directory (or any other entry, for that matter), as appears in [^JBIDE_3.png], after closing and reopening the dialog, it reverts back to the [^JBIDE_1.png] state.
> I've tried simply clicking "OK" and also making sure I click "Apply" before clicking "OK", but that doesn't seem to have an effect.
> I've been able to replicate this on two separate (similarly configured) machines.
> This sounds very similar to JBIDE-786, but that's very old and marked as Resolved a long time ago, so I figured it'd be appropriate to file a new issue.
--
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, 5 months