Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » My NewTypeWizardPage doesn't resolve NLS
My NewTypeWizardPage doesn't resolve NLS [message #211411] Wed, 03 August 2005 04:49 Go to next message
Eclipse UserFriend
Originally posted by: ilnen.altervista.org

Hi.
I need to extend NewTypeWizardPage to re-make a NewClassWizardPage with
addictional functionality.
I try to extend NewTypeWizardPage following help pages but it doesn't
work, between a lot of error NewWizardMessages.class don't resolve a class
named NLS in org.eclipse.osgi.util but it doesn't exist!!!

ARGHHHH!!!
Re: My NewTypeWizardPage doesn't resolve NLS [message #211419 is a reply to message #211411] Wed, 03 August 2005 07:23 Go to previous messageGo to next message
Eclipse UserFriend
ILNeN wrote:
> Hi.
> I need to extend NewTypeWizardPage to re-make a NewClassWizardPage with
> addictional functionality.
> I try to extend NewTypeWizardPage following help pages but it doesn't
> work, between a lot of error NewWizardMessages.class don't resolve a
> class named NLS in org.eclipse.osgi.util but it doesn't exist!!!
>
> ARGHHHH!!!
>
I found NLS in org.eclipse.osgi ... when you add that plugin to your
dependency list, can you not find it with "Open Type"?

Later,
PW
Re: My NewTypeWizardPage doesn't resolve NLS [message #211427 is a reply to message #211419] Wed, 03 August 2005 07:47 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ilnen.altervista.org

>>
> I found NLS in org.eclipse.osgi ... when you add that plugin to your
> dependency list, can you not find it with "Open Type"?

I don't find it! Neither into CVS Repository...boh!
Re: My NewTypeWizardPage doesn't resolve NLS [message #211443 is a reply to message #211419] Wed, 03 August 2005 08:20 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ilnen.altervista.org

Paul Webster wrote:


>>
> I found NLS in org.eclipse.osgi ... when you add that plugin to your
> dependency list, can you not find it with "Open Type"?

I don't find it! Neither into CVS repository...boh!
Re: My NewTypeWizardPage doesn't resolve NLS [message #211449 is a reply to message #211443] Wed, 03 August 2005 09:01 Go to previous message
Eclipse UserFriend
ILNeN wrote:
>
> I don't find it! Neither into CVS repository...boh!
>

I don't know where you're looking, but it's there.

http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.osgi/co re/adaptor/org/eclipse/osgi/util/

You should have added org.eclipse.osgi to your plugin dependancies.
Then in the package explorer, when you expand your plugin project
>Plug-in Dependancies
>org.eclipse.osgi_3.1.0.jar
>org.eclipse.osgi.util
you should see NLS.class

Later,
PW
Previous Topic:Detecting ANT build failures
Next Topic:Problem with multiple source locations & build output locations
Goto Forum:
  


Current Time: Tue Jun 03 20:09:52 EDT 2025

Powered by FUDForum. Page generated in 0.02719 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top