java - need to add parameter to my ant release build.xml -
Currently, I'm using Jenkins to run my build.xml and to generate ant release. Apk
I have to pass the parameter for the ant release (AT release -Dcustompackagename = 'com.google.android.projection.kitchensink' ) and generate another APK.
Actually, I need it to do the following:
- Run the ant release to generate APK 1 (already in place)
- Run the ant leak
-Dcustompackagename = 'com.google.android.projection for the kitchen to generate' APK 2 (currently is not the place)
To get my ant build. How do I modify XML?
custompackagename property in your build.xml with default
is used by step # 1, then step # 1 is used, then for step # 2 all you need is:
- Add the second IQ ante build step under the job configuration.
- Click the Tar
- Advanced ... button.
- Properties , enter:
-Dcustompackagename = 'com.google.android.projection.kitchensink'
Comments
Post a Comment