KonaKart Community Forum

Installation / Configuration => Configuration of KonaKart => Topic started by: pooja on March 26, 2014, 09:50:54 pm

Title: make_eclipse_wizard_project not creating eclipse project
Post by: pooja on March 26, 2014, 09:50:54 pm
Hi,

I ran 'ant make_eclipse_wizard_project' inside custom folder of Konakart installation. But it just shows Build successful and no folder gets created.

I checked build.xml which contains:
<target name="make_eclipse_wizard_project"
                        description="Create an Eclipse Project for Developing the Product Creation Wizard"
                        if="konakartadmin_app.code.present">

I think the problem is because of 'if' attribute.

Please let me know what should I do to create Product Creation Wizard in Eclipse.

Thanks in advance.
Title: Re: make_eclipse_wizard_project not creating eclipse project
Post by: ming on March 27, 2014, 05:30:07 am
The Enterprise version of KonaKart provides the full source code for a product creation wizard for the Admin App.  This is handy if you want to provide a simplified product entry wizard for your admin users.

I suspect that you are using the Community edition of KonaKart which does not include this.