|
264 | 264 | <fileset dir="macosx/work/Arduino.app/Contents/Resources/Java/hardware/tools" includes="**/man"/> |
265 | 265 | </delete> |
266 | 266 |
|
267 | | - <get src="http://downloads.arduino.cc/libastylej-2.03.zip" dest="macosx" usetimestamp="true" ignoreerrors="true" /> |
| 267 | + <get src="http://downloads.arduino.cc/libastylej-2.03.zip" dest="macosx" usetimestamp="true" ignoreerrors="true" verbose="true" /> |
268 | 268 | <unzip src="macosx/libastylej-2.03.zip" dest="macosx" overwrite="true"/> |
269 | 269 | <copy file="macosx/libastylej/libastylej.jnilib" todir="macosx/work/Arduino.app/Contents/Resources/Java/lib/" /> |
270 | 270 | <chmod perm="755" file="macosx/work/Arduino.app/Contents/Resources/Java/lib/libastylej.jnilib" /> |
|
475 | 475 | <copy todir="linux/work" file="linux/dist/arduino" /> |
476 | 476 | <chmod perm="755" file="linux/work/arduino" /> |
477 | 477 |
|
478 | | - <get src="http://downloads.arduino.cc/libastylej-2.03.zip" dest="linux" usetimestamp="true" ignoreerrors="true" /> |
| 478 | + <get src="http://downloads.arduino.cc/libastylej-2.03.zip" dest="linux" usetimestamp="true" ignoreerrors="true" verbose="true" /> |
479 | 479 | <unzip src="linux/libastylej-2.03.zip" dest="linux" overwrite="true"/> |
480 | 480 | <copy file="linux/libastylej/libastylej${arch-bits}.so" tofile="linux/work/lib/libastylej.so" /> |
481 | 481 | <chmod perm="755" file="linux/work/lib/libastylej.so" /> |
|
518 | 518 | </target> |
519 | 519 |
|
520 | 520 | <target name="unzip-avr-toolchain"> |
521 | | - <get src="http://downloads.arduino.cc/avr-toolchain-${file_arch}-gcc-4.3.2.zip" dest="${staging_folder}" usetimestamp="true" ignoreerrors="true" /> |
| 521 | + <get src="http://downloads.arduino.cc/avr-toolchain-${file_arch}-gcc-4.8.1.zip" dest="${staging_folder}" usetimestamp="true" ignoreerrors="true" verbose="true" /> |
522 | 522 |
|
523 | | - <checksum file="${staging_folder}/avr-toolchain-${file_arch}-gcc-4.3.2.zip" algorithm="sha" fileext=".sha" verifyproperty="checksum.matches"/> |
| 523 | + <checksum file="${staging_folder}/avr-toolchain-${file_arch}-gcc-4.8.1.zip" algorithm="sha" fileext=".sha" verifyproperty="checksum.matches"/> |
524 | 524 | <condition property="checksum.matches.fail"> |
525 | 525 | <equals arg1="${checksum.matches}" arg2="false"/> |
526 | 526 | </condition> |
527 | 527 | <fail if="checksum.matches.fail">Checksum failed. |
528 | 528 |
|
529 | | - File avr-toolchain-${file_arch}-gcc-4.3.2.zip failed checksum. |
530 | | - Please remove "${staging_folder}/avr-toolchain-${file_arch}-gcc-4.3.2.zip" and download it again. |
| 529 | + File avr-toolchain-${file_arch}-gcc-4.8.1.zip failed checksum. |
| 530 | + Please remove "${staging_folder}/avr-toolchain-${file_arch}-gcc-4.8.1.zip" and download it again. |
531 | 531 | </fail> |
532 | 532 |
|
533 | 533 | <mkdir dir="${staging_folder}/work/${staging_hardware_folder}/tools/avr" /> |
|
536 | 536 | <arg value="-n" /> |
537 | 537 | <arg value="-d" /> |
538 | 538 | <arg value="${staging_folder}/work/${staging_hardware_folder}/tools/avr" /> |
539 | | - <arg value="${staging_folder}/avr-toolchain-${file_arch}-gcc-4.3.2.zip" /> |
| 539 | + <arg value="${staging_folder}/avr-toolchain-${file_arch}-gcc-4.8.1.zip" /> |
540 | 540 | </exec> |
541 | 541 | </target> |
542 | 542 |
|
|
683 | 683 | <param name="file_arch" value="win32" /> |
684 | 684 | </antcall> |
685 | 685 |
|
686 | | - <get src="http://downloads.arduino.cc/libastylej-2.03.zip" dest="windows" usetimestamp="true" ignoreerrors="true" /> |
| 686 | + <get src="http://downloads.arduino.cc/libastylej-2.03.zip" dest="windows" usetimestamp="true" ignoreerrors="true" verbose="true" /> |
687 | 687 | <unzip src="windows/libastylej-2.03.zip" dest="windows" overwrite="true"/> |
688 | 688 | <copy file="windows/libastylej/AStylej.dll" todir="windows/work/lib" /> |
689 | 689 |
|
|
740 | 740 | <target name="windows-dist" depends="windows-build" |
741 | 741 | description="Create .zip files of windows version"> |
742 | 742 |
|
743 | | - <get src="http://downloads.arduino.cc/jre_7u40_windows_i586.zip" dest="windows/jre.zip" usetimestamp="true" ignoreerrors="true" /> |
| 743 | + <get src="http://downloads.arduino.cc/jre_7u40_windows_i586.zip" dest="windows/jre.zip" usetimestamp="true" ignoreerrors="true" verbose="true" /> |
744 | 744 |
|
745 | 745 | <unzip dest="windows/work" src="windows/jre.zip" overwrite="false"/> |
746 | 746 |
|
|
0 commit comments