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
I want to manually build ANTLR using the jar files.
I followed these steps:
Having the latest source helps: I used the mirror at github, downloaded the zip file from the web interface. Cloning gave me errors.
cd in to the unzipped directory, then:
I want to manually build ANTLR using the jar files.
I followed these steps:
Having the latest source helps: I used the mirror at github, downloaded the zip file from the web interface. Cloning gave me errors.
cd in to the unzipped directory, then:
Its failing with
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] ANTLR 3 Master build control POM ................... SUCCESS [ 0.840 s]
[INFO] ANTLR 3 Runtime .................................... SUCCESS [ 4.233 s]
[INFO] ANTLR 3 Tool ....................................... SUCCESS [ 17.335 s]
[INFO] ANTLR 3 Maven plugin ............................... SUCCESS [ 2.630 s]
[INFO] ANTLR 3 gUnit ...................................... SUCCESS [ 6.687 s]
[INFO] ANTLR 3 gUnit Maven plugin ......................... SUCCESS [ 0.907 s]
[INFO] ANTLR 3 Maven Archetype ............................ SUCCESS [ 1.544 s]
[INFO] ANTLR 3 Complete ................................... FAILURE [ 1.016 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 36.908 s
[INFO] Finished at: 2017-05-02T10:19:53-07:00
[INFO] Final Memory: 32M/349M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-shade-plugin:2.0:shade (complete-no-st3) on project antlr-complete: Error creating shaded jar: error in opening zip file /home/kavig/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7-sources.jar -> [Help 1]
Any idea on this issue would be helpful
The text was updated successfully, but these errors were encountered: