Как удалить файлы JAR и другие библиотеки, которые мне не нужны в Eclipse? - PullRequest
1 голос
/ 01 апреля 2011

Где-то в некоторых из моих проектов или, возможно, в Eclipse, есть некоторые файлы JAR, которые я больше не использую, и теперь консоль отображает это предупреждение каждый раз, когда я собираю, даже если это не имеет никакого отношения к текущей проблеме:

WARNING: JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.CalendarTagHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.
WARNING: JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class '[ns582:handler-class: null]' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.
WARNING: JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.ColumnTagHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.
WARNING: JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.ColumnsHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.
WARNING: JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class '[ns621:handler-class: null]' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.
WARNING: JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.RowKeyConverterComponentHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.
WARNING: JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.DataFilterSliderTagHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.
WARNING: JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.RowKeyConverterComponentHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.
WARNING: JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.RowKeyConverterComponentHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.
WARNING: JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.RowKeyConverterComponentHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.
WARNING: JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.RowKeyConverterComponentHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.
WARNING: JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.DataScrollerTagHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.
WARNING: JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class '[ns676:handler-class: null]' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.
WARNING: JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.DragSupportHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.
WARNING: JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.DropDownMenuTagHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.
WARNING: JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class '[ns691:handler-class: null]' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.
WARNING: JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.DropSupportHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.
WARNING: JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.FileUploadTagHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.
WARNING: JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class '[ns721:handler-class: null]' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.
WARNING: JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.GraphValidatorHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.
WARNING: JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class '[ns814:handler-class: null]' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.
WARNING: JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.PageTagHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.
WARNING: JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.Paint2DTagHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.
WARNING: JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.PanelMenuGroupTagHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.
WARNING: JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.ajax4jsf.webapp.taglib.AjaxComponentHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.
WARNING: JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.ScrollableDataTableTagHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.
WARNING: JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class '[ns886:handler-class: null]' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.
WARNING: JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.SimpleTogglePanelTagHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.
WARNING: JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class '[ns900:handler-class: null]' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.
WARNING: JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.RowKeyConverterComponentHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.
WARNING: JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.SuggestionBoxTagHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.
WARNING: JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.TabPanelTagHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.
WARNING: JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.HtmlToolTipTagHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.
WARNING: JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.TreeTagHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.
WARNING: JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.TreeNodeTagHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.
WARNING: JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.ajax4jsf.taglib.html.facelets.ActionParamHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.
WARNING: JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class '[ns1004:handler-class: null]' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.
WARNING: JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.ajax4jsf.webapp.taglib.AjaxComponentHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.
WARNING: JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.ajax4jsf.webapp.taglib.AjaxComponentHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.
WARNING: JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class '[ns1019:handler-class: null]' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.
WARNING: JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.ajax4jsf.webapp.taglib.AjaxComponentHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.
WARNING: JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.ajax4jsf.taglib.html.facelets.IncludeHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.
WARNING: JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class '[ns1044:handler-class: null]' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.
WARNING: JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.ajax4jsf.taglib.html.facelets.MediaOutputHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.
WARNING: JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.ajax4jsf.webapp.taglib.AjaxComponentHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.
WARNING: JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.ajax4jsf.taglib.html.facelets.AjaxPushHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.
WARNING: JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.ajax4jsf.taglib.html.facelets.AjaxSupportHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

Как я могу избавиться от этой библиотеки и избежать этого сообщения.Это также замедляет создание моих проектов в Eclipse.

1 Ответ

2 голосов
/ 01 апреля 2011

Проблема решена. Чтобы стереть все библиотеки, которые мне не нужны, мне просто нужно перейти к свойствам затмений и найти путь сборки. Когда я просто удалил их из папки lib, они не были удалены из пути сборки.

...