Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

ATF/XULRunner

< ATF
Revision as of 04:38, 11 August 2009 by Jacek.p.zend.com (Talk | contribs)

Mozilla XULRunner is a Mozilla runtime package that allows to embed and launch a complete Mozilla-based browser into an application.

At ATF we use XULRunner to embed Mozilla browser into Eclipse to provide advanced web development environment with such features as javascript debugging or browser DOM model inspection and more. You can get XULRunner from Mozilla downloads.

Following are the steps to package XULRunner into Eclipse update site so it can be consumed by Eclipse application.

  • Check-out the org.mozilla.xulrunner.releng project
  • Import org.eclipse.pde.build into your workspace
  • Launch antRunner with
    • application arguments: -buildfile ${workspace_loc}\org.eclipse.pde.build\scripts\build.xml
    • vmargs: -Dbuilder=${workspace_loc}\org.mozilla.xulrunner.releng -DbaseLocation=""

Back to the top