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/plugins/org.eclipse.php.core/src/org/eclipse/php/core/project/build/?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