Stephanos Piperoglou created MOJO-1810:
------------------------------------------
Summary: Files are processed in place, causing duplicate processing
Key: MOJO-1810
URL: https://jira.codehaus.org/browse/MOJO-1810
Project: Mojo
Issue Type: Bug
Components: native2ascii
Affects Versions: native2ascii-1.0-beta-1
Reporter: Stephanos Piperoglou
Since beta-1, native2ascii has no option to specify separate source and target
directories, so files are converted in place. If it is bound to the default
lifecycle and the build is run twice without first cleaning, the converted
files are converted again, making them unusable.
Steps to reproduce:
1. create a maven project
2. put a native properties file in src/main/resources
3. add native2ascii plugin with default configuration
4. build to any goal past process-classes (e.g. package or install) > The
escaped files are now in target/classes
5. without cleaning, build again
Expected: The escaped files should be in target/classes as they were after step
4
Observed: The files in target/classes have been escaped twice
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email