Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » The annoying bin package
The annoying bin package [message #79137] Mon, 01 September 2008 19:50 Go to next message
Eclipse UserFriend
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)
Re: The annoying bin package [message #79462 is a reply to message #79137] Wed, 03 September 2008 19:45 Go to previous message
ronald is currently offline ronaldFriend
Messages: 2
Registered: July 2009
Junior Member
I'd like to know the answer to this one as well. I also fail to comprehend
why the decision was made to go with packages in the first place? I can't
seem to shake the thought that my PDT project is actually a thinly
disguised Java project ...
Previous Topic:PDT 2.0.0 N20080823: Creating folders as packages
Next Topic:Problems with Eclipse PDT +XDebug
Goto Forum:
  


Current Time: Thu Sep 19 08:27:54 GMT 2024

Powered by FUDForum. Page generated in 0.05430 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top