Subversion Repositories SmartDukaan

Rev

Rev 13212 | Rev 13604 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13212 Rev 13404
Line 494... Line 494...
494
            log.info("Processing Entityid: " + entity.getID());
494
            log.info("Processing Entityid: " + entity.getID());
495
            vui.generateContentForOneEntity(entity, Utils.EXPORT_VELOCITY_PATH);
495
            vui.generateContentForOneEntity(entity, Utils.EXPORT_VELOCITY_PATH);
496
        }
496
        }
497
 
497
 
498
        try {
498
        try {
499
        	AmazonSCDataGenerator ascdg = new AmazonSCDataGenerator(validPartialEntities);
499
        	/*AmazonSCDataGenerator ascdg = new AmazonSCDataGenerator(validPartialEntities);*/
-
 
500
        	AmazonSCDataGenerator ascdg = new AmazonSCDataGenerator(validPartialEntities,false);
500
        	ascdg.generateSCProdData();
501
        	ascdg.generateSCProdData();
501
        }catch (Exception e ){
502
        }catch (Exception e ){
502
        	log.info("Could not generate Jungle upload Feed");
503
        	log.info("Could not generate Jungle upload Feed");
503
        	e.printStackTrace();
504
        	e.printStackTrace();
504
        }
505
        }