Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-beta-1
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
I was just installing Maven-1.0-RC3 and decided that a fresh plugin and repository directory was a good idea. As it turns out, it was a very good idea because it fettered out a bug in the dynaop build where it couldn't locate dependencies. I solved this with one line change in project.properties. I'll just past the patch here because it is so small...
Index: dynaop/project.properties
===================================================================
RCS file: /home/projects/picocontainer/scm/java/dynaop/project.properties,v
retrieving revision 1.2
diff -u -r1.2 project.properties
dynaop/project.properties 5 Jun 2004 03:32:07 -0000 1.2
+++ dynaop/project.properties 13 Jun 2004 14:23:25 -0000
@@ -1,4 +1,4 @@
-maven.repo.remote = $
+maven.repo.remote = http://www.ibiblio.org/maven,http://dist.codehaus.org,${basedir}
/lib
maven.jar.override = on
maven.jar.dynaop = $
maven.jar.jakarta-oro = ${basedir}
/lib/jars/jakarta-oro-2.0.7.jar
Jake
Activity
Field | Original Value | New Value |
---|---|---|
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Dropped the line completely, it is inherited