Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] Can't compile org.eclipse.equinox.http


Hopefully the solution to Eclipse bug #121585 (https://bugs.eclipse.org/bugs/show_bug.cgi?id=121585) will solve this problem.  We are going to separate the servlet APIs out of TomCat.

regards,
Jennifer Fogell
OSGi Extensions Lead
IBM Device Software Development



"Ron Baldwin" <Ron.Baldwin@xxxxxxxxxxxxxxx>
Sent by: equinox-dev-bounces@xxxxxxxxxxx

01/27/2006 03:24 PM
Please respond to Equinox development mailing list

       
        To:        <equinox-dev@xxxxxxxxxxx>
        cc:        
        Subject:        [equinox-dev] Can't compile org.eclipse.equinox.http



I pulled org.eclipse.equinox.http from CVS a couple of days ago,
compiled it and have been successfully using it.  Then, today out of
nowhere it has decided that it can't compile because it can't find
javax.servlet.  I haven't done anything (that I know of) that would have
caused this.

Even weirder is that the only file in the project that's marked with an
x in Package Explorer is ServletContextImpl.java, although the other
files that use javax.servlet will show errors if you open them in the
editor.

Any ideas?

Thanks,
Ron
_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/equinox-dev


Back to the top