[JBoss JIRA] (JBIDE-14797) weird question/dialog with missing info when project from archetype/quickstart already exists
by Radim Hopp (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14797?page=com.atlassian.jira.plugi... ]
Radim Hopp closed JBIDE-14797.
------------------------------
Verified in JBDS 7.1.0.Alpha1
> weird question/dialog with missing info when project from archetype/quickstart already exists
> ---------------------------------------------------------------------------------------------
>
> Key: JBIDE-14797
> URL: https://issues.jboss.org/browse/JBIDE-14797
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Reporter: Max Rydahl Andersen
> Assignee: Fred Bricon
> Fix For: 4.1.1.Alpha1, 4.2.0.Alpha1
>
>
> Install a quickstart twice and you get this
> http://screencast.com/t/Ptqsqevoe
> Title: "Overwrite"
> "There is the '<name>' project on the destination path:
> Would you like to overwrite it ?"
> Should this dialog actually have a Warning icon or similar and be worded a bit more assertive and not have blank fields - like:
> Title: "Warning: Directory already exists"
> "The project '<name>' already exist at '<actual path>'.
> Do you wish to overwrite this directory ?
> This cannot be undone"
> This is assuming it is actually a project and not a directory.
> btw. is the directory actually overwrittten or actually just copied on top ?
--
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, 7 months
[JBoss JIRA] (JBIDE-15165) CordovaSim does not warn users that it needs Safari to run
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15165?page=com.atlassian.jira.plugi... ]
Vlado Pakan closed JBIDE-15165.
-------------------------------
Verified with JBT Alpha1-v20130909-0110-B392
> CordovaSim does not warn users that it needs Safari to run
> ----------------------------------------------------------
>
> Key: JBIDE-15165
> URL: https://issues.jboss.org/browse/JBIDE-15165
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: browsersim
> Affects Versions: 4.1.0.CR1
> Environment: Windows 8
> Reporter: Stefan Bunciak
> Assignee: Konstantin Marmalyukov
> Priority: Critical
> Labels: new_and_noteworthy
> Fix For: 4.1.1.Alpha1, 4.2.0.Alpha1
>
>
> Trying to run Hybrid Mobile Application in CordovaSim did nothing, then I tried to open standalone BrowserSim and it turned out that I'm missing Safari. I think the same applies to CordovaSim, so it should warn users of missing Safari installation.
--
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, 7 months
[JBoss JIRA] (JBIDE-15392) Add api in server needed for source lookup
by Snjezana Peco (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15392?page=com.atlassian.jira.plugi... ]
Snjezana Peco edited comment on JBIDE-15392 at 9/11/13 5:47 AM:
----------------------------------------------------------------
{quote}
"A source lookup container knows only a home directory" - you keep repeating this but why don't we make it so it can use either a home directory (and then just scans for all jars) or a specific server which would then be able to provide much more specific knowledge like this API jboss servers could expose ?
Similar could be made for tomcats etc. if this was setup as an extension point where runtime type was mapped to a class that could handle it.
{quote}
It is possible to make specific containers for different server types.
The PR from JBIDE-13851 recognizes a server type and scans jars based on it.
However, this jira is created in order to introduce a new API that would provide the Source Lookup plugin not to depend on a server type, i.e., we wouldn't change the Source Lookup plugin when a new server type is introduced.
The PR looks fine and can already be used. It would be just good the API to return jars for a default configuration for JBoss AS < 7.0. That isn't obliged, but can be easily added.
Creating a specific container for Tomcat, Glassfish... would require introducing new dependencies. In my opinion, they would need to be created in separate plugins.
was (Author: snjeza):
{quote}
"A source lookup container knows only a home directory" - you keep repeating this but why don't we make it so it can use either a home directory (and then just scans for all jars) or a specific server which would then be able to provide much more specific knowledge like this API jboss servers could expose ?
Similar could be made for tomcats etc. if this was setup as an extension point where runtime type was mapped to a class that could handle it.
{quote}
It is possible to make specific containers for different server types.
The PR from JBIDE-13851 recognizes a server type and scans jars based on it.
However, this jira is created in order to introduce a new API that would provide the Source Lookup plugin not to depend on a server type, i.e., we wouldn't change the Source Lookup plugin when a new sever type is introduced.
The PR looks fine and can already be used. It would be just good the API to return jars for a default configuration for JBoss AS < 7.0. That isn't obliged, but can be easily added.
Creating a specific container for Tomcat, Glassfish... would require introducing new dependencies. In my opinion, they would need to be created in separate plugins.
> Add api in server needed for source lookup
> ------------------------------------------
>
> Key: JBIDE-15392
> URL: https://issues.jboss.org/browse/JBIDE-15392
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: maven, server
> Reporter: Max Rydahl Andersen
> Assignee: Rob Stryker
> Fix For: 4.2.0.Alpha1
>
>
> As uncovered in https://github.com/jbosstools/jbosstools-central/pull/128/files#L5L120 we got a problem with source lookup code always having to play catchup with server changes.
> We need to define a stable api that can be used here.
> lets outline what api is actually needed and then subjiras for the specifics.
> For me it looks like server lookup needs a few things:
> 0. know exact version of server
> 1. know the file structure of a certain server
> 2. get dir or directories that contain jar that is the "runtime"
> My guess is that #2 might just be sufficient for source code lookup.
> Any comments ?
--
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, 7 months
[JBoss JIRA] (JBIDE-15392) Add api in server needed for source lookup
by Snjezana Peco (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15392?page=com.atlassian.jira.plugi... ]
Snjezana Peco commented on JBIDE-15392:
---------------------------------------
{quote}
"A source lookup container knows only a home directory" - you keep repeating this but why don't we make it so it can use either a home directory (and then just scans for all jars) or a specific server which would then be able to provide much more specific knowledge like this API jboss servers could expose ?
Similar could be made for tomcats etc. if this was setup as an extension point where runtime type was mapped to a class that could handle it.
{quote}
It is possible to make specific containers for different server types.
The PR from JBIDE-13851 recognizes a server type and scans jars based on it.
However, this jira is created in order to introduce a new API that would provide the Source Lookup plugin not to depend on a server type, i.e., we wouldn't change the Source Lookup plugin when a new sever type is introduced.
The PR looks fine and can already be used. It would be just good the API to return jars for a default configuration for JBoss AS < 7.0. That isn't obliged, but can be easily added.
Creating a specific container for Tomcat, Glassfish... would require introducing new dependencies. In my opinion, they would need to be created in separate plugins.
> Add api in server needed for source lookup
> ------------------------------------------
>
> Key: JBIDE-15392
> URL: https://issues.jboss.org/browse/JBIDE-15392
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: maven, server
> Reporter: Max Rydahl Andersen
> Assignee: Rob Stryker
> Fix For: 4.2.0.Alpha1
>
>
> As uncovered in https://github.com/jbosstools/jbosstools-central/pull/128/files#L5L120 we got a problem with source lookup code always having to play catchup with server changes.
> We need to define a stable api that can be used here.
> lets outline what api is actually needed and then subjiras for the specifics.
> For me it looks like server lookup needs a few things:
> 0. know exact version of server
> 1. know the file structure of a certain server
> 2. get dir or directories that contain jar that is the "runtime"
> My guess is that #2 might just be sufficient for source code lookup.
> Any comments ?
--
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, 7 months