Hi,

For a while now I have troubles building trunk from fresh checkouts.

Running "ant lite" right now it gives me compile errors starting with:

>>>
compile-main:
     [echo] Compiling James Java sources
[javac] Compiling 6 source files to /Users/brainlounge/Documents/projects/apache/server_trunk_build/phoenix-deployment/target/classes [javac] /Users/brainlounge/Documents/projects/apache/server_trunk_build/phoenix-deployment/src/java/org/apache/james/context/AvalonFileSystem.java:25: package org.apache.james.services does not exist
    [javac] import org.apache.james.services.FileSystem;
    [javac]                                  ^
[javac] /Users/brainlounge/Documents/projects/apache/server_trunk_build/phoenix-deployment/src/java/org/apache/james/context/AvalonFileSystem.java:38: cannot find symbol
    [javac] symbol: class FileSystem
[javac] public class AvalonFileSystem implements FileSystem, Contextualizable {
    [javac]                                          ^
[javac] /Users/brainlounge/Documents/projects/apache/server_trunk_build/phoenix-deployment/src/java/org/apache/james/phoenix/jcr/AvalonJCRMailRepository.java:30: package org.apache.james.jcr does not exist
    [javac] import org.apache.james.jcr.JCRMailRepository;
    [javac]                             ^
[javac] /Users/brainlounge/Documents/projects/apache/server_trunk_build/phoenix-deployment/src/java/org/apache/james/phoenix/jcr/AvalonJCRMailRepository.java:35: cannot find symbol
<<<

and many more.

> java -version

java version "1.5.0_13"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_13-b05-241)
Java HotSpot(TM) Client VM (build 1.5.0_13-121, mixed mode, sharing)
b

> ant -version
Apache Ant version 1.7.0 compiled on December 13 2006

"mvn install" fails with errors, too:

>>>>
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

GroupId: org.apache.james
ArtifactId: james-project
Version: 1.3-SNAPSHOT

Reason: Unable to download the artifact from any repository

  org.apache.james:james-project:pom:1.3-SNAPSHOT

from the specified remote repositories:
  mailet-stage-repository (file://${basedir}/stage),
  central (http://repo1.maven.org/maven2),
  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
apache.releases (http://people.apache.org/repo/m2-ibiblio-rsync-repository), module-local (file:///Users/brainlounge/Documents/projects/apache/server_trunk_build/stage/)
<<<<

> mvn --version
Maven version: 2.0.8
Java version: 1.5.0_13
OS name: "mac os x" version: "10.4.11" arch: "i386" Family: "unix"

What's it that I'm doing wrong?

BTW, it would be cool to have a BUILDING.txt for Server.

  Bernd






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

Reply via email to