Author: centic
Date: Mon Jan 20 19:55:44 2014
New Revision: 1559818
URL: http://svn.apache.org/r1559818
Log:
Fix pattern for license check failure
Modified:
poi/trunk/build.xml
Modified: poi/trunk/build.xml
URL:
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1559818&r1=1559817&r2=1559818&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Mon Jan 20 19:55:44 2014
@@ -1379,7 +1379,6 @@ under the License.
<echo>${rat.reportcontent}</echo>
<!-- fail the build if at least one note is in the report -->
- <fail><condition><not><contains string="${rat.reportcontent}"
substring="Notes: 0"/></not></condition>
- </fail>
+ <fail><condition><matches pattern="[1-9][0-9]* Unknown Licens"
string="${rat.reportcontent}"/></condition></fail>
</target>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]