You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building the Java bindings...
Maven-Command failed: error while running mvn -f /Volumes/Miscellaneous3/src/libadalang/build/java/pom.xml clean package -q:
[Errno 2] No such file or directory: 'mvn'
I don't have mvn installed, because I didn't know I might need to.
I think that people who want Java support should have to say --enable-java.
The text was updated successfully, but these errors were encountered:
This is a consequence of our internal build chain: Most of LAL developpers in-house will need the Java bindings anyway. We'll discuss to see if there's something more user friendly to do for external contributors.
OK. But, would it be possible to alter user_manual/building.rst to mention this? (I could raise a PR if that would help? at least it would be from the viewpoint of an external user!)
okellogg
pushed a commit
to okellogg/libadalang
that referenced
this issue
Apr 28, 2024
Building v24.0.0, I have to do
or I get
I don't have
mvn
installed, because I didn't know I might need to.I think that people who want Java support should have to say
--enable-java
.The text was updated successfully, but these errors were encountered: