[hr] Bug 177629 - Some libraries are skipped
David Konecny <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.reviewers |
|---|---|
| Message-ID | <[email protected]> |
https://netbeans.org/bugzilla/show_bug.cgi?id=177629 JARs containing TLD files are not packaged in EAR which consequently causes ClassNotFound exception in runtime. It is regression in build script caused by other bugfix. The problem is in Ant script target dependencies - deletion of WEB-INF/lib folder must be called earlier. Fix is trivial and safe. Thanks, David