Subversion Repositories SmartDukaan

Rev

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

Rev 3899 Rev 3901
Line 57... Line 57...
57
 
57
 
58
 
58
 
59
echo "Generating content for one entities ${PROJECT_DIR}"
59
echo "Generating content for one entities ${PROJECT_DIR}"
60
echo "======================================================="
60
echo "======================================================="
61
cd ${PROJECT_DIR}/ContentStore
61
cd ${PROJECT_DIR}/ContentStore
62
echo executing command java -cp ${M2_CLASSPATH}  in.shop2020.util.ContentGenerationUtility -u CATALOG -t ONE -e ${ENTITY_ID}
62
echo "Executing command java -cp ${M2_CLASSPATH}  in.shop2020.util.ContentGenerationUtility -u CATALOG -t ONE -e ${ENTITY_ID}"
63
java -cp ${M2_CLASSPATH}  in.shop2020.util.ContentGenerationUtility -u ${TYPE} -t ONE -e ${ENTITY_ID} > ${CONTENT_LOG} 
63
java -cp ${M2_CLASSPATH}  in.shop2020.util.ContentGenerationUtility -u ${TYPE} -t ONE -e ${ENTITY_ID} > ${CONTENT_LOG} 
64
echo "======================================================="
64
echo "======================================================="
65
echo "Content generation completed"
65
echo "Content generation completed"
66
 
66
 
67
for PROD_SERVER in $PROD_SERVERS
67
for PROD_SERVER in $PROD_SERVERS