Skip to content

Recompile when changing Port project properties #80

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Lahorde opened this issue Nov 20, 2013 · 2 comments
Closed

Recompile when changing Port project properties #80

Lahorde opened this issue Nov 20, 2013 · 2 comments

Comments

@Lahorde
Copy link

Lahorde commented Nov 20, 2013

Setup ; Arduino IDE 1.5.2 - Eclipse Juno - Arduino Eclipse Plugin 2.1.0.4

Issue steps :

  • compile your sketch by "clicking" on verify button, be sure build is successfull
    -Open Arduino project properties
    -modify port in Arduino->Arduino board selection ->Port
    -compile your sketch by "clicking" on verify button

Problem : a whole build is done.

@jantje
Copy link
Member

jantje commented Nov 20, 2013

I see 2 ways to achieve this.

  1. compare the old configuration to the new configuration.
  2. add a combo to select the com port.
    1 is pretty complex. 2 is currently proposed as a change request. http://eclipse.baeyens.it/remind2_2.html
    Jantje

@jantje jantje added the Help wanted If you want to become a active contributor, start looking at this issue. label Jun 27, 2015
jantje pushed a commit that referenced this issue Jul 8, 2017
I do log a info message in the error log that a clean may be required.
@jantje jantje added Status: waiting for confirmation fix works The nightly contains a fix but the fix has not yet been confirmed to work. and removed Help wanted If you want to become a active contributor, start looking at this issue. labels Jul 8, 2017
@jantje
Copy link
Member

jantje commented Jul 8, 2017

Thanks to V4.O this turns out to be easy. Well this was one of the issues I was thinking about when I did the V4 changes :-)

@jantje jantje added status: fixed in 4.2 and removed Status: waiting for confirmation fix works The nightly contains a fix but the fix has not yet been confirmed to work. labels Sep 1, 2017
@jantje jantje closed this as completed Sep 1, 2017
@jantje jantje added the domain: build The build does not work as the Arduino IDE. label Sep 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants