Subversion Repositories SmartDukaan

Rev

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

Rev 5227 Rev 5257
Line 492... Line 492...
492
                }
492
                }
493
            }
493
            }
494
        }
494
        }
495
        try {
495
        try {
496
            //generate products list that is to be uploaded in Amazon.
496
            //generate products list that is to be uploaded in Amazon.
-
 
497
        	AmazonSCDataGenerator ascdGenerator = new AmazonSCDataGenerator();
497
            AmazonSCDataGenerator.generateSCProdData(validEntities, GENERATION_TYPE);
498
            ascdGenerator.generateSCProdData(validEntities, GENERATION_TYPE);
498
        } catch (Exception e) {
499
        } catch (Exception e) {
499
        	e.printStackTrace();
500
        	e.printStackTrace();
500
            log.info("Could not generate Amazon data", e);
501
            log.info("Could not generate Amazon data", e);
501
        }
502
        }
502
    }
503
    }