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

Yahor Radtsevich (JIRA) jira-events at lists.jboss.org
Mon Jul 30 10:05:07 EDT 2012


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

Yahor Radtsevich edited comment on JBIDE-11493 at 7/30/12 10:04 AM:
--------------------------------------------------------------------

I have created an ant script that builds a single multiplatform jar (approach 2). The size of the .jar is around 10MB.
To test it, execute the following commands:
{code}
svn co http://anonsvn.jboss.org/repos/jbosstools/workspace/yradtsevich/browsersim/org.jboss.tools.browsersim.app-ant/
cd org.jboss.tools.browsersim.app-ant
ant checkoutThis getLib compile jar
{code}
You should get
{code}
build/jar/browsersim.jar
{code}
It can be run by executing
on Windows and Linux:
{code}java -jar browsersim.jar{code}
on OS X:
{code}java -XstartOnFirstThread -jar browsersim.jar{code}
                
      was (Author: yradtsevich):
    I have created an ant script that builds a single multiplatform jar (approach 2).
To test it, execute the following commands:
{code}
svn co http://anonsvn.jboss.org/repos/jbosstools/workspace/yradtsevich/browsersim/org.jboss.tools.browsersim.app-ant/
cd org.jboss.tools.browsersim.app-ant
ant checkoutThis getLib compile jar
{code}
You should get
{code}
build/jar/browsersim.jar
{code}
It can be run by executing
on Windows and Linux:
{code}java -jar browsersim.jar{code}
on OS X:
{code}java -XstartOnFirstThread -jar browsersim.jar{code}
                  
> 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