5.1.1.4. Output
<output/> is a sub element of <personel-iom-project>.
This element marks the location of the project’s output folder. It distinguishes three file types for which a location can be given:
java
xml
file (any file type other than java and xml)
1 2 3 4 5 6 7 8 9 10 | <personal-iom-project>
...
<output>
<path type="java">../quickstart</path>
<path type="xml">../quickstart</path>
<path type="file">../quickstart</path>
</output>
...
</personel-iom-project>
|
Attributes
There are no attributes for <output/>.
Sub elements
Name |
Details |
Number |
---|---|---|
path |
Marks the location of the output folder for each defined type of file. A maximum of three of these sub elements is allowed. However at least one with “type=(java|xml|file)” is mandatory. |
1-3 |