AndreasFagschlunger / O2Xfs

Java API for accessing CEN/XFS API, EMV Level 2 Kernel
47 stars 28 forks source link

Exception in bulding with Gradle #25

Closed PouyaMoradian closed 8 years ago

PouyaMoradian commented 8 years ago

Hi @AndreasFagschlunger

I'm trying to move to your latest version on O2, I'm following your steps of installation but i don't have any xfsSdkDir=C:/Program Files (x86)/Common Files/XFS on my system and for building command i got following exception:

FAILURE: Build failed with an exception.

BUILD FAILED

Total time: 3.532 secs

Should I Install any additional application in my computer ?

Best Regards Pouya Moradian

PouyaMoradian commented 8 years ago

I also got same error at Build file 'E:\NewO2WorkSpace\O2Xfs\at.o2xfs.emv.demo\build.gradle' line: 4 on importing project via eclipse

AndreasFagschlunger commented 8 years ago

Sorry for the inconvenience, I'm still working on another EMV project which leaked into the repository. I removed the dependencies, you can always remove projects from the settings.gradle file if you don't need them. I did a commit to solve this issue, so please pull again and see if it works.

PouyaMoradian commented 8 years ago

@AndreasFagschlunger
Ok i'll try it, thank you for your help