|
Re:Setting up the development environment 12 Years, 6 Months ago
|
Karma: 6
|
I've fixed the compilation error adding the Eclipse libraries in the Ant Section in Windows\Preferences...
But the compilation is still having troubles when compiling the project "bizdocgenerator". I think the problem is related with the warnings that I have in the Problems windows. The Error counter is 0, but the Warnings counter is 3146.
These are the warning displayed (a lot of "Discouraged access..."). Is this normal?:
Code: |
Severity and Description Path Resource Location Creation Time Id
Discouraged access: The constructor DOMContentBuilderImpl(Document) is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.XML.core_1.1.101.v200704111417.jar bizdocgenerator/src/org/xaware/bizdocgenerator/contentmodel/util DOMContentBuilderImpl.java line 79 1216509447328 66428
Discouraged access: The constructor DOMNamespaceInfoManager() is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.core_1.1.101.v200704111417.jar bizdocgenerator/src/org/xaware/bizdocgenerator/contentmodel/util DOMContentBuilderImpl.java line 144 1216509447328 66440
Discouraged access: The constructor NamespaceInfo(String, String, String) is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.core_1.1.101.v200704111417.jar bizdocgenerator/src/org/xaware/bizdocgenerator/contentmodel/util DOMContentBuilderImpl.java line 154 1216509447343 66455
Discouraged access: The field alwaysVisit from the type DOMContentBuilderImpl is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.core_1.1.101.v200704111417.jar bizdocgenerator/src/org/xaware/bizdocgenerator/contentmodel/util DOMContentBuilderImpl.java line 209 1216509447343 66475
Discouraged access: The field alwaysVisit from the type DOMContentBuilderImpl is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.core_1.1.101.v200704111417.jar bizdocgenerator/src/org/xaware/bizdocgenerator/contentmodel/util DOMContentBuilderImpl.java line 224 1216509447343 66481
Discouraged access: The field attachNodesToParent from the type DOMContentBuilderImpl is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.core_1.1.101.v200704111417.jar bizdocgenerator/src/org/xaware/bizdocgenerator/contentmodel/util DOMContentBuilderImpl.java line 281 1216509447343 66509
Discouraged access: The field attachNodesToParent from the type DOMContentBuilderImpl is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.core_1.1.101.v200704111417.jar bizdocgenerator/src/org/xaware/bizdocgenerator/contentmodel/util DOMContentBuilderImpl.java line 282 1216509447343 66510
Discouraged access: The field buildPolicy from the type DOMContentBuilderImpl is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.core_1.1.101.v200704111417.jar bizdocgenerator/src/org/xaware/bizdocgenerator/contentmodel/util DOMContentBuilderImpl.java line 179 1216509447343 66466
Discouraged access: The field buildPolicy from the type DOMContentBuilderImpl is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.core_1.1.101.v200704111417.jar bizdocgenerator/src/org/xaware/bizdocgenerator/contentmodel/util DOMContentBuilderImpl.java line 209 1216509447343 66474
Discouraged access: The field buildPolicy from the type DOMContentBuilderImpl is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.core_1.1.101.v200704111417.jar bizdocgenerator/src/org/xaware/bizdocgenerator/contentmodel/util DOMContentBuilderImpl.java line 228 1216509447343 66486
Discouraged access: The field buildPolicy from the type DOMContentBuilderImpl is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.core_1.1.101.v200704111417.jar bizdocgenerator/src/org/xaware/bizdocgenerator/contentmodel/util DOMContentBuilderImpl.java line 273 1216509447343 66505
Discouraged access: The field CHOICE from the type CMGroup is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.core_1.1.101.v200704111417.jar bizdocgenerator/src/org/xaware/bizdocgenerator/contentmodel/util DOMContentBuilderImpl.java line 227 1216509447343 66484
Discouraged access: The field cmGroupStack from the type DOMContentBuilderImpl is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.core_1.1.101.v200704111417.jar bizdocgenerator/src/org/xaware/bizdocgenerator/contentmodel/util DOMContentBuilderImpl.java line 207 1216509447343 66472
Discouraged access: The field currentParent from the type DOMContentBuilderImpl is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.core_1.1.101.v200704111417.jar bizdocgenerator/src/org/xaware/bizdocgenerator/contentmodel/util DOMContentBuilderImpl.java line 279 1216509447343 66507
Discouraged access: The field currentParent from the type DOMContentBuilderImpl is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.core_1.1.101.v200704111417.jar bizdocgenerator/src/org/xaware/bizdocgenerator/contentmodel/util DOMContentBuilderImpl.java line 280 1216509447343 66508
Discouraged access: The field currentParent from the type DOMContentBuilderImpl is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.core_1.1.101.v200704111417.jar bizdocgenerator/src/org/xaware/bizdocgenerator/contentmodel/util DOMContentBuilderImpl.java line 297 1216509447343 66518
Discouraged access: The field document from the type DOMContentBuilderImpl is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.core_1.1.101.v200704111417.jar bizdocgenerator/src/org/xaware/bizdocgenerator/contentmodel/util DOMContentBuilderImpl.java line 125 1216509447328 66433
Discouraged access: The field document from the type DOMContentBuilderImpl is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.core_1.1.101.v200704111417.jar bizdocgenerator/src/org/xaware/bizdocgenerator/contentmodel/util DOMContentBuilderImpl.java line 126 1216509447328 66434
Discouraged access: The field document from the type DOMContentBuilderImpl is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.core_1.1.101.v200704111417.jar bizdocgenerator/src/org/xaware/bizdocgenerator/contentmodel/util DOMContentBuilderImpl.java line 132 1216509447328 66435
Discouraged access: The field document from the type DOMContentBuilderImpl is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.core_1.1.101.v200704111417.jar bizdocgenerator/src/org/xaware/bizdocgenerator/contentmodel/util DOMContentBuilderImpl.java line 135 1216509447328 66437
Discouraged access: The field document from the type DOMContentBuilderImpl is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.core_1.1.101.v200704111417.jar bizdocgenerator/src/org/xaware/bizdocgenerator/contentmodel/util DOMContentBuilderImpl.java line 153 1216509447343 66452
Discouraged access: The field document from the type DOMContentBuilderImpl is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.core_1.1.101.v200704111417.jar bizdocgenerator/src/org/xaware/bizdocgenerator/contentmodel/util DOMContentBuilderImpl.java line 157 1216509447343 66461
Discouraged access: The field document from the type DOMContentBuilderImpl is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.core_1.1.101.v200704111417.jar bizdocgenerator/src/org/xaware/bizdocgenerator/contentmodel/util DOMContentBuilderImpl.java line 159 1216509447343 66462
Discouraged access: The field document from the type DOMContentBuilderImpl is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.core_1.1.101.v200704111417.jar bizdocgenerator/src/org/xaware/bizdocgenerator/contentmodel/util DOMContentBuilderImpl.java line 165 1216509447343 66463
Discouraged access: The field document from the type DOMContentBuilderImpl is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.core_1.1.101.v200704111417.jar bizdocgenerator/src/org/xaware/bizdocgenerator/contentmodel/util DOMContentBuilderImpl.java line 166 1216509447343 66464
Discouraged access: The field document from the type DOMContentBuilderImpl is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.core_1.1.101.v200704111417.jar bizdocgenerator/src/org/xaware/bizdocgenerator/contentmodel/util DOMContentBuilderImpl.java line 173 1216509447343 66465
Discouraged access: The field document from the type DOMContentBuilderImpl is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.core_1.1.101.v200704111417.jar bizdocgenerator/src/org/xaware/bizdocgenerator/contentmodel/util DOMContentBuilderImpl.java line 180 1216509447343 66467
Discouraged access: The field document from the type DOMContentBuilderImpl is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.core_1.1.101.v200704111417.jar bizdocgenerator/src/org/xaware/bizdocgenerator/contentmodel/util DOMContentBuilderImpl.java line 182 1216509447343 66468
Discouraged access: The field document from the type DOMContentBuilderImpl is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.core_1.1.101.v200704111417.jar bizdocgenerator/src/org/xaware/bizdocgenerator/contentmodel/util DOMContentBuilderImpl.java line 183 1216509447343 66469
Discouraged access: The field document from the type DOMContentBuilderImpl is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.core_1.1.101.v200704111417.jar bizdocgenerator/src/org/xaware/bizdocgenerator/contentmodel/util DOMContentBuilderImpl.java line 276 1216509447343 66506
Discouraged access: The field document from the type DOMContentBuilderImpl is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.core_1.1.101.v200704111417.jar bizdocgenerator/src/org/xaware/bizdocgenerator/contentmodel/util DOMContentBuilderImpl.java line 293 1216509447343 66517
Discouraged access: The field namespaceInfoList from the type DOMContentBuilderImpl is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.core_1.1.101.v200704111417.jar bizdocgenerator/src/org/xaware/bizdocgenerator/contentmodel/util DOMContentBuilderImpl.java line 142 1216509447328 66438
Discouraged access: The field namespaceInfoList from the type DOMContentBuilderImpl is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.core_1.1.101.v200704111417.jar bizdocgenerator/src/org/xaware/bizdocgenerator/contentmodel/util DOMContentBuilderImpl.java line 146 1216509447328 66443
Discouraged access: The field namespaceInfoList from the type DOMContentBuilderImpl is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.core_1.1.101.v200704111417.jar bizdocgenerator/src/org/xaware/bizdocgenerator/contentmodel/util DOMContentBuilderImpl.java line 147 1216509447328 66446
Discouraged access: The field namespaceInfoList from the type DOMContentBuilderImpl is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.core_1.1.101.v200704111417.jar bizdocgenerator/src/org/xaware/bizdocgenerator/contentmodel/util DOMContentBuilderImpl.java line 154 1216509447343 66454
Discouraged access: The field namespaceInfoList from the type DOMContentBuilderImpl is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.core_1.1.101.v200704111417.jar bizdocgenerator/src/org/xaware/bizdocgenerator/contentmodel/util DOMContentBuilderImpl.java line 155 1216509447343 66459
Discouraged access: The constructor SelectSingleFileView(IStructuredSelection, boolean) is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.common.ui_1.1.101.v200702021750.jar bizdocgenerator/src/org/xaware/bizdocgenerator/dialogs SelectFileOrXMLCatalogIdPanel.java line 56 1216509447203 66396
Discouraged access: The constructor SelectXMLCatalogIdPanel(Composite, ICatalog) is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.ui_1.0.201.v200702021717.jar bizdocgenerator/src/org/xaware/bizdocgenerator/dialogs SelectFileOrXMLCatalogIdPanel.java line 119 1216509447203 66405
Discouraged access: The constructor DOMWriter(Writer) is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.core_1.1.101.v200704111417.jar bizdocgenerator/src/org/xaware/bizdocgenerator/wizards NewXBDGenerator.java line 281 1216509447093 66387
Discouraged access: The constructor NewXMLGenerator() is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.ui_1.0.201.v200702021717.jar bizdocgenerator/src/org/xaware/bizdocgenerator/wizards NewXBDGenerator.java line 75 1216509447093 66326
Discouraged access: The constructor NewXMLGenerator(String, CMDocument) is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.ui_1.0.201.v200702021717.jar bizdocgenerator/src/org/xaware/bizdocgenerator/wizards NewXBDGenerator.java line 80 1216509447093 66328
Discouraged access: The constructor XMLSchemaValidationChecker() is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.ui_1.0.201.v200702021717.jar bizdocgenerator/src/org/xaware/bizdocgenerator/wizards NewXBDGenerator.java line 93 1216509447093 66335
Discouraged access: The field buildPolicy from the type NewXMLGenerator is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.ui_1.0.201.v200702021717.jar bizdocgenerator/src/org/xaware/bizdocgenerator/wizards NewXBDGenerator.java line 123 1216509447093 66341
Discouraged access: The field buildPolicy from the type NewXMLGenerator is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.ui_1.0.201.v200702021717.jar bizdocgenerator/src/org/xaware/bizdocgenerator/wizards NewXBDGenerator.java line 177 1216509447093 66357
Discouraged access: The field cmDocument from the type NewXMLGenerator is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.ui_1.0.201.v200702021717.jar bizdocgenerator/src/org/xaware/bizdocgenerator/wizards NewXBDGenerator.java line 157 1216509447093 66344
Discouraged access: The field cmDocument from the type NewXMLGenerator is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.ui_1.0.201.v200702021717.jar bizdocgenerator/src/org/xaware/bizdocgenerator/wizards NewXBDGenerator.java line 159 1216509447093 66346
Discouraged access: The field cmDocument from the type NewXMLGenerator is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.ui_1.0.201.v200702021717.jar bizdocgenerator/src/org/xaware/bizdocgenerator/wizards NewXBDGenerator.java line 163 1216509447093 66349
Discouraged access: The field cmDocument from the type NewXMLGenerator is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.ui_1.0.201.v200702021717.jar bizdocgenerator/src/org/xaware/bizdocgenerator/wizards NewXBDGenerator.java line 179 1216509447093 66361
Discouraged access: The field cmDocument from the type NewXMLGenerator is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.ui_1.0.201.v200702021717.jar bizdocgenerator/src/org/xaware/bizdocgenerator/wizards NewXBDGenerator.java line 190 1216509447093 66365
Discouraged access: The field cmDocument from the type NewXMLGenerator is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.ui_1.0.201.v200702021717.jar bizdocgenerator/src/org/xaware/bizdocgenerator/wizards NewXBDGenerator.java line 268 1216509447093 66385
Discouraged access: The field grammarURI from the type NewXMLGenerator is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.ui_1.0.201.v200702021717.jar bizdocgenerator/src/org/xaware/bizdocgenerator/wizards NewXBDGenerator.java line 263 1216509447093 66380
Discouraged access: The field locationHint from the type NamespaceInfo is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.core_1.1.101.v200704111417.jar bizdocgenerator/src/org/xaware/bizdocgenerator/wizards NewXBDGenerator.java line 258 1216509447093 66379
Discouraged access: The field namespaceInfoList from the type NewXMLGenerator is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.ui_1.0.201.v200702021717.jar bizdocgenerator/src/org/xaware/bizdocgenerator/wizards NewXBDGenerator.java line 178 1216509447093 66359
Discouraged access: The field namespaceInfoList from the type NewXMLGenerator is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.ui_1.0.201.v200702021717.jar bizdocgenerator/src/org/xaware/bizdocgenerator/wizards NewXBDGenerator.java line 179 1216509447093 66362
Discouraged access: The field namespaceInfoList from the type NewXMLGenerator is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.ui_1.0.201.v200702021717.jar bizdocgenerator/src/org/xaware/bizdocgenerator/wizards NewXBDGenerator.java line 202 1216509447093 66371
Attribute 'objectClass' is deprecated designer plugin.xml line 512 1216606627921 73482
Attribute 'objectClass' is deprecated designer plugin.xml line 521 1216606627921 73483
Discouraged access: The constructor DOMContentBuilderImpl(Document) is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.core_1.1.101.v200704111417.jar designer/src/org/xaware/ide/xadev/conversion InputFromSchemaPredictor.java line 181 1216606619140 73158
Discouraged access: The constructor DOMWriter(Writer) is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.core_1.1.101.v200704111417.jar designer/src/org/xaware/ide/xadev/conversion InputFromSchemaPredictor.java line 188 1216606619140 73167
Discouraged access: The constructor NewXMLGenerator() is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.ui_1.0.201.v200702021717.jar designer/src/org/xaware/ide/xadev/conversion InputFromSchemaPredictor.java line 156 1216606619140 73140
Discouraged access: The field BUILD_ONLY_REQUIRED_CONTENT from the type ContentBuilder is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.core_1.1.101.v200704111417.jar designer/src/org/xaware/ide/xadev/conversion InputFromSchemaPredictor.java line 183 1216606619140 73163
Discouraged access: The constructor JavaFileEditorInput(IFileStore) is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.ui.editors_3.2.1.r321_v20060721.jar designer/src/org/xaware/ide/xadev/gui XMLViewPanel.java line 106 1216606609468 72362
Discouraged access: The constructor CloseEditorAction(IWorkbenchWindow) is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.ui.workbench_3.2.2.M20070119-0800.jar designer/src/org/xaware/ide/xadev/gui/actions CloseEditorAction.java line 44 1216606608953 72341
Discouraged access: The constructor NewWizardShortcutAction(IWorkbenchWindow, IWizardDescriptor) is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.ui.workbench_3.2.2.M20070119-0800.jar designer/src/org/xaware/ide/xadev/gui/actions CreateNewBizDocAction.java line 89 1216606608937 72337
Discouraged access: The constructor SaveAllAction(IWorkbenchWindow) is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.ui.workbench_3.2.2.M20070119-0800.jar designer/src/org/xaware/ide/xadev/gui/actions SaveAllAction.java line 44 1216606607781 72287
Discouraged access: The constructor SaveAsAction(IWorkbenchWindow) is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.ui.workbench_3.2.2.M20070119-0800.jar designer/src/org/xaware/ide/xadev/gui/actions SaveAsAction.java line 44 1216606607781 72285
Discouraged access: The field FormatActionDelegate_3 from the type SSEUIMessages is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.sse.ui_1.0.202.v200701252330.jar designer/src/org/xaware/ide/xadev/gui/actions WSDLCreateFromArchiveAction.java line 133 1216606607671 72273
Discouraged access: The constructor NonExistingFileEditorInput(IFileStore, String) is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.ui.editors_3.2.1.r321_v20060721.jar designer/src/org/xaware/ide/xadev/gui/dialog ViewTransformerFileDlg.java line 141 1216606607156 72210
Discouraged access: The constructor NonExistingFileEditorInput(IFileStore, String) is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.ui.editors_3.2.1.r321_v20060721.jar designer/src/org/xaware/ide/xadev/gui/dialog ViewTransformerFileDlg.java line 256 1216606607156 72213
Discouraged access: The field CheckedTreeSelectionDialog_deselect_all from the type WorkbenchMessages is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.ui.workbench_3.2.2.M20070119-0800.jar designer/src/org/xaware/ide/xadev/gui/fileschooser CheckBoxSelectionTreeDialog.java line 429 1216606605859 72129
Discouraged access: The field CheckedTreeSelectionDialog_nothing_available from the type WorkbenchMessages is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.ui.workbench_3.2.2.M20070119-0800.jar designer/src/org/xaware/ide/xadev/gui/fileschooser CheckBoxSelectionTreeDialog.java line 81 1216606605859 72124
Discouraged access: The field CheckedTreeSelectionDialog_select_all from the type WorkbenchMessages is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.ui.workbench_3.2.2.M20070119-0800.jar designer/src/org/xaware/ide/xadev/gui/fileschooser CheckBoxSelectionTreeDialog.java line 407 1216606605859 72127
Discouraged access: The constructor Resource(IPath, Workspace) is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.core.resources_3.2.2.R32x_v20061218.jar designer/src/org/xaware/ide/xadev/gui/view XAFileReference.java line 75 1216606604718 72018
Discouraged access: The constructor StringMatcher(String, boolean, boolean) is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.jdt.ui_3.2.2.r322_v20070124.jar designer/src/org/xaware/ide/xadev/gui/view FavoritesViewNameFilter.java line 52 1216606604906 72059
Discouraged access: The constructor JobSafeStructuredDocument() is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.sse.core_1.1.101.v200611210021.jar designer/src/org/xaware/ide/xadev/gui/xmleditor/xaware XMLTextDocument.java line 36 1216606602500 71912
Discouraged access: The constructor JobSafeStructuredDocument(RegionParser) is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.sse.core_1.1.101.v200611210021.jar designer/src/org/xaware/ide/xadev/gui/xmleditor/xaware XMLTextDocument.java line 44 1216606602500 71914
Discouraged access: The constructor CommonEditNamespacesDialog(Composite, IPath, String, boolean, boolean) is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.ui_1.0.201.v200702021717.jar designer/src/org/xaware/ide/xadev/wizard BizDocumentWizard.java line 1330 1216606599156 71446
Discouraged access: The constructor NamespaceInfoErrorHelper() is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.ui_1.0.201.v200702021717.jar designer/src/org/xaware/ide/xadev/wizard BizDocumentWizard.java line 1345 1216606599156 71448
Discouraged access: The constructor ResourceAndContainerGroup(Composite, Listener, String, String) is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.ui.ide_3.2.1.M20060915-1030.jar designer/src/org/xaware/ide/xadev/wizard XAwareSaveAsDialog.java line 255 1216606598609 71285
Discouraged access: The field BUILD_FIRST_CHOICE from the type DOMContentBuilder is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.core_1.1.101.v200704111417.jar designer/src/org/xaware/ide/xadev/wizard BizDocumentWizard.java line 1086 1216606599156 71436
Discouraged access: The field BUILD_FIRST_SUBSTITUTION from the type DOMContentBuilder is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.core_1.1.101.v200704111417.jar designer/src/org/xaware/ide/xadev/wizard BizDocumentWizard.java line 1082 1216606599156 71434
Discouraged access: The field BUILD_FIRST_SUBSTITUTION from the type DOMContentBuilder is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.core_1.1.101.v200704111417.jar designer/src/org/xaware/ide/xadev/wizard BizDocumentWizard.java line 1087 1216606599156 71438
Discouraged access: The field BUILD_OPTIONAL_ATTRIBUTES from the type DOMContentBuilder is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.core_1.1.101.v200704111417.jar designer/src/org/xaware/ide/xadev/wizard BizDocumentWizard.java line 1067 1216606599156 71430
Discouraged access: The field BUILD_OPTIONAL_ELEMENTS from the type DOMContentBuilder is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.core_1.1.101.v200704111417.jar designer/src/org/xaware/ide/xadev/wizard BizDocumentWizard.java line 1071 1216606599156 71432
Discouraged access: The field defaultFileExtension from the type NewModelWizard.NewFilePage is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.ui_1.0.201.v200702021717.jar designer/src/org/xaware/ide/xadev/wizard BizDocumentWizard.java line 198 1216606599156 71373
Discouraged access: The field defaultFileExtension from the type NewModelWizard.NewFilePage is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.ui_1.0.201.v200702021717.jar designer/src/org/xaware/ide/xadev/wizard BizDocumentWizard.java line 290 1216606599156 71377
Discouraged access: The field defaultName from the type NewModelWizard.NewFilePage is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.ui_1.0.201.v200702021717.jar designer/src/org/xaware/ide/xadev/wizard BizDocumentWizard.java line 195 1216606599156 71372
Discouraged access: The field filterExtensions from the type NewModelWizard.NewFilePage is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.ui_1.0.201.v200702021717.jar designer/src/org/xaware/ide/xadev/wizard BizDocumentWizard.java line 199 1216606599156 71374
Discouraged access: The field fSelection from the type NewModelWizard is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.ui_1.0.201.v200702021717.jar designer/src/org/xaware/ide/xadev/wizard BizDocumentWizard.java line 192 1216606599156 71371
Discouraged access: The field IMG_DLGBAN_SAVEAS_DLG from the type IDEInternalWorkbenchImages is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.ui.ide_3.2.1.M20060915-1030.jar designer/src/org/xaware/ide/xadev/wizard XAwareSaveAsDialog.java line 194 1216606598609 71284
Discouraged access: The field namespaceInfoList from the type CommonEditNamespacesDialog is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.ui_1.0.201.v200702021717.jar designer/src/org/xaware/ide/xadev/wizard BizDocumentWizard.java line 1361 1216606599156 71454
Discouraged access: The field defaultFileExtension from the type NewModelWizard.NewFilePage is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.ui_1.0.201.v200702021717.jar designer/src/org/xaware/ide/xadev/wizard/refactor BizDocumentRefactorWizard.java line 255 1216606598140 71247
Discouraged access: The field defaultFileExtension from the type NewModelWizard.NewFilePage is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.ui_1.0.201.v200702021717.jar designer/src/org/xaware/ide/xadev/wizard/refactor BizDocumentRefactorWizard.java line 380 1216606598140 71249
Discouraged access: The field defaultName from the type NewModelWizard.NewFilePage is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.ui_1.0.201.v200702021717.jar designer/src/org/xaware/ide/xadev/wizard/refactor BizDocumentRefactorWizard.java line 251 1216606598140 71246
Discouraged access: The field filterExtensions from the type NewModelWizard.NewFilePage is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.ui_1.0.201.v200702021717.jar designer/src/org/xaware/ide/xadev/wizard/refactor BizDocumentRefactorWizard.java line 256 1216606598140 71248
Discouraged access: The field fSelection from the type NewModelWizard is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.ui_1.0.201.v200702021717.jar designer/src/org/xaware/ide/xadev/wizard/refactor BizDocumentRefactorWizard.java line 240 1216606598140 71244
Discouraged access: The field fSelection from the type NewModelWizard is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.xml.ui_1.0.201.v200702021717.jar designer/src/org/xaware/ide/xadev/wizard/refactor BizDocumentRefactorWizard.java line 248 1216606598140 71245
An "source.lib/commons-logging-api-1.1.jar" build entry is missing server build.properties line 1 1216606558765 70977
Discouraged access: The constructor WSDLValidationConfiguration() is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.wsdl.validation_1.1.102.v200704111356.jar server/test/org/xaware/testing/util XAwareWSDLValidator.java line 73 1216606554468 70499
Discouraged access: The constructor WSDLValidator() is not accessible due to restriction on required library C:\Program Files\eclipse\plugins\org.eclipse.wst.wsdl.validation_1.1.102.v200704111356.jar server/test/org/xaware/testing/util XAwareWSDLValidator.java line 44 1216606554468 70496
|
Thanks,
Juan Pablo
|
|
|
|
|
The administrator has disabled public write access.
|
|
Re:Setting up the development environment 12 Years, 6 Months ago
|
Karma: 6
|
This is normal, this is something that I hope will be cleaned up when we do our migration to Eclipse 3.4, which should be coming up soon (next month or so).
I am a little confused, because if you only have warnings, but no errors, then bizdocgenerator should be compiled in eclipse. Sorry if I missed something.
-Tim
|
|
|
|
|
The administrator has disabled public write access.
|
|
Re:Setting up the development environment 12 Years, 5 Months ago
|
Karma: 6
|
I've installed everything from zero (Windows, Eclipse, Ant, Ant Contrib). That problem disappeared. As a comment, I've used installation folders without spaces (C:\Java, C:\Eclipse, etc.) and I've added the Bin folders of JRE, JDK, and Ant to PATH environment variable.
Then I had some issues with Java memory heap, but the problems were solved with this article:
http://javahowto.blogspot.com/2006/06/fix-javac-java-lang-outofmemoryerror.html
Now I have a new problem with jarsigner, but I will make a new post for that.
Thanks Tim.
Regards,
Juan
|
|
|
|
|
The administrator has disabled public write access.
|
|
Re:Setting up the development environment 8 Years, 11 Months ago
|
Karma: 0
|
I will have to give that try.
west palm beach marketing
|
|
|
|
|
The administrator has disabled public write access.
|
|
Re:Setting 8 Years, 11 Months ago
|
Karma: 0
|
While other companies found the dearth written in return multiple accelerator pumps, Carter solely changed the operating aggregate of the blow up squirt.
Carter employed four contrastive diameter accelerator pumps on the diversified AFB carburetors: 9/16, 5/8, 11/16, and 3/4 inch. Additionally, Carter in take advantage of accustomed to a bunch of primary lengths of pumps. The operating loudness of the force squirt then would be the regulations of preserve in the enthuse c focus grammatically displaced by the pep up with a unalloyed stroke. Indubitably, changing either the diameter of the coercion enthusiastically or the length of the develop would alter the operating volume.
gizmos gizmos gizmos gizmos gizmos
Following when accelerator pumps could be purchased severally, a insufficient racers would bore the accelerator urge spectacularly to house a larger diameter pump. We hushed again avail this party when preparing an primordial carburetor in behalf of racing. We also blab the p which accoutrements to fee for in the following that leave carry the proper pump. In general, the weight lyrics can be controlled past the utilize occupy of a shorter pump. When installing a shorter draw, it is grave to about that the sketch REQUIREMENT be in crop part of the probe cylinder that is beneath the taper.
The duration (term) of the pump squirt is controlled finished the diameter of the exhausted stop take off nozzles.
The topsoil unsteady is in heart always formerly larboard alone. The pile of the trivial offloading valve when one pleases clout (in milliseconds) how straightway the exhorting from the deliver literally enters the venturi on a antediluvian occasion the electrify is actuated. Carter worn an aluminum ball, a inure ball, and individual unbelievable lengths of to side needles. Each of these valves would look after a corresponding exactly mass. The prank is to even the score instead of the congeries sufficiently chubby such that the valve is not lifted from its arse at stingy ill-mannered oppression in the inspirit emptying nozzle; but stinting reasonably that it whim disturb wellnigh instant with current discernible actuation.
gizmos gizmos gizmos gizmos gizmos
|
|
|
|
|
The administrator has disabled public write access.
|
|
Re:Setting up the development environment 8 Years, 11 Months ago
|
Karma: 0
|
I'm partway through getting the repo on my work machine now. I think I found a copy of the kernel I tried building on my windows machine<update: it wasn't. it was a boot.img that I tried splitting and rejoining in kpack, didnt work>. I trried flashing it into my phone, but the phone doesnt make it past the Galaxy boot screen. I can ADB into it though and navigate the filesystem. The same thing happens when I try to use the odinkrnl.tar made when i run ./odinkrnl.pl shabby-rc1 with my new virtual machine... stock and hroark-12 work fine though.
I think I figured out why I was getting errors from Odin though... it was my fault. I was trying to set the file as the PDA image, not as one package. It still doesn't explain why winrar on my windows machine was unable to open the tar file, but the ones I make now open no problem
video converter
|
|
|
|
|
The administrator has disabled public write access.
|
|