[JBoss JIRA] (JBDS-2543) JBDS70_0411: [Commit] (Dev) (P1) Offline - Examples/Archetypes - Cache Script
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBDS-2543?page=com.atlassian.jira.plugin.... ]
Fred Bricon resolved JBDS-2543.
-------------------------------
Release Notes Text:
Implemented with a groovy script : https://github.com/jbosstools/jbosstools-central/blob/master/examples/plu...
The groovy command with proper arguments is generated under Preferences > JBoss Tools > Project Examples > Offline Support.
Click on the copy to clipboard button and then paste the clipboard in a terminal. An offline/ directory will be created under the current directory.
generated offline cache should be copied under ${user.home}/.jbosstools/cache (user modifiable) and the maven repository copied in your local repo.
Once the "Enable offline mode for project examples" button is checked (after saving the preferences), Examples will be fetched from the offline directory. Switching Offline mode will also switch m2e's offline mode, if maven examples is installed.
Resolution: Done
> JBDS70_0411: [Commit] (Dev) (P1) Offline - Examples/Archetypes - Cache Script
> -----------------------------------------------------------------------------
>
> Key: JBDS-2543
> URL: https://issues.jboss.org/browse/JBDS-2543
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Requirements
> Affects Versions: 7.0.0.GA
> Reporter: Jiri Pallich
> Assignee: Fred Bricon
> Priority: Critical
> Fix For: 7.0.0.Beta2
>
>
> Central archetype/project examples
> Level 0: caching projectexamples.xml, stacks.yml
> Level 1: provide a default version
> Provide a script that pre-caches everything (e.g. Maven dependencies) for an instructor/demo'er in the field (online once, then offline), the instructor can then provide his ZIPPED .m2/repository to his students via flash drive - all students offline
--
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-14580) Improve Preferences dialog UI
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14580?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov updated JBIDE-14580:
-------------------------------------------
Description:
Opened BrowserSim preferences dialog on Linux has visible only buttons Add and Edit for device list.
When dialog is opened all four buttons should be visible.
!browsersimpref.png!
4QAs
Now tabs is added to preferences. It looks like http://snag.gy/hR0zJ.jpg and http://snag.gy/aAl3n.jpg
was:
Opened BrowserSim preferences dialog on Linux has visible only buttons Add and Edit for device list.
When dialog is opened all four buttons should be visible.
!browsersimpref.png!
> Improve Preferences dialog UI
> -----------------------------
>
> Key: JBIDE-14580
> URL: https://issues.jboss.org/browse/JBIDE-14580
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: browsersim
> Affects Versions: 4.1.0.Beta1
> Reporter: Vlado Pakan
> Assignee: Konstantin Marmalyukov
> Priority: Minor
> Fix For: 4.1.0.Beta2
>
> Attachments: browsersimpref.png
>
>
> Opened BrowserSim preferences dialog on Linux has visible only buttons Add and Edit for device list.
> When dialog is opened all four buttons should be visible.
> !browsersimpref.png!
> 4QAs
> Now tabs is added to preferences. It looks like http://snag.gy/hR0zJ.jpg and http://snag.gy/aAl3n.jpg
--
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-14843) arquillian validator security concerns
by Max Rydahl Andersen (JIRA)
Max Rydahl Andersen created JBIDE-14843:
-------------------------------------------
Summary: arquillian validator security concerns
Key: JBIDE-14843
URL: https://issues.jboss.org/browse/JBIDE-14843
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: testing-tools
Reporter: Max Rydahl Andersen
Assignee: Snjezana Peco
Priority: Blocker
Fix For: 4.1.0.Beta2
the arquillian validator seem to be running automatically and without a controlling security manager.
With that behavior we are vunerable to file deletions, system exits and malicious code.
Just try adding this to a @Deployment method:
System.exit(0);
or even worse file deletions.
This is not okey - we need next release to not allow this to happen.
--
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-14560) BrowserSim: skin selection in preferences
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14560?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov updated JBIDE-14560:
-------------------------------------------
Description:
Now selected skin depends on selected line in BrowserSim preferences.
In some cases it could be confusing. For example, if user want to edit/remove a skin, but not select it (see discussion at JBIDE-13937).
Some options to avoid accidental skin selection:
1. Do not allow to select a skin in preferences
2. Add a radio button column for skin selection
3. Highlight the selected skin in *bold* (with a double-click or a "select skin" button)
4QAs
Now skin can be changed in preferences using checkboxes
was:
Now selected skin depends on selected line in BrowserSim preferences.
In some cases it could be confusing. For example, if user want to edit/remove a skin, but not select it (see discussion at JBIDE-13937).
Some options to avoid accidental skin selection:
1. Do not allow to select a skin in preferences
2. Add a radio button column for skin selection
3. Highlight the selected skin in *bold* (with a double-click or a "select skin" button)
> BrowserSim: skin selection in preferences
> -----------------------------------------
>
> Key: JBIDE-14560
> URL: https://issues.jboss.org/browse/JBIDE-14560
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: browsersim
> Affects Versions: 4.1.0.Beta1
> Reporter: Yahor Radtsevich
> Assignee: Konstantin Marmalyukov
> Fix For: 4.1.0.Beta2
>
> Attachments: installed-jres-table.png, target-platform-table.png, web-browser-table.png
>
>
> Now selected skin depends on selected line in BrowserSim preferences.
> In some cases it could be confusing. For example, if user want to edit/remove a skin, but not select it (see discussion at JBIDE-13937).
> Some options to avoid accidental skin selection:
> 1. Do not allow to select a skin in preferences
> 2. Add a radio button column for skin selection
> 3. Highlight the selected skin in *bold* (with a double-click or a "select skin" button)
> 4QAs
> Now skin can be changed in preferences using checkboxes
--
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-14560) BrowserSim: skin selection in preferences
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14560?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov updated JBIDE-14560:
-------------------------------------------
Description:
Now selected skin depends on selected line in BrowserSim preferences.
In some cases it could be confusing. For example, if user want to edit/remove a skin, but not select it (see discussion at JBIDE-13937).
Some options to avoid accidental skin selection:
1. Do not allow to select a skin in preferences
2. Add a radio button column for skin selection
3. Highlight the selected skin in *bold* (with a double-click or a "select skin" button)
4QAs
Now skin can be changed in preferences using checkboxes http://snag.gy/hR0zJ.jpg
Selection in table means that this device can be modified.
was:
Now selected skin depends on selected line in BrowserSim preferences.
In some cases it could be confusing. For example, if user want to edit/remove a skin, but not select it (see discussion at JBIDE-13937).
Some options to avoid accidental skin selection:
1. Do not allow to select a skin in preferences
2. Add a radio button column for skin selection
3. Highlight the selected skin in *bold* (with a double-click or a "select skin" button)
4QAs
Now skin can be changed in preferences using checkboxes
> BrowserSim: skin selection in preferences
> -----------------------------------------
>
> Key: JBIDE-14560
> URL: https://issues.jboss.org/browse/JBIDE-14560
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: browsersim
> Affects Versions: 4.1.0.Beta1
> Reporter: Yahor Radtsevich
> Assignee: Konstantin Marmalyukov
> Fix For: 4.1.0.Beta2
>
> Attachments: installed-jres-table.png, target-platform-table.png, web-browser-table.png
>
>
> Now selected skin depends on selected line in BrowserSim preferences.
> In some cases it could be confusing. For example, if user want to edit/remove a skin, but not select it (see discussion at JBIDE-13937).
> Some options to avoid accidental skin selection:
> 1. Do not allow to select a skin in preferences
> 2. Add a radio button column for skin selection
> 3. Highlight the selected skin in *bold* (with a double-click or a "select skin" button)
> 4QAs
> Now skin can be changed in preferences using checkboxes http://snag.gy/hR0zJ.jpg
> Selection in table means that this device can be modified.
--
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-2805) Ease uninstall/update operations through Eclipse update framework
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-2805?page=com.atlassian.jira.plugin... ]
Max Rydahl Andersen closed JBIDE-2805.
--------------------------------------
Resolution: Out of Date
> Ease uninstall/update operations through Eclipse update framework
> -----------------------------------------------------------------
>
> Key: JBIDE-2805
> URL: https://issues.jboss.org/browse/JBIDE-2805
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: Build/Releng
> Affects Versions: 3.0.0.alpha
> Reporter: Denis Golovin
> Assignee: Max Rydahl Andersen
> Priority: Critical
> Fix For: LATER
>
> Attachments: JBossToolsFeatures.png
>
>
> Now we have several features (see attached pictures). There is no common prefix for them and that doesn't help to ease update/uninstall. Now they are
> scattered between installed items and it is difficult to find them in Installed Software list.
> So my proposition is to have prefix JBT or JBoss Tools for all features to keep them together in Installed Software list. Another solution is to have pattern for feature names, for instance, JBoss <component name> Tools, so list would look like:
> JBoss ESB Tools
> JBoss Seam Tools
> JBoss Protlet Tools
> JBoss Struts Tools
> JBoss ReachFaces Tools
> JBoss WS Tools
> JBoss Hibernate Console
> JBoss AS Tools
> e.t.c.
--
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