[JBoss JIRA] (JBIDE-13988) Provide a way to specify which JVM browsersim is using
by Yahor Radtsevich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13988?page=com.atlassian.jira.plugi... ]
Yahor Radtsevich updated JBIDE-13988:
-------------------------------------
Priority: Critical (was: Major)
> Provide a way to specify which JVM browsersim is using
> ------------------------------------------------------
>
> Key: JBIDE-13988
> URL: https://issues.jboss.org/browse/JBIDE-13988
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: browsersim
> Reporter: Max Rydahl Andersen
> Assignee: Konstantin Marmalyukov
> Priority: Critical
> Fix For: 4.1.0.Beta1
>
>
> Default would be the default jvm (the one running with eclipse)
> but should be able to point to another jvm/execution environment.
> One gotcha is that to run we need bit-matching version of swt which means if you use a 32 bit jvm on a 64 bit eclipse (or vice versa) we need to have the "opposite" swt jars available.
--
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, 11 months
[JBoss JIRA] (JBIDE-14370) Add 32bit swt libraries to eclipse64 module as a result of the build
by Yahor Radtsevich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14370?page=com.atlassian.jira.plugi... ]
Yahor Radtsevich updated JBIDE-14370:
-------------------------------------
Priority: Critical (was: Major)
Description: We need to have latest 32-bit SWT libraries in resources folder of eclipse64 browsersim module to make user able to run browserSim from x64 eclipse. (was:
We need to have latest 32-bit SWT libraries in resources folder of eclipse64 browsersim module to make user able to run browserSim from x64 eclipse.)
> Add 32bit swt libraries to eclipse64 module as a result of the build
> --------------------------------------------------------------------
>
> Key: JBIDE-14370
> URL: https://issues.jboss.org/browse/JBIDE-14370
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: browsersim
> Reporter: Konstantin Marmalyukov
> Assignee: Mickael Istria
> Priority: Critical
> Fix For: 4.1.0.Beta1
>
>
> We need to have latest 32-bit SWT libraries in resources folder of eclipse64 browsersim module to make user able to run browserSim from x64 eclipse.
--
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, 11 months
[JBoss JIRA] (JBIDE-14370) Add 32bit swt libraries to eclipse64 module as a result of the build
by Yahor Radtsevich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14370?page=com.atlassian.jira.plugi... ]
Yahor Radtsevich commented on JBIDE-14370:
------------------------------------------
A more detailed explanation follows.
The idea is to allow BrowserSim to work on 64-bit Eclipse under Windows. The problem with it is that there is no 64-bit Safari. Thus, the only way to run BrowserSim on 64-bit Eclipse is to run it on 32-bit JVM with 32-bit SWT in the java classpath.
We would like to use a BrowserSim fragment to provide 32-bit SWT bundles. The fragment should look like this:
{code}
\org.jboss.tools.vpe.browsersim.win32.win32.x86_64
\lib
\org.eclipse.swt_x.xxx.xx.jar
\org.eclipse.swt.win32.win32.x86_x.xxx.xx.jar
{code}
Our BrowserSim launcher will automatically add these SWT jars to the BrowserSim's classpath and then everything is fine.
Of course we could commit this fragment with SWT jars to git repository, but it is obviously not a good idea.
[~mickael_istria], is it possible to *automatically add 32-bit SWT libraries to this fragment during the building process*?
> Add 32bit swt libraries to eclipse64 module as a result of the build
> --------------------------------------------------------------------
>
> Key: JBIDE-14370
> URL: https://issues.jboss.org/browse/JBIDE-14370
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: browsersim
> Reporter: Konstantin Marmalyukov
> Assignee: Mickael Istria
> Fix For: 4.1.0.Beta1
>
>
> We need to have latest 32-bit SWT libraries in resources folder of eclipse64 browsersim module to make user able to run browserSim from x64 eclipse.
--
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, 11 months
[JBoss JIRA] (JBIDE-14331) Make cheatsheets more pervasive
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14331?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen updated JBIDE-14331:
----------------------------------------
Priority: Blocker (was: Major)
> Make cheatsheets more pervasive
> -------------------------------
>
> Key: JBIDE-14331
> URL: https://issues.jboss.org/browse/JBIDE-14331
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: project-examples
> Reporter: Max Rydahl Andersen
> Assignee: Snjezana Peco
> Priority: Blocker
> Fix For: 4.1.0.Beta1
>
>
> We have used cheatsheets in project examples and suggested for use in quickstarts but because they only open when using project example wizard and central imports it is not as easy to get shown to users as we would like.
> Suggestion is to make cheatsheets something that gets activated more easily - for example when importing a project with a .cheatsheet.xml file make it show up; be able to double click a cheatsheet.xml file to have it open in cheatsheet viewer as opposed to always the cheatsheet editor and so forth.
> This jira will have a few subtasks for specific concerns.
--
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, 11 months
[JBoss JIRA] (JBIDE-14331) Make cheatsheets more pervasive
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14331?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen updated JBIDE-14331:
----------------------------------------
Assignee: Snjezana Peco
> Make cheatsheets more pervasive
> -------------------------------
>
> Key: JBIDE-14331
> URL: https://issues.jboss.org/browse/JBIDE-14331
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: project-examples
> Reporter: Max Rydahl Andersen
> Assignee: Snjezana Peco
> Fix For: 4.1.0.Beta1
>
>
> We have used cheatsheets in project examples and suggested for use in quickstarts but because they only open when using project example wizard and central imports it is not as easy to get shown to users as we would like.
> Suggestion is to make cheatsheets something that gets activated more easily - for example when importing a project with a .cheatsheet.xml file make it show up; be able to double click a cheatsheet.xml file to have it open in cheatsheet viewer as opposed to always the cheatsheet editor and so forth.
> This jira will have a few subtasks for specific concerns.
--
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, 11 months
[JBoss JIRA] (JBIDE-14370) Add 32bit swt libraries to eclipse64 module as a result of the build
by Yahor Radtsevich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14370?page=com.atlassian.jira.plugi... ]
Yahor Radtsevich updated JBIDE-14370:
-------------------------------------
Description:
We need to have latest 32-bit SWT libraries in resources folder of eclipse64 browsersim module to make user able to run browserSim from x64 eclipse.
was:We need to have latest 32-bit SWT libraries in resources folder of eclipse64 browsersim module to make user able to run browserSim from x64 eclipse.
> Add 32bit swt libraries to eclipse64 module as a result of the build
> --------------------------------------------------------------------
>
> Key: JBIDE-14370
> URL: https://issues.jboss.org/browse/JBIDE-14370
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: browsersim
> Reporter: Konstantin Marmalyukov
> Assignee: Mickael Istria
> Fix For: 4.1.0.Beta1
>
>
> We need to have latest 32-bit SWT libraries in resources folder of eclipse64 browsersim module to make user able to run browserSim from x64 eclipse.
--
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, 11 months