conekta / conekta-android

12 stars 12 forks source link

Maven Command #2

Closed jupazave closed 9 years ago

jupazave commented 9 years ago

Cuando corro el comando para instalar la librería me arroja lo siguiente:

[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-install-plugin:2.4:install-file (default-cli) @ standalone-pom ---
[ERROR] The specified file '/home/jupazave/AndroidStudioProjects/MobileTerminal/app/libs/tokenizer-release.aar' not exists
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.529 s
[INFO] Finished at: 2015-05-21T19:04:59-05:00
[INFO] Final Memory: 6M/159M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.4:install-file (default-cli) on project standalone-pom: The specified file '/home/jupazave/AndroidStudioProjects/MobileTerminal/app/libs/tokenizer-release.aar' not exists -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
MauricioMurga commented 9 years ago

Hola @jupazave, tienes el archivo tokenizer-release.aar?, puedes cambiar el comando si lo tienes en otro directorio...

jupazave commented 9 years ago

@MauricioMurga El archivo tokenizer-release.aar donde lo obtengo?

MauricioMurga commented 9 years ago

@jupazave, viene en este mismo repositorio: https://github.com/conekta/conekta-android/blob/master/app/libs/tokenizer-release.aar

Cerraré y trabajaremos en completar la documentación de este repositorio.

Saludos!