Strategy On Building Plugin Using Eclipse
Anyone who has experience in building wordpress plugin using eclipse PDT?
My situation is:
- I need to build plugin that extend another plugin (look at it as premium version from another plugin)
- I already created project
plugin core
(the original plugin) by importing from svn repository - I created eclipse library called
wordpress
and added it toplugin core
project. - I created another project
plugin extender
which will host scripts I created.
The problem is, how to easily test it to wordpress, without having to manually copy-paste those project to wp-content/plugins
? Is there anyway to automatically copy those files to wp-content/plugins
? Or, do you guys have another solutions to this problem?
As a side note, I'm working on windows 7. I'm aware of windows's mklink
. However, my htdocs in on FAT32 partition and I'm in situation where I have to use Windows in the following months.
Topic eclipse development-strategy plugin-development Wordpress
Category Web