[
https://issues.jboss.org/browse/JBIDE-11493?page=com.atlassian.jira.plugi...
]
Yahor Radtsevich updated JBIDE-11493:
-------------------------------------
Description:
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)
*Update:*
pom.xml is already placed to jbosstools-vpe/browsersim-standalone.
To build BrowserSim standalone jar you need to execute:
{code}
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
{code}
After that browsersim.jar will be created in
{{jbosstools-vpe/browsersim-standalone/application/target/application}} folder.
To run it execute:
* on Windows or Linux:
{code}
java -jar browsersim.jar
{code}
* on Mac OS:
{code}
java -XstartOnFirstThread -jar browsersim.jar
{code}
was:
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)
*Update:*
pom.xml is already placed to jbosstools-vpe/browsersim-standalone.
To build BrowserSim standalone jar you need to execute:
{code}
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
{code}
After that browsersim.jar will be created in
jbosstools-vpe/browsersim-standalone/application/target/application folder.
To run it execute:
on Windows or Linux:
{code}
java -jar browsersim.jar
{code}
on OS X:
{code}
java -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: 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)
*Update:*
pom.xml is already placed to jbosstools-vpe/browsersim-standalone.
To build BrowserSim standalone jar you need to execute:
{code}
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
{code}
After that browsersim.jar will be created in
{{jbosstools-vpe/browsersim-standalone/application/target/application}} folder.
To run it execute:
* on Windows or Linux:
{code}
java -jar browsersim.jar
{code}
* on Mac OS:
{code}
java -XstartOnFirstThread -jar browsersim.jar
{code}
--
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