| Summary: | PHPCore plugin internal error after file rename in workspace | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | maarten meijer <mjmeijer> |
| Component: | PDT | Assignee: | PHP Core <php.core-inbox> |
| Status: | CLOSED WORKSFORME | QA Contact: | Ilina Stefanova <ilina.s> |
| Severity: | normal | ||
| Priority: | P1 | CC: | kalin.a, rockettj |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | Macintosh | ||
| OS: | Mac OS X - Carbon (unsup.) | ||
| Whiteboard: | |||
|
Description
maarten meijer
www.fold1.com does exist as the name of my project in the workspace Is "www.fold1.com" a PHP project? Yes, it is a PHP project, I include .project file: <?xml version="1.0" encoding="UTF-8"?> <projectDescription> <name>www.fold1.com</name> <comment></comment> <projects> </projects> <buildSpec> <buildCommand> <name>org.eclipse.wst.validation.validationbuilder</name> <arguments> </arguments> </buildCommand> <buildCommand> <name>org.eclipse.dltk.core.scriptbuilder</name> <arguments> </arguments> </buildCommand> <buildCommand> <name>org.eclipse.wst.jsdt.core.javascriptValidator</name> <arguments> </arguments> </buildCommand> </buildSpec> <natures> <nature>com.nwire.studio.tools.nwireNature</nature> <nature>org.eclipse.wst.jsdt.core.jsNature</nature> <nature>org.eclipse.php.core.PHPNature</nature> </natures> </projectDescription> I am not sure if it is a pdt bug,I could not reproduce this bug,maybe it has relation with other plugin com.nwire.studio.analysis.eclipse.pdt.PdtTimedResolver$ResolvingThread.run(PdtTimedResolver.java:102) please uninstall this plugin com.nwire.studio,and try again to see if you can reproduce this bug,thanks for your reporting. Not reproducible. Closing... |