Hi!
I'm having problem with the the javadoc-task.
I'm failing to define a custom tag containing hyphens "-".
--snip--
<tag name="poseidon-object-id" scope="all" description="Poseidonid:"
/>
--snip--
results in the following :
...
[javadoc] C:\SimulationPropertiesDialog.java:48: warning -
@poseidon-object-id is an unknown tag.
[javadoc] Note: Custom tags that were not seen: @poseidon
[javadoc] 898 warnings
...
The custom tag name gets truncated at the first hyphen.
Anyone out there with a solution?
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org
|