Fix: try another method for find the problem
This commit is contained in:
parent
f22c27c8bf
commit
99b1c63712
@ -69,10 +69,11 @@
|
|||||||
|
|
||||||
<!-- Generate checkstyle.xml -->
|
<!-- Generate checkstyle.xml -->
|
||||||
<target name="phpcs">
|
<target name="phpcs">
|
||||||
<exec executable="phpcs" dir="${basedir}" output="${basedir}/hudson/logs/checkstyle.xml">
|
<exec executable="phpcs" dir="${basedir}">
|
||||||
<arg line=" --standard=${basedir}/dev/codesniffer/jenkins_ruleset.xml
|
<arg line=" --standard=${basedir}/dev/codesniffer/jenkins_ruleset.xml
|
||||||
--report=checkstyle
|
--report=checkstyle
|
||||||
--ignore=${ignorepaths},${ignoreregexp}
|
--ignore=${ignorepaths},${ignoreregexp}
|
||||||
|
--report-file=${basedir}/hudson/logs/checkstyle.xml
|
||||||
htdocs
|
htdocs
|
||||||
"/>
|
"/>
|
||||||
</exec>
|
</exec>
|
||||||
|
|||||||
@ -67,10 +67,11 @@
|
|||||||
|
|
||||||
<!-- Generate checkstyle.xml -->
|
<!-- Generate checkstyle.xml -->
|
||||||
<target name="phpcs">
|
<target name="phpcs">
|
||||||
<exec executable="phpcs" dir="${basedir}" output="${basedir}/hudson/logs/checkstyle.xml">
|
<exec executable="phpcs" dir="${basedir}">
|
||||||
<arg line=" --standard=${basedir}/dev/codesniffer/jenkins_ruleset.xml
|
<arg line=" --standard=${basedir}/dev/codesniffer/jenkins_ruleset.xml
|
||||||
--report=checkstyle
|
--report=checkstyle
|
||||||
--ignore=${ignorepaths},${ignoreregexp}
|
--ignore=${ignorepaths},${ignoreregexp}
|
||||||
|
--report-file=${basedir}/hudson/logs/checkstyle.xml
|
||||||
htdocs
|
htdocs
|
||||||
"/>
|
"/>
|
||||||
</exec>
|
</exec>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user