barcode-java icon indicating copy to clipboard operation
barcode-java copied to clipboard

Installation Problem

Open MedouneSGB opened this issue 4 years ago • 7 comments

Hi Brad I got some error when trying to run the project Is there some settings to make before using it?

image

MedouneSGB avatar Apr 29 '21 04:04 MedouneSGB

Hum that's used in CI for uploading to maven central. The binaries are already compiled and available in the central repo.

barnhill avatar Apr 30 '21 01:04 barnhill

Did you use implementation 'com.pnuema.java:barcode:1.11' in your build.gradle to pull in this dependency?

barnhill avatar Apr 18 '22 00:04 barnhill

Hey @barnhill Still can't open the project
What are the steps to test it?

MedouneSGB avatar Apr 18 '22 00:04 MedouneSGB

I'm using intellij ... Not sure what to do in eclipse

barnhill avatar Apr 18 '22 01:04 barnhill

I use Netbeans

MedouneSGB avatar Apr 18 '22 01:04 MedouneSGB

image Getting this with intellij

MedouneSGB avatar Apr 18 '22 01:04 MedouneSGB

Btw I created a little Barcode software. https://github.com/MedouneSGB/Barcodor

MedouneSGB avatar Apr 18 '22 01:04 MedouneSGB

Those params are only used to upload it to maven central. To use this in a project you can just pull it from the central repository but if you want to build it you can just define those in your gradle.properties file or as env variables. It wont let you upload it to the central repo though which is kinda the point of not including those :)

barnhill avatar Apr 16 '23 22:04 barnhill