This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
youys
/
ant
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
1
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Creating the HTMLReport doesnt need Ivy
master
Jan Matrne
11 years ago
parent
aa21694b84
commit
877b505fe8
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
check.xml
+ 1
- 1
check.xml
View File
@@ -105,7 +105,7 @@
</checkstyle>
</target>
<target name="htmlreport" description="--> generates a html checkstyle report"
depends="init-ivy"
>
<target name="htmlreport" description="--> generates a html checkstyle report">
<mkdir dir="${checkstyle.reportdir}"/>
<xslt in="${checkstyle.raw}" style="${stylesheet.html}"
out="${checkstyle.reportdir}/html/output.txt">
Write
Preview
Loading…
Cancel
Save