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

      java -cp /path/with/browsersim/jars;/path/to/platform/dependent/swt.jar org.jboss.tools.vpe.browsersim.ui.BrowserSim
      

      In case of application it would need just a little:

      1. Download archive
      2. Unpack it
      3. Run browsersim(.exe)

      Update:
      pom.xml is already placed to jbosstools-vpe/browsersim-standalone.
      To build BrowserSim standalone jar you need to execute:

      git clone https://github.com/jbosstools/jbosstools-build.git
      git clone https://github.com/jbosstools/jbosstools-vpe.git
      cd jbosstools-vpe/browsersim-standalone
      mvn clean install
      

      After that browsersim.jar will be created in jbosstools-vpe/browsersim-standalone/application/target/application folder.
      To run it execute:

      • on Windows or Linux:
        java -jar browsersim.jar
        
      • on Mac OS:
        java -XstartOnFirstThread -jar browsersim.jar
        

            [JBIDE-11493] Create standalone BrowserSim application

            It was pushed into master only.

            Denis Golovin (Inactive) added a comment - It was pushed into master only.

            Reopened to fix "Fix Versions"

            Denis Golovin (Inactive) added a comment - Reopened to fix "Fix Versions"

            Reopening/closing to change the component to browsersim.

            Yahor Radtsevich (Inactive) added a comment - Reopening/closing to change the component to browsersim .

            Vlado, Max changed the folder structure. I'll edit the message above.

            Konstantin Marmalyukov (Inactive) added a comment - Vlado, Max changed the folder structure. I'll edit the message above.

            There is no jbosstools-vpe\browsersim-standalone\ directory in jbosstools-vpe git repository. Please provide actual steps how to build and run BrowserSim as standalone app

            Vlado Pakan (Inactive) added a comment - There is no jbosstools-vpe\browsersim-standalone\ directory in jbosstools-vpe git repository. Please provide actual steps how to build and run BrowserSim as standalone app

            To build browserSim standalone application you need to execute maven command

            mvn clean install


            from jbosstools-vpe\products\ folder.

            After build jar file will be placed at jbosstools-vpe\products\browsersim-standalone\target\application folder.
            To run it, execute command:

            • for Windows and Linux

              java -jar browsersim.jar

            • for Mac OS

              java -XstartOnFirstThread -jar browsersim.jar

            Konstantin Marmalyukov (Inactive) added a comment - - edited To build browserSim standalone application you need to execute maven command mvn clean install from jbosstools-vpe\products\ folder. After build jar file will be placed at jbosstools-vpe\products\browsersim-standalone\target\application folder. To run it, execute command: for Windows and Linux java -jar browsersim.jar for Mac OS java -XstartOnFirstThread -jar browsersim.jar

            Pushed to master.

            Yahor Radtsevich (Inactive) added a comment - Pushed to master.

            We can put build scripts to git tomorrow, but I think it will be better to improve it.
            Now BrowserSim can be packed into jar and used normally, but we have some problems:

            • BrowserSim version is downloaded from update site. We want to build it using local version of BrowserSim.
            • I cannot find Eclipse update site which doesn't depends on Eclipse version.

            Konstantin Marmalyukov (Inactive) added a comment - We can put build scripts to git tomorrow, but I think it will be better to improve it. Now BrowserSim can be packed into jar and used normally, but we have some problems: BrowserSim version is downloaded from update site. We want to build it using local version of BrowserSim. I cannot find Eclipse update site which doesn't depends on Eclipse version.

            Any ideas where we can place these scripts in git?
            What about jbosstools-vpe/build/browsersim-standalone/pom.xml?

            Yahor Radtsevich (Inactive) added a comment - Any ideas where we can place these scripts in git? What about jbosstools-vpe/build/browsersim-standalone/pom.xml?

            I actually consider this an important feature but something we can release separately so i'm moving it of CR1 but increaes its priority.

            Would be great to get those svn workspaces delivered as a pull-request to try out.

            Max Andersen added a comment - I actually consider this an important feature but something we can release separately so i'm moving it of CR1 but increaes its priority. Would be great to get those svn workspaces delivered as a pull-request to try out.

              kmarmaliykov Konstantin Marmalyukov (Inactive)
              nivologd@gmail.com Denis Golovin (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: