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

Ant Build Error -Failed to write C:\Program Files (x86)\KonaKart\custom\MANIFES

Started by Ranjith, January 19, 2015, 06:23:02 am

Previous topic - Next topic

Ranjith



I am getting following error while running the ant.C:\Program Files (x86)\KonaKart\custom> bin\ant

make_manifest_file:
     [echo] Create the MANIFEST.MF file for all jars

BUILD FAILED
C:\Program Files (x86)\KonaKart\custom\build.xml:511: Failed to write C:\Program
Files (x86)\KonaKart\custom\MANIFEST.MF


How can i fix this.


Entire Log.


C:\Program Files (x86)\KonaKart\custom> bin\ant
Buildfile: C:\Program Files (x86)\KonaKart\custom\build.xml
Trying to override old definition of task javac

debugenv:
     [echo] custom.home                         = C:\Program Files (x86)\KonaKar
t\custom
     [echo] java.source                         = 1.8
     [echo] java.target                         = 1.8
     [echo] debug_javac                         = off
     [echo] torque.build.present                = ${torque.build.present}
     [echo] adminappn.code.present              = true
     [echo] adminappnEE.code.present            = ${adminappnEE.code.present}
     [echo] adminengine.code.present            = true
     [echo] customAdminService.code.present     = ${customAdminService.code.pres
ent}
     [echo] customStoreService.code.present     = ${customStoreService.code.pres
ent}
     [echo] konakartadmin_app.code.present      = ${konakartadmin_app.code.prese
nt}
     [echo] konakartadmin.server.config.present = true
     [echo] konakart.server.config.present      = true
     [echo] appn.code.present                   = true
     [echo] appnEE.code.present                 = ${appnEE.code.present}
     [echo] engine.code.present                 = true
     [echo] utils.code.present                  = true
     [echo] excludeAXIS                         = ${excludeAXIS}
     [echo] noClean                             = ${noClean}

clean_torque_classes:

clean_custom_admin_service_classes:

clean_custom_store_service_classes:

clean_portlet_war:
     [echo] Cleanup portlet WARs...
     [echo] Cleanup portlet classes...
     [echo] Cleanup portlet WAR staging area...

clean_admin_portlet_war:
     [echo] Cleanup admin portlet WARs...
     [echo] Cleanup admin portlet WAR staging area...

clean_wars:
     [echo] Cleanup WARs...
     [echo] Cleanup EARs...

clean:
     [echo] Cleanup...

generate_torque_java:

create_torque_classes:

make_manifest_file:
     [echo] Create the MANIFEST.MF file for all jars

BUILD FAILED
C:\Program Files (x86)\KonaKart\custom\build.xml:511: Failed to write C:\Program
Files (x86)\KonaKart\custom\MANIFEST.MF

Total time: 0 seconds

Ranjith

The fix was to change the installation from C directory to D drive. Now its working perfectly.