Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Can't find org.eclipse.php.core.project.build package
Can't find org.eclipse.php.core.project.build package [message #85163] Sun, 30 November 2008 23:39 Go to next message
Jim Kremens is currently offline Jim KremensFriend
Messages: 8
Registered: July 2009
Junior Member
Hi all,

I've checked out the smartyPDT project
(http://code.google.com/p/smartypdt/) in an effort to better understand how to extend PDT.
Unfortunately, it requires a package that I can't find anywhere
(including the PDT project CVS):org.eclipse.php.core.project.build

In the CVS repos, this path exists, but the folder is empty:
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.pdt/plu gins/org.eclipse.php.core/src/org/eclipse/php/core/project/b uild/?root=Tools_Project
The missing package causes errors in the
org.eclipse.php.smarty.internal.core.builder.SmartyBuilder class, which stops the build process.
Anyone know where I can find this? (Please forgive if I'm missing
something simple - still wrapping my head around Eclipse plugin development).
Thanks,

Jim Kremens
Re: Can't find org.eclipse.php.core.project.build package [message #85234 is a reply to message #85163] Tue, 02 December 2008 02:20 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: nickboldt+eclipse+newsgroup.gmail.com

If you click the link for "show dead files" in ViewCVS, you'll see these:

http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.pdt/plu gins/org.eclipse.php.core/src/org/eclipse/php/core/project/b uild/?root=Tools_Project&hideattic=0

And, picking any of them, the commit comment will tell you where the
files went:

"PDT API refactoring: put internal classes under
'org.eclipse.php.internal.*' package."

eg.,
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.pdt/plu gins/org.eclipse.php.core/src/org/eclipse/php/internal/core/ project/build/?hideattic=0&root=Tools_Project

Of course it's not clear where they went after that, but you get the
idea. :)

Nick

Jim Kremens wrote:
>
> Hi all,
>
> I've checked out the smartyPDT project
> (http://code.google.com/p/smartypdt/) in an effort to better understand how to extend PDT.
> Unfortunately, it requires a package that I can't find anywhere
> (including the PDT project CVS):org.eclipse.php.core.project.build
>
> In the CVS repos, this path exists, but the folder is empty:
> http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.pdt/plu gins/org.eclipse.php.core/src/org/eclipse/php/core/project/b uild/?root=Tools_Project
> The missing package causes errors in the
> org.eclipse.php.smarty.internal.core.builder.SmartyBuilder class, which stops the build process.
> Anyone know where I can find this? (Please forgive if I'm missing
> something simple - still wrapping my head around Eclipse plugin development).
> Thanks,
>
> Jim Kremens
>
>
>
>
>

--
Nick Boldt :: http://wiki.eclipse.org/User:Nickb
Re: Can't find org.eclipse.php.core.project.build package [message #85249 is a reply to message #85163] Tue, 02 December 2008 14:23 Go to previous message
Alon Peled is currently offline Alon PeledFriend
Messages: 22
Registered: July 2009
Junior Member
I guess the code there is based on the PDT 1.0.x branch.
Try checking out the code according to the R1_0_3_20080406 branch.

Alon

On 1/12/08 1:39 AM, in article ggv872$8cq$1@build.eclipse.org, "Jim Kremens"
<kremens@gmail.com> wrote:

>
>
> Hi all,
>
> I've checked out the smartyPDT project
> (http://code.google.com/p/smartypdt/) in an effort to better understand how to
> extend PDT.
> Unfortunately, it requires a package that I can't find anywhere
> (including the PDT project CVS):org.eclipse.php.core.project.build
>
> In the CVS repos, this path exists, but the folder is empty:
> http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.pdt/plu gins/org.eclipse.p
> hp.core/src/org/eclipse/php/core/project/build/?root=Tools_P roject
> The missing package causes errors in the
> org.eclipse.php.smarty.internal.core.builder.SmartyBuilder class, which stops
> the build process.
> Anyone know where I can find this? (Please forgive if I'm missing
> something simple - still wrapping my head around Eclipse plugin development).
> Thanks,
>
> Jim Kremens
>
>
>
>
>
Previous Topic:Real Time Parser not working
Next Topic:change default directory structure in eclipse pdt project
Goto Forum:
  


Current Time: Sat Jul 27 10:14:49 GMT 2024

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

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

Back to the top