lacostej commented on Bug JENKINS-18901

Hello, I made a testcase and wasn't able to reproduce the issue:

lacostej@Jeromes-MacBook-Pro ~/Code/OSS/testflight-plugin (master) ./test.sh 
target/testflight.jar:/Users/lacostej/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar:/Users/lacostej/.m2/repository/commons-io/commons-io/2.4/commons-io-2.4.jar:/Users/lacostej/.m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar:/Users/lacostej/.m2/repository/org/apache/httpcomponents/httpclient/4.0.1/httpclient-4.0.1.jar:/Users/lacostej/.m2/repository/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar:/Users/lacostej/.m2/repository/org/apache/httpcomponents/httpmime/4.0.1/httpmime-4.0.1.jar:/Users/lacostej/.m2/repository/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.jar:/Users/lacostej/.m2/repository/org/apache/james/apache-mime4j/0.6/apache-mime4j-0.6.jar
POST Request: testflight.TestflightUploader$UploadRequest@3b7db74b[filePaths=<null>,dsymPath=<null>,apiToken=********,teamToken=********,notifyTeam=true,buildNotes=HIHO-10000,file=/Users/lacostej/Code/OSS/testflight-plugin/AndroidRTÉ.apk,dsymFile=<null>,lists=,replace=false,proxyHost=<null>,proxyUser=<null>,proxyPass=********,proxyPort=0,debug=<null>]
POST Answer: {
    "bundle_version": "1.0 (1) #2", 
    "install_url": "https://testflightapp.com/install/xxxxxx/", 
    "config_url": "https://testflightapp.com/dashboard/builds/complete/xxxxx/", 
    "created_at": "2013-07-31 14:03:04", 
    "device_family": "Unknown", 
    "notify": true, 
    "team": "xxxxxx", 
    "minimum_os_version": "13", 
    "release_notes": "HIHO-10000", 
    "binary_size": 13676
}
lacostej@Jeromes-MacBook-Pro ~/Code/OSS/testflight-plugin (master) grep -r app_name src/main/apps/AndroidRTÉ/
src/main/apps/AndroidRTÉ/AndroidManifest.xml:    <application android:label="@string/app_name" android:icon="@drawable/ic_launcher">
src/main/apps/AndroidRTÉ/AndroidManifest.xml:                  android:label="@string/app_name">
Binary file src/main/apps/AndroidRTÉ/out/production/AndroidRTÉ/AndroidRTÉ.apk matches
Binary file src/main/apps/AndroidRTÉ/out/production/AndroidRTÉ/AndroidRTÉ.unaligned.apk matches
Binary file src/main/apps/AndroidRTÉ/out/production/AndroidRTÉ/org/jenkins/testflightplugin/android/AndroidRTE/R$string.class matches
src/main/apps/AndroidRTÉ/res/values/strings.xml:    <string name="app_name">AndroidRTÉ</string>

Could you provide me with a test project that fails ? I attach mine to this issue.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to