Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix :java-source-paths #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix :java-source-paths #32

wants to merge 1 commit into from

Conversation

miikka
Copy link

@miikka miikka commented Oct 9, 2019

This patch fixes the problem reported in issue #31 where the riddley JAR would include the source files in the JAR root.

After this change, the JAR contents look like this:

Archive:  target/riddley-0.2.0.jar
  Length      Date    Time    Name
---------  ---------- -----   ----
      229  10-09-2019 20:54   META-INF/MANIFEST.MF
     2740  10-09-2019 20:54   META-INF/maven/riddley/riddley/pom.xml
      606  10-09-2019 20:54   META-INF/leiningen/riddley/riddley/project.clj
     2131  10-09-2019 20:54   META-INF/leiningen/riddley/riddley/README.md
        0  10-09-2019 20:54   META-INF/
        0  10-09-2019 20:54   META-INF/maven/
        0  10-09-2019 20:54   META-INF/maven/riddley/
        0  10-09-2019 20:54   META-INF/maven/riddley/riddley/
      141  10-09-2019 20:54   META-INF/maven/riddley/riddley/pom.properties
        0  10-09-2019 20:54   riddley/
     1040  10-09-2019 20:54   riddley/Util.class
     9757  10-09-2019 20:45   riddley/walk.clj
      495  10-09-2019 20:45   riddley/Util.java
     2098  10-09-2019 20:45   riddley/compiler.clj
---------                     -------
    19237                     14 files

This patch fixes the problem reported in issue ztellman#31 where the riddley JAR
would include the source files in the JAR root.

After this change, the JAR contents look like this:

    Archive:  target/riddley-0.2.0.jar
      Length      Date    Time    Name
    ---------  ---------- -----   ----
          229  10-09-2019 20:54   META-INF/MANIFEST.MF
         2740  10-09-2019 20:54   META-INF/maven/riddley/riddley/pom.xml
          606  10-09-2019 20:54   META-INF/leiningen/riddley/riddley/project.clj
         2131  10-09-2019 20:54   META-INF/leiningen/riddley/riddley/README.md
            0  10-09-2019 20:54   META-INF/
            0  10-09-2019 20:54   META-INF/maven/
            0  10-09-2019 20:54   META-INF/maven/riddley/
            0  10-09-2019 20:54   META-INF/maven/riddley/riddley/
          141  10-09-2019 20:54   META-INF/maven/riddley/riddley/pom.properties
            0  10-09-2019 20:54   riddley/
         1040  10-09-2019 20:54   riddley/Util.class
         9757  10-09-2019 20:45   riddley/walk.clj
          495  10-09-2019 20:45   riddley/Util.java
         2098  10-09-2019 20:45   riddley/compiler.clj
    ---------                     -------
        19237                     14 files

ztellman#31.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant