You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@roller.apache.org by Dave <sn...@gmail.com> on 2007/07/06 05:05:28 UTC

Roller and Netbeans 6.0 issue

FYI: I'm using Netbeans 6.0 M10 now and it works well, but
I ran into this problem:

http://www.netbeans.org/issues/show_bug.cgi?id=108999

I was able to work around that problem by adding this
to both weblogger and planet's nbproject/project.xml file:

   <web-inf>web/WEB-INF</web-inf>

I'd be happy to commit the NB6 project files, but I'm not
sure other NB users here are on 6.0 M10 yet.

- Dave

Re: Roller and Netbeans 6.0 issue

Posted by Allen Gilliland <al...@sun.com>.
yeah, that happened in M9.

i am still using 5.5 since M9 wasn't as stable as i wanted, but i don't 
really care if you want to add that into the project.xml file.

-- Allen


Dave wrote:
> FYI: I'm using Netbeans 6.0 M10 now and it works well, but
> I ran into this problem:
> 
> http://www.netbeans.org/issues/show_bug.cgi?id=108999
> 
> I was able to work around that problem by adding this
> to both weblogger and planet's nbproject/project.xml file:
> 
>   <web-inf>web/WEB-INF</web-inf>
> 
> I'd be happy to commit the NB6 project files, but I'm not
> sure other NB users here are on 6.0 M10 yet.
> 
> - Dave