Subversion Repositories SmartDukaan

Rev

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

Rev 10366 Rev 10969
Line 514... Line 514...
514
				System.out.println("Fetched  " + items);
514
				System.out.println("Fetched  " + items);
515
				break;
515
				break;
516
			}
516
			}
517
			i++;
517
			i++;
518
		}
518
		}
-
 
519
		if(currentInventoryItemList.size()==0){
-
 
520
			try {
-
 
521
				mailer.sendSSLMessage(sendTo,"Unable to fetch current inventory "+ sdf.format(System.currentTimeMillis()),"Error : Unable to fetch current inventory ", emailFromAddress, password, new ArrayList<File>());
-
 
522
			} catch (MessagingException e) {
-
 
523
				e.printStackTrace();
-
 
524
			}
-
 
525
			System.exit(0);
-
 
526
		}
519
		in.shop2020.model.v1.catalog.CatalogService.Client catalogServiceClient = null;
527
		in.shop2020.model.v1.catalog.CatalogService.Client catalogServiceClient = null;
520
		SnapdealItemDetails snapdealitem = null;
528
		SnapdealItemDetails snapdealitem = null;
521
		long sku = 0;
529
		long sku = 0;
522
		long created_orders;
530
		long created_orders;
523
		long pending_orders;
531
		long pending_orders;