Skip to content
Snippets Groups Projects
Commit 160e7986 authored by brinn's avatar brinn
Browse files

fix: ensure classes directory exists when creating src zip

SVN: 10421
parent ecf018bd
No related branches found
No related tags found
No related merge requests found
......@@ -101,6 +101,7 @@
<target name="src-zip">
<build-info revision="revision.number" version="version.number" clean="clean.flag" />
<mkdir dir="${classes}" />
<echo file="${build.info.file}">${version.number}:${revision.number}:${clean.flag}</echo>
<jar destfile="${src.zip.file}">
<fileset dir="${classes}">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment