blob: 03024c7376dad3549dd1ccd5f526111928b76ba6 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en">
<head>
<meta name="copyright" content="Copyright (c) 2005-2007 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" >
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<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="ref-apt-factoryPath.htm">Factory Path</a>
preferences pane. It is used to view the individual processors within a plug-in 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(TM) 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 plug-ins it is always set to false.
This option only applies to processors using the Java 5 Mirror APIs. It does not affect processors
using the Java 6 annotation processing APIs.
</dd>
</dl>
</body>
</html>