The annoying bin package [message #79137] |
Mon, 01 September 2008 19:50 |
Eclipse User |
|
|
|
Originally posted by: eclipse.chanibal.net
Hi, after many woes I installed PDT nightly 2008-08-31 (using update
manager, dltk integration 1.0 core+javascript, subclipse) and got it to
run my project. But I cannot either understand nor turn off one very
annoying feature - after importing from svn as a new php project (clean
workspace) i got a bin package containing the same directory structure
as the project itself. Whenever i try to remove this package it comes
back, rebuilding itself in a few seconds. The package contains only
directories, no files.
Another thing is i cannot control-click a required/included file to open
it anymore - worked in PDT 1.0.3.
Also, javascript editor doesn't work as it should, it works in a stand
alone project, but in PDT it spills out exceptions or errors meaning it
doesn't understand DOM. Example:
1. On the first line of .js file (empty one)
Internal validation error java.lang.NullPointerException at
org.eclipse.wst.jsdt.internal.compiler.lookup.CompilationUni tScope.buildSuperType(CompilationUnitScope.java:405)
at
org.eclipse.wst.jsdt.internal.compiler.lookup.CompilationUni tScope.buildTypeBindings(CompilationUnitScope.java:355)
at
(continued http://pastebin.com/f15633e65)
2. The function alert(Number) is undefined
on line:
alert(1337);
(note that i installed the dltk javascript editor)
|
|
|
|
Powered by
FUDForum. Page generated in 0.02646 seconds