[JBoss JIRA] (JBIDE-11493) Create standalone BrowserSim application
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBIDE-11493?page=com.atlassian.jira.plugi... ]
Denis Golovin closed JBIDE-11493.
---------------------------------
Resolution: Done
It was pushed into master only.
> Create standalone BrowserSim application
> ----------------------------------------
>
> Key: JBIDE-11493
> URL: https://issues.jboss.org/browse/JBIDE-11493
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: browsersim
> Affects Versions: 3.3.0.Beta3
> Reporter: Denis Golovin
> Assignee: Konstantin Marmalyukov
> Priority: Critical
> Labels: new_and_noteworthy
> Fix For: 4.1.0.Alpha1
>
>
> 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
12 years, 9 months
[JBoss JIRA] (JBIDE-11493) Create standalone BrowserSim application
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBIDE-11493?page=com.atlassian.jira.plugi... ]
Denis Golovin updated JBIDE-11493:
----------------------------------
Fix Version/s: (was: 4.0.x)
> Create standalone BrowserSim application
> ----------------------------------------
>
> Key: JBIDE-11493
> URL: https://issues.jboss.org/browse/JBIDE-11493
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: browsersim
> Affects Versions: 3.3.0.Beta3
> Reporter: Denis Golovin
> Assignee: Konstantin Marmalyukov
> Priority: Critical
> Labels: new_and_noteworthy
> Fix For: 4.1.0.Alpha1
>
>
> 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
12 years, 9 months
[JBoss JIRA] (JBIDE-3628) Plugins should be .jar's not directories for efficiency sake
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBIDE-3628?page=com.atlassian.jira.plugin... ]
Denis Golovin edited comment on JBIDE-3628 at 6/28/13 2:31 PM:
---------------------------------------------------------------
{quote} eclipse knows how to handle jars inside jared plugins, it put all such jars into cache and then use them without unzipping constantly.{quote} The jars should be just referenced right way in Runtime section of manifest.
was (Author: dgolovin):
{quoye} eclipse knows how to handle jars inside jared plugins, it put all such jars into cache and then use them without unzipping constantly.{quote} The jars should be just referenced right way in Runtime section of manifest.
> Plugins should be .jar's not directories for efficiency sake
> ------------------------------------------------------------
>
> Key: JBIDE-3628
> URL: https://issues.jboss.org/browse/JBIDE-3628
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: Build/Releng
> Reporter: Max Rydahl Andersen
> Assignee: Denis Golovin
> Priority: Critical
> Fix For: 4.2.0.Alpha1
>
> Attachments: exception.log
>
>
> 65 of our plugins are bundled exploded instead of a .jar
> Some are probably just mistakes and can easily be packed others are because of legacy code assuming it can access the files directly and even store data in the plugins - that should be fixed.
> What should be fixed:
> 1. The way how plug-ins use images in plugin.xml, in java code and in .meta xmodel files
> 2. Plug-ins that loads resources should be aware that they are in jar now (VPE should be able to load templates from plugin jar files)
> 3. Some plug-ins contain resources registered in XML catalog
> 4. common.projecttemplates contains resources that is used as template for new projects
> 5. TBD
--
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
12 years, 9 months
[JBoss JIRA] (JBIDE-15059) Server adapter: tells me that there are local commit that I can publish even though there are none
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15059?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-15059:
-------------------------------------
Fix Version/s: 4.2.0.Alpha1
> Server adapter: tells me that there are local commit that I can publish even though there are none
> --------------------------------------------------------------------------------------------------
>
> Key: JBIDE-15059
> URL: https://issues.jboss.org/browse/JBIDE-15059
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Fix For: 4.2.0.Alpha1
>
> Attachments: already-up-to-date.png, committed-changes-to-publish.png
>
>
> 1. EXEC: launch OpenShift Application wizard
> 2. EXEC: create a new application and have it imported to your workspace
> 3. EXEC: After the import the adapter will tell you that there are local commits that you may want to publish to OpenShift. Tell it to do so
> !committed-changes-to-publish.png!
> 4. EXEC: Pick your server adapter and tell it to publish to OpenShift
> Result:
> The adapter tells you that you that there are local commits that you may push.
> !committed-changes-to-publish.png!
> Expected:
> We just pushed there cannot be local commits that were not pushed yet
> 5. EXEC: Confirm the dialog and tell it to publish
> Result:
> It tells you that OpenShift is already up-to-date (which is true!)
> !already-up-to-date.png!
--
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
12 years, 9 months
[JBoss JIRA] (JBIDE-15059) Server adapter: tells me that there are local commit that I can publish even though there are none
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15059?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-15059:
-------------------------------------
Affects Version/s: 4.1.0.CR1
> Server adapter: tells me that there are local commit that I can publish even though there are none
> --------------------------------------------------------------------------------------------------
>
> Key: JBIDE-15059
> URL: https://issues.jboss.org/browse/JBIDE-15059
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.1.0.CR1
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Fix For: 4.2.0.Alpha1
>
> Attachments: already-up-to-date.png, committed-changes-to-publish.png
>
>
> 1. EXEC: launch OpenShift Application wizard
> 2. EXEC: create a new application and have it imported to your workspace
> 3. EXEC: After the import the adapter will tell you that there are local commits that you may want to publish to OpenShift. Tell it to do so
> !committed-changes-to-publish.png!
> 4. EXEC: Pick your server adapter and tell it to publish to OpenShift
> Result:
> The adapter tells you that you that there are local commits that you may push.
> !committed-changes-to-publish.png!
> Expected:
> We just pushed there cannot be local commits that were not pushed yet
> 5. EXEC: Confirm the dialog and tell it to publish
> Result:
> It tells you that OpenShift is already up-to-date (which is true!)
> !already-up-to-date.png!
--
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
12 years, 9 months
[JBoss JIRA] (JBIDE-15059) Server adapter: tells me that there are local commit that I can publish even though there are none
by Andre Dietisheim (JIRA)
Andre Dietisheim created JBIDE-15059:
----------------------------------------
Summary: Server adapter: tells me that there are local commit that I can publish even though there are none
Key: JBIDE-15059
URL: https://issues.jboss.org/browse/JBIDE-15059
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Attachments: already-up-to-date.png, committed-changes-to-publish.png
1. EXEC: launch OpenShift Application wizard
2. EXEC: create a new application and have it imported to your workspace
3. EXEC: After the import the adapter will tell you that there are local commits that you may want to publish to OpenShift. Tell it to do so
!committed-changes-to-publish.png!
4. EXEC: Pick your server adapter and tell it to publish to OpenShift
Result:
The adapter tells you that you that there are local commits that you may push.
!committed-changes-to-publish.png!
Expected:
We just pushed there cannot be local commits that were not pushed yet
5. EXEC: Confirm the dialog and tell it to publish
Result:
It tells you that OpenShift is already up-to-date (which is true!)
!already-up-to-date.png!
--
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
12 years, 9 months
[JBoss JIRA] (JBIDE-15059) Server adapter: tells me that there are local commit that I can publish even though there are none
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15059?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-15059:
-------------------------------------
Attachment: committed-changes-to-publish.png
already-up-to-date.png
> Server adapter: tells me that there are local commit that I can publish even though there are none
> --------------------------------------------------------------------------------------------------
>
> Key: JBIDE-15059
> URL: https://issues.jboss.org/browse/JBIDE-15059
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Attachments: already-up-to-date.png, committed-changes-to-publish.png
>
>
> 1. EXEC: launch OpenShift Application wizard
> 2. EXEC: create a new application and have it imported to your workspace
> 3. EXEC: After the import the adapter will tell you that there are local commits that you may want to publish to OpenShift. Tell it to do so
> !committed-changes-to-publish.png!
> 4. EXEC: Pick your server adapter and tell it to publish to OpenShift
> Result:
> The adapter tells you that you that there are local commits that you may push.
> !committed-changes-to-publish.png!
> Expected:
> We just pushed there cannot be local commits that were not pushed yet
> 5. EXEC: Confirm the dialog and tell it to publish
> Result:
> It tells you that OpenShift is already up-to-date (which is true!)
> !already-up-to-date.png!
--
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
12 years, 9 months