Created
July 24, 2013 13:49
-
-
Save AhmedKammorah/6070764 to your computer and use it in GitHub Desktop.
Ant build for Data store
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ant clean build -Denv.name=development -Dapi.type=internal | |
cp internal-datastore.war /Users/ahmedkammorah/apache-tomcat-7.0.37/webapps |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ant clean build -Denv.name=production -Dapi.type=internal | |
ant clean build -Denv.name=production -Dapi.type=external | |
ant clean build -Denv.name=production -Dapi.type=https | |
mv external-datastore.war datastore.war |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment