• Welcome to KonaKart Community Forum. Please login or sign up.
 

make_eclipse_wizard_project not creating eclipse project

Started by pooja, March 26, 2014, 09:50:54 pm

Previous topic - Next topic

pooja

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.

ming

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.