Bug 456970 - New Activity dialog does not work correct
Summary: New Activity dialog does not work correct
Status: RESOLVED FIXED
Alias: None
Product: andmore
Classification: Tools
Component: General (show other bugs)
Version: unspecified   Edit
Hardware: PC Mac OS X
: P3 normal (vote)
Target Milestone: 0.5-M1   Edit
Assignee: David Carver CLA
QA Contact:
URL:
Whiteboard:
Keywords: bugday, helpwanted
Depends on:
Blocks:
 
Reported: 2015-01-07 16:42 EST by Eric Cloninger CLA
Modified: 2015-03-27 14:39 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Cloninger CLA 2015-01-07 16:42:02 EST
"New Activity based on template" causes an error.  Actually, all the MOTODEV-style "new X" wizards fail other than New Project

Name of Export wizard still says MOTODEV.
Comment 1 David Carver CLA 2015-01-26 17:40:11 EST
Setting target to M1.  Need to review these wizards and see if they still make sense or if we should use the old ADT wizards.  If there were features in the MOTODEV wizards that aren't in the existing ADT wizards, then we should look at merging them.
Comment 2 David Carver CLA 2015-03-27 12:50:40 EDT
The new project using Andmore wizard fails, for creating a New Project without a wizard.  The New Project using a Sample project works, but only for the old ADT style projects, the rest show main and test folders.


I'm tempted to disable these old MOTODEV wizards temporarily for 0.5-M1 and create separate bugs for each of them.   I like the streamlined feel of the MOTODEV wizards but want to make sure we are fixing the right things with limited resources.
Comment 3 David Carver CLA 2015-03-27 12:52:00 EDT
Here is the message for the New Activity wizard:

Plug-in org.eclipse.andmore.android.codeutils was unable to load class org.eclipse.andmore.android.wizards.buildingblocks.NewActivityWizard.
org.eclipse.andmore.android.wizards.buildingblocks.NewActivityWizard cannot be found by org.eclipse.andmore.android.codeutils_0.5.0.qualifier
Comment 4 David Carver CLA 2015-03-27 13:29:59 EDT
Fixed the issue with the Wizards not launching.

https://github.com/eclipse/andmore/pull/84

Basically they were pointing to the wrong package names so could not find the classes.  I've tested them to the point where I know they all now launch.  Whether they are still valid and produce the correct base code is another question.
Comment 5 David Carver CLA 2015-03-27 14:39:43 EDT
Resolving as fixed for now as these are now launching, if there are problems with individual wizards, relate it to this issue and open a new issue so we can address them individually.