Re: [Promotego-developers] NetBeans problem
Status: Pre-Alpha
Brought to you by:
alfmikula
|
From: James F. <fun...@de...> - 2007-11-22 03:38:33
|
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] |