Re: Building prj40_prototype branch
Vitezslav Stejskal <[email protected]> Mon, 26 May 2003 20:17:40 +0200
| Newsgroups | gmane.comp.java.netbeans.modules.projects.devel |
|---|---|
| Message-ID | <[email protected]> |
Joe Warzecha wrote: >I followed the instructions at: > >http://projects.netbeans.org/proposals/prototype/index.html > >specifically the "How to build it"/"stripped version" >and ran into 2 problems: > >1: Error when building j2eeserver. Apparently it depends > on a jar in libs (libs/j2eeeditor) but no dependency > is specified in nbbuild/build.xml for this. > Fix: add "all-libs/j2eeeditor" to list of dependencies > for "all-j2eeserver". > > Fixed. -vita