We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
headius
Learn more about funding links in repositories.
Report abuse
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Manifest.xml:
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="#testPackage#" android:versionCode="3" android:versionName="0.3.0">
and the command is:
ruby -pi.back -e "gsub(/#testPackage#/,'foo')" Manifest.xml
With MRI, #testPackage# gets replaced successfully.
#testPackage#
With JRuby 9.0.4.0, nothing changes.
I'm using JRuby 9.0.4.0 with calabash-android. When executing calabash-android build <apk>, this problem seems to jeopardize it.
calabash-android build <apk>
Thoughts?
The text was updated successfully, but these errors were encountered:
This was fixed some long time in the past but marking against something so someone can notice it has been fixed.
Sorry, something went wrong.
No branches or pull requests
Manifest.xml:
and the command is:
With MRI,
#testPackage#
gets replaced successfully.With JRuby 9.0.4.0, nothing changes.
I'm using JRuby 9.0.4.0 with calabash-android. When executing
calabash-android build <apk>
, this problem seems to jeopardize it.Thoughts?
The text was updated successfully, but these errors were encountered: