« Return to Thread: Build failed

Build failed

by wde :: Rate this Message:

| View in Thread

Hello all,

I'm trying to build Jtrac from the SVN source code.

I install the antprops maven 2 plugin as specified in the documentation :

C:\jtrac-svn\maven-antprops-plugin>mvn install
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building ant build properties file generator
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------

Downloading:
...

[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\jtrac-src\maven-antprops-plugin\target\maven-antprops-
plugin-1.0.jar to C:\Documents and Settings\wde\.m2\repository\info\jtrac\maven-antprops-plugin\1.0\maven-antprops-p
lugin-1.0.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4 minutes 13 seconds
[INFO] Finished at: Fri Jan 08 07:34:20 CET 2010
[INFO] Final Memory: 13M/24M
[INFO] ------------------------------------------------------------------------



Then I run the following command in the jtrac source code directory :

C:\jtrac-svn\jtrac>mvn antprops:generate
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'antprops'.
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] The plugin 'org.apache.maven.plugins:maven-antprops-plugin' does not exist or no valid version could be found
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: < 1 second
[INFO] Finished at: Fri Jan 08 07:40:16 CET 2010
[INFO] Final Memory: 3M/7M
[INFO] ------------------------------------------------------------------------


Thank you for your help






------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
j-trac-users mailing list
j-trac-users@...
https://lists.sourceforge.net/lists/listinfo/j-trac-users

 « Return to Thread: Build failed