Hi there,
I am trying to get familiar with the maven source and checked it out via:
cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic login cvs -z3 -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co maven
Now, there are several things I don't understand.
1. I seem to be able to build maven, at least if I specify the -o offline option.
If I don't specify this option I get the following error:
>>>
parent-goal-override-2:
[echo] Inside overridden goal
[echo] test project property one deep
[echo] test build property one deep
[echo] test project property two deep
[echo] test build property two deep
[echo] test project property override two deep
[echo] test build property override two deepBUILD FAILED
File...... e:\Hardy\maven\maven.xml
Element... maven:maven
Line...... 71
Column.... 7
Unable to obtain goal [touchstone-tests] -- e:\Hardy\maven\src\test\touchstone-build\maven.xml:823:17: <ant:fail> path = , expected C:/Documents and Settings/hardy/.maven/repository/touchstone/wars/test-SNAPSHOT.war
Total time: 58 seconds
Finished at: Thu Nov 18 21:24:40 CET 2004
>>>
2. I started to look at the source and at some stage looked at the class
DependencyClasspathBuilder. This class includes org.apache.maven.project.Dependency.
However, my checked out version of org.apache.maven.project only contains the
Project class. Looking at http://maven.apache.org/apidocs/org/apache/maven/project/package-summary.html
there should be a whole bunch of classes. Performing a
> cvs status src/java/org/apache/maven/project/Attic/Dependency.java
returns:
===================================================================
File: no file Dependency.java Status: Up-to-date
Working revision: No entry for Dependency.java
Repository revision: 1.44 /home/cvspublic/maven/src/java/org/apache/maven/project/Attic/Dependency.java,v
This somehow indicates that Dependency.java is obsolete? How can that be and how
can things still build?
3. How does the boootstraping work?
Sorry if this questions have been asked before, but it would be great if someone could give me some hints
into the right directon.
Cheers Hardy
--
\///
(o -)
-o00-(_)-00o-
--------------------------------------------------------------------
Hartmut Ferentschik
Vinkelv. 6 Phone: +46-(0)8 59088576
194 46 Upplands V�sby; Sweden Email: [EMAIL PROTECTED]
--------------------------------------------------------------------
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
