amolpednekar / cordapp-token-ownable

A CorDapp which shows an example OwnableState to issue, send and combine tokens (Corda v3.3)
Other
1 stars 2 forks source link

Could not determine the dependencies of task ':cordapp-contracts-states:compileJava'. #1

Closed hanubc7743 closed 5 years ago

hanubc7743 commented 5 years ago

./gradlew runClient

FAILURE: Build failed with an exception.

amolpednekar commented 5 years ago

Please run ./gradlew deployNodes to first compile the CorDapp. Then cd build/nodes and ./runnodes After that you should run ./gradlew runClient

These are standard deployment steps so I just linked the Corda tutorial, will update the readme with these additional instructions now nonetheless.

hanubc7743 commented 5 years ago

./gradlew deployNodes

Still i am facing same error ./gradlew deployNodes

FAILURE: Build failed with an exception.

amolpednekar commented 5 years ago

I've tried it, works fine. Could be a problem with gradle. Add the stacktrace flag and check for more details.

hanubc7743 commented 5 years ago

I've tried it, works fine. Could be a problem with gradle. Add the stacktrace flag and check for more details.

Its working thank you for your quick response Did you write above code in java?