Arduino Mega mit Eclipse

Habe mich wohl zu früh gefreut:
Arduino Mega2560
Eclipse Galileo
Programmer: AVR ISP mkII
folgende Meldung:
"

Launching C:\WinAVR\bin\avrdude -pm2560 -cavrisp2 -Pusb -Uflash:w:Encoder.hex:a
Output:

avrdude: AVR device initialized and ready to accept instructions

Reading | ################################################## | 100% 0.01s

avrdude: Device signature = 0x1e9801
avrdude: NOTE: FLASH memory has been specified, an erase cycle will be performed
To disable this feature, specify the -D option.
avrdude: erasing chip
avrdude: reading input file "Encoder.hex"
avrdude: input file Encoder.hex auto detected as Intel Hex
avrdude: writing flash (15304 bytes):

Writing | ################################################## | 100% 4.80s

avrdude: 15304 bytes of flash written
avrdude: verifying flash memory against Encoder.hex:
avrdude: load data flash data from input file Encoder.hex:
avrdude: input file Encoder.hex auto detected as Intel Hex
avrdude: input file Encoder.hex contains 15304 bytes
avrdude: reading on-chip flash data:

Reading | ################################################## | 100% 4.74s

avrdude: verifying ...
avrdude: 15304 bytes of flash verified

avrdude done. Thank you.

avrdude finished "

heißt für mich, alles OK.

Ist es aber nicht. Weiß jemand Rat? Die Eigenschaften im Eclipse-Projekt sind auf das neue Board eingestellt. Ist ja nur AVR Dude und Hardware. Oder hab´ ich was übersehen?

Gruß Willi