Automatic account creation is now enabled. Captcha authentication required for account creation and editing unless you are trusted here.
Eclipse Development Fixes
From WiX Wiki at MindCapers
So many problems developing in Eclipse, so little time ...
NoSuchMethodException, <init>(org.eclipse.core.runtime.IPluginDescriptor)
Check the eclipse.product name in you config.ini (or whereever you keep yours) to make sure it matches up with the rest of the instances.
The import somepackage cannot be resolved
- No real solution, at least for 3.0.1, but some workarounds and commiseration.
- Adding 3d Party Jar Files
- I added a "." to my .classpath file and it resolved this error, despite the "." does not exist warning.

