beanshell / beanshell

Beanshell scripting language
Apache License 2.0
815 stars 183 forks source link

Access beanshell dependency via jitpack #715

Open makiam opened 1 year ago

makiam commented 1 year ago

Hi. I try to use beanshell library in my gradle project accessing it via jitpack.io service... I setup project maven repository to https://jitpack.io and reference it com.github.beanshell:beanshell:2.1.1 But referenced jar contains only some metadata but not compiled classess What I do wrong? Thanks in advance

nickl- commented 1 year ago

That is an interesting question, don't know anything about jitpack and gradle knowledge is also limited.

Please use the BeanShell 3.0 SNAPSHOT release instead, as we cannot do support on 2.1.1.

groupId: org.beanshell artifactId: bsh

Let us know if you are have better luck with this release...

makiam commented 1 year ago

I successfully use a sonatype shapshot. Thank You.

... just FYI. I take a look at jitpack build log here https://jitpack.io/com/github/beanshell/beanshell/2.1.1/build.log and I see that maven just not found neither resources nor java files in project so no compiled classes in artefact

nickl- commented 1 year ago

I see that maven just not found neither resources nor java files in project so no compiled classes in artefact

Any ideas on what could be wrong?

I tried some tests to do master-SNAPSHOT, or any commit number, but I get:

[WARNING] The POM for com.github.beanshell:beanshell:jar:cccd2251d1-SNAPSHOT is missing, no dependency information available

Their documentation is very limited as well, even for the basics like what exactly to use for groupId (no it is not com.github.User).

Not sure what to do to get it to work...