Re: Code Completion behavior
Vitezslav Stejskal <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.projects.devel |
|---|---|
| Message-ID | <[email protected]> |
Chris Webster wrote: > Given the following project setup > proj1 > outputs > jartarget > a.class > proj2 > resources > link to jartarget (from proj1) > > What is the code completion model forjava sources in project 2? Right now the code completion doesn't see anything else than just the build results of jartarget. IMO it should see the sources from proj1 used for building jartarget as well. > Specifically, will source changes be visible to proj2 before or after > the build? Not sure about this, but I would prefer to propagate changes immediately (before the build). It will safe one build-edit cycle. When building proj2 the jartarget will be out-of-date and rebuilt automatically anyway. -vita