dash-licenses icon indicating copy to clipboard operation
dash-licenses copied to clipboard

Provide more simple examples

Open ralight opened this issue 5 years ago • 2 comments

All of the examples provided in the documentation are in the form magic-dependency-command | java -jar org.eclipse.dash.licenses-<version>.jar -. Could there please be some simple examples of what needs to be sent to the jar, for projects that don't have a magic dependency command? It took me a while to figure out the syntax for checking something on github is git/github/eclipse/mosquitto/2.0.9, for example.

ralight avatar Mar 19 '21 14:03 ralight

Of course. Can you give me a more complete example of what you ended up throwing at the license checker?

waynebeaton avatar Mar 19 '21 16:03 waynebeaton

The commands I tried were all manual and github related (it was the syntax that eluded me):

echo git/github/eclipse/mosquitto/2.0.9 | java -jar org.eclipse.dash.licenses-SNAPSHOT.jar -
echo git/github/DaveGamble/cJSON/1.7.14 | java -jar org.eclipse.dash.licenses-SNAPSHOT.jar -
echo git/github/warmcat/libwebsockets/4.0.0 | java -jar org.eclipse.dash.licenses-SNAPSHOT.jar -

ralight avatar Mar 19 '21 22:03 ralight