CyberCircuits / arduino-netbeans

http://code.google.com/p/arduino-netbeans
0 stars 0 forks source link

Renaming project does not rename dist/debug/arduino-windows/<PROJECTNAME> file #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create new project
2. Clean and build project (build returns successful)
3. Rename project (to anything)
4. Clean and build project again
5. build returns failed :- 

c:/Programs/GnuWin32/bin/make: Invalid argument
make[1]: *** [.build-conf] Error 126
make[1]: Leaving directory 
`C:/Users/maspin/Documents/NetBeansProjects/StockSense_v2'
make: *** [.build-impl] Error 2

BUILD FAILED (exit value 2, total time: 656ms)

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

Netbeans 8.0, arduino plugin version 7.4

Original issue reported on code.google.com by matthew....@gmail.com on 16 Jan 2015 at 11:27

GoogleCodeExporter commented 9 years ago
Please note, manually renaming the files after changing project name fixes the 
issue providing the project is then immediately built afterwards. Should the 
user wait for more than 30 seconds, the build will then fail again.

Original comment by matthew....@gmail.com on 16 Jan 2015 at 11:28