I'm Grady Laksmono, and I'm working for Moodle IDE project in the Google Summer of Code 2008 program. Now, I would like to gain more feedback, comments, and suggestions, so please let me know what do you think and your experience with it. I'll be using the comments and feedback to improve the IDE.
Moodle IDE 1.0.2
http://download.moodle.org/download.php/ide/Moodle-IDE_1_0_2.zip
Documentation
http://docs.moodle.org/en/Development:Moodle_IDE
Release Notes
http://docs.moodle.org/en/Student_projects/Moodle_IDE#Releases
Thank you for all of your supports and constructive feedback! Please let me know by replying to this thread if you have any questions. I've updated the Readme, and I hope it would be "crystal" clear this time.. If not otherwise, there's a wiki page (documentation link) where people can put comment on the documentation, and I can update it without having to reupload the whole thing..
Regards,
Grady Laksmono
Hi Grady,
I have downloaded the latest 1.0.2 version of the IDE and installed it in a directory C:\Moodle-IDE_1_2_0 I then open up eclippse and try to start a new project as outlined in the documentation and I still get the same error message as I got with the 1.0.1 version as detailed below.
Problem opening wizard The selected wizard could not be started reason: plug-in org.moodle was unable to load class org.moodle.wizards.MoodleWizard |
Any ideas?
Mike
(Edited by Martin Dougiamas to fix broken image - original submission Monday, 30 June 2008, 06:25 PM)
Scott Karren
Gary
A couple more comments for you. I made it past the db connection by manually creating the moodle db, worked fine after that. The next step in your documentation is relating to CVS. Is this pointing to the latest weekly build of Moodle or do I have the ability to change to the Moodle 1.9.1 branch? If so, how do I do this?
The step after that is for Xdebug, all that is here is a link, do I need to follow the instructions on that page to setup debug capabilities?
Other then that, it looks really good and has been easy to setup.
Scott Karren
For XDebug, yes you need to follow the instruction on that page to setup the debug capabilities.
Hi again Larry,
these are the exact steps I have taken to get to the error message.
- down load latest version of IDE from your link.
- UNZIP to c:\Moodle-IDE_1_0_2
- Run eclipse.exe
- Click 'OK' to accept default workspace.
- On the SDK welcome screen, select 'Go to workbench'
- Select from the menu FILE<NEW<OTHER
- In the 'Select a Wizard' dialogue box open the 'Moodle' foleder and select 'Moodle Project'
- Click 'NEXT' button and this is where the aformentioned error message arises.
One last question for you presuming that I eventually get over the error message problem, where do I put my copy of moodle, in the ...htdocs folder? Also should this be the ZIP file of Moodle or an unzipped copy?
regards
Mike
reason: plug-in org.moodle was unable to load class
org.moodle.wizards.MoodleWizard
It seems like Eclipse couldn't find the class, but it's weird because if you can see the Moodle icon to start the wizard, then the plugin is already installed, but it seems like that it couldn't find the class to start the wizard.
The wizard will be asking a zip package of Moodle, the moodle will be extracted on your workspace, which in default is going to be the htdocs folder..
Sorry that I couldn't be more helpful in this case, have you tried to reinstall everything again? (i.e. deleting all of the package, then start again from unpacking Moodle-IDE_1_0_2.zip package..)
Unpack it anywhere and leave everything using default configuration.. See where does that get you into..
It's really weird problem, I just downloaded the package to my PC and try it, it works perfectly fine.. I can't find any ideas that cause that problem, I found similar problem on the web:
http://wiki.eclipse.org/FAQ_Why_do_I_get_a_%27plug-in_was_unable_to_load_class%27_error_when_I_activate_a_menu_or_toolbar_action%3F
http://semmle.com/component/option,com_smf/Itemid,26/topic,20.0/
Which is described as programmatic problem, but I don't see the problem occurs on my PC.. Is there anybody has the same problem..?