blob: b8d4b7480f971cd64492557038db46736dd5fc75 [file] [log] [blame]
<html><head><META http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Discovery of Plan files in the workspace</title><meta content="DocBook XSL Stylesheets V1.76.0" name="generator"><link rel="home" href="index.html" title="Virgo Tools Guide"><link rel="up" href="ch08.html" title="Chapter&nbsp;8.&nbsp;Developing Plans"><link rel="prev" href="ch08.html" title="Chapter&nbsp;8.&nbsp;Developing Plans"><link rel="next" href="ch09.html" title="Chapter&nbsp;9.&nbsp;Developing PARs"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table summary="Navigation header" width="100%"><tr><td align="left" width="20%"><a accesskey="p" href="ch08.html">Prev</a>&nbsp;</td><th align="center" width="60%">&nbsp;</th><td align="right" width="20%">&nbsp;<a accesskey="n" href="ch09.html">Next</a></td></tr></table><hr></div><div class="section" title="Discovery of Plan files in the workspace"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="planPublishing"></a>Discovery of Plan files in the workspace</h2></div></div></div><p>
The Virgo Tools create Plan projects as special types of Java projects with an additional Virgo-specific nature.
Plan files must be created within the source folder(s) of Plan projects.
</p><p>
When a Plan file refers to another Plan file, the Virgo Tools will look for the referred Plan file in the same project
of the top-level Plan and in all the Plan projects that are directly or indirectly reachable via the project's <span class="emphasis"><em>Java
Build Path</em></span>.
If more than one Plan with the same name is found in the project's <span class="emphasis"><em>Java Build Path</em></span>, the Virgo Tooling will
pick the first found when following the <span class="emphasis"><em>Java Build Path</em></span> defined class-path order.
Note that the Plan is identified by the value of the <span class="emphasis"><em>name</em></span> attribute of the <span class="emphasis"><em>plan</em></span> element
inside the Plan XML document and not the by the file name.
</p></div><div class="navfooter"><hr><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="ch08.html">Prev</a>&nbsp;</td><td align="center" width="20%"><a accesskey="u" href="ch08.html">Up</a></td><td align="right" width="40%">&nbsp;<a accesskey="n" href="ch09.html">Next</a></td></tr><tr><td valign="top" align="left" width="40%">&nbsp;</td><td align="center" width="20%"><a accesskey="h" href="index.html">Home</a></td><td valign="top" align="right" width="40%">&nbsp;</td></tr></table></div></body></html>