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

Denis Golovin (JIRA) jira-events at lists.jboss.org
Mon Apr 30 17:09:19 EDT 2012


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

Denis Golovin commented on JBIDE-11493:
---------------------------------------

There are several ways to build it:
# As eclipse based app using tycho eclipse-repository packaging
## using .product definition that includes eclipse platform feature, browsersim feature and has custom browsersim launcher (
## using category.xml and binary feature with .sh and .bat scripts to start browsersim using java -cp plugins org.jboss.tools.vpe.browsersim.ui.BrowserSim 
# As custom build that just pulls required archives and merge the all together into one executable jar 

Drawback for 1.1 is its size, but it could be configured to use eclipse update to deliver new versions
To test 1.1 under linux read BrowserSim FAQ https://community.jboss.org/wiki/BrowserSimFAQ then
{code}mkdir browsersim
cd browsersim
svn checkout https://svn.jboss.org/repos/jbosstools/workspace/dgolovin/org.jboss.tools.browsersim.app
mvn package
{code}

then depending on your platform 
{code}./target/products/org.jboss.tools.browsersim/linux/gtk/x86_64/browsersim{code}
or
{code}./target/products/org.jboss.tools.browsersim/linux/gtk/x86/browsersim{code}
not all actions from menu are gonna work, but you can change skins for sure
                
> 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: Yahor Radtsevich
>             Fix For: 3.3.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: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list