The Free-Form Project Properties dialog box lets you to alter the settings you
entered when you created a
.
You open the Free-Form Project Properties dialog box by right-clicking a free-form
project's node in the Projects window and choosing Properties.
In the Build and Run page, you map IDE commands to targets in your project's
Ant script. The combo box for each command contains all of the targets in your
project's Ant script. You can also use the Custom Menu Items list to add shortcuts
to any of your Ant script's targets to the project node's contextual menu.
Notes:
If your Ant script does not contain a target for one of the commands on
this page, the command is unavailable in the IDE.
If the Ant target for a command lives in a separate Ant script, you have
to edit the project's project.xml file to tell the IDE where to look
for the target. See Mapping an Ant Target
to an IDE Command for more information.
If your Ant script uses an <import> target to import targets
from another Ant script, these targets only appear if the <import>
target specifies the full path to the secondary Ant script. If the <import>
target uses a property to reference the secondary Ant script, the targets
do not show up in the combo boxes. In this case, you have to map the IDE commands
to the targets by editing the project.xml file.