Getting The Tools

If you don't have the tools installed already that Glean uses, you can get them a couple of different ways. The tools page has a list of download links that get you to that tool's site, and you can follow their instructions for download and setup.

There is also an Ant script in the Glean installation that is able to download about a dozen of the tools from public Maven repositories. It requires the Maven Ant tasks be installed, which is just one manual download, compared with a dozen. The script will also generate a properties file for Glean telling it where each of these tools is installed.

Defining Tool Homes

Glean uses a pair of properties files to tell it where each of the tools it uses can be found.

These files are simple properties files, with the convention that the property name is

(Glean tool name)home.properties
Glean uses this convention to set up the tasks and paths needed for that tool to run.