fix '\n' in jar name
- add ignorebalk and striplinebreaks to avoid additional wrong '\n' in dist jar
This commit is contained in:
@@ -20,10 +20,12 @@
|
||||
<containsregex
|
||||
pattern="project_version=([0-9.]+)$"
|
||||
replace="\1" />
|
||||
</tokenfilter>
|
||||
</tokenfilter>
|
||||
<ignoreblank />
|
||||
<striplinebreaks />
|
||||
</filterchain>
|
||||
</loadfile>
|
||||
<echo message="distversion : ${distversion}" />
|
||||
<echo message="distversion : '${distversion}'" />
|
||||
</target>
|
||||
|
||||
<target name="init">
|
||||
|
||||
Reference in New Issue
Block a user