orderFile fails for other values
--------------------------------
Key: MSQL-62
URL: http://jira.codehaus.org/browse/MSQL-62
Project: Maven 2.x SQL Plugin
Issue Type: Bug
Affects Versions: 1.4
Reporter: Dieter König
As documentation of orderFile parameter says it should accept all other values
and use them in the sense of 'none'. I just did it that way and then the build
fails with:
Failed to configure plugin parameters for:
org.codehaus.mojo:sql-maven-plugin:1.4
Cause: Setter org.codehaus.mojo.sql.SqlExecMojo.setOrderFile( java.lang.Class )
threw exception when called with parameter 'none': none is not a valid value
for orderFile, only 'ascending' or 'descending'.
Well, the problem is that if i dont specify 'orderFile' then my files are also
ordered. If you can give me a hint how to prevent ordering it would very
appreciated.
Here is a snippet of configuration:
<configuration>
<orderFile>none</orderFile>
...
</configuration>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.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