[arquillian-issues] [JBoss JIRA] (ARQ-1477) Recognize more file extensions as valid for deployment methods

Stefan Miklosovic (JIRA) jira-events at lists.jboss.org
Wed Sep 11 11:32:03 EDT 2013


Stefan Miklosovic created ARQ-1477:
--------------------------------------

             Summary: Recognize more file extensions as valid for deployment methods
                 Key: ARQ-1477
                 URL: https://issues.jboss.org/browse/ARQ-1477
             Project: Arquillian
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
            Reporter: Stefan Miklosovic
            Priority: Optional


Since there are some Android-Arquillian testing experiments where I deploy APK to Android device (emulator) directly from deployment method (APK is a JavaArchive anyway), I am seeing this warning message in the output:

Sep 11, 2013 5:05:09 PM org.jboss.arquillian.container.test.impl.client.deployment.AnnotationDeploymentScenarioGenerator logWarningIfArchiveHasUnexpectedFileExtension
WARNING: Deployment archive of type JavaArchiveImpl has been given an unexpected file extension. Archive name: some-android-app.apk, deployment name: android. It might not be wrong, but the container will rely on the given file extension, the archive type is only a description of a certain structure.

I know that the proper way to do this is to implement AndroidArchive into ShrinkWrap and add it into container.spi.client.deployment.Validate but that is very long run and I am looking for another way or at least to report this that it is an issue for the next generation ... 


--
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


More information about the arquillian-issues mailing list