[jbosstools-issues] [JBoss JIRA] (JBIDE-11493) Create standalone BrowserSim application

Konstantin Marmalyukov (JIRA) jira-events at lists.jboss.org
Tue Nov 27 10:58:21 EST 2012


    [ https://issues.jboss.org/browse/JBIDE-11493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12737404#comment-12737404 ] 

Konstantin Marmalyukov commented on JBIDE-11493:
------------------------------------------------

To build browserSim standalone application you need to execute maven command {panel}mvn clean install{panel}
from jbosstools-vpe\browsersim-standalone\ folder.

After build jar file will be placed at jbosstools-vpe\browsersim-standalone\application\target\application folder.
To run it, execute command:
* for Windows and Linux {panel}java -jar browsersim.jar{panel}
* for Mac OS {panel}java -XstartOnFirstThread -jar browsersim.jar{panel}
                
> Create standalone BrowserSim application
> ----------------------------------------
>
>                 Key: JBIDE-11493
>                 URL: https://issues.jboss.org/browse/JBIDE-11493
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: Visual Page Editor core
>    Affects Versions: 3.3.0.Beta3
>            Reporter: Denis Golovin
>            Assignee: Konstantin Marmalyukov
>            Priority: Critical
>             Fix For: 4.1.0.Alpha1, 4.0.x
>
>
> When I was looking for other Browser Simulator implementations I could not found anything downloadable for personal consumption :) would be good to provide standalone application for anyone to run. Because now to run it as standalone one need to know java and go with something like
> {code}
> java -cp /path/with/browsersim/jars;/path/to/platform/dependent/swt.jar org.jboss.tools.vpe.browsersim.ui.BrowserSim
> {code}
> In case of application it would need just a little:
> # Download archive
> # Unpack it
> # Run browsersim(.exe)

--
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


More information about the jbosstools-issues mailing list