ajwang / groovypptest

Automatically exported from code.google.com/p/groovypptest
0 stars 0 forks source link

Maven install fails to work #376

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.  cd to maven directory in clone of GitHub repository
2.  type "mvn install"

What is the expected output? What do you see instead?

Not the following:

[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Groovy++: groovypp-main
[INFO] Groovy++: groovypp
[INFO] Groovy++: groovypp-all
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Groovy++: groovypp-main @version@
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ groovypp-main 

---
[INFO] Installing /home/Checkouts/Git/Git/GroovyPP/maven/pom.xml to 
/home/users/russel/.m2/repository/org/mbte/groovypp/groovypp-main/@version@/groo
vypp-main-@version@.pom
[INFO] 
[INFO] --- build-helper-maven-plugin:1.5:attach-artifact (attach-artifact) @ 
groovypp-main ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Groovy++: groovypp @version@
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ groovypp ---
[INFO] Installing /home/Checkouts/Git/Git/GroovyPP/maven/groovypp/pom.xml to 
/home/users/russel/.m2/repository/org/mbte/groovypp/groovypp/@version@/groovypp-
@version@.pom
[INFO] 
[INFO] --- build-helper-maven-plugin:1.5:attach-artifact (attach-artifact) @ 
groovypp ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Groovy++: groovypp-all @version@
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ groovypp-all 

---
[INFO] Installing /home/Checkouts/Git/Git/GroovyPP/maven/groovypp-all/pom.xml 
to 
/home/users/russel/.m2/repository/org/mbte/groovypp/groovypp-all/@version@/groov
ypp-all-@version@.pom
[INFO] 
[INFO] --- build-helper-maven-plugin:1.5:attach-artifact (attach-artifact) @ 
groovypp-all ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Groovy++: groovypp-main ........................... SUCCESS [2.012s]
[INFO] Groovy++: groovypp ................................ SUCCESS [0.266s]
[INFO] Groovy++: groovypp-all ............................ SUCCESS [0.254s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.708s
[INFO] Finished at: Thu May 12 15:49:19 BST 2011
[INFO] Final Memory: 3M/59M
[INFO] ------------------------------------------------------------------------

Definitely not a successful install :-(((

What version of the product are you using? On what operating system?

Debian Testing, Groovy++ HEAD, Maven 3

Original issue reported on code.google.com by russel.winder on 12 May 2011 at 2:53

GoogleCodeExporter commented 8 years ago
We don't support ant and maven builds any more.

I leave the issue open to not forget remove unneeded files from repo

Original comment by alex.tka...@gmail.com on 12 May 2011 at 2:57

GoogleCodeExporter commented 8 years ago
Issue 377 has been merged into this issue.

Original comment by alex.tka...@gmail.com on 12 May 2011 at 3:03

GoogleCodeExporter commented 8 years ago
When a build stops being supported all the files should be deleted immediately 
so as not to confuse people new to the source.  Can I propose some does the 
delete, commit and push sooner rather than later?  Thanks.

Original comment by russel.winder on 12 May 2011 at 3:07

GoogleCodeExporter commented 8 years ago

Original comment by alex.tka...@gmail.com on 12 May 2011 at 3:47

GoogleCodeExporter commented 8 years ago
Thanks Alex, nice fast recovery :-)

Original comment by russel.winder on 12 May 2011 at 4:32