junichi11 / cakephp-netbeans

CakePHP support in NetBeans
http://cakephp.org
71 stars 18 forks source link

Run command / There is no command available #31

Closed cameleonhelp closed 11 years ago

cameleonhelp commented 11 years ago

I use Netbeans 7,3, cakephp 2,3,4 and my OS is MAC OSX. The project struture is :

In project/properties under netbeans i give the cakephp directory like /Volumes/web/project_name/lib/ or /Volumes/web/project_name/lib/Cake/ and nothing change

When i check use relative path the menu disappear.

With terminal i can use the cakephp command, but it is useful with netbeans, so what the solution ?

junichi11 commented 11 years ago

Sorry, I don't know exactly what you want to say...

The project struture is :

  • app
  • lib/Cake
  • plugins
  • vendors

You don't have to nothing if this is your project directory structure. i.e. You don't have to change project properties.

cameleonhelp commented 11 years ago

Yes this is my structure project but when i want to use Run Command i have'nt got any command in the list only the message "There is no command available".

junichi11 commented 11 years ago

Please try to check the followings:

cameleonhelp commented 11 years ago

The php5 interpreter set automatically on mac and it is correct. There is nothing in the IDE log and other.

junichi11 commented 11 years ago

I can't reproduce it in my environment.

plugin version : 0.8.7 CakePHP : 2.3.4

Product Version: NetBeans IDE 7.3 (Build 201302132200) Java: 1.6.0_45; Java HotSpot(TM) Client VM 20.45-b01 Runtime: Java(TM) SE Runtime Environment 1.6.0_45-b06 System: Linux version 3.2.0-41-generic-pae running on i386; UTF-8;

Are the other CakePHP versions also the same? (e.g. 2.2.x) Did you download CakePHP with NetBeans? or manually?

cameleonhelp commented 11 years ago

CakePHP : 2.3.4 download manually System : OS X 10.8.3 (12D78) Java on mac is VisualVM 14.5.0 and Web Start 14.7.0 Netbeans 7.3 fr

it's right before i upgrade cakephp, i don't know what happen

junichi11 commented 11 years ago

Could you check app/Console/cake.php both 2.3.4 and current your project?

cameleonhelp commented 11 years ago

I do it and it is the same When i try on windows OS it is good so i think there is a problem with my mac osx configuration i can use my windows configuration to use the run command so thank for your help

cameleonhelp commented 11 years ago

In your answer you tell me if i download CakePHP with NetBeans how to do that ?

junichi11 commented 11 years ago

I would like to know why run command doesn't work with Mac. But unfortunately, I don't have the environment for Mac.

You can run cake command on terminal, can't you?

How to download the CakePHP with NetBeans: https://github.com/junichi11/cakephp-netbeans#create-new-cakephp-project

junichi11 commented 11 years ago

I have created the new nbm which is added a few logs.

@cameleonhelp Could you install it?

https://bitbucket.org/junichi11/cakephp-netbeans/downloads org-cakephp-netbeans-0.8.7.1-for-testing-issue-31-otherwise-must-not-download.nbm

  1. install the above nbm
  2. run "Run Command"
  3. check IDE log
  4. find the log for this plugin (contains org.cakephp.netbeans) (e.g. INFO [org.cakephp.netbeans.commands.CakeScript]: create tmp file)
cameleonhelp commented 11 years ago

I try your new version but it is the same, no log found.

My project is not on my mac but it is on a nas server (synology) is it the problem ? But under Windows it's good

junichi11 commented 11 years ago

Umm, It is strange... I think that at least you can find "INFO [org.cakephp.netbeans.commands.CakeScript]: create tmp file". (Menu : Display > IDE log) tmp file might be not created. So could you try to download the new nbm for testing again? https://bitbucket.org/junichi11/cakephp-netbeans/downloads

BTW Can you run "Create test with bake" action?

junichi11 commented 11 years ago

My project is not on my mac but it is on a nas server (synology) is it the problem ?

It might be cause if you can run "Run Command" after you create a new CakePHP project for testing on your mac.

cameleonhelp commented 11 years ago

error log INFO [org.cakephp.netbeans.commands.CakeScript]: create tmp file INFO [org.cakephp.netbeans.commands.CakeScript]: /var/folders/jd/58hph4l954v55xv_1_6qwr3h0000gn/T/nb-cake-commands-3487424055529612685.xml [Fatal Error] nb-cake-commands-3487424055529612685.xml:1:1: Content is not allowed in prolog. INFO [org.cakephp.netbeans.commands.CakeScript] org.xml.sax.SAXParseException: Content is not allowed in prolog. at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:246) at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:284) at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:208) at org.cakephp.netbeans.commands.CakePhpCommandXmlParser.parse(CakePhpCommandXmlParser.java:75) [catch] at org.cakephp.netbeans.commands.CakeScript.getFrameworkCommandsInternalXml(CakeScript.java:287) at org.cakephp.netbeans.commands.CakeScript.getCommands(CakeScript.java:189) at org.cakephp.netbeans.commands.CakePhpCommandSupport.getFrameworkCommandsInternal(CakePhpCommandSupport.java:99) at org.netbeans.modules.php.spi.framework.commands.FrameworkCommandSupport.refreshFrameworkCommands(FrameworkCommandSupport.java:150) at org.netbeans.modules.php.spi.framework.commands.FrameworkCommandSupport$1.run(FrameworkCommandSupport.java:181) at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1432) at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2044) CONFIG [null]: Erreur d'analyse dans le fichier file:/var/folders/jd/58hph4l954v55xv_1_6qwr3h0000gn/T/nb-cake-commands-3487424055529612685.xml, ligne 1, colonne 1 (PUBLIC : null) WARNING [org.cakephp.netbeans.commands.CakeScript]: command items are empty

junichi11 commented 11 years ago

I see. The cause is BOM for UTF-8. Perhaps, It is enabled BOM when you create a new file on your mac. Thanks! It was so helpful.

cameleonhelp commented 11 years ago

I dont know where to do that when i create a new file i only use right click and create the file with extension. I don't see anything to change the BOM

junichi11 commented 11 years ago

Please check whether encoding of app/Console/cake.php is UTF-8 with BOM. If it is UTF-8 with BOM, please try to remove the BOM of the file.

cameleonhelp commented 11 years ago

it is UTF8 without BOM and it's the same

junichi11 commented 11 years ago

netbeans.conf (e.g. netbeans/etc/netbeans.conf) Please try to add -J-Dfile.encoding=UTF-8 to last of "netbeans_default_options"

cameleonhelp commented 11 years ago

the same nothing the new log :

INFO [org.netbeans.modules.netbinox]: Install area set to file:/Applications/NetBeans/NetBeans 7.3.app/Contents/Resources/NetBeans/ WARNING [org.netbeans.core.modules]: the modules [org.netbeans.modules.css.visual, org.netbeans.modules.html.editor, org.netbeans.modules.java.project, org.netbeans.modules.options.editor] use org.jdesktop.layout which is deprecated: Utilisez plutôt javax.swing.GroupLayout. (Dans l'éditeur de formulaire : sélectionnez Formulaire... dans le gestionnaire de propriétés ; passez le style de génération de mise en page sur le code Java 6 standard.) WARNING [org.netbeans.core.modules]: the modules [org.netbeans.modules.editor.structure, org.netbeans.modules.java.editor.lib, org.netbeans.modules.xml.text] use org.netbeans.modules.editor.deprecated.pre65formatting which is deprecated. WARNING [org.openide.filesystems.Ordering]: Not all children in Services/MIMEResolver/ marked with the position attribute: [CtpResolver.xml], but some are: [org-openide-loaders-DataLoaderPool$InstanceLoaderSystem-Extension.xml, org-netbeans-core-startup-layers-SystemFileSystem-Extension.xml, org-netbeans-modules-java-JavaDataObject-Extension.xml, org-netbeans-modules-java-ClassDataObject-Extension.xml, org-netbeans-modules-image-ImageDataObject-serialVersionUID-Extension.xml, org-netbeans-modules-image-ImageDataObject-IMAGE_ICON_BASE-Extension.xml, org-netbeans-modules-image-ImageDataObject-openSupport-Extension.xml, org-netbeans-modules-image-ImageDataObject-printSupport-Extension.xml, org-netbeans-modules-javascript-jstestdriver-JSTestDriverSupport-Registration.xml, org-netbeans-modules-properties-PropertiesDataObject-Extension.xml, org-netbeans-modules-php-twig-editor-TwigDataObject-Extension.xml, org-netbeans-modules-languages-manifest-MfDataObject-Extension.xml, org-netbeans-modules-languages-apacheconf-ApacheConfDataObject-Registration.xml, org-netbeans-modules-languages-ini-IniDataObject-Extension.xml, org-netbeans-modules-languages-neon-NeonDataObject-Extension.xml, org-netbeans-modules-form-FormDataLoader-Extension.xml, org-netbeans-modules-cnd-loaders-CMakeDataObject-Registration.xml, org-netbeans-modules-cnd-script-loaders-ShellDataObject-Registration.xml, org-netbeans-modules-cnd-makefile-loaders-MakefileDataObject-Registration.xml, org-netbeans-core-ide-ServiceTabProcessor-Extension.xml, org-netbeans-modules-testng-TestNGSuiteDataObject-Registration.xml, org-netbeans-modules-css-editor-CssProjectSupport-Extension.xml, org-netbeans-modules-languages-diff-DiffDataObject-Extension.xml, org-netbeans-modules-javascript2-editor-JsLanguage-createMultiViewEditorElement-Extension.xml, org-netbeans-modules-javascript2-editor-JsonLanguage-createMultiViewEditorElement-Extension.xml, org-netbeans-modules-db-sql-loader-SQLDataObject-Extension.xml, org-netbeans-modules-javawebstart-JnlpDataObject-Extension.xml, org-netbeans-modules-cnd-source-CDataObject-Registration.xml, org-netbeans-modules-cnd-loaders-CMakeIncludeDataObject-Registration.xml, org-netbeans-modules-cnd-source-CCDataObject-Registration.xml, org-netbeans-modules-cnd-source-HDataObject-Registration.xml, org-netbeans-modules-cnd-loaders-QtProjectDataObject-Registration.xml, org-netbeans-modules-cnd-source-FortranDataObject-Registration.xml, org-netbeans-modules-j2ee-persistence-unit-PUDataObject-Registration.xml, org-netbeans-modules-mobility-svgcore-palette-SVGPaletteItemDataObject-Extension.xml, org-netbeans-modules-groovy-gsp-loaders-GspDataObject-Extension.xml, org-netbeans-modules-mobility-svgcore-SVGDataObject-Extension.xml, org-netbeans-modules-languages-yaml-YamlLanguage-Extension.xml, org-netbeans-modules-groovy-editor-api-parser-GroovyLanguage-Extension.xml, org-netbeans-modules-php-editor-index-PHPIndexer-INDEXABLE_EXTENSIONS-Extension.xml, org-netbeans-modules-html-HtmlDataObject-Registration.xml, org-netbeans-modules-maven-grammar-POMDataObject-Registration.xml, org-apache-tools-ant-module-loader-AntProjectDataObject-Registration.xml, org-netbeans-modules-apisupport-project-layers-LayerDataObject-Namespace.xml, org-netbeans-modules-editor-settings-storage-SettingsProvider-Registration.xml, org-netbeans-modules-j2ee-ddloaders-common-DD2beansDataObject-Registration.xml, org-netbeans-modules-j2ee-sun-ddloaders-SunDescriptorDataObject-Registration.xml, org-netbeans-modules-url-URLDataObject-Extension.xml, org-netbeans-modules-pdf-PDFDataObject-Extension.xml, org-netbeans-modules-php-smarty-editor-TplDataObject-Extension.xml, org-netbeans-modules-tomcat5-nodes-TomcatInstanceNode-createMultiViewEditorElement-Registration.xml, org-netbeans-modules-web-core-jsploader-JspDataObject-Registration.xml, org-netbeans-modules-web-jsf-JSFConfigDataObject-Registration.xml, org-netbeans-modules-web-struts-StrutsConfigDataObject-Namespace.xml, org-netbeans-modules-spring-beans-loader-SpringXMLConfigDataObject-Namespace.xml, org-netbeans-modules-xsl-XSLDataObject-Namespace.xml, org-netbeans-modules-cnd-asm-core-dataobjects-AsmDataObject-Extension.xml, org-netbeans-modules-cnd-source-CCDataObject-serialVersionUID-Registration.xml, org-netbeans-modules-java-jarloader-JarDataObject-Registration.xml, org-netbeans-modules-xml-jaxb-JAXBWizard-Extension.xml, org-netbeans-modules-cnd-loaders-ExeObject-Registration.xml, org-netbeans-lib-editor-codetemplates-storage-CodeTemplatesStorage-Namespace.xml, org-netbeans-modules-editor-macros-storage-MacrosStorage-Namespace.xml, org-netbeans-modules-php-composer-mimeresolver-ComposerLockFileRegistration-Registration.xml, org-netbeans-modules-j2ee-sun-ide-sunresources-resourcesloader-SunResourceDataObject-Extension.xml, org-netbeans-modules-profiler-oql-language-OQLLanguageProvider-Extension.xml, org-netbeans-modules-dbschema-jdbcimpl-DBschemaDataObject-Extension.xml, org-netbeans-modules-hibernate-loaders-cfg-HibernateCfgDataObject-Namespace.xml, org-netbeans-modules-hibernate-loaders-mapping-HibernateMappingDataObject-Namespace.xml, org-netbeans-modules-hibernate-loaders-reveng-HibernateRevengDataObject-Namespace.xml, org-netbeans-modules-hibernate-hqleditor-ui-HQLEditorTopComponent-Extension.xml, org-netbeans-modules-j2ee-persistence-jpqleditor-ui-JPQLEditorTopComponent-Extension.xml, org-netbeans-modules-profiler-snaptracer-impl-NpssDataObject-Registration.xml, org-netbeans-modules-java-hints-declarative-HintDataObject-Extension.xml, org-netbeans-modules-javafx2-editor-fxml-FXMLDataObject-Extension.xml, org-netbeans-modules-form-palette-PaletteItemDataObject-Extension.xml, org-netbeans-modules-xml-XMLDataObject-MIME_PLAIN_XML-Registration.xml, org-netbeans-modules-xml-DTDDataObject-Extension.xml, org-netbeans-modules-xml-EntityDataObject-Extension.xml, org-netbeans-modules-xml-XMLDataObject-MIME_XSD_XML-Registration.xml, org-netbeans-libs-freemarker-FreemarkerFactory-Registration.xml, org-netbeans-modules-apisupport-project-layers-LayerDataObject-Registration.xml, resources-Registration.xml, org-netbeans-modules-profiler-ui-NpsDataObject-Registration.xml, org-netbeans-modules-profiler-ui-HprofDataObject-Registration.xml, org-netbeans-modules-xml-XMLDataObject-Registration.xml, org-netbeans-modules-java-hints-declarative-test-DeclarativeHintsTestDataObject-Extension.xml] WARNING [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: Ineffective registration of resolver Services/MIMEResolver/CtpResolver.xml use @MIMEResolver.Registration! See bug #191777. WARNING [org.openide.filesystems.Ordering]: Not all children in Services/DiffProviders/ marked with the position attribute: [org-netbeans-modules-diff-cmdline-CmdlineDiffProvider.settings], but some are: [org-netbeans-modules-diff-builtin-provider-BuiltInDiffProvider.settings] WARNING [org.openide.filesystems.Ordering]: Not all children in Services/MIMEResolver/ marked with the position attribute: [CtpResolver.xml], but some are: [org-openide-loaders-DataLoaderPool$InstanceLoaderSystem-Extension.xml, org-netbeans-core-startup-layers-SystemFileSystem-Extension.xml, org-netbeans-modules-java-JavaDataObject-Extension.xml, org-netbeans-modules-java-ClassDataObject-Extension.xml, org-netbeans-modules-image-ImageDataObject-serialVersionUID-Extension.xml, org-netbeans-modules-image-ImageDataObject-IMAGE_ICON_BASE-Extension.xml, org-netbeans-modules-image-ImageDataObject-openSupport-Extension.xml, org-netbeans-modules-image-ImageDataObject-printSupport-Extension.xml, org-netbeans-modules-javascript-jstestdriver-JSTestDriverSupport-Registration.xml, org-netbeans-modules-properties-PropertiesDataObject-Extension.xml, org-netbeans-modules-php-twig-editor-TwigDataObject-Extension.xml, org-netbeans-modules-languages-manifest-MfDataObject-Extension.xml, org-netbeans-modules-languages-apacheconf-ApacheConfDataObject-Registration.xml, org-netbeans-modules-languages-ini-IniDataObject-Extension.xml, org-netbeans-modules-languages-neon-NeonDataObject-Extension.xml, org-netbeans-modules-form-FormDataLoader-Extension.xml, org-netbeans-modules-cnd-loaders-CMakeDataObject-Registration.xml, org-netbeans-modules-cnd-script-loaders-ShellDataObject-Registration.xml, org-netbeans-modules-cnd-makefile-loaders-MakefileDataObject-Registration.xml, org-netbeans-core-ide-ServiceTabProcessor-Extension.xml, org-netbeans-modules-testng-TestNGSuiteDataObject-Registration.xml, org-netbeans-modules-css-editor-CssProjectSupport-Extension.xml, org-netbeans-modules-languages-diff-DiffDataObject-Extension.xml, org-netbeans-modules-javascript2-editor-JsLanguage-createMultiViewEditorElement-Extension.xml, org-netbeans-modules-javascript2-editor-JsonLanguage-createMultiViewEditorElement-Extension.xml, org-netbeans-modules-db-sql-loader-SQLDataObject-Extension.xml, org-netbeans-modules-javawebstart-JnlpDataObject-Extension.xml, org-netbeans-modules-cnd-source-CDataObject-Registration.xml, org-netbeans-modules-cnd-loaders-CMakeIncludeDataObject-Registration.xml, org-netbeans-modules-cnd-source-CCDataObject-Registration.xml, org-netbeans-modules-cnd-source-HDataObject-Registration.xml, org-netbeans-modules-cnd-loaders-QtProjectDataObject-Registration.xml, org-netbeans-modules-cnd-source-FortranDataObject-Registration.xml, org-netbeans-modules-j2ee-persistence-unit-PUDataObject-Registration.xml, org-netbeans-modules-mobility-svgcore-palette-SVGPaletteItemDataObject-Extension.xml, org-netbeans-modules-groovy-gsp-loaders-GspDataObject-Extension.xml, org-netbeans-modules-mobility-svgcore-SVGDataObject-Extension.xml, org-netbeans-modules-languages-yaml-YamlLanguage-Extension.xml, org-netbeans-modules-groovy-editor-api-parser-GroovyLanguage-Extension.xml, org-netbeans-modules-php-editor-index-PHPIndexer-INDEXABLE_EXTENSIONS-Extension.xml, org-netbeans-modules-html-HtmlDataObject-Registration.xml, org-netbeans-modules-maven-grammar-POMDataObject-Registration.xml, org-apache-tools-ant-module-loader-AntProjectDataObject-Registration.xml, org-netbeans-modules-apisupport-project-layers-LayerDataObject-Namespace.xml, org-netbeans-modules-editor-settings-storage-SettingsProvider-Registration.xml, org-netbeans-modules-j2ee-ddloaders-common-DD2beansDataObject-Registration.xml, org-netbeans-modules-j2ee-sun-ddloaders-SunDescriptorDataObject-Registration.xml, org-netbeans-modules-url-URLDataObject-Extension.xml, org-netbeans-modules-pdf-PDFDataObject-Extension.xml, org-netbeans-modules-php-smarty-editor-TplDataObject-Extension.xml, org-netbeans-modules-tomcat5-nodes-TomcatInstanceNode-createMultiViewEditorElement-Registration.xml, org-netbeans-modules-web-core-jsploader-JspDataObject-Registration.xml, org-netbeans-modules-web-jsf-JSFConfigDataObject-Registration.xml, org-netbeans-modules-web-struts-StrutsConfigDataObject-Namespace.xml, org-netbeans-modules-spring-beans-loader-SpringXMLConfigDataObject-Namespace.xml, org-netbeans-modules-xsl-XSLDataObject-Namespace.xml, org-netbeans-modules-cnd-asm-core-dataobjects-AsmDataObject-Extension.xml, org-netbeans-modules-cnd-source-CCDataObject-serialVersionUID-Registration.xml, org-netbeans-modules-java-jarloader-JarDataObject-Registration.xml, org-netbeans-modules-xml-jaxb-JAXBWizard-Extension.xml, org-netbeans-modules-cnd-loaders-ExeObject-Registration.xml, org-netbeans-lib-editor-codetemplates-storage-CodeTemplatesStorage-Namespace.xml, org-netbeans-modules-editor-macros-storage-MacrosStorage-Namespace.xml, org-netbeans-modules-php-composer-mimeresolver-ComposerLockFileRegistration-Registration.xml, org-netbeans-modules-j2ee-sun-ide-sunresources-resourcesloader-SunResourceDataObject-Extension.xml, org-netbeans-modules-profiler-oql-language-OQLLanguageProvider-Extension.xml, org-netbeans-modules-dbschema-jdbcimpl-DBschemaDataObject-Extension.xml, org-netbeans-modules-hibernate-loaders-cfg-HibernateCfgDataObject-Namespace.xml, org-netbeans-modules-hibernate-loaders-mapping-HibernateMappingDataObject-Namespace.xml, org-netbeans-modules-hibernate-loaders-reveng-HibernateRevengDataObject-Namespace.xml, org-netbeans-modules-hibernate-hqleditor-ui-HQLEditorTopComponent-Extension.xml, org-netbeans-modules-j2ee-persistence-jpqleditor-ui-JPQLEditorTopComponent-Extension.xml, org-netbeans-modules-profiler-snaptracer-impl-NpssDataObject-Registration.xml, org-netbeans-modules-java-hints-declarative-HintDataObject-Extension.xml, org-netbeans-modules-javafx2-editor-fxml-FXMLDataObject-Extension.xml, org-netbeans-modules-form-palette-PaletteItemDataObject-Extension.xml, org-netbeans-modules-xml-XMLDataObject-MIME_PLAIN_XML-Registration.xml, org-netbeans-modules-xml-DTDDataObject-Extension.xml, org-netbeans-modules-xml-EntityDataObject-Extension.xml, org-netbeans-modules-xml-XMLDataObject-MIME_XSD_XML-Registration.xml, org-netbeans-libs-freemarker-FreemarkerFactory-Registration.xml, org-netbeans-modules-apisupport-project-layers-LayerDataObject-Registration.xml, resources-Registration.xml, org-netbeans-modules-profiler-ui-NpsDataObject-Registration.xml, org-netbeans-modules-profiler-ui-HprofDataObject-Registration.xml, org-netbeans-modules-xml-XMLDataObject-Registration.xml, org-netbeans-modules-java-hints-declarative-test-DeclarativeHintsTestDataObject-Extension.xml] INFO [org.netbeans.core.startup.NbEvents]: Activation des modules : org.openide.util.lookup [8.19.1 201302261559] org.openide.util [8.29.2 201303242200] org.openide.modules [7.35.1 201302261559] org.openide.filesystems [8.5.1 201302261559] org.netbeans.api.annotations.common/1 [1.17.1 201302261559] org.openide.awt [7.55.1 201302261559] org.netbeans.api.progress/1 [1.32.1 201302261559] org.openide.dialogs [7.28.1 201302261559] org.openide.nodes [7.33.1 201302261559] org.openide.windows [6.60.1 201302261559] org.netbeans.modules.editor.mimelookup/1 [1.29.1 201302261559] org.openide.text [6.54.2 201303242200] org.netbeans.swing.tabcontrol [1.42.1 201302261559] org.netbeans.swing.outline [1.23.2 201303242200] org.openide.explorer [6.50.2 201303242200] org.openide.actions [6.29.1 201302261559] org.netbeans.modules.queries/1 [1.32.1 201302261559] org.openide.loaders [7.44.2 201303242200] org.openide.io [1.35.1 201302261559] org.openide.execution [1.30.1 201302261559] org.netbeans.upgrader [4.25.1 201302261559] org.netbeans.swing.plaf [1.30.1 201302261559] org.netbeans.modules.projectapi/1 [1.50.1 201302261559] org.netbeans.swing.dirchooser [1.19.1 201302261559] org.netbeans.spi.viewmodel/2 [1.39.2 201303242200] org.netbeans.spi.tasklist/1 [1.22.1.1 1 201302261559] org.netbeans.spi.quicksearch [1.17.1 201302261559] org.netbeans.spi.palette/1 [1.35.1 201302261559] org.netbeans.spi.navigator/1 [1.27.1 201302261559] org.netbeans.libs.javacapi [7.13.1.3 3 201302261559] org.netbeans.libs.javacimpl/1 [0.30.2.20 20 201303242200] org.netbeans.modules.classfile/1 [1.38.1 201302261559] org.netbeans.modules.projectuiapi/1 [1.65.1.8 8 201302261559] org.netbeans.modules.project.indexingbridge [1.7.1 201302261559] org.netbeans.bootstrap/1 [2.56.1 201302261559] org.netbeans.core.startup/1 [1.47.1 201302261559] org.netbeans.modules.sampler [1.4.1 201302261559] org.netbeans.modules.keyring [1.14.1 201302261559] org.netbeans.core/2 [3.37.1 201302261559] org.netbeans.modules.options.api/1 [1.31.1 201302261559] org.netbeans.api.xml/1 [1.33.1 201302261559] org.netbeans.modules.options.java [1.4.1 201302261559] org.netbeans.core.multiview/1 [1.32.1 201302261559] org.apache.tools.ant.module/3 [3.61.1.2 2 201302261559] org.netbeans.api.java.classpath/1 [1.36.1 201302261559] org.netbeans.modules.project.libraries/1 [1.41.1 201302261559] org.netbeans.api.java/1 [1.43.1 201302261559] org.netbeans.modules.java.platform/1 [1.29.1 201302261559] org.apache.xml.resolver [1.22.1.12 12 201302261559] org.netbeans.modules.xml.catalog/2 [1.31.1.4 4 201302261559] org.netbeans.modules.project.ant/1 [1.51.1 201302261559] org.jdesktop.layout/1 [1.24.1 201302261559] org.netbeans.api.search [1.8.2 201303242200] org.netbeans.modules.java.project/1 [1.50.1 201302261559] org.netbeans.modules.editor.util/1 [1.52.1 201302261559] org.netbeans.modules.lexer/2 [1.49.2.1 1 201303242200] org.netbeans.modules.editor.settings/1 [1.46.1 201302261559] org.netbeans.modules.editor.lib2/1 [1.71.2.40 40 201303242200] org.netbeans.modules.editor.fold/1 [1.32.1.40 201302261559] org.netbeans.modules.editor.indent/2 [1.31.1 201302261559] org.netbeans.modules.editor.lib/3 [3.33.3.21.40 21 201303242200] org.netbeans.modules.editor/3 [1.70.2.5.21.40 5 201303242200] org.netbeans.modules.autoupdate.services [1.39.1 201302261559] org.netbeans.modules.settings/1 [1.38.1 201302261559] org.netbeans.core.windows/2 [2.58.2 201303242200] org.netbeans.modules.autoupdate.ui [1.33.1 201302261559] org.netbeans.spi.editor.hints/0 [1.28.1.7.40 7 201302261559] org.netbeans.modules.editor.errorstripe.api/1 [2.23.1.1 1 201302261559] org.netbeans.modules.editor.errorstripe/2 [2.24.1.1.1 1 201302261559] org.netbeans.modules.options.keymap [1.25.1 201302261559] org.netbeans.modules.editor.settings.storage/1 [1.36.1 201302261559] org.netbeans.modules.options.editor/1 [1.37.1 201302261559] org.netbeans.modules.diff/1 [1.41.1.42.1 42 201302261559] org.netbeans.modules.editor.guards/1 [1.20.1 201302261559] org.netbeans.libs.lucene/3 [3.10.1 201302261559] org.netbeans.modules.masterfs/2 [2.41.2 201303242200] org.netbeans.modules.parsing.lucene/2 [2.20.1.1 1 201302261559] org.netbeans.modules.parsing.api/1 [1.62.1.6 6 201302261559] org.netbeans.modules.refactoring.api [1.33.2.1 1 201302261559] org.netbeans.modules.code.analysis/0 [1.11.1 201302261559] org.netbeans.lib.nbjavac [1.5.1.1.20 1 201302261559] org.netbeans.modules.java.lexer/1 [1.21.1 201302261559] org.netbeans.modules.java.preprocessorbridge [1.29.1.1 1 201302261559] org.netbeans.modules.editor.indent.project/0 [1.12.1 201302261559] org.netbeans.modules.java.source [0.110.2.23.1.20.6 23 201303242200] org.netbeans.spi.java.hints [1.10.2.10.1.20.23.6 10 201303242200] org.netbeans.api.debugger/1 [1.40.1 201302261559] org.netbeans.spi.debugger.ui/1 [2.37.1 201302261559] org.netbeans.modules.xml.core/2 [1.33.1.4 4 201302261559] org.netbeans.modules.editor.completion/1 [1.33.1.1 1 201302261559] org.netbeans.modules.editor.codetemplates/1 [1.30.1.1 1 201302261559] org.netbeans.core.ui/1 [1.35.1 201302261559] org.netbeans.modules.jumpto/1 [1.33.1.1 1 201302261559] org.netbeans.modules.editor.breadcrumbs/0 [1.5.1 201302261559] org.netbeans.modules.csl.api/2 [2.33.2.2.1.1.6 2 201303242200] org.netbeans.modules.xml.lexer [1.20.1 201302261559] org.netbeans.modules.editor.deprecated.pre65formatting/0 [1.12.2.1.5.21.40 1 201302261559] org.netbeans.modules.editor.structure/1 [1.36.1.1 1 201302261559] org.netbeans.modules.editor.bracesmatching/0 [1.27.1.40 201302261559] org.netbeans.modules.xml.text/2 [1.36.1 201302261559] org.netbeans.modules.xml.xam/1 [1.22.1.1 1 201302261559] org.netbeans.modules.xml.schema.model/1 [1.22.1.1 1 201302261559] org.netbeans.modules.xml.axi [1.21.1 201302261559] org.netbeans.modules.xml.retriever/1 [1.21.1 201302261559] org.netbeans.modules.xml [1.20.1 201302261559] org.netbeans.modules.servletapi/1 [1.30.1 201302261559] org.netbeans.modules.httpserver/2 [2.26.1.42 42 201302261559] org.netbeans.modules.xsl/1 [1.33.1 201302261559] org.netbeans.modules.xml.xdm/1 [1.23.1.1 1 201302261559] org.netbeans.modules.xml.wsdl.model/1 [1.23.1.1 1 201302261559] org.netbeans.libs.xerces/1 [1.29.1.280 280 201302261559] org.netbeans.modules.xml.tax/2 [1.33.1.280 201302261559] org.netbeans.modules.xml.tools/2 [1.33.1 201302261559] org.netbeans.modules.xml.schema.completion [1.20.1 201302261559] org.netbeans.modules.xml.multiview/1 [1.27.1.2 2 201302261559] org.netbeans.modules.xml.jaxb.api/1 [1.16.1 201302261559] org.netbeans.modules.whitelist [1.11.1 201302261559] org.netbeans.modules.sendopts/2 [2.25.1 201302261559] org.netbeans.core.execution/1 [1.31.1 201302261559] org.netbeans.modules.favorites/1 [1.32.1 201302261559] org.netbeans.modules.projectui [1.40.2.8 201303242200] org.netbeans.modules.welcome/1 [1.32.1 201302261559] org.netbeans.modules.websvc.wsstackapi/0 [1.16.1 201302261559] org.netbeans.modules.j2ee.metadata/0 [1.22.1 201302261559] org.netbeans.modules.schema2beans/1 [1.37.1 201302261559] org.netbeans.modules.j2ee.metadata.model.support/1 [1.20.1 201302261559] org.netbeans.modules.j2ee.dd/1 [1.28.1.2 2 201302261559] org.netbeans.modules.j2ee.dd.webservice [1.24.1 201302261559] org.netbeans.modules.websvc.websvcapi [1.24.1 201302261559] org.netbeans.modules.java.sourceui/1 [1.30.1.1.23 1 201302261559] org.netbeans.modules.websvc.utilities/0 [1.18.1 201302261559] org.netbeans.core.ide/1 [1.31.1 201302261559] org.netbeans.modules.websvc.jaxwsmodelapi/1 [1.17.1 201302261559] org.netbeans.modules.websvc.saas.api [1.20.1 201302261559] org.netbeans.modules.websvc.saas.ui [1.18.1 201302261559] org.netbeans.modules.websvc.saas.services.zvents [1.18.1 201302261559] org.netbeans.modules.websvc.saas.services.zillow [1.18.1 201302261559] org.netbeans.modules.websvc.saas.services.weatherbug [1.18.1 201302261559] org.netbeans.modules.websvc.saas.services.twitter [1.18.1 201302261559] org.netbeans.modules.websvc.saas.services.strikeiron [1.18.1 201302261559] org.netbeans.modules.websvc.saas.services.google [1.18.1 201302261559] org.netbeans.modules.websvc.saas.services.flickr [1.18.1 201302261559] org.netbeans.modules.websvc.saas.services.delicious [1.18.1 201302261559] org.netbeans.modules.websvc.saas.services.amazon [1.18.1 201302261559] org.netbeans.modules.websvc.saas.codegen [1.20.1 201302261559] org.netbeans.modules.editor.bookmarks/1 [1.27.1 201302261559] org.netbeans.libs.nashorn/1 [1.7.1 201302261559] org.netbeans.modules.html.lexer/1 [1.22.1 201302261559] org.netbeans.modules.web.common [1.29.1 201302261559] org.netbeans.modules.web.browser.api [1.5.1 201302261559] org.netbeans.modules.html.editor.lib/3 [3.10.1 201302261559] org.netbeans.modules.html/1 [1.48.1 201302261559] org.netbeans.libs.antlr3.runtime [1.12.1.1 1 201302261559] org.netbeans.modules.css.lib/1 [1.25.1 201302261559] org.netbeans.modules.web.indent [1.7.1 201302261559] org.netbeans.modules.css.model [1.13.1 201302261559] org.netbeans.modules.css.editor/1 [1.40.1 201302261559] org.netbeans.modules.html.editor/2 [2.13.1 201302261559] org.netbeans.modules.javascript2.editor/1 [0.4.2 201303242200] org.netbeans.modules.javascript2.kit/1 [0.3.1 201302261559] org.netbeans.core.browser/1 [1.17.1.1 1 201302261559] org.netbeans.core.output2/1 [1.30.2 201303242200] org.netbeans.lib.terminalemulator [1.24.1 201302261559] org.netbeans.modules.terminal [1.13.1 201302261559] org.netbeans.modules.editor.plain.lib/1 [1.24.1 201302261559] org.netbeans.libs.swingx/1 [1.18.1 201302261559] org.netbeans.modules.css.visual/3 [3.13.1 201302261559] org.netbeans.modules.editor.actions/1 [1.18.1.40 201302261559] org.netbeans.libs.bytelist/1 [0.18.1.1 1 201302261559] org.netbeans.libs.jvyamlb/1 [0.20.1 201302261559] org.netbeans.modules.languages.yaml [2.22.1 201302261559] org.netbeans.modules.properties/1 [1.43.1 201302261559] org.netbeans.modules.editor.search [1.10.2.0.40 0 201303242200] org.netbeans.modules.languages.manifest [1.22.1 201302261559] org.netbeans.modules.languages.diff [1.23.1 201302261559] org.netbeans.modules.image/1 [1.38.1 201302261559] org.netbeans.libs.json_simple/1 [0.3.1 201302261559] org.netbeans.modules.web.webkit.debugging [1.7.1 201302261559] org.netbeans.modules.html.navigator [1.3.1 201302261559] org.netbeans.modules.html.parser/1 [1.18.1.1 1 201302261559] org.apache.commons.logging [1.1.1 1.1.1] org.netbeans.modules.html.validation/1 [1.18.1 201302261559] org.netbeans.modules.editor.kit [1.22.1 201302261559] org.netbeans.modules.utilities/1 [1.47.2 201303242200] org.netbeans.modules.tasklist.ui/1 [1.21.2.1 201303242200] org.netbeans.modules.tasklist.todo/1 [1.21.1.1 1 201302261559] org.netbeans.modules.tasklist.projectint/1 [1.19.1 201302261559] org.netbeans.modules.tasklist.kit [1.19.1 201302261559] org.netbeans.modules.extexecution/2 [1.36.1 201302261559] com.jcraft.jsch [0.1.45 0.1.45] org.netbeans.libs.jna/1 [1.25.1 201302261559] org.netbeans.modules.dlight.nativeexecution [1.25.2.1 1 201303242200] org.netbeans.modules.dlight.terminal [1.13.1.1 1 201302261559] org.netbeans.modules.javahelp/1 [2.30.1 201302261559] org.netbeans.modules.usersguide/1 [1.39.1 201302261559] org.netbeans.modules.print.editor [7.17.1 201302261559] org.netbeans.modules.editor.plain/2 [1.25.1 201302261559] org.netbeans.libs.osgi [1.12.1 201302261559] org.netbeans.libs.felix [2.6.1 201302261559] org.netbeans.modules.print [7.16.1 201302261559] org.netbeans.modules.autoupdate.cli [1.3.1 201302261559] org.netbeans.modules.core.kit [1.20.1 201302261559] org.netbeans.modules.editor.macros/0 [1.21.1.1.21 1 201302261559] org.netbeans.modules.netserver [1.3.1 201302261559] org.netbeans.modules.extbrowser/1 [1.34.2 201303242200] org.netbeans.modules.defaults/1 [1.22.2 201303242200] org.netbeans.modules.ide.kit [1.22.1 201302261559] org.netbeans.modules.websvc.saas.kit [1.18.1 201302261559] org.netbeans.modules.websvc.saas.codegen.php [1.19.1 201302261559] org.netbeans.modules.websvc.jaxws21api/1 [1.22.1 201302261559] org.netbeans.modules.websvc.saas.codegen.java [1.19.1 201302261559] org.netbeans.modules.j2ee.core/0 [1.15.1 201302261559] org.netbeans.api.web.webmodule [1.31.1 201302261559] org.netbeans.libs.jaxb/1 [1.22.1 201302261559] org.netbeans.modules.websvc.jaxws21/1 [1.22.1 201302261559] org.netbeans.modules.websvc.jaxwsmodel/1 [1.21.1 201302261559] org.netbeans.modules.websvc.jaxwsapi [1.19.1 201302261559] org.netbeans.modules.db.metadata.model/0 [0.20.1 201302261559] org.netbeans.modules.db/1 [1.51.1.30 30 201302261559] org.netbeans.modules.dbschema/1 [1.30.1.4.30 4 201302261559] org.netbeans.modules.j2ee.persistenceapi/1 [1.22.1.1 1 201302261559] org.netbeans.modules.dbapi [1.24.1.30 201302261559] org.netbeans.modules.java.editor.lib/1 [1.27.1 201302261559] org.netbeans.modules.gototest/1 [1.21.1 201302261559] org.netbeans.modules.refactoring.java/1 [1.41.3.1 1 201303242200] org.netbeans.modules.java.editor/1 [2.49.2.9.1.1 9 201303242200] org.netbeans.modules.j2ee.eclipselink/1 [1.16.1 201302261559] org.netbeans.modules.j2ee.core.utilities/0 [1.21.1 201302261559] org.netbeans.modules.j2ee.persistence [1.33.1.1 1 201302261559] org.netbeans.api.debugger.jpda/2 [2.39.1 201302261559] org.netbeans.modules.server/0 [1.23.1 201302261559] org.netbeans.modules.j2eeapis/1 [1.26.1 201302261559] org.netbeans.modules.j2eeserver/4 [1.95.1.1 1 201302261559] org.netbeans.modules.javaee.specs.support/0 [1.10.1 201302261559] org.netbeans.modules.java.api.common/0 [1.42.1 201302261559] org.netbeans.modules.j2ee.api.ejbmodule [1.29.1 201302261559] org.netbeans.modules.j2ee.common/1 [1.74.1 201302261559] org.netbeans.modules.websvc.restapi/0 [1.18.1 201302261559] org.netbeans.modules.websvc.projectapi/0 [1.15.1 201302261559] org.netbeans.modules.websvc.clientapi [1.25.1 201302261559] org.netbeans.modules.websvc.core [1.28.1.1.4 1 201302261559] org.netbeans.modules.servletjspapi/1 [1.19.1.25 25 201302261559] org.netbeans.libs.glassfish_logging/1 [1.19.1.20 20 201302261559] org.netbeans.modules.web.jspparser/3 [3.18.2 201303242200] org.netbeans.modules.gsf.testrunner/1 [1.31.1 201302261559] org.netbeans.modules.java.testrunner [1.5.1 201302261559] org.netbeans.modules.junit/2 [2.54.1 201302261559] org.netbeans.modules.ant.browsetask [1.31.1 201302261559] org.netbeans.modules.web.project [1.41.2.1 1 201303242200] org.netbeans.modules.websvc.manager [1.19.1 201302261559] org.netbeans.modules.websvc.rest/0 [1.18.1 201302261559] org.netbeans.modules.web.clientproject.api [1.14.1 201302261559] org.netbeans.modules.web.javascript.debugger [1.2.2 201303242200] org.netbeans.modules.web.inspect [0.9.1 201302261559] org.netbeans.modules.web.clientproject.helpset/0 [1.2.1 201302261559] org.netbeans.libs.jstestdriver [1.2.1 201302261559] org.netbeans.modules.javascript.jstestdriver [1.2.2 201303242200] org.netbeans.modules.web.clientproject [1.12.1 201302261559] org.netbeans.modules.web.client.samples [1.1.1 201302261559] org.netbeans.modules.web.client.rest [1.2.1 201302261559] org.netbeans.modules.web.client.kit [1.0.1 201302261559] org.netbeans.modules.spellchecker.apimodule [1.15.1 201302261559] org.netbeans.modules.versioning.core/1 [1.10.2.1.42 1 201303242200] org.netbeans.modules.versioning/1 [1.37.1.1 1 201302261559] org.netbeans.modules.versioning.util [1.37.1.42.1 201302261559] org.netbeans.modules.versioning.ui/1 [1.9.1.42.1 201302261559] org.netbeans.modules.versioning.system.cvss.installer [1.6.1 201302261559] org.netbeans.modules.versioning.masterfs [1.4.1 201302261559] org.netbeans.modules.versioning.indexingbridge/0 [1.15.1 201302261559] org.netbeans.modules.utilities.project/1 [1.27.1 201302261559] org.netbeans.modules.updatecenters/1 [1.30.1 201302261559] org.netbeans.lib.uihandler [1.34.1 201302261559] org.netbeans.modules.uihandler [2.24.2 201303242200] org.netbeans.modules.uihandler.exceptionreporter [1.19.1 201302261559] org.netbeans.modules.tomcat5/1 [1.32.1 201302261559] org.netbeans.libs.svnClientAdapter/1 [1.28.1 201302261559] org.netbeans.libs.ini4j/1 [1.21.1 201302261559] org.netbeans.modules.subversion [1.29.2.42.1 201303242200] org.netbeans.modules.spellchecker [1.25.1.1.7 1 201302261559] org.netbeans.modules.spellchecker.kit [1.16.1 201302261559] org.netbeans.modules.spellchecker.dictionary_fr [1.1 20110730-unknown-revn] org.netbeans.modules.spellchecker.dictionary_en [1.13.1 201302261559] org.netbeans.modules.properties.syntax/1 [1.39.1 201302261559] org.netbeans.modules.spellchecker.bindings.properties [1.12.1 201302261559] org.netbeans.modules.spellchecker.bindings.java/1 [1.20.1 201302261559] org.netbeans.modules.spellchecker.bindings.htmlxml [1.17.1 201302261559] org.netbeans.modules.progress.ui [1.23.1 201302261559] org.netbeans.modules.languages.ini [1.14.1 201302261559] org.netbeans.modules.php.api.phpmodule [2.9.1 201302261559] org.netbeans.modules.php.api.executable/0 [0.8.1 201302261559] org.netbeans.modules.php.api.editor/0 [0.6.1 201302261559] org.netbeans.modules.php.api.annotation/0 [0.5.1 201302261559] org.netbeans.modules.php.api.framework/0 [0.8.1 201302261559] org.netbeans.modules.php.samples [1.20.1 201302261559] org.netbeans.modules.db.dataview [1.18.1 201302261559] org.netbeans.modules.db.core [1.26.1 201302261559] org.netbeans.modules.db.sql.editor [1.26.1.30 201302261559] org.netbeans.api.visual [2.36.1 201302261559] org.netbeans.modules.db.sql.visualeditor/1 [2.21.1.30 201302261559] org.netbeans.modules.db.mysql [0.18.1.2 2 201302261559] org.netbeans.modules.derby [1.30.1 201302261559] org.netbeans.modules.db.drivers [1.20.1 201302261559] org.netbeans.modules.db.kit [1.21.1 201302261559] org.netbeans.modules.php.help [1.16.1 201302261559] org.netbeans.libs.javacup/1 [1.17.1.11 11 201302261559] org.netbeans.modules.php.api.documentation/0 [0.3.1 201302261559] org.netbeans.libs.commons_net/2 [2.9.1.31 31 201302261559] org.netbeans.modules.gsf.codecoverage [1.21.1 201302261559] org.netbeans.modules.php.project [2.62.2 201303242200] org.netbeans.modules.php.editor [1.29.2.2 2 201302261559] org.netbeans.modules.php.dbgp [1.26.1 201302261559] org.netbeans.modules.php.refactoring [1.20.1 201302261559] org.netbeans.modules.php.phpdoc.documentation [0.12.1 201302261559] org.netbeans.modules.languages.apacheconf [1.7.1 201302261559] org.netbeans.modules.php.kit [1.47.1 201302261559] org.netbeans.modules.php.zend [1.18.1 201302261559] org.netbeans.modules.php.twig/1 [1.9.2 201303242200] org.netbeans.modules.php.symfony2/1 [1.13.2 201303242200] org.netbeans.modules.php.symfony [1.27.1 201302261559] org.netbeans.modules.php.smarty [1.73.2 201303242200] org.netbeans.modules.php.phpdoc [1.13 release73-au-23-on-20130118] org.netbeans.modules.php.doctrine2 [1.14.1 201302261559] org.netbeans.modules.php.composer/0 [0.8.1 201302261559] org.netbeans.modules.languages.neon [1.7.2 201302261559] org.netbeans.modules.php.apigen [1.12.1 201302261559] org.netbeans.modules.parsing.ui [1.4.1 201302261559] org.netbeans.core.netigso [1.20.1 201302261559] org.netbeans.modules.netbinox [1.29.1 201302261559] org.eclipse.equinox.common [3.6.0 3.6.0.v20110523] org.eclipse.mylyn.tasks.core [3.8.2 3.8.2.v20120916-1200] org.eclipse.core.runtime [3.7.0 3.7.0.v20110110] org.eclipse.mylyn.commons.net [3.8.2 3.8.2.v20120916-1200] org.netbeans.modules.mylyn.util [1.2.1 201302261559] org.netbeans.modules.mercurial [1.31.1.42.1 201302261559] org.netbeans.modules.masterfs.macosx [1.4.1 201302261559] org.netbeans.modules.localhistory [1.24.1 201302261559] org.netbeans.modules.lexer.nbbridge/1 [1.22.1.1 201302261559] org.netbeans.modules.keyring.impl [1.10.1 201302261559] org.netbeans.modules.java.source.ant [1.20.1.1.23 1 201302261559] org.netbeans.modules.java.j2seplatform/1 [1.29.1 201302261559] org.netbeans.modules.j2ee.weblogic9/1 [1.29.1.1 1 201302261559] org.netbeans.modules.j2ee.sun.dd/1 [1.26.1.1 1 201302261559] org.netbeans.libs.glassfish.sdk [1.2.1 201302261559] org.netbeans.modules.glassfish.common/0 [1.29.1 201302261559] org.netbeans.modules.glassfish.eecommon/0 [1.17.1.1.1 1 201302261559] org.netbeans.modules.j2ee.sun.appsrv/1 [1.25.1.1 1 201302261559] org.netbeans.modules.j2ee.sun.ddui/1 [1.27.1.1.1 1 201302261559] org.netbeans.modules.j2ee.jboss4/1 [1.29.1 201302261559] org.netbeans.modules.ide.ergonomics [1.19.1 201302261559] org.netbeans.modules.autoupdate.pluginimporter [1.8.1 201302261559] org.netbeans.modules.ide.branding/1 [1.23.1 201302261559] org.netbeans.modules.ide.branding.kit [1.19.1 201302261559] org.netbeans.modules.hudson [1.28.1 201302261559] org.netbeans.modules.hudson.tasklist [1.6.1 201302261559] org.netbeans.modules.hudson.subversion [1.18.1 201302261559] org.netbeans.modules.hudson.php [1.9.1 201302261559] org.netbeans.modules.hudson.mercurial [1.18.1 201302261559] org.netbeans.modules.hudson.git [1.7.1 201302261559] org.netbeans.modules.hudson.ant [1.16.1 201302261559] org.netbeans.modules.glassfish.javaee/0 [1.19.1 201302261559] org.eclipse.jgit [1.3.0 1.3.0] org.netbeans.libs.git/1 [1.5.1 201302261559] org.netbeans.modules.git [1.8.2.1 201303242200] org.apache.commons.io [1.4 1.4] org.netbeans.modules.extexecution.impl [1.15.1 201302261559] org.netbeans.modules.editor.mimelookup.impl/1 [1.21.1 201302261559] org.netbeans.modules.editor.global.format/1 [1.5.1.1 1 201302261559] org.netbeans.modules.debugger.jpda.ant [1.28.1 201302261559] org.netbeans.modules.cloud.common [1.4.1 201302261559] org.netbeans.libs.amazon/1 [1.4.1 201302261559] org.netbeans.modules.cloud.amazon/0 [1.4.1 201302261559] org.netbeans.modules.bugtracking [1.39.1 201302261559] org.eclipse.mylyn.bugzilla.core [3.8.2 3.8.2.v20120916-1200] org.apache.commons.httpclient [3.1.0 3.1.0] org.netbeans.modules.bugzilla [1.33.2 201303242200] org.netbeans.modules.bugzilla.exceptionreporter [1.12.1 201302261559] org.netbeans.modules.bugtracking.bridge [1.22.1 201302261559] org.netbeans.modules.applemenu/1 [1.27.1 201302261559] org.netbeans.modules.ant.grammar/1 [1.34.1 201302261559] org.netbeans.libs.svnClientAdapter.svnkit/1 [1.12.1 201302261559] org.netbeans.libs.svnClientAdapter.javahl/1 [1.12.1 201302261559] org.netbeans.libs.freemarker/1 [2.22.1.238 238 201302261559] org.netbeans.core.nativeaccess/1 [1.19.1 201302261559] org.netbeans.core.io.ui/1 [1.20.1 201302261559] org.netbeans.core.browser.webview/1 [1.2.2.1.1 1 201303242200] org.lorenzos.zencoding [1.0 130123] org.eclipse.mylyn.commons.xmlrpc [3.8.2 3.8.2.v20120916-1200] org.eclipse.mylyn.commons.repositories.core [1.0.2 1.0.2.v20120916-1200] org.eclipse.mylyn.commons.core [3.8.2 3.8.2.v20120916-1200] org.eclipse.equinox.security [1.1.1 1.1.1.R37x_v20110822-1018] org.eclipse.equinox.registry [3.5.200 3.5.200.v20120522-1841] org.eclipse.equinox.preferences [3.4.2 3.4.2.v20120111-2020] org.eclipse.equinox.app [1.3.100 1.3.100.v20110321] org.eclipse.core.runtime.compatibility.auth [3.2.200 3.2.200.v20110110] org.eclipse.core.net [1.2.100 1.2.100.I20110511-0800] org.eclipse.core.jobs [3.5.101 3.5.101.v20120113-1953] org.eclipse.core.contenttype [3.4.100 3.4.100.v20110423-0524] org.cakephp.netbeans [0.8.7.2 130503] org.apache.xmlrpc [3.0.0 3.0.0] org.apache.ws.commons.util [1.0.1 1.0.1] org.apache.commons.lang [2.4.0 2.4.0] org.apache.commons.codec [1.3.0 1.3.0] com.jcraft.jzlib [1.0.7 1.0.7] INFO [org.netbeans.core.netigso.Netigso]: bundle org.eclipse.osgi@3.8.0.v20120529-1548 started WARNING [org.openide.filesystems.Ordering]: Not all children in Toolbars/ marked with the position attribute: [Edit, View], but some are: [File, Clipboard, UndoRedo, Build, Debug, Memory, QuickSearch, Standard.xml, Debugging.xml] WARNING [org.netbeans.modules.editor.settings.storage.keybindings.KeyMapsStorage]: The keybinding 'A-MOUSE_WHEEL_UP' in Editors/Keybindings/NetBeans/Defaults/org-netbeans-modules-editor-keybindings.xml may not work correctly on Mac. Keybindings starting with Alt or Ctrl should be coded with latin capital letters 'O' or 'D' respectively. For details see org.openide.util.Utilities.stringToKey(). WARNING [org.netbeans.modules.editor.settings.storage.keybindings.KeyMapsStorage]: The keybinding 'A-MOUSE_WHEEL_DOWN' in Editors/Keybindings/NetBeans/Defaults/org-netbeans-modules-editor-keybindings.xml may not work correctly on Mac. Keybindings starting with Alt or Ctrl should be coded with latin capital letters 'O' or 'D' respectively. For details see org.openide.util.Utilities.stringToKey(). WARNING [org.netbeans.TopSecurityManager]: use of system property netbeans.user has been obsoleted in favor of InstalledFileLocator/Places at org.netbeans.modules.versioning.masterfs.FilesystemInterceptor.getRootFilesystem(FilesystemInterceptor.java:81) WARNING [org.netbeans.TopSecurityManager]: use of system property netbeans.user has been obsoleted in favor of InstalledFileLocator/Places at org.netbeans.modules.versioning.core.Utils.getUnversionedFolders(Utils.java:283) WARNING [org.netbeans.TopSecurityManager]: use of system property netbeans.user has been obsoleted in favor of InstalledFileLocator/Places at org.netbeans.modules.uihandler.Installer.logsDirectory(Installer.java:832) WARNING [org.netbeans.TopSecurityManager]: use of system property netbeans.user has been obsoleted in favor of InstalledFileLocator/Places at org.netbeans.modules.versioning.core.VersioningManager.getLocalHistory(VersioningManager.java:493) INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Resolving dependencies took: 35 ms INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Complete indexing of 0 binary roots took: 1 ms INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: /Applications/NetBeans/NetBeans 7.3.app/Contents/Resources/NetBeans/php/phpstubs/phpruntime took: 789 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 70 ms] INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: nbfs://nbhost/SystemFileSystem/PHP/RuntimeLibraries/ took: 25 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 0 ms] Diagnostic information Input arguments: -Djdk.home=/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home -Dnetbeans.default_userdir_root=/Users/JLR/Library/Application Support/NetBeans -Dnetbeans.system_http_proxy=DIRECT -Dnetbeans.system_http_non_proxy_hosts= -Dnetbeans.dirs=/Applications/NetBeans/NetBeans 7.3.app/Contents/Resources/NetBeans/nb:/Applications/NetBeans/NetBeans 7.3.app/Contents/Resources/NetBeans/ergonomics:/Applications/NetBeans/NetBeans 7.3.app/Contents/Resources/NetBeans/ide:/Applications/NetBeans/NetBeans 7.3.app/Contents/Resources/NetBeans/java:/Applications/NetBeans/NetBeans 7.3.app/Contents/Resources/NetBeans/apisupport:/Applications/NetBeans/NetBeans 7.3.app/Contents/Resources/NetBeans/webcommon:/Applications/NetBeans/NetBeans 7.3.app/Contents/Resources/NetBeans/websvccommon:/Applications/NetBeans/NetBeans 7.3.app/Contents/Resources/NetBeans/enterprise:/Applications/NetBeans/NetBeans 7.3.app/Contents/Resources/NetBeans/mobility:/Applications/NetBeans/NetBeans 7.3.app/Contents/Resources/NetBeans/profiler:/Applications/NetBeans/NetBeans 7.3.app/Contents/Resources/NetBeans/python:/Applications/NetBeans/NetBeans 7.3.app/Contents/Resources/NetBeans/php:/Applications/NetBeans/NetBeans 7.3.app/Contents/Resources/NetBeans/identity:/Applications/NetBeans/NetBeans 7.3.app/Contents/Resources/NetBeans/harness:/Applications/NetBeans/NetBeans 7.3.app/Contents/Resources/NetBeans/cnd:/Applications/NetBeans/NetBeans 7.3.app/Contents/Resources/NetBeans/dlight:/Applications/NetBeans/NetBeans 7.3.app/Contents/Resources/NetBeans/groovy:/Applications/NetBeans/NetBeans 7.3.app/Contents/Resources/NetBeans/extra:/Applications/NetBeans/NetBeans 7.3.app/Contents/Resources/NetBeans/javacard:/Applications/NetBeans/NetBeans 7.3.app/Contents/Resources/NetBeans/javafx: -Dnetbeans.home=/Applications/NetBeans/NetBeans 7.3.app/Contents/Resources/NetBeans/platform -Dcom.apple.mrj.application.apple.menu.about.name=NetBeans -Dnetbeans.importclass=org.netbeans.upgrade.AutoUpgrade -Dnetbeans.accept_license_class=org.netbeans.license.AcceptLicense -XX:MaxPermSize=384m -Xmx768m -Xss2m -Xms32m -XX:PermSize=32m -Dapple.laf.useScreenMenuBar=true -Dapple.awt.graphics.UseQuartz=true -Dsun.java2d.noddraw=true -Dsun.java2d.dpiaware=true -Dsun.zip.disableMemoryMapping=true -Dsun.awt.disableMixing=true -Dfile.encoding=UTF-8 -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/Users/JLR/Library/Application Support/NetBeans/7.3/var/log/heapdump.hprof Compiler: HotSpot 64-Bit Tiered Compilers Heap memory usage: initial 32,0MB maximum 758,4MB Non heap memory usage: initial 34,4MB maximum 432,0MB Garbage collector: ParNew (Collections=41 Total time spent=0s) Garbage collector: ConcurrentMarkSweep (Collections=6 Total time spent=0s) Classes: loaded=8397 total loaded=8400 unloaded 0 INFO [org.netbeans.core.ui.warmup.DiagnosticTask]: Total memory 17 179 869 184 WARNING [org.openide.filesystems.Ordering]: Found same position 2 375 for both Menu/Edit/Zen Coding and Menu/Edit/org-lorenzos-zencoding-actions-ZenCodingExpandAbbreviation-separatorAfter.instance WARNING [org.openide.filesystems.Ordering]: Not all children in Menu/Window/ marked with the position attribute: [Other], but some are: [org-netbeans-modules-project-ui-logical-tab-action.shadow, org-netbeans-modules-project-ui-physical-tab-action.shadow, org-netbeans-modules-favorites-View.shadow, org-netbeans-core-ide-ServicesTabAction.shadow, org-netbeans-modules-tasklist-ui-TaskListAction.shadow, ShowPaletteAction.shadow, org-netbeans-core-windows-actions-GlobalPropertiesAction.shadow, Output, Navigator, Debug, Versioning, Web, SwitchToRecentDocumentAction.shadow, ProgressListAction.shadow, Separator3.instance, ConfigureWindow, org-netbeans-core-windows-actions-ResetWindowsAction.shadow, Separator4.instance, CloseWindowAction.shadow, CloseAllDocumentsAction.shadow, CloseAllButThisAction.shadow, DocumentsAction.shadow] WARNING [org.netbeans.TopSecurityManager]: use of system property netbeans.user has been obsoleted in favor of InstalledFileLocator/Places at org.netbeans.modules.spellchecker.ComponentPeer.getUsersLocalDictionary(ComponentPeer.java:442) INFO [org.cakephp.netbeans.commands.CakeScript]: create tmp file INFO [org.cakephp.netbeans.commands.CakeScript]: /var/folders/jd/58hph4l954v55xv_1_6qwr3h0000gn/T/nb-cake-commands-7022842505704863084.xml [Fatal Error] nb-cake-commands-7022842505704863084.xml:1:1: Content is not allowed in prolog. INFO [org.cakephp.netbeans.commands.CakeScript] org.xml.sax.SAXParseException: Content is not allowed in prolog. at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:246) at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:284) at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:208) at org.cakephp.netbeans.commands.CakePhpCommandXmlParser.parse(CakePhpCommandXmlParser.java:75) [catch] at org.cakephp.netbeans.commands.CakeScript.getFrameworkCommandsInternalXml(CakeScript.java:287) at org.cakephp.netbeans.commands.CakeScript.getCommands(CakeScript.java:189) at org.cakephp.netbeans.commands.CakePhpCommandSupport.getFrameworkCommandsInternal(CakePhpCommandSupport.java:99) at org.netbeans.modules.php.spi.framework.commands.FrameworkCommandSupport.refreshFrameworkCommands(FrameworkCommandSupport.java:150) at org.netbeans.modules.php.spi.framework.commands.FrameworkCommandSupport$1.run(FrameworkCommandSupport.java:181) at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1432) at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2044) CONFIG [null]: Erreur d'analyse dans le fichier file:/var/folders/jd/58hph4l954v55xv_1_6qwr3h0000gn/T/nb-cake-commands-7022842505704863084.xml, ligne 1, colonne 1 (PUBLIC : null) WARNING [org.cakephp.netbeans.commands.CakeScript]: command items are empty WARNING [org.netbeans.modules.options.keymap.KeymapModel]: Duplicate action ID used: copy-to-clipboard WARNING [org.netbeans.modules.options.keymap.LayersBridge]: Invalid shortcut: org.openide.loaders.BrokenDataShadow@368e091[MultiFileObject@2b439bd9[Keymaps/NetBeans/D-BACK_QUOTE.shadow]] WARNING [org.netbeans.modules.options.keymap.LayersBridge]: Invalid shortcut: org.openide.loaders.BrokenDataShadow@368e091[MultiFileObject@2b439bd9[Keymaps/NetBeans/D-BACK_QUOTE.shadow]] WARNING [org.netbeans.modules.editor.settings.storage.keybindings.KeyMapsStorage]: The keybinding 'A-MOUSE_WHEEL_UP' in Editors/Keybindings/NetBeans/Defaults/org-netbeans-modules-editor-keybindings.xml may not work correctly on Mac. Keybindings starting with Alt or Ctrl should be coded with latin capital letters 'O' or 'D' respectively. For details see org.openide.util.Utilities.stringToKey(). WARNING [org.netbeans.modules.editor.settings.storage.keybindings.KeyMapsStorage]: The keybinding 'A-MOUSE_WHEEL_DOWN' in Editors/Keybindings/NetBeans/Defaults/org-netbeans-modules-editor-keybindings.xml may not work correctly on Mac. Keybindings starting with Alt or Ctrl should be coded with latin capital letters 'O' or 'D' respectively. For details see org.openide.util.Utilities.stringToKey(). INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: /Volumes/web/saill.200 took: 12 090 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 5 722 ms] INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Complete indexing of 3 source roots took: 12 904 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 5 792 ms] INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Resolving dependencies took: 8 ms INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Complete indexing of 0 binary roots took: 0 ms INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: /Volumes/web/saill.200 took: 506 ms (New or modified files: 1, Deleted files: 0) [Adding listeners took: 0 ms] INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: /Applications/NetBeans/NetBeans 7.3.app/Contents/Resources/NetBeans/ide/jsstubs/domstubs.zip took: 40 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 0 ms] INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: /Applications/NetBeans/NetBeans 7.3.app/Contents/Resources/NetBeans/ide/jsstubs/corestubs.zip took: 18 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 0 ms] INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: /Applications/NetBeans/NetBeans 7.3.app/Contents/Resources/NetBeans/ide/jsstubs/reststubs.zip took: 15 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 0 ms] INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Complete indexing of 4 source roots took: 579 ms (New or modified files: 1, Deleted files: 0) [Adding listeners took: 0 ms] INFO [org.cakephp.netbeans.commands.CakeScript]: create tmp file INFO [org.cakephp.netbeans.commands.CakeScript]: /var/folders/jd/58hph4l954v55xv_1_6qwr3h0000gn/T/nb-cake-commands-831283764581930370.xml [Fatal Error] nb-cake-commands-831283764581930370.xml:1:1: Content is not allowed in prolog. INFO [org.cakephp.netbeans.commands.CakeScript] org.xml.sax.SAXParseException: Content is not allowed in prolog. at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:246) at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:284) at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:208) at org.cakephp.netbeans.commands.CakePhpCommandXmlParser.parse(CakePhpCommandXmlParser.java:75) [catch] at org.cakephp.netbeans.commands.CakeScript.getFrameworkCommandsInternalXml(CakeScript.java:287) at org.cakephp.netbeans.commands.CakeScript.getCommands(CakeScript.java:189) at org.cakephp.netbeans.commands.CakePhpCommandSupport.getFrameworkCommandsInternal(CakePhpCommandSupport.java:99) at org.netbeans.modules.php.spi.framework.commands.FrameworkCommandSupport.refreshFrameworkCommands(FrameworkCommandSupport.java:150) at org.netbeans.modules.php.spi.framework.commands.FrameworkCommandSupport$1.run(FrameworkCommandSupport.java:181) at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1432) at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2044) CONFIG [null]: Erreur d'analyse dans le fichier file:/var/folders/jd/58hph4l954v55xv_1_6qwr3h0000gn/T/nb-cake-commands-831283764581930370.xml, ligne 1, colonne 1 (PUBLIC : null) WARNING [org.cakephp.netbeans.commands.CakeScript]: command items are empty INFO [org.cakephp.netbeans.commands.CakeScript]: create tmp file INFO [org.cakephp.netbeans.commands.CakeScript]: /var/folders/jd/58hph4l954v55xv_1_6qwr3h0000gn/T/nb-cake-commands-831283764581930370.xml [Fatal Error] nb-cake-commands-831283764581930370.xml:1:1: Content is not allowed in prolog. INFO [org.cakephp.netbeans.commands.CakeScript] org.xml.sax.SAXParseException: Content is not allowed in prolog. at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:246) at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:284) at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:208) at org.cakephp.netbeans.commands.CakePhpCommandXmlParser.parse(CakePhpCommandXmlParser.java:75) [catch] at org.cakephp.netbeans.commands.CakeScript.getFrameworkCommandsInternalXml(CakeScript.java:287) at org.cakephp.netbeans.commands.CakeScript.getCommands(CakeScript.java:189) at org.cakephp.netbeans.commands.CakePhpCommandSupport.getFrameworkCommandsInternal(CakePhpCommandSupport.java:99) at org.netbeans.modules.php.spi.framework.commands.FrameworkCommandSupport.refreshFrameworkCommands(FrameworkCommandSupport.java:150) at org.netbeans.modules.php.spi.framework.commands.FrameworkCommandSupport$1.run(FrameworkCommandSupport.java:181) at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1432) at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2044) CONFIG [null]: Erreur d'analyse dans le fichier file:/var/folders/jd/58hph4l954v55xv_1_6qwr3h0000gn/T/nb-cake-commands-831283764581930370.xml, ligne 1, colonne 1 (PUBLIC : null) WARNING [org.cakephp.netbeans.commands.CakeScript]: command items are empty

Product Version = NetBeans IDE 7.3 (Build 201302261559) (#9dd8ee4384da) Operating System = Mac OS X version 10.8.3 running on x86_64 Java; VM; Vendor = 1.6.0_45; Java HotSpot(TM) 64-Bit Server VM 20.45-b01-451; Apple Inc. Runtime = Java(TM) SE Runtime Environment 1.6.0_45-b06-451-11M4406 Java Home = /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home System Locale; Encoding = fr_FR (nb); UTF-8

junichi11 commented 11 years ago

Please try to new version. https://bitbucket.org/junichi11/cakephp-netbeans/downloads

cameleonhelp commented 11 years ago

Always the same

INFO [org.netbeans.modules.netbinox]: Install area set to file:/Applications/NetBeans/NetBeans 7.3.app/Contents/Resources/NetBeans/ WARNING [org.netbeans.core.modules]: the modules [org.netbeans.modules.css.visual, org.netbeans.modules.html.editor, org.netbeans.modules.java.project, org.netbeans.modules.options.editor] use org.jdesktop.layout which is deprecated: Utilisez plutôt javax.swing.GroupLayout. (Dans l'éditeur de formulaire : sélectionnez Formulaire... dans le gestionnaire de propriétés ; passez le style de génération de mise en page sur le code Java 6 standard.) WARNING [org.netbeans.core.modules]: the modules [org.netbeans.modules.editor.structure, org.netbeans.modules.java.editor.lib, org.netbeans.modules.xml.text] use org.netbeans.modules.editor.deprecated.pre65formatting which is deprecated. WARNING [org.openide.filesystems.Ordering]: Not all children in Services/MIMEResolver/ marked with the position attribute: [CtpResolver.xml], but some are: [org-openide-loaders-DataLoaderPool$InstanceLoaderSystem-Extension.xml, org-netbeans-core-startup-layers-SystemFileSystem-Extension.xml, org-netbeans-modules-java-JavaDataObject-Extension.xml, org-netbeans-modules-java-ClassDataObject-Extension.xml, org-netbeans-modules-image-ImageDataObject-serialVersionUID-Extension.xml, org-netbeans-modules-image-ImageDataObject-IMAGE_ICON_BASE-Extension.xml, org-netbeans-modules-image-ImageDataObject-openSupport-Extension.xml, org-netbeans-modules-image-ImageDataObject-printSupport-Extension.xml, org-netbeans-modules-javascript-jstestdriver-JSTestDriverSupport-Registration.xml, org-netbeans-modules-properties-PropertiesDataObject-Extension.xml, org-netbeans-modules-php-twig-editor-TwigDataObject-Extension.xml, org-netbeans-modules-languages-manifest-MfDataObject-Extension.xml, org-netbeans-modules-languages-apacheconf-ApacheConfDataObject-Registration.xml, org-netbeans-modules-languages-ini-IniDataObject-Extension.xml, org-netbeans-modules-languages-neon-NeonDataObject-Extension.xml, org-netbeans-modules-form-FormDataLoader-Extension.xml, org-netbeans-modules-cnd-loaders-CMakeDataObject-Registration.xml, org-netbeans-modules-cnd-script-loaders-ShellDataObject-Registration.xml, org-netbeans-modules-cnd-makefile-loaders-MakefileDataObject-Registration.xml, org-netbeans-core-ide-ServiceTabProcessor-Extension.xml, org-netbeans-modules-testng-TestNGSuiteDataObject-Registration.xml, org-netbeans-modules-css-editor-CssProjectSupport-Extension.xml, org-netbeans-modules-languages-diff-DiffDataObject-Extension.xml, org-netbeans-modules-javascript2-editor-JsLanguage-createMultiViewEditorElement-Extension.xml, org-netbeans-modules-javascript2-editor-JsonLanguage-createMultiViewEditorElement-Extension.xml, org-netbeans-modules-db-sql-loader-SQLDataObject-Extension.xml, org-netbeans-modules-javawebstart-JnlpDataObject-Extension.xml, org-netbeans-modules-cnd-source-CDataObject-Registration.xml, org-netbeans-modules-cnd-loaders-CMakeIncludeDataObject-Registration.xml, org-netbeans-modules-cnd-source-CCDataObject-Registration.xml, org-netbeans-modules-cnd-source-HDataObject-Registration.xml, org-netbeans-modules-cnd-loaders-QtProjectDataObject-Registration.xml, org-netbeans-modules-cnd-source-FortranDataObject-Registration.xml, org-netbeans-modules-j2ee-persistence-unit-PUDataObject-Registration.xml, org-netbeans-modules-mobility-svgcore-palette-SVGPaletteItemDataObject-Extension.xml, org-netbeans-modules-groovy-gsp-loaders-GspDataObject-Extension.xml, org-netbeans-modules-mobility-svgcore-SVGDataObject-Extension.xml, org-netbeans-modules-languages-yaml-YamlLanguage-Extension.xml, org-netbeans-modules-groovy-editor-api-parser-GroovyLanguage-Extension.xml, org-netbeans-modules-php-editor-index-PHPIndexer-INDEXABLE_EXTENSIONS-Extension.xml, org-netbeans-modules-html-HtmlDataObject-Registration.xml, org-netbeans-modules-maven-grammar-POMDataObject-Registration.xml, org-apache-tools-ant-module-loader-AntProjectDataObject-Registration.xml, org-netbeans-modules-apisupport-project-layers-LayerDataObject-Namespace.xml, org-netbeans-modules-editor-settings-storage-SettingsProvider-Registration.xml, org-netbeans-modules-j2ee-ddloaders-common-DD2beansDataObject-Registration.xml, org-netbeans-modules-j2ee-sun-ddloaders-SunDescriptorDataObject-Registration.xml, org-netbeans-modules-url-URLDataObject-Extension.xml, org-netbeans-modules-pdf-PDFDataObject-Extension.xml, org-netbeans-modules-php-smarty-editor-TplDataObject-Extension.xml, org-netbeans-modules-tomcat5-nodes-TomcatInstanceNode-createMultiViewEditorElement-Registration.xml, org-netbeans-modules-web-core-jsploader-JspDataObject-Registration.xml, org-netbeans-modules-web-jsf-JSFConfigDataObject-Registration.xml, org-netbeans-modules-web-struts-StrutsConfigDataObject-Namespace.xml, org-netbeans-modules-spring-beans-loader-SpringXMLConfigDataObject-Namespace.xml, org-netbeans-modules-xsl-XSLDataObject-Namespace.xml, org-netbeans-modules-cnd-asm-core-dataobjects-AsmDataObject-Extension.xml, org-netbeans-modules-cnd-source-CCDataObject-serialVersionUID-Registration.xml, org-netbeans-modules-java-jarloader-JarDataObject-Registration.xml, org-netbeans-modules-xml-jaxb-JAXBWizard-Extension.xml, org-netbeans-modules-cnd-loaders-ExeObject-Registration.xml, org-netbeans-lib-editor-codetemplates-storage-CodeTemplatesStorage-Namespace.xml, org-netbeans-modules-editor-macros-storage-MacrosStorage-Namespace.xml, org-netbeans-modules-php-composer-mimeresolver-ComposerLockFileRegistration-Registration.xml, org-netbeans-modules-j2ee-sun-ide-sunresources-resourcesloader-SunResourceDataObject-Extension.xml, org-netbeans-modules-profiler-oql-language-OQLLanguageProvider-Extension.xml, org-netbeans-modules-dbschema-jdbcimpl-DBschemaDataObject-Extension.xml, org-netbeans-modules-hibernate-loaders-cfg-HibernateCfgDataObject-Namespace.xml, org-netbeans-modules-hibernate-loaders-mapping-HibernateMappingDataObject-Namespace.xml, org-netbeans-modules-hibernate-loaders-reveng-HibernateRevengDataObject-Namespace.xml, org-netbeans-modules-hibernate-hqleditor-ui-HQLEditorTopComponent-Extension.xml, org-netbeans-modules-j2ee-persistence-jpqleditor-ui-JPQLEditorTopComponent-Extension.xml, org-netbeans-modules-profiler-snaptracer-impl-NpssDataObject-Registration.xml, org-netbeans-modules-java-hints-declarative-HintDataObject-Extension.xml, org-netbeans-modules-javafx2-editor-fxml-FXMLDataObject-Extension.xml, org-netbeans-modules-form-palette-PaletteItemDataObject-Extension.xml, org-netbeans-modules-xml-XMLDataObject-MIME_PLAIN_XML-Registration.xml, org-netbeans-modules-xml-DTDDataObject-Extension.xml, org-netbeans-modules-xml-EntityDataObject-Extension.xml, org-netbeans-modules-xml-XMLDataObject-MIME_XSD_XML-Registration.xml, org-netbeans-libs-freemarker-FreemarkerFactory-Registration.xml, org-netbeans-modules-apisupport-project-layers-LayerDataObject-Registration.xml, resources-Registration.xml, org-netbeans-modules-profiler-ui-NpsDataObject-Registration.xml, org-netbeans-modules-profiler-ui-HprofDataObject-Registration.xml, org-netbeans-modules-xml-XMLDataObject-Registration.xml, org-netbeans-modules-java-hints-declarative-test-DeclarativeHintsTestDataObject-Extension.xml] WARNING [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: Ineffective registration of resolver Services/MIMEResolver/CtpResolver.xml use @MIMEResolver.Registration! See bug #191777. WARNING [org.openide.filesystems.Ordering]: Not all children in Services/DiffProviders/ marked with the position attribute: [org-netbeans-modules-diff-cmdline-CmdlineDiffProvider.settings], but some are: [org-netbeans-modules-diff-builtin-provider-BuiltInDiffProvider.settings] WARNING [org.openide.filesystems.Ordering]: Not all children in Services/MIMEResolver/ marked with the position attribute: [CtpResolver.xml], but some are: [org-openide-loaders-DataLoaderPool$InstanceLoaderSystem-Extension.xml, org-netbeans-core-startup-layers-SystemFileSystem-Extension.xml, org-netbeans-modules-java-JavaDataObject-Extension.xml, org-netbeans-modules-java-ClassDataObject-Extension.xml, org-netbeans-modules-image-ImageDataObject-serialVersionUID-Extension.xml, org-netbeans-modules-image-ImageDataObject-IMAGE_ICON_BASE-Extension.xml, org-netbeans-modules-image-ImageDataObject-openSupport-Extension.xml, org-netbeans-modules-image-ImageDataObject-printSupport-Extension.xml, org-netbeans-modules-javascript-jstestdriver-JSTestDriverSupport-Registration.xml, org-netbeans-modules-properties-PropertiesDataObject-Extension.xml, org-netbeans-modules-php-twig-editor-TwigDataObject-Extension.xml, org-netbeans-modules-languages-manifest-MfDataObject-Extension.xml, org-netbeans-modules-languages-apacheconf-ApacheConfDataObject-Registration.xml, org-netbeans-modules-languages-ini-IniDataObject-Extension.xml, org-netbeans-modules-languages-neon-NeonDataObject-Extension.xml, org-netbeans-modules-form-FormDataLoader-Extension.xml, org-netbeans-modules-cnd-loaders-CMakeDataObject-Registration.xml, org-netbeans-modules-cnd-script-loaders-ShellDataObject-Registration.xml, org-netbeans-modules-cnd-makefile-loaders-MakefileDataObject-Registration.xml, org-netbeans-core-ide-ServiceTabProcessor-Extension.xml, org-netbeans-modules-testng-TestNGSuiteDataObject-Registration.xml, org-netbeans-modules-css-editor-CssProjectSupport-Extension.xml, org-netbeans-modules-languages-diff-DiffDataObject-Extension.xml, org-netbeans-modules-javascript2-editor-JsLanguage-createMultiViewEditorElement-Extension.xml, org-netbeans-modules-javascript2-editor-JsonLanguage-createMultiViewEditorElement-Extension.xml, org-netbeans-modules-db-sql-loader-SQLDataObject-Extension.xml, org-netbeans-modules-javawebstart-JnlpDataObject-Extension.xml, org-netbeans-modules-cnd-source-CDataObject-Registration.xml, org-netbeans-modules-cnd-loaders-CMakeIncludeDataObject-Registration.xml, org-netbeans-modules-cnd-source-CCDataObject-Registration.xml, org-netbeans-modules-cnd-source-HDataObject-Registration.xml, org-netbeans-modules-cnd-loaders-QtProjectDataObject-Registration.xml, org-netbeans-modules-cnd-source-FortranDataObject-Registration.xml, org-netbeans-modules-j2ee-persistence-unit-PUDataObject-Registration.xml, org-netbeans-modules-mobility-svgcore-palette-SVGPaletteItemDataObject-Extension.xml, org-netbeans-modules-groovy-gsp-loaders-GspDataObject-Extension.xml, org-netbeans-modules-mobility-svgcore-SVGDataObject-Extension.xml, org-netbeans-modules-languages-yaml-YamlLanguage-Extension.xml, org-netbeans-modules-groovy-editor-api-parser-GroovyLanguage-Extension.xml, org-netbeans-modules-php-editor-index-PHPIndexer-INDEXABLE_EXTENSIONS-Extension.xml, org-netbeans-modules-html-HtmlDataObject-Registration.xml, org-netbeans-modules-maven-grammar-POMDataObject-Registration.xml, org-apache-tools-ant-module-loader-AntProjectDataObject-Registration.xml, org-netbeans-modules-apisupport-project-layers-LayerDataObject-Namespace.xml, org-netbeans-modules-editor-settings-storage-SettingsProvider-Registration.xml, org-netbeans-modules-j2ee-ddloaders-common-DD2beansDataObject-Registration.xml, org-netbeans-modules-j2ee-sun-ddloaders-SunDescriptorDataObject-Registration.xml, org-netbeans-modules-url-URLDataObject-Extension.xml, org-netbeans-modules-pdf-PDFDataObject-Extension.xml, org-netbeans-modules-php-smarty-editor-TplDataObject-Extension.xml, org-netbeans-modules-tomcat5-nodes-TomcatInstanceNode-createMultiViewEditorElement-Registration.xml, org-netbeans-modules-web-core-jsploader-JspDataObject-Registration.xml, org-netbeans-modules-web-jsf-JSFConfigDataObject-Registration.xml, org-netbeans-modules-web-struts-StrutsConfigDataObject-Namespace.xml, org-netbeans-modules-spring-beans-loader-SpringXMLConfigDataObject-Namespace.xml, org-netbeans-modules-xsl-XSLDataObject-Namespace.xml, org-netbeans-modules-cnd-asm-core-dataobjects-AsmDataObject-Extension.xml, org-netbeans-modules-cnd-source-CCDataObject-serialVersionUID-Registration.xml, org-netbeans-modules-java-jarloader-JarDataObject-Registration.xml, org-netbeans-modules-xml-jaxb-JAXBWizard-Extension.xml, org-netbeans-modules-cnd-loaders-ExeObject-Registration.xml, org-netbeans-lib-editor-codetemplates-storage-CodeTemplatesStorage-Namespace.xml, org-netbeans-modules-editor-macros-storage-MacrosStorage-Namespace.xml, org-netbeans-modules-php-composer-mimeresolver-ComposerLockFileRegistration-Registration.xml, org-netbeans-modules-j2ee-sun-ide-sunresources-resourcesloader-SunResourceDataObject-Extension.xml, org-netbeans-modules-profiler-oql-language-OQLLanguageProvider-Extension.xml, org-netbeans-modules-dbschema-jdbcimpl-DBschemaDataObject-Extension.xml, org-netbeans-modules-hibernate-loaders-cfg-HibernateCfgDataObject-Namespace.xml, org-netbeans-modules-hibernate-loaders-mapping-HibernateMappingDataObject-Namespace.xml, org-netbeans-modules-hibernate-loaders-reveng-HibernateRevengDataObject-Namespace.xml, org-netbeans-modules-hibernate-hqleditor-ui-HQLEditorTopComponent-Extension.xml, org-netbeans-modules-j2ee-persistence-jpqleditor-ui-JPQLEditorTopComponent-Extension.xml, org-netbeans-modules-profiler-snaptracer-impl-NpssDataObject-Registration.xml, org-netbeans-modules-java-hints-declarative-HintDataObject-Extension.xml, org-netbeans-modules-javafx2-editor-fxml-FXMLDataObject-Extension.xml, org-netbeans-modules-form-palette-PaletteItemDataObject-Extension.xml, org-netbeans-modules-xml-XMLDataObject-MIME_PLAIN_XML-Registration.xml, org-netbeans-modules-xml-DTDDataObject-Extension.xml, org-netbeans-modules-xml-EntityDataObject-Extension.xml, org-netbeans-modules-xml-XMLDataObject-MIME_XSD_XML-Registration.xml, org-netbeans-libs-freemarker-FreemarkerFactory-Registration.xml, org-netbeans-modules-apisupport-project-layers-LayerDataObject-Registration.xml, resources-Registration.xml, org-netbeans-modules-profiler-ui-NpsDataObject-Registration.xml, org-netbeans-modules-profiler-ui-HprofDataObject-Registration.xml, org-netbeans-modules-xml-XMLDataObject-Registration.xml, org-netbeans-modules-java-hints-declarative-test-DeclarativeHintsTestDataObject-Extension.xml] INFO [org.netbeans.core.startup.NbEvents]: Activation des modules : org.openide.util.lookup [8.19.1 201302261559] org.openide.util [8.29.2 201303242200] org.openide.modules [7.35.1 201302261559] org.openide.filesystems [8.5.1 201302261559] org.netbeans.api.annotations.common/1 [1.17.1 201302261559] org.openide.awt [7.55.1 201302261559] org.netbeans.api.progress/1 [1.32.1 201302261559] org.openide.dialogs [7.28.1 201302261559] org.openide.nodes [7.33.1 201302261559] org.openide.windows [6.60.1 201302261559] org.netbeans.modules.editor.mimelookup/1 [1.29.1 201302261559] org.openide.text [6.54.2 201303242200] org.netbeans.swing.tabcontrol [1.42.1 201302261559] org.netbeans.swing.outline [1.23.2 201303242200] org.openide.explorer [6.50.2 201303242200] org.openide.actions [6.29.1 201302261559] org.netbeans.modules.queries/1 [1.32.1 201302261559] org.openide.loaders [7.44.2 201303242200] org.openide.io [1.35.1 201302261559] org.openide.execution [1.30.1 201302261559] org.netbeans.upgrader [4.25.1 201302261559] org.netbeans.swing.plaf [1.30.1 201302261559] org.netbeans.modules.projectapi/1 [1.50.1 201302261559] org.netbeans.swing.dirchooser [1.19.1 201302261559] org.netbeans.spi.viewmodel/2 [1.39.2 201303242200] org.netbeans.spi.tasklist/1 [1.22.1.1 1 201302261559] org.netbeans.spi.quicksearch [1.17.1 201302261559] org.netbeans.spi.palette/1 [1.35.1 201302261559] org.netbeans.spi.navigator/1 [1.27.1 201302261559] org.netbeans.libs.javacapi [7.13.1.3 3 201302261559] org.netbeans.libs.javacimpl/1 [0.30.2.20 20 201303242200] org.netbeans.modules.classfile/1 [1.38.1 201302261559] org.netbeans.modules.projectuiapi/1 [1.65.1.8 8 201302261559] org.netbeans.modules.project.indexingbridge [1.7.1 201302261559] org.netbeans.bootstrap/1 [2.56.1 201302261559] org.netbeans.core.startup/1 [1.47.1 201302261559] org.netbeans.modules.sampler [1.4.1 201302261559] org.netbeans.modules.keyring [1.14.1 201302261559] org.netbeans.core/2 [3.37.1 201302261559] org.netbeans.modules.options.api/1 [1.31.1 201302261559] org.netbeans.api.xml/1 [1.33.1 201302261559] org.netbeans.modules.options.java [1.4.1 201302261559] org.netbeans.core.multiview/1 [1.32.1 201302261559] org.apache.tools.ant.module/3 [3.61.1.2 2 201302261559] org.netbeans.api.java.classpath/1 [1.36.1 201302261559] org.netbeans.modules.project.libraries/1 [1.41.1 201302261559] org.netbeans.api.java/1 [1.43.1 201302261559] org.netbeans.modules.java.platform/1 [1.29.1 201302261559] org.apache.xml.resolver [1.22.1.12 12 201302261559] org.netbeans.modules.xml.catalog/2 [1.31.1.4 4 201302261559] org.netbeans.modules.project.ant/1 [1.51.1 201302261559] org.jdesktop.layout/1 [1.24.1 201302261559] org.netbeans.api.search [1.8.2 201303242200] org.netbeans.modules.java.project/1 [1.50.1 201302261559] org.netbeans.modules.editor.util/1 [1.52.1 201302261559] org.netbeans.modules.lexer/2 [1.49.2.1 1 201303242200] org.netbeans.modules.editor.settings/1 [1.46.1 201302261559] org.netbeans.modules.editor.lib2/1 [1.71.2.40 40 201303242200] org.netbeans.modules.editor.fold/1 [1.32.1.40 201302261559] org.netbeans.modules.editor.indent/2 [1.31.1 201302261559] org.netbeans.modules.editor.lib/3 [3.33.3.21.40 21 201303242200] org.netbeans.modules.editor/3 [1.70.2.5.21.40 5 201303242200] org.netbeans.modules.autoupdate.services [1.39.1 201302261559] org.netbeans.modules.settings/1 [1.38.1 201302261559] org.netbeans.core.windows/2 [2.58.2 201303242200] org.netbeans.modules.autoupdate.ui [1.33.1 201302261559] org.netbeans.spi.editor.hints/0 [1.28.1.7.40 7 201302261559] org.netbeans.modules.editor.errorstripe.api/1 [2.23.1.1 1 201302261559] org.netbeans.modules.editor.errorstripe/2 [2.24.1.1.1 1 201302261559] org.netbeans.modules.options.keymap [1.25.1 201302261559] org.netbeans.modules.editor.settings.storage/1 [1.36.1 201302261559] org.netbeans.modules.options.editor/1 [1.37.1 201302261559] org.netbeans.modules.diff/1 [1.41.1.42.1 42 201302261559] org.netbeans.modules.editor.guards/1 [1.20.1 201302261559] org.netbeans.libs.lucene/3 [3.10.1 201302261559] org.netbeans.modules.masterfs/2 [2.41.2 201303242200] org.netbeans.modules.parsing.lucene/2 [2.20.1.1 1 201302261559] org.netbeans.modules.parsing.api/1 [1.62.1.6 6 201302261559] org.netbeans.modules.refactoring.api [1.33.2.1 1 201302261559] org.netbeans.modules.code.analysis/0 [1.11.1 201302261559] org.netbeans.lib.nbjavac [1.5.1.1.20 1 201302261559] org.netbeans.modules.java.lexer/1 [1.21.1 201302261559] org.netbeans.modules.java.preprocessorbridge [1.29.1.1 1 201302261559] org.netbeans.modules.editor.indent.project/0 [1.12.1 201302261559] org.netbeans.modules.java.source [0.110.2.23.1.20.6 23 201303242200] org.netbeans.spi.java.hints [1.10.2.10.1.20.23.6 10 201303242200] org.netbeans.api.debugger/1 [1.40.1 201302261559] org.netbeans.spi.debugger.ui/1 [2.37.1 201302261559] org.netbeans.modules.xml.core/2 [1.33.1.4 4 201302261559] org.netbeans.modules.editor.completion/1 [1.33.1.1 1 201302261559] org.netbeans.modules.editor.codetemplates/1 [1.30.1.1 1 201302261559] org.netbeans.core.ui/1 [1.35.1 201302261559] org.netbeans.modules.jumpto/1 [1.33.1.1 1 201302261559] org.netbeans.modules.editor.breadcrumbs/0 [1.5.1 201302261559] org.netbeans.modules.csl.api/2 [2.33.2.2.1.1.6 2 201303242200] org.netbeans.modules.xml.lexer [1.20.1 201302261559] org.netbeans.modules.editor.deprecated.pre65formatting/0 [1.12.2.1.5.21.40 1 201302261559] org.netbeans.modules.editor.structure/1 [1.36.1.1 1 201302261559] org.netbeans.modules.editor.bracesmatching/0 [1.27.1.40 201302261559] org.netbeans.modules.xml.text/2 [1.36.1 201302261559] org.netbeans.modules.xml.xam/1 [1.22.1.1 1 201302261559] org.netbeans.modules.xml.schema.model/1 [1.22.1.1 1 201302261559] org.netbeans.modules.xml.axi [1.21.1 201302261559] org.netbeans.modules.xml.retriever/1 [1.21.1 201302261559] org.netbeans.modules.xml [1.20.1 201302261559] org.netbeans.modules.servletapi/1 [1.30.1 201302261559] org.netbeans.modules.httpserver/2 [2.26.1.42 42 201302261559] org.netbeans.modules.xsl/1 [1.33.1 201302261559] org.netbeans.modules.xml.xdm/1 [1.23.1.1 1 201302261559] org.netbeans.modules.xml.wsdl.model/1 [1.23.1.1 1 201302261559] org.netbeans.libs.xerces/1 [1.29.1.280 280 201302261559] org.netbeans.modules.xml.tax/2 [1.33.1.280 201302261559] org.netbeans.modules.xml.tools/2 [1.33.1 201302261559] org.netbeans.modules.xml.schema.completion [1.20.1 201302261559] org.netbeans.modules.xml.multiview/1 [1.27.1.2 2 201302261559] org.netbeans.modules.xml.jaxb.api/1 [1.16.1 201302261559] org.netbeans.modules.whitelist [1.11.1 201302261559] org.netbeans.modules.sendopts/2 [2.25.1 201302261559] org.netbeans.core.execution/1 [1.31.1 201302261559] org.netbeans.modules.favorites/1 [1.32.1 201302261559] org.netbeans.modules.projectui [1.40.2.8 201303242200] org.netbeans.modules.welcome/1 [1.32.1 201302261559] org.netbeans.modules.websvc.wsstackapi/0 [1.16.1 201302261559] org.netbeans.modules.j2ee.metadata/0 [1.22.1 201302261559] org.netbeans.modules.schema2beans/1 [1.37.1 201302261559] org.netbeans.modules.j2ee.metadata.model.support/1 [1.20.1 201302261559] org.netbeans.modules.j2ee.dd/1 [1.28.1.2 2 201302261559] org.netbeans.modules.j2ee.dd.webservice [1.24.1 201302261559] org.netbeans.modules.websvc.websvcapi [1.24.1 201302261559] org.netbeans.modules.java.sourceui/1 [1.30.1.1.23 1 201302261559] org.netbeans.modules.websvc.utilities/0 [1.18.1 201302261559] org.netbeans.core.ide/1 [1.31.1 201302261559] org.netbeans.modules.websvc.jaxwsmodelapi/1 [1.17.1 201302261559] org.netbeans.modules.websvc.saas.api [1.20.1 201302261559] org.netbeans.modules.websvc.saas.ui [1.18.1 201302261559] org.netbeans.modules.websvc.saas.services.zvents [1.18.1 201302261559] org.netbeans.modules.websvc.saas.services.zillow [1.18.1 201302261559] org.netbeans.modules.websvc.saas.services.weatherbug [1.18.1 201302261559] org.netbeans.modules.websvc.saas.services.twitter [1.18.1 201302261559] org.netbeans.modules.websvc.saas.services.strikeiron [1.18.1 201302261559] org.netbeans.modules.websvc.saas.services.google [1.18.1 201302261559] org.netbeans.modules.websvc.saas.services.flickr [1.18.1 201302261559] org.netbeans.modules.websvc.saas.services.delicious [1.18.1 201302261559] org.netbeans.modules.websvc.saas.services.amazon [1.18.1 201302261559] org.netbeans.modules.websvc.saas.codegen [1.20.1 201302261559] org.netbeans.modules.editor.bookmarks/1 [1.27.1 201302261559] org.netbeans.libs.nashorn/1 [1.7.1 201302261559] org.netbeans.modules.html.lexer/1 [1.22.1 201302261559] org.netbeans.modules.web.common [1.29.1 201302261559] org.netbeans.modules.web.browser.api [1.5.1 201302261559] org.netbeans.modules.html.editor.lib/3 [3.10.1 201302261559] org.netbeans.modules.html/1 [1.48.1 201302261559] org.netbeans.libs.antlr3.runtime [1.12.1.1 1 201302261559] org.netbeans.modules.css.lib/1 [1.25.1 201302261559] org.netbeans.modules.web.indent [1.7.1 201302261559] org.netbeans.modules.css.model [1.13.1 201302261559] org.netbeans.modules.css.editor/1 [1.40.1 201302261559] org.netbeans.modules.html.editor/2 [2.13.1 201302261559] org.netbeans.modules.javascript2.editor/1 [0.4.2 201303242200] org.netbeans.modules.javascript2.kit/1 [0.3.1 201302261559] org.netbeans.core.browser/1 [1.17.1.1 1 201302261559] org.netbeans.lib.terminalemulator [1.24.1 201302261559] org.netbeans.modules.terminal [1.13.1 201302261559] org.netbeans.core.output2/1 [1.30.2 201303242200] org.netbeans.modules.editor.plain.lib/1 [1.24.1 201302261559] org.netbeans.libs.swingx/1 [1.18.1 201302261559] org.netbeans.modules.css.visual/3 [3.13.1 201302261559] org.netbeans.modules.editor.actions/1 [1.18.1.40 201302261559] org.netbeans.libs.bytelist/1 [0.18.1.1 1 201302261559] org.netbeans.libs.jvyamlb/1 [0.20.1 201302261559] org.netbeans.modules.languages.yaml [2.22.1 201302261559] org.netbeans.modules.properties/1 [1.43.1 201302261559] org.netbeans.modules.editor.search [1.10.2.0.40 0 201303242200] org.netbeans.modules.languages.manifest [1.22.1 201302261559] org.netbeans.modules.languages.diff [1.23.1 201302261559] org.netbeans.modules.image/1 [1.38.1 201302261559] org.netbeans.libs.json_simple/1 [0.3.1 201302261559] org.netbeans.modules.web.webkit.debugging [1.7.1 201302261559] org.netbeans.modules.html.navigator [1.3.1 201302261559] org.netbeans.modules.html.parser/1 [1.18.1.1 1 201302261559] org.apache.commons.logging [1.1.1 1.1.1] org.netbeans.modules.html.validation/1 [1.18.1 201302261559] org.netbeans.modules.editor.kit [1.22.1 201302261559] org.netbeans.modules.utilities/1 [1.47.2 201303242200] org.netbeans.modules.tasklist.ui/1 [1.21.2.1 201303242200] org.netbeans.modules.tasklist.todo/1 [1.21.1.1 1 201302261559] org.netbeans.modules.tasklist.projectint/1 [1.19.1 201302261559] org.netbeans.modules.tasklist.kit [1.19.1 201302261559] org.netbeans.modules.extexecution/2 [1.36.1 201302261559] com.jcraft.jsch [0.1.45 0.1.45] org.netbeans.libs.jna/1 [1.25.1 201302261559] org.netbeans.modules.dlight.nativeexecution [1.25.2.1 1 201303242200] org.netbeans.modules.dlight.terminal [1.13.1.1 1 201302261559] org.netbeans.modules.javahelp/1 [2.30.1 201302261559] org.netbeans.modules.usersguide/1 [1.39.1 201302261559] org.netbeans.modules.print.editor [7.17.1 201302261559] org.netbeans.modules.editor.plain/2 [1.25.1 201302261559] org.netbeans.libs.osgi [1.12.1 201302261559] org.netbeans.libs.felix [2.6.1 201302261559] org.netbeans.modules.print [7.16.1 201302261559] org.netbeans.modules.autoupdate.cli [1.3.1 201302261559] org.netbeans.modules.core.kit [1.20.1 201302261559] org.netbeans.modules.editor.macros/0 [1.21.1.1.21 1 201302261559] org.netbeans.modules.netserver [1.3.1 201302261559] org.netbeans.modules.extbrowser/1 [1.34.2 201303242200] org.netbeans.modules.defaults/1 [1.22.2 201303242200] org.netbeans.modules.ide.kit [1.22.1 201302261559] org.netbeans.modules.websvc.saas.kit [1.18.1 201302261559] org.netbeans.modules.websvc.saas.codegen.php [1.19.1 201302261559] org.netbeans.modules.websvc.jaxws21api/1 [1.22.1 201302261559] org.netbeans.modules.websvc.saas.codegen.java [1.19.1 201302261559] org.netbeans.modules.j2ee.core/0 [1.15.1 201302261559] org.netbeans.api.web.webmodule [1.31.1 201302261559] org.netbeans.libs.jaxb/1 [1.22.1 201302261559] org.netbeans.modules.websvc.jaxws21/1 [1.22.1 201302261559] org.netbeans.modules.websvc.jaxwsmodel/1 [1.21.1 201302261559] org.netbeans.modules.websvc.jaxwsapi [1.19.1 201302261559] org.netbeans.modules.db.metadata.model/0 [0.20.1 201302261559] org.netbeans.modules.db/1 [1.51.1.30 30 201302261559] org.netbeans.modules.dbschema/1 [1.30.1.4.30 4 201302261559] org.netbeans.modules.j2ee.persistenceapi/1 [1.22.1.1 1 201302261559] org.netbeans.modules.dbapi [1.24.1.30 201302261559] org.netbeans.modules.java.editor.lib/1 [1.27.1 201302261559] org.netbeans.modules.gototest/1 [1.21.1 201302261559] org.netbeans.modules.refactoring.java/1 [1.41.3.1 1 201303242200] org.netbeans.modules.java.editor/1 [2.49.2.9.1.1 9 201303242200] org.netbeans.modules.j2ee.eclipselink/1 [1.16.1 201302261559] org.netbeans.modules.j2ee.core.utilities/0 [1.21.1 201302261559] org.netbeans.modules.j2ee.persistence [1.33.1.1 1 201302261559] org.netbeans.api.debugger.jpda/2 [2.39.1 201302261559] org.netbeans.modules.server/0 [1.23.1 201302261559] org.netbeans.modules.j2eeapis/1 [1.26.1 201302261559] org.netbeans.modules.j2eeserver/4 [1.95.1.1 1 201302261559] org.netbeans.modules.javaee.specs.support/0 [1.10.1 201302261559] org.netbeans.modules.java.api.common/0 [1.42.1 201302261559] org.netbeans.modules.j2ee.api.ejbmodule [1.29.1 201302261559] org.netbeans.modules.j2ee.common/1 [1.74.1 201302261559] org.netbeans.modules.websvc.restapi/0 [1.18.1 201302261559] org.netbeans.modules.websvc.projectapi/0 [1.15.1 201302261559] org.netbeans.modules.websvc.clientapi [1.25.1 201302261559] org.netbeans.modules.websvc.core [1.28.1.1.4 1 201302261559] org.netbeans.modules.servletjspapi/1 [1.19.1.25 25 201302261559] org.netbeans.libs.glassfish_logging/1 [1.19.1.20 20 201302261559] org.netbeans.modules.web.jspparser/3 [3.18.2 201303242200] org.netbeans.modules.gsf.testrunner/1 [1.31.1 201302261559] org.netbeans.modules.java.testrunner [1.5.1 201302261559] org.netbeans.modules.junit/2 [2.54.1 201302261559] org.netbeans.modules.ant.browsetask [1.31.1 201302261559] org.netbeans.modules.web.project [1.41.2.1 1 201303242200] org.netbeans.modules.websvc.manager [1.19.1 201302261559] org.netbeans.modules.websvc.rest/0 [1.18.1 201302261559] org.netbeans.modules.web.clientproject.api [1.14.1 201302261559] org.netbeans.modules.web.javascript.debugger [1.2.2 201303242200] org.netbeans.modules.web.inspect [0.9.1 201302261559] org.netbeans.modules.web.clientproject.helpset/0 [1.2.1 201302261559] org.netbeans.libs.jstestdriver [1.2.1 201302261559] org.netbeans.modules.javascript.jstestdriver [1.2.2 201303242200] org.netbeans.modules.web.clientproject [1.12.1 201302261559] org.netbeans.modules.web.client.samples [1.1.1 201302261559] org.netbeans.modules.web.client.rest [1.2.1 201302261559] org.netbeans.modules.web.client.kit [1.0.1 201302261559] org.netbeans.modules.spellchecker.apimodule [1.15.1 201302261559] org.netbeans.modules.versioning.core/1 [1.10.2.1.42 1 201303242200] org.netbeans.modules.versioning/1 [1.37.1.1 1 201302261559] org.netbeans.modules.versioning.util [1.37.1.42.1 201302261559] org.netbeans.modules.versioning.ui/1 [1.9.1.42.1 201302261559] org.netbeans.modules.versioning.system.cvss.installer [1.6.1 201302261559] org.netbeans.modules.versioning.masterfs [1.4.1 201302261559] org.netbeans.modules.versioning.indexingbridge/0 [1.15.1 201302261559] org.netbeans.modules.utilities.project/1 [1.27.1 201302261559] org.netbeans.modules.updatecenters/1 [1.30.1 201302261559] org.netbeans.lib.uihandler [1.34.1 201302261559] org.netbeans.modules.uihandler [2.24.2 201303242200] org.netbeans.modules.uihandler.exceptionreporter [1.19.1 201302261559] org.netbeans.modules.tomcat5/1 [1.32.1 201302261559] org.netbeans.libs.svnClientAdapter/1 [1.28.1 201302261559] org.netbeans.libs.ini4j/1 [1.21.1 201302261559] org.netbeans.modules.subversion [1.29.2.42.1 201303242200] org.netbeans.modules.spellchecker [1.25.1.1.7 1 201302261559] org.netbeans.modules.spellchecker.kit [1.16.1 201302261559] org.netbeans.modules.spellchecker.dictionary_fr [1.1 20110730-unknown-revn] org.netbeans.modules.spellchecker.dictionary_en [1.13.1 201302261559] org.netbeans.modules.properties.syntax/1 [1.39.1 201302261559] org.netbeans.modules.spellchecker.bindings.properties [1.12.1 201302261559] org.netbeans.modules.spellchecker.bindings.java/1 [1.20.1 201302261559] org.netbeans.modules.spellchecker.bindings.htmlxml [1.17.1 201302261559] org.netbeans.modules.progress.ui [1.23.1 201302261559] org.netbeans.modules.languages.ini [1.14.1 201302261559] org.netbeans.modules.php.api.phpmodule [2.9.1 201302261559] org.netbeans.modules.php.api.executable/0 [0.8.1 201302261559] org.netbeans.modules.php.api.editor/0 [0.6.1 201302261559] org.netbeans.modules.php.api.annotation/0 [0.5.1 201302261559] org.netbeans.modules.php.api.framework/0 [0.8.1 201302261559] org.netbeans.modules.php.samples [1.20.1 201302261559] org.netbeans.modules.db.dataview [1.18.1 201302261559] org.netbeans.modules.db.core [1.26.1 201302261559] org.netbeans.modules.db.sql.editor [1.26.1.30 201302261559] org.netbeans.api.visual [2.36.1 201302261559] org.netbeans.modules.db.sql.visualeditor/1 [2.21.1.30 201302261559] org.netbeans.modules.db.mysql [0.18.1.2 2 201302261559] org.netbeans.modules.derby [1.30.1 201302261559] org.netbeans.modules.db.drivers [1.20.1 201302261559] org.netbeans.modules.db.kit [1.21.1 201302261559] org.netbeans.modules.php.help [1.16.1 201302261559] org.netbeans.libs.javacup/1 [1.17.1.11 11 201302261559] org.netbeans.modules.php.api.documentation/0 [0.3.1 201302261559] org.netbeans.libs.commons_net/2 [2.9.1.31 31 201302261559] org.netbeans.modules.gsf.codecoverage [1.21.1 201302261559] org.netbeans.modules.php.project [2.62.2 201303242200] org.netbeans.modules.php.editor [1.29.2.2 2 201302261559] org.netbeans.modules.php.dbgp [1.26.1 201302261559] org.netbeans.modules.php.refactoring [1.20.1 201302261559] org.netbeans.modules.php.phpdoc.documentation [0.12.1 201302261559] org.netbeans.modules.languages.apacheconf [1.7.1 201302261559] org.netbeans.modules.php.kit [1.47.1 201302261559] org.netbeans.modules.php.zend [1.18.1 201302261559] org.netbeans.modules.php.twig/1 [1.9.2 201303242200] org.netbeans.modules.php.symfony2/1 [1.13.2 201303242200] org.netbeans.modules.php.symfony [1.27.1 201302261559] org.netbeans.modules.php.smarty [1.73.2 201303242200] org.netbeans.modules.php.phpdoc [1.13 release73-au-23-on-20130118] org.netbeans.modules.php.doctrine2 [1.14.1 201302261559] org.netbeans.modules.php.composer/0 [0.8.1 201302261559] org.netbeans.modules.languages.neon [1.7.2 201302261559] org.netbeans.modules.php.apigen [1.12.1 201302261559] org.netbeans.modules.parsing.ui [1.4.1 201302261559] org.netbeans.core.netigso [1.20.1 201302261559] org.netbeans.modules.netbinox [1.29.1 201302261559] org.eclipse.equinox.common [3.6.0 3.6.0.v20110523] org.eclipse.mylyn.tasks.core [3.8.2 3.8.2.v20120916-1200] org.eclipse.core.runtime [3.7.0 3.7.0.v20110110] org.eclipse.mylyn.commons.net [3.8.2 3.8.2.v20120916-1200] org.netbeans.modules.mylyn.util [1.2.1 201302261559] org.netbeans.modules.mercurial [1.31.1.42.1 201302261559] org.netbeans.modules.masterfs.macosx [1.4.1 201302261559] org.netbeans.modules.localhistory [1.24.1 201302261559] org.netbeans.modules.lexer.nbbridge/1 [1.22.1.1 201302261559] org.netbeans.modules.keyring.impl [1.10.1 201302261559] org.netbeans.modules.java.source.ant [1.20.1.1.23 1 201302261559] org.netbeans.modules.java.j2seplatform/1 [1.29.1 201302261559] org.netbeans.modules.j2ee.weblogic9/1 [1.29.1.1 1 201302261559] org.netbeans.modules.j2ee.sun.dd/1 [1.26.1.1 1 201302261559] org.netbeans.libs.glassfish.sdk [1.2.1 201302261559] org.netbeans.modules.glassfish.common/0 [1.29.1 201302261559] org.netbeans.modules.glassfish.eecommon/0 [1.17.1.1.1 1 201302261559] org.netbeans.modules.j2ee.sun.appsrv/1 [1.25.1.1 1 201302261559] org.netbeans.modules.j2ee.sun.ddui/1 [1.27.1.1.1 1 201302261559] org.netbeans.modules.j2ee.jboss4/1 [1.29.1 201302261559] org.netbeans.modules.ide.ergonomics [1.19.1 201302261559] org.netbeans.modules.autoupdate.pluginimporter [1.8.1 201302261559] org.netbeans.modules.ide.branding/1 [1.23.1 201302261559] org.netbeans.modules.ide.branding.kit [1.19.1 201302261559] org.netbeans.modules.hudson [1.28.1 201302261559] org.netbeans.modules.hudson.tasklist [1.6.1 201302261559] org.netbeans.modules.hudson.subversion [1.18.1 201302261559] org.netbeans.modules.hudson.php [1.9.1 201302261559] org.netbeans.modules.hudson.mercurial [1.18.1 201302261559] org.netbeans.modules.hudson.git [1.7.1 201302261559] org.netbeans.modules.hudson.ant [1.16.1 201302261559] org.netbeans.modules.glassfish.javaee/0 [1.19.1 201302261559] org.eclipse.jgit [1.3.0 1.3.0] org.netbeans.libs.git/1 [1.5.1 201302261559] org.netbeans.modules.git [1.8.2.1 201303242200] org.apache.commons.io [1.4 1.4] org.netbeans.modules.extexecution.impl [1.15.1 201302261559] org.netbeans.modules.editor.mimelookup.impl/1 [1.21.1 201302261559] org.netbeans.modules.editor.global.format/1 [1.5.1.1 1 201302261559] org.netbeans.modules.debugger.jpda.ant [1.28.1 201302261559] org.netbeans.modules.cloud.common [1.4.1 201302261559] org.netbeans.libs.amazon/1 [1.4.1 201302261559] org.netbeans.modules.cloud.amazon/0 [1.4.1 201302261559] org.netbeans.modules.bugtracking [1.39.1 201302261559] org.eclipse.mylyn.bugzilla.core [3.8.2 3.8.2.v20120916-1200] org.apache.commons.httpclient [3.1.0 3.1.0] org.netbeans.modules.bugzilla [1.33.2 201303242200] org.netbeans.modules.bugzilla.exceptionreporter [1.12.1 201302261559] org.netbeans.modules.bugtracking.bridge [1.22.1 201302261559] org.netbeans.modules.applemenu/1 [1.27.1 201302261559] org.netbeans.modules.ant.grammar/1 [1.34.1 201302261559] org.netbeans.libs.svnClientAdapter.svnkit/1 [1.12.1 201302261559] org.netbeans.libs.svnClientAdapter.javahl/1 [1.12.1 201302261559] org.netbeans.libs.freemarker/1 [2.22.1.238 238 201302261559] org.netbeans.core.nativeaccess/1 [1.19.1 201302261559] org.netbeans.core.io.ui/1 [1.20.1 201302261559] org.netbeans.core.browser.webview/1 [1.2.2.1.1 1 201303242200] org.lorenzos.zencoding [1.0 130123] org.eclipse.mylyn.commons.xmlrpc [3.8.2 3.8.2.v20120916-1200] org.eclipse.mylyn.commons.repositories.core [1.0.2 1.0.2.v20120916-1200] org.eclipse.mylyn.commons.core [3.8.2 3.8.2.v20120916-1200] org.eclipse.equinox.security [1.1.1 1.1.1.R37x_v20110822-1018] org.eclipse.equinox.registry [3.5.200 3.5.200.v20120522-1841] org.eclipse.equinox.preferences [3.4.2 3.4.2.v20120111-2020] org.eclipse.equinox.app [1.3.100 1.3.100.v20110321] org.eclipse.core.runtime.compatibility.auth [3.2.200 3.2.200.v20110110] org.eclipse.core.net [1.2.100 1.2.100.I20110511-0800] org.eclipse.core.jobs [3.5.101 3.5.101.v20120113-1953] org.eclipse.core.contenttype [3.4.100 3.4.100.v20110423-0524] org.cakephp.netbeans [0.8.7.3 130503] org.apache.xmlrpc [3.0.0 3.0.0] org.apache.ws.commons.util [1.0.1 1.0.1] org.apache.commons.lang [2.4.0 2.4.0] org.apache.commons.codec [1.3.0 1.3.0] com.jcraft.jzlib [1.0.7 1.0.7] INFO [org.netbeans.core.netigso.Netigso]: bundle org.eclipse.osgi@3.8.0.v20120529-1548 started WARNING [org.openide.filesystems.Ordering]: Not all children in Toolbars/ marked with the position attribute: [Edit, View], but some are: [File, Clipboard, UndoRedo, Build, Debug, Memory, QuickSearch, Standard.xml, Debugging.xml] WARNING [org.netbeans.modules.editor.settings.storage.keybindings.KeyMapsStorage]: The keybinding 'A-MOUSE_WHEEL_UP' in Editors/Keybindings/NetBeans/Defaults/org-netbeans-modules-editor-keybindings.xml may not work correctly on Mac. Keybindings starting with Alt or Ctrl should be coded with latin capital letters 'O' or 'D' respectively. For details see org.openide.util.Utilities.stringToKey(). WARNING [org.netbeans.modules.editor.settings.storage.keybindings.KeyMapsStorage]: The keybinding 'A-MOUSE_WHEEL_DOWN' in Editors/Keybindings/NetBeans/Defaults/org-netbeans-modules-editor-keybindings.xml may not work correctly on Mac. Keybindings starting with Alt or Ctrl should be coded with latin capital letters 'O' or 'D' respectively. For details see org.openide.util.Utilities.stringToKey(). WARNING [org.netbeans.TopSecurityManager]: use of system property netbeans.user has been obsoleted in favor of InstalledFileLocator/Places at org.netbeans.modules.versioning.masterfs.FilesystemInterceptor.getRootFilesystem(FilesystemInterceptor.java:81) WARNING [org.netbeans.TopSecurityManager]: use of system property netbeans.user has been obsoleted in favor of InstalledFileLocator/Places at org.netbeans.modules.versioning.core.Utils.getUnversionedFolders(Utils.java:283) WARNING [org.netbeans.TopSecurityManager]: use of system property netbeans.user has been obsoleted in favor of InstalledFileLocator/Places at org.netbeans.modules.versioning.core.VersioningManager.getLocalHistory(VersioningManager.java:493) INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Resolving dependencies took: 40 ms INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Complete indexing of 0 binary roots took: 1 ms INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: /Applications/NetBeans/NetBeans 7.3.app/Contents/Resources/NetBeans/php/phpstubs/phpruntime took: 597 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 23 ms] INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: nbfs://nbhost/SystemFileSystem/PHP/RuntimeLibraries/ took: 21 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 0 ms] Diagnostic information Input arguments: -Djdk.home=/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home -Dnetbeans.default_userdir_root=/Users/JLR/Library/Application Support/NetBeans -Dnetbeans.system_http_proxy=DIRECT -Dnetbeans.system_http_non_proxy_hosts= -Dnetbeans.dirs=/Applications/NetBeans/NetBeans 7.3.app/Contents/Resources/NetBeans/nb:/Applications/NetBeans/NetBeans 7.3.app/Contents/Resources/NetBeans/ergonomics:/Applications/NetBeans/NetBeans 7.3.app/Contents/Resources/NetBeans/ide:/Applications/NetBeans/NetBeans 7.3.app/Contents/Resources/NetBeans/java:/Applications/NetBeans/NetBeans 7.3.app/Contents/Resources/NetBeans/apisupport:/Applications/NetBeans/NetBeans 7.3.app/Contents/Resources/NetBeans/webcommon:/Applications/NetBeans/NetBeans 7.3.app/Contents/Resources/NetBeans/websvccommon:/Applications/NetBeans/NetBeans 7.3.app/Contents/Resources/NetBeans/enterprise:/Applications/NetBeans/NetBeans 7.3.app/Contents/Resources/NetBeans/mobility:/Applications/NetBeans/NetBeans 7.3.app/Contents/Resources/NetBeans/profiler:/Applications/NetBeans/NetBeans 7.3.app/Contents/Resources/NetBeans/python:/Applications/NetBeans/NetBeans 7.3.app/Contents/Resources/NetBeans/php:/Applications/NetBeans/NetBeans 7.3.app/Contents/Resources/NetBeans/identity:/Applications/NetBeans/NetBeans 7.3.app/Contents/Resources/NetBeans/harness:/Applications/NetBeans/NetBeans 7.3.app/Contents/Resources/NetBeans/cnd:/Applications/NetBeans/NetBeans 7.3.app/Contents/Resources/NetBeans/dlight:/Applications/NetBeans/NetBeans 7.3.app/Contents/Resources/NetBeans/groovy:/Applications/NetBeans/NetBeans 7.3.app/Contents/Resources/NetBeans/extra:/Applications/NetBeans/NetBeans 7.3.app/Contents/Resources/NetBeans/javacard:/Applications/NetBeans/NetBeans 7.3.app/Contents/Resources/NetBeans/javafx: -Dnetbeans.home=/Applications/NetBeans/NetBeans 7.3.app/Contents/Resources/NetBeans/platform -Dcom.apple.mrj.application.apple.menu.about.name=NetBeans -Dnetbeans.importclass=org.netbeans.upgrade.AutoUpgrade -Dnetbeans.accept_license_class=org.netbeans.license.AcceptLicense -XX:MaxPermSize=384m -Xmx768m -Xss2m -Xms32m -XX:PermSize=32m -Dapple.laf.useScreenMenuBar=true -Dapple.awt.graphics.UseQuartz=true -Dsun.java2d.noddraw=true -Dsun.java2d.dpiaware=true -Dsun.zip.disableMemoryMapping=true -Dsun.awt.disableMixing=true -Dfile.encoding=UTF-8 -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/Users/JLR/Library/Application Support/NetBeans/7.3/var/log/heapdump.hprof Compiler: HotSpot 64-Bit Tiered Compilers Heap memory usage: initial 32,0MB maximum 758,4MB Non heap memory usage: initial 34,4MB maximum 432,0MB Garbage collector: ParNew (Collections=40 Total time spent=0s) Garbage collector: ConcurrentMarkSweep (Collections=6 Total time spent=0s) Classes: loaded=8347 total loaded=8347 unloaded 0 INFO [org.netbeans.core.ui.warmup.DiagnosticTask]: Total memory 17 179 869 184 WARNING [org.openide.filesystems.Ordering]: Found same position 2 375 for both Menu/Edit/Zen Coding and Menu/Edit/org-lorenzos-zencoding-actions-ZenCodingExpandAbbreviation-separatorAfter.instance WARNING [org.openide.filesystems.Ordering]: Not all children in Menu/Window/ marked with the position attribute: [Other], but some are: [org-netbeans-modules-project-ui-logical-tab-action.shadow, org-netbeans-modules-project-ui-physical-tab-action.shadow, org-netbeans-modules-favorites-View.shadow, org-netbeans-core-ide-ServicesTabAction.shadow, org-netbeans-modules-tasklist-ui-TaskListAction.shadow, ShowPaletteAction.shadow, org-netbeans-core-windows-actions-GlobalPropertiesAction.shadow, Output, Navigator, Debug, Versioning, Web, SwitchToRecentDocumentAction.shadow, ProgressListAction.shadow, Separator3.instance, ConfigureWindow, org-netbeans-core-windows-actions-ResetWindowsAction.shadow, Separator4.instance, CloseWindowAction.shadow, CloseAllDocumentsAction.shadow, CloseAllButThisAction.shadow, DocumentsAction.shadow] WARNING [org.netbeans.TopSecurityManager]: use of system property netbeans.user has been obsoleted in favor of InstalledFileLocator/Places at org.netbeans.modules.spellchecker.ComponentPeer.getUsersLocalDictionary(ComponentPeer.java:442) INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: /Volumes/web/saill.200 took: 4 473 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 0 ms] INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Complete indexing of 3 source roots took: 5 091 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 23 ms] INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Resolving dependencies took: 15 ms INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Complete indexing of 0 binary roots took: 0 ms WARNING [org.netbeans.modules.options.keymap.KeymapModel]: Duplicate action ID used: copy-to-clipboard WARNING [org.netbeans.modules.options.keymap.LayersBridge]: Invalid shortcut: org.openide.loaders.BrokenDataShadow@7ba52267[MultiFileObject@46c04fc1[Keymaps/NetBeans/D-BACK_QUOTE.shadow]] WARNING [org.netbeans.modules.options.keymap.LayersBridge]: Invalid shortcut: org.openide.loaders.BrokenDataShadow@7ba52267[MultiFileObject@46c04fc1[Keymaps/NetBeans/D-BACK_QUOTE.shadow]] WARNING [org.netbeans.modules.editor.settings.storage.keybindings.KeyMapsStorage]: The keybinding 'A-MOUSE_WHEEL_UP' in Editors/Keybindings/NetBeans/Defaults/org-netbeans-modules-editor-keybindings.xml may not work correctly on Mac. Keybindings starting with Alt or Ctrl should be coded with latin capital letters 'O' or 'D' respectively. For details see org.openide.util.Utilities.stringToKey(). WARNING [org.netbeans.modules.editor.settings.storage.keybindings.KeyMapsStorage]: The keybinding 'A-MOUSE_WHEEL_DOWN' in Editors/Keybindings/NetBeans/Defaults/org-netbeans-modules-editor-keybindings.xml may not work correctly on Mac. Keybindings starting with Alt or Ctrl should be coded with latin capital letters 'O' or 'D' respectively. For details see org.openide.util.Utilities.stringToKey(). INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: /Volumes/web/saill.200 took: 8 166 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 4 635 ms] INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: /Applications/NetBeans/NetBeans 7.3.app/Contents/Resources/NetBeans/ide/jsstubs/domstubs.zip took: 41 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 0 ms] INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: /Applications/NetBeans/NetBeans 7.3.app/Contents/Resources/NetBeans/ide/jsstubs/corestubs.zip took: 19 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 0 ms] INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: /Applications/NetBeans/NetBeans 7.3.app/Contents/Resources/NetBeans/ide/jsstubs/reststubs.zip took: 16 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 0 ms] INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Complete indexing of 4 source roots took: 8 242 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 4 635 ms] INFO [org.cakephp.netbeans.commands.CakeScript]: create tmp file : default encofing is UTF-8 INFO [org.cakephp.netbeans.commands.CakeScript]: /var/folders/jd/58hph4l954v55xv_1_6qwr3h0000gn/T/nb-cake-commands-4464281599850335853.xml [Fatal Error] nb-cake-commands-4464281599850335853.xml:1:1: Content is not allowed in prolog. INFO [org.cakephp.netbeans.commands.CakeScript] org.xml.sax.SAXParseException: Content is not allowed in prolog. at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:246) at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:284) at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:208) at org.cakephp.netbeans.commands.CakePhpCommandXmlParser.parse(CakePhpCommandXmlParser.java:75) [catch] at org.cakephp.netbeans.commands.CakeScript.getFrameworkCommandsInternalXml(CakeScript.java:288) at org.cakephp.netbeans.commands.CakeScript.getCommands(CakeScript.java:190) at org.cakephp.netbeans.commands.CakePhpCommandSupport.getFrameworkCommandsInternal(CakePhpCommandSupport.java:99) at org.netbeans.modules.php.spi.framework.commands.FrameworkCommandSupport.refreshFrameworkCommands(FrameworkCommandSupport.java:150) at org.netbeans.modules.php.spi.framework.commands.FrameworkCommandSupport$1.run(FrameworkCommandSupport.java:181) at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1432) at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2044) CONFIG [null]: Erreur d'analyse dans le fichier file:/var/folders/jd/58hph4l954v55xv_1_6qwr3h0000gn/T/nb-cake-commands-4464281599850335853.xml, ligne 1, colonne 1 (PUBLIC : null) WARNING [org.cakephp.netbeans.commands.CakeScript]: command items are empty

junichi11 commented 11 years ago

Sorry, Please download new nbm and run , then check file:/var/folders/jd/58hph4l954v55xv_1_6qwr3h0000gn/T/nb-cake-commands-**.xml

Perhaps this file is wrong.

cameleonhelp commented 11 years ago

this files does not exist, it was create when it search for command

junichi11 commented 11 years ago

You can find it with new version 0.8.7.4. https://bitbucket.org/junichi11/cakephp-netbeans/downloads

cameleonhelp commented 11 years ago

it was create and delete when the error message is show in the dialog box

junichi11 commented 11 years ago

Oh. I'm sorry for many times, I have a mistake... I have uploaded again.

cameleonhelp commented 11 years ago

thank's this is the error message PHP Warning: strtotime(): It is not safe to rely on the system's timezone settings. You are required to use the date.timezone setting or the date_default_timezone_set() function.

cameleonhelp commented 11 years ago

PHP Warning: strtotime(): It is not safe to rely on the system's timezone settings. You are required to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /Volumes/web/saill.200/lib/Cake/Cache/CacheEngine.php on line 60

cameleonhelp commented 11 years ago

I fixe the date_default_timezone_set('Europe/Paris'); and now it's good

junichi11 commented 11 years ago

I see :) This was not BOM problem. Please uninstall testing version, then please install version 0.8.7.

cameleonhelp commented 11 years ago

I uninstall testing version and install 0.8.7 but with this version it's not working, is it possible to have the testing version

cameleonhelp commented 11 years ago

It's good i have a problem with files i was created with netbeans (right click new/Empty Ctp file...), it's not the BOM

cameleonhelp commented 11 years ago

Yes it is the BOM on copy/paste file. the first was not with BOM and the new have the BOM

junichi11 commented 11 years ago

Sorry, I'm not sure yet. What do you want to say?

cameleonhelp commented 11 years ago

Nothing i've got the same error but i create a new file that format is BOM. I create this file by copy/paste an older file that is not BOM. The new one have got BOM why i don't know but this is why i haven't got the command. Thank's for your help.

junichi11 commented 11 years ago

You can't run "Run Command" with 0.8.7, can you?

cameleonhelp commented 11 years ago

Yes now i can i change the format of the new file, first i dont see the new file was with BOM format

junichi11 commented 11 years ago

Please try to run the following on your terminal (Not NB): cake command_list --xml

cameleonhelp commented 11 years ago

Thanks it'all good now