Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [iam-dev] Question on the behavior of the builder

Abel Muiño wrote:


2009/3/10 Korina Cordero <kcordero@xxxxxxxxx <mailto:kcordero@xxxxxxxxx>>

    Right now, I just have a simple project in my workspace and when I
    added a dependency to it, it didn't build.  So, I guess, it's a bug?


It looks like a bug. If I add a new dependency, I need my code to use it. However, I thought that JDT automatically initiated a rebuild when the project classpath is changed (but I might be wrong).

It rebuilds the first time you add/delete a dependency but on subsequent add/delete, the classpath container is still unchanged. While debugging the problem, rebuild is indeed initiated every time you add/delete dependency. However, whatever dependencies you have in your pom prior to adding/deleting a dependency will still be the dependencies after you've added/deleted a dependency.

I filed a bug for this. https://bugs.eclipse.org/bugs/show_bug.cgi?id=267777

--
Abel Muiño - http://ramblingabout.wordpress.com/
------------------------------------------------------------------------

_______________________________________________
iam-dev mailing list
iam-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/iam-dev



Back to the top