Closed imagejan closed 7 years ago
I had a chance trying travisify.sh on my Windows system (using GitBash/MINGW64), and it errors out with:
travisify.sh
[ERROR] Could not determine GitHub repository slug
because this line:
https://github.com/scijava/scijava-scripts/blob/cbc3ed2e729f5bd1aa94272b6223e9c2afdaa3b9/travisify.sh#L69
or more precisely this command:
xmllint --xpath "//*[local-name()='project']/*[local-name()='scm']/*[local-name()='connection']" pom.xml
gives:
XPath set is empty
although the pom.xml contains a project/scm/connection object. (This was tested with the pom.xml of our https://github.com/fmi-faim/fmi-ij2-plugins/ repo.)
pom.xml
project/scm/connection
I had a chance trying
travisify.sh
on my Windows system (using GitBash/MINGW64), and it errors out with:because this line:
https://github.com/scijava/scijava-scripts/blob/cbc3ed2e729f5bd1aa94272b6223e9c2afdaa3b9/travisify.sh#L69
or more precisely this command:
gives:
although the
pom.xml
contains aproject/scm/connection
object. (This was tested with thepom.xml
of our https://github.com/fmi-faim/fmi-ij2-plugins/ repo.)