You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by jm...@apache.org on 2005/09/03 07:15:34 UTC

svn commit: r267421 - /struts/sandbox/trunk/ti/project.properties

Author: jmitchell
Date: Fri Sep  2 22:15:31 2005
New Revision: 267421

URL: http://svn.apache.org/viewcvs?rev=267421&view=rev
Log:
Per discussion about supplying a working ant build.xml file.  This file gets generated by Maven when executing "maven ant".  However, since there are 3 repositories that our maven build pulls from, there is now way for Eclipse to know which one to use for a given dependency, so maven simply prepends the first one supplied (to the ant <get> command in the build.xml file).

Until all dependent jars can be hosted by a single remote repository, any generated ant build file will need to be tweaked by hand.

Rearranging these does not fix the problem, but simply makes for less work in the interim.

Modified:
    struts/sandbox/trunk/ti/project.properties

Modified: struts/sandbox/trunk/ti/project.properties
URL: http://svn.apache.org/viewcvs/struts/sandbox/trunk/ti/project.properties?rev=267421&r1=267420&r2=267421&view=diff
==============================================================================
--- struts/sandbox/trunk/ti/project.properties (original)
+++ struts/sandbox/trunk/ti/project.properties Fri Sep  2 22:15:31 2005
@@ -15,7 +15,7 @@
 # -------------------------------------------------------------------
 
 
-maven.repo.remote=http://people.apache.org/~mrdon/repository/,http://www.ibiblio.org/maven/,http://www.cppdoc.com/repository/
+maven.repo.remote=http://www.ibiblio.org/maven/,http://people.apache.org/~mrdon/repository/,http://www.cppdoc.com/repository/
 maven.compile.source=1.4
 maven.javadoc.additionalparam=-tag todo:a:"To Do:"
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org