[JBoss JIRA] (JBIDE-17919) Snapshot wizard: snapshot file name is not refreshed upon changes between full and deployment type
by Jeff Cantrill (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17919?page=com.atlassian.jira.plugi... ]
Jeff Cantrill commented on JBIDE-17919:
---------------------------------------
Validated the bug exists based on the revised repo steps. One thing I did notice after trying to save a second time is the file name is now (bug?):
{{/home/jeff(1).cantrill/git/diy/diy-full.tar.gz}}
which is some variation of when the file already exists and the second copy is represented USUALLY like:
{{/home/jeff.cantrill/git/diy/diy-full(1).tar.gz}}.
I'm not sure if this is the tooling code creating this file name or not; that requires additional investigation.
At [~mlabuda] suggestion, I investigated how rhc behaves and found that it does not care if the file exists or not. It overwrites the file or creates a new one. If you do not provide the '--filename' switch, it creates a file of <project_name>.tar.gz. Subsequent calls overwrite and do not add a numerical index and/or timestamp.
[~adietish] can you comment on what we should do to resolve to make it conform with intended design:
# Reload the original file name instead of the 'duplicate' file name (e.g. /home/user.name/file-full.tar.gz instead of /home/user(1).name/file-full-tar.gz or /home/user.name/file-full(1).tar.gz
# Allow the user to edit the file name by typing it in (currently not able)
# Remove 'full/deployment' from the filename to be consistent with rhc
# Add a index or timestamp to the filename to make it unique from the previous snapeshot
> Snapshot wizard: snapshot file name is not refreshed upon changes between full and deployment type
> --------------------------------------------------------------------------------------------------
>
> Key: JBIDE-17919
> URL: https://issues.jboss.org/browse/JBIDE-17919
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.2.0.Beta3
> Reporter: Marián Labuda
> Assignee: Jeff Cantrill
> Labels: snapshot_wizard
> Fix For: 4.2.0.CR1
>
>
> When trying to create a new snapshot of FULL or DEPLOYMENT type after creating a snapshot earlier, there is no change of file name for the snapshot. It's still the same file name as it was for the snapshot created right before.
> I think there was intention to let user overwrite previously created snapshot. But this brings complications because of snapshot type. We should not override FULL snapshot with DEPLOYMENT snapshot. I think also, that there should not be overriding at all, but it should be distinguished as it is (after workaround) by number of snapshot.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 8 months
[JBoss JIRA] (JBIDE-15798) Missing scroolbar in Cordova Feature Dialog
by Daniel Azarov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15798?page=com.atlassian.jira.plugi... ]
Daniel Azarov commented on JBIDE-15798:
---------------------------------------
https://github.com/eclipse/thym/pull/4
> Missing scroolbar in Cordova Feature Dialog
> -------------------------------------------
>
> Key: JBIDE-15798
> URL: https://issues.jboss.org/browse/JBIDE-15798
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid, upstream
> Affects Versions: 4.1.1.Beta1
> Environment: JBT 4.1.1 Beta1-v20131020-0207-B454
> Reporter: Vlado Pakan
> Assignee: Gorkem Ercan
> Priority: Minor
> Fix For: 4.2.0.CR1
>
>
> 1. Create new Hybrid Mobile project
> 2. Open project config.xml file in Cordova Configuration Editor
> 3. Go to Platform Properties tab. and click on Add.... button to add features
> 4. Type some text to Find text field to specify search condition which cannot be fulfilled to get empty list of plugins
> 5. Clear Find: text field
> ERROR: Opened dialog has no scroll bar
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 8 months