Coder Social home page Coder Social logo

Comments (9)

 avatar commented on July 3, 2024 1

Thank you very much.

from fiskaly-kassensichv-client-java.

 avatar commented on July 3, 2024 1

Ok, it is working. Thank you.
You just need to change the building path in the documentation.

from fiskaly-kassensichv-client-java.

auxdevelopment avatar auxdevelopment commented on July 3, 2024

You are right, that was a mistake from our side. The build instructions have recently changed to use the shadowJar plugin to create Fat-JARs.

The build can now be triggered by issuing the following command:

$ ./gradlew shadowJar -Dtarget=<general|android>

The readme.md and tutorial.md files have been updated to reflect this change.

from fiskaly-kassensichv-client-java.

 avatar commented on July 3, 2024

Same problem, even with:
$ ./gradlew shadowJar -Dtarget=<general|android>

It only built 1 file:
client/build/libs/com.fiskaly.kassensichv.client-0.0.1-alpha.jar

Log:

[denis@denis-pc fiskaly-kassensichv-client-java-master]$ ./gradlew shadowJar -Dtarget=android
> Task :platform-common:compileJava
> Task :platform-common:processResources NO-SOURCE
> Task :platform-common:classes
> Task :platform-common:jar
> Task :client:compileJava
> Task :client:processResources NO-SOURCE
> Task :client:classes
> Task :client:jar
> Task :platform-android:compileJava
> Task :platform-android:processResources
> Task :platform-android:classes
> Task :platform-android:jar
> Task :compileJava NO-SOURCE
> Task :processResources NO-SOURCE
> Task :classes UP-TO-DATE
> Task :shadowJar

BUILD SUCCESSFUL in 4s
8 actionable tasks: 8 executed

from fiskaly-kassensichv-client-java.

auxdevelopment avatar auxdevelopment commented on July 3, 2024

This is odd. I've just tried it with the exact command you ran and for me it produced the following file: com.fiskaly.kassensichv.client-android-0.0.1-alpha-all.jar.

Could you verify by running ./gradlew --version that you are on Gradle version 5.0?

from fiskaly-kassensichv-client-java.

 avatar commented on July 3, 2024
[denis@denis-pc fiskaly-kassensichv-client-java-master]$ ./gradlew --version

------------------------------------------------------------
Gradle 5.0
------------------------------------------------------------

Build time:   2018-11-26 11:48:43 UTC
Revision:     7fc6e5abf2fc5fe0824aec8a0f5462664dbcd987

Kotlin DSL:   1.0.4
Kotlin:       1.3.10
Groovy:       2.5.4
Ant:          Apache Ant(TM) version 1.9.13 compiled on July 10 2018
JVM:          1.8.0_222 (Oracle Corporation 25.222-b05)
OS:           Linux 4.19.79-1-MANJARO amd64

from fiskaly-kassensichv-client-java.

 avatar commented on July 3, 2024

I found a JAR file inside this folder:
build/libs/com.fiskaly.kassensichv.client-android-0.0.1-alpha-all.jar
instead of this folder:
client/build/libs/...

from fiskaly-kassensichv-client-java.

auxdevelopment avatar auxdevelopment commented on July 3, 2024

You are correct. I've just noticed that I haven't changed the output path accordingly. Excuse the inconvenience.

from fiskaly-kassensichv-client-java.

 avatar commented on July 3, 2024

No need to apologize. You do an incredible job.

from fiskaly-kassensichv-client-java.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.