RSatheesh / jposee

Automatically exported from code.google.com/p/jposee
GNU Affero General Public License v3.0
0 stars 0 forks source link

Cannot add a jPOS-EE Module to my project #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi Everyone,
I am trying to follow through with the jPOS-EE guide to play around with the 
jPOS-template project. I have gradle installed on my machine and I've been able 
to run gradle installApp successfully. And yes I was able to start jPOS by 
runing the q2.bat file as state in section 5.1.

But when I add the dependency below, as specified in section 5.2, gradle 
installApp I got a failure.

See build output below:

dhcp-17-245:myjposproject davideramaglietta$ gradle installApp 

FAILURE: Build failed with an exception.

* Where:
Script '/Users/davideramaglietta/myjposproject/jpos-app.gradle' line: 58

* What went wrong:
A problem occurred evaluating script.
> Could not resolve all dependencies for configuration ':runtime'.
   > Could not find org.jpos.ee:jposee-server-simulator:2.0.2.
     Required by:
         org.jpos.template:myjposproject:1.0.0

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug 
option to get more log output.

BUILD FAILED

Total time: 25.045 secs

I tried to run it with the options mentioned (stacktrace, info and debug) but 
it didn't help me to figure out the solution to the problem. 

Any help would be really, really grateful.
Davide. 

Original issue reported on code.google.com by cakeboss...@gmail.com on 29 Nov 2013 at 2:17

GoogleCodeExporter commented 9 years ago
Wrong issue tracker. jPOS-EE development happens here now: 
https://github.com/jpos/jPOS-EE

Original comment by a...@jpos.org on 29 Nov 2013 at 2:23

GoogleCodeExporter commented 9 years ago

Original comment by arevi...@gmail.com on 29 Nov 2013 at 2:27