try to exclude

This commit is contained in:
Regis Houssin 2012-09-28 14:45:54 +02:00
parent d05b4cc674
commit 34e672cb45

View File

@ -67,15 +67,15 @@
<!-- Generate checkstyle.xml -->
<target name="phpcs">
<exec executable="phpcs" dir="${basedir}">
<arg line=" --standard=${basedir}/dev/codesniffer/jenkins_ruleset.xml
--report=checkstyle
--ignore=${ignorepaths},${ignoreregexp}
--report-file=${basedir}/hudson/logs/checkstyle.xml
-v
htdocs
"/>
</exec>
<exec executable="phpcs" dir="${basedir}">
<arg line=" --standard=${basedir}/dev/codesniffer/jenkins_ruleset.xml
--ignore=${basedir}/htdocs/conf,${basedir}/htdocs/core/filemanagerdol,${basedir}/htdocs/includes,**/PEAR/*,**/NET/*,**/HTTP/*,**/zendgdata/*,**/reportico/*
--report=checkstyle
--report-file=${basedir}/hudson/logs/checkstyle.xml
-v
htdocs
"/>
</exec>
</target>
<!-- Run unit tests and generate junit.xml and clover.xml -->