Jérôme Leroux created EASYANT-67:
------------------------------------
Summary: Error in documentation about the auto-created properties
when writing a plugin
Key: EASYANT-67
URL: https://issues.apache.org/jira/browse/EASYANT-67
Project: EasyAnt
Issue Type: Bug
Components: Documentation
Affects Versions: 0.9, 0.10, 1.0
Environment: N/A
Reporter: Jérôme Leroux
Priority: Minor
In the tutorial _How To write a plugin or a buildtype for easyant_, the
properties created from the artifact of a plugin are not under the form:
{{\[organisation\].\[module\].\[artifact\].\[type\].file}}
but under the form:
{{\[organisation\]*#*\[module\].\[artifact\].\[type\].file}}
Furthermore, the {{.\[artifact]}} is not optional when module name and artifact
name are the same. If the module name and the artifact name are the same, the
only one valid pattern is {{\[organisation\]#\[module\].\[type\].file}}. This
may be an error in the implementation and not in the documentation.
There are the same issues in the javadoc of the method
{{org.apache.easyant.tasks.AbstractImport.handleOtherResourceFile()}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)