mavenix icon indicating copy to clipboard operation
mavenix copied to clipboard

mvnix-init does not handle versions like (3.12.0,)

Open ngiger opened this issue 4 years ago • 0 comments

I tried mvnix-iinit for our Eclipse RCP app Elexis (https://github.com/elexis/elexis-3-core)

The build fails with

<...>
/nix/store/czsmcxjwj13ik2jx1pkvbsq8rhf8c72i-build-maven-repository.sh: line 6245: syntax error near unexpected token `)'
<...>

which is

dir=$out/$(echo org.eclipse.platform | sed 's|\.|/|g')/org.eclipse.osgi/[3.12.0,)

ngiger avatar Apr 16 '20 15:04 ngiger