|
GenericPublisher Access Discouraged -
05-21-2008, 10:05 PM
I'm trying to use the org.eclipse.jst.server.generic.core.genericpublish er extension point in eclipse which says that class attribute needs to be a class which extends GenericPublisher, but when trying to create a class that does that I get the following warning
"Discouraged access: The type GenericPublisher is not accessible due to restriction on required library /Applications/eclipse/plugins/org.eclipse.jst.server.generic.core_1.0.201.v20070 6120310.jar"
Should I be using this extension point? How should I go about creating a GenericPublisher?
|