Hi, I just downloaded the latest CVS version from Maven. I put the CVS rep
under D:\Projects so that %MAVEN_HOME% is D:\Projects\maven.

Following the instructions on the website (FAQ section), I started the build
process and I obtain the following (after the build process downloads the
repository):

<snip>

     [echo]
     [echo]
+------------------------------------------------------------------+
     [echo] |
|
     [echo] | C O M P I L I N G  M A V E N  S O U R C E S  U S I N G  A N T
|
     [echo] |
|
     [echo]
+------------------------------------------------------------------+
    [mkdir] Created dir: D:\Projects\maven\bootstrap\phase1-classes
    [javac] Compiling 93 source files to
D:\Projects\maven\bootstrap\phase1-classes
    [javac] Note:
D:\Projects\maven\src\java\org\apache\maven\jelly\tags\maven\ReactorTag.java
or overrides a deprecated API.
    [javac] Note: Recompile with -deprecation for details.
     [copy] Copying 4 files to D:\Projects\maven\bootstrap\phase1-classes
     [copy] Copying 10 files to
D:\Projects\maven\bootstrap\phase1-classes\org\apache\maven\me

     [echo]
     [echo]
+------------------------------------------------------------------+
     [echo] |
|
     [echo] | C R E A T I N G  M A V E N  J A R  W I T H  A N T
|
     [echo] |
|
     [echo]
+------------------------------------------------------------------+
      [jar] Building jar: D:\Projects\maven\bootstrap\maven.jar
     [echo]
     [echo]
+------------------------------------------------------------------+
     [echo] |
|
     [echo] | C R E A T I N G  P H A S E  1  I N S T A L L
|
     [echo] |
|
     [echo]
+------------------------------------------------------------------+
    [mkdir] Created dir: D:\Projects\maven\bootstrap\install-phase1
    [mkdir] Created dir: D:\Projects\maven\bootstrap\install-phase1\bin
    [mkdir] Created dir: D:\Projects\maven\bootstrap\install-phase1\lib
    [mkdir] Created dir: D:\Projects\maven\bootstrap\install-phase1\plugins
     [copy] Copying 5 files to
D:\Projects\maven\bootstrap\install-phase1\bin
     [copy] Copying 26 files to
D:\Projects\maven\bootstrap\install-phase1\lib
    [mkdir] Created dir:
D:\Projects\maven\bootstrap\install-phase1\lib\endorsed
     [move] Moving 2 files to
D:\Projects\maven\bootstrap\install-phase1\lib\endorsed
     [copy] Copying 1 file to D:\Projects\maven\bootstrap\install-phase1\lib
     [copy] Copying 1 file to C:\Documents and
Settings\mtedone\.maven\repository\maven\jars
     [copy] Copying 1 file to C:\Documents and
Settings\mtedone\.maven\repository\maven\jars

BUILD FAILED
file:D:/Projects/maven/build-bootstrap.xml:210: D:\Projects\maven-plugins
not found.

Total time: 4 minutes 8 seconds
D:\Projects\maven>

<snip>


I had a look at the project.properties file and there is one property:

maven.plugins.directory = ${basedir}/../maven-plugins

that points to that location that corresponds to D:\Projects\maven-plugins
(see error message above).

Where shall this property point to?

Thanks, Marco




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to