Skip to content

Commit 64ef5f7

Browse files
committed
fixing build problems with openjdk-7-jdk
1 parent 91d7401 commit 64ef5f7

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

build.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,12 +213,15 @@ Walter Higgins
213213
<!-- download babel -->
214214
<get src="https://github.com/babel/babel-standalone/releases/download/release-6.26.0/babel.js"
215215
verbose="true"
216+
ignoreerrors="true"
216217
dest="${dist}/js/modules/babel.js"/>
217218
</target>
218219

219220
<target name="get_underscore" depends="copy-js" unless="underscore.present">
220221
<!-- download underscore -->
221-
<get src="https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore.js" verbose="true"
222+
<get src="https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore.js"
223+
verbose="true"
224+
ignoreerrors="true"
222225
dest="${dist}/js/modules/underscore.js"/>
223226
</target>
224227

0 commit comments

Comments
 (0)