blob: 9a892d26353f34bc2524a97f94817d0e4b9194da [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta name="copyright" content="Copyright (c) 2005 BEA Systems, Inc. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html" >
<title>
Advanced Factory Path Options Dialog
</title>
</head>
<body>
<h1>
Advanced Factory Path Options Dialog
</h1>
<p>The Advanced Factory Path Options dialog is reached from the <a href="factorypath.html">Factory Path</a>
preferences pane. It is used to view the individual processor factories within a plugin or jar file
and to configure additional options. Options on this dialog do not normally need to be changed from
the default.
<p>
<dl>
<dt><strong>Run this container's processors in batch mode</strong></dt>
<dd>
When this option is selected, the processors and processor factories in this jar will be run in
a mode that enhances compatibility with the Sun&trade; command-line tool apt. In this mode,
processor classes are loaded at the beginning of a build, executed over the full set of Java types,
and then unloaded, as they would be when running apt at the command line. Processors run in this
mode are only run during a full build, not during incremental builds.
This option is only configurable for jar files; for plugins it is always set to false.
</dd>
</dl>
</body>
</html>