Re: [Promotego-developers] NetBeans problem
Status: Pre-Alpha
Brought to you by:
alfmikula
|
From: Alf M. <am...@gm...> - 2007-11-23 03:43:49
|
James, After messing around with the netbeans-freeform plugin and getting very unsatisfying results (not to mention, it looks like it hasn't been updated in a while), I looked around a bit more and found the mevenide plugin. It seems to be picking up the right dependencies, including the servlet jar, on Netbeans 5.5. See here for installation instructions: http://mevenide.codehaus.org/m2-site/mevenide2-netbeans/installation.html -Alf On Nov 21, 2007 7:36 PM, James Funk <fun...@de...> wrote: > It looks like when NetBeans is using the edit window, it is using a > different > JDK than in the build scripts. The one used in the edit window is > probably > missing some files. > > On Wednesday 21 November 2007 20:13, James Funk wrote: > > When I build the project within or out of NetBeans, it seems to be ok. > The > > only error I noticed was the following: > > > > [WARNING] bad version number found > > in /home/jamesf/.m2/repository/aspectj/aspectjrt/1.5.3/aspectjrt- > 1.5.3.jar > > expected 1.5.2a found 1.5.3 > > > > > > However, When I open some of the files in NetBeans, several lines are > > flagged as errors. It looks like NetBeans cannot find the " > javax.servlet" > > package for the promotego project. (If I were to create another > project, > > it looks like NetBeans has no trouble finding "javax.servlet".) > > > [snip] > |