manoja328 / avr-project-ide

Automatically exported from code.google.com/p/avr-project-ide
1 stars 1 forks source link

Exception during arduino build due to uncreated folder #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. trying to build arduino sketch
2.
3.

What is the expected output? What do you see instead?
exception about temp/arduino_main_temp.cpp not found

What version of the product are you using? On what operating system?

Please provide any additional information below.
Fixed in alpha4 after report from
http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1254027990/0

Original issue reported on code.google.com by frank.zhao.main@gmail.com on 27 Sep 2009 at 8:19

GoogleCodeExporter commented 9 years ago
Fixed in alpha4 after report from
http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1254027990/0

Fixed by calling the MakeSureFolderExists on that folder, also added try catch 
around
the first half of the StreamWriter

Original comment by frank.zhao.main@gmail.com on 27 Sep 2009 at 8:20

GoogleCodeExporter commented 9 years ago

Original comment by frank.zhao.main@gmail.com on 28 Sep 2009 at 1:52

GoogleCodeExporter commented 9 years ago

Original comment by frank.zhao.main@gmail.com on 16 Oct 2009 at 7:26