- Revision
- 609
- Author
- rfscholte
- Date
- 2009-06-15 11:23:36 -0500 (Mon, 15 Jun 2009)
Log Message
added failonerror="false" for moving debugfile yacc
Modified Paths
Diff
Modified: trunk/qdox/pom.xml (608 => 609)
--- trunk/qdox/pom.xml 2009-06-15 15:57:18 UTC (rev 608) +++ trunk/qdox/pom.xml 2009-06-15 16:23:36 UTC (rev 609) @@ -163,7 +163,7 @@ <arg value="-Jpackage=com.thoughtworks.qdox.parser.impl" /> <arg value="${basedir}/src/grammar/parser.y" /> </exec> - <move tofile="${project.build.directory}/yacc-states.txt" file="${project.build.directory}/generated-sources/parser/com/thoughtworks/qdox/parser/impl/y" /> + <move tofile="${project.build.directory}/yacc-states.txt" file="${project.build.directory}/generated-sources/parser/com/thoughtworks/qdox/parser/impl/y" failonerror="false"/> </tasks> <sourceRoot>${project.build.directory}/generated-sources/parser</sourceRoot> </configuration>
To unsubscribe from this list please visit:
