hr integration
Vince Kraemer <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.reviewers |
|---|---|
| Message-ID | <[email protected]> |
Issue 176742 (https://netbeans.org/bugzilla/show_bug.cgi?id=176742) Most app clients that are packaged as part of non-trivial enterprise application projects do not execute correctly. If the app client depends on library projects (or even simple jars), these are not copied into the correct location to allow the application to execute. This issue is a showstopper because only the most trivial application clients will execute correctly from inside the IDE. Once a project progresses beyond the scope of a 'hello, world' app, the execution will fail and the steps necessary to make app client execution work are difficult to determine. The change is safe. It has been tested with the multiple test cases. The change alters one of three strategies used to support app client execution. This is strategy is only used when the target app server is GlassFish v3. David Konecny reviewed the change and verified its effectiveness. I have asked for additional verification from the plugin's qa person. the diff is here: http://hg.netbeans.org/web-main/rev/7dbb9b4c6b81