You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-user@james.apache.org by 冉兵 <bi...@hotmail.com> on 2010/07/09 14:15:52 UTC

mvn failed with the latest in trunk

Hi,

Got the latest from

http://svn.apache.org/repos/asf/james/server/trunk

and "mvn packge" gave me this:



[INFO] ------------------------------------------------------------------------
[INFO] Building Apache JAMES Server Core API
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [remote-resources:process {execution: default}]
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve dependencies for one or more projects in the reactor. Reason: Unable to get dependency information: Unable to read the metadata file for artifact 'org.apache.james:apache-mailet:jar': Cannot find parent: org.apache.james:james-project for project: org.apache.james:apache-mailet:jar:2.4 for project org.apache.james:apache-mailet:jar:2.4
  org.apache.james:apache-mailet:jar:2.4

from the specified remote repositories:
  apache.snapshots (http://repository.apache.org/snapshots),
  central (http://repo1.maven.org/maven2),
  repository.jboss.org (http://repository.jboss.org/nexus/content/groups/public/),
  maven2-repository.dev.java.net (http://download.java.net/maven/2/)

Path to dependency: 
        1) org.apache.james:james-server-core-api:jar:3.0-SNAPSHOT



Not a v4.0.0 POM. for project org.apache.james:james-project at /home/bran/.m2/repository/org/apache/james/james-project/1.3/james-project-1.3.pom

------

Maven version:

$ mvn -version
Apache Maven 2.2.1 (r801777; 2009-08-07 03:16:01+0800)
Java version: 1.6.0_19

Any quick pointer?

Appreciated

Bing

Re: mvn failed with the latest in trunk

Posted by Norman Maurer <no...@apache.org>.
BTW,

I just fixed a bug which I introduced by mistake before. Please
rebuild james with "mvn -U clean package" before you try it..

Bye,
Norman

2010/7/10 Norman Maurer <no...@apache.org>:
> Anything specific your are searching for ? Its just changing:
>
>    <enableVirtualHosting> false </enableVirtualHosting>
> to:
>    <enableVirtualHosting> true </enableVirtualHosting>
>
> Bye,
> Norman
>
>
> 2010/7/10 冉兵 <bi...@hotmail.com>:
>> Thanks Norman. Any documentation on this?
>>
>>
>> --------------------------------------------------
>> From: "Norman Maurer" <no...@apache.org>
>> Sent: Saturday, July 10, 2010 5:42 PM
>> To: "James Users List" <se...@james.apache.org>
>> Subject: Re: mvn failed with the latest in trunk
>>
>>> Hi Bing,
>>>
>>> just edit James.xml and enable VirtualHosting.
>>>
>>> Bye,
>>> Norman
>>>
>>>
>>> 2010/7/9 冉兵 <bi...@hotmail.com>:
>>>>
>>>> Works!  Thanks Norman.
>>>>
>>>> Now I'd like to test virtual domain support with the Spring deployment.
>>>> Where shall I start quickly?
>>>>
>>>> Bing
>>>>
>>>>
>>>> --------------------------------------------------
>>>> From: "Norman Maurer" <no...@apache.org>
>>>> Sent: Saturday, July 10, 2010 12:49 AM
>>>> To: "James Users List" <se...@james.apache.org>
>>>> Subject: Re: mvn failed with the latest in trunk
>>>>
>>>>> I fixed this a few hours ago..
>>>>>
>>>>> Just run "svn update" and try again.
>>>>>
>>>>> Thx,
>>>>> Norman
>>>>>
>>>>> 2010/7/9 冉兵 <bi...@hotmail.com>:
>>>>>>
>>>>>> Ok, this time I got cleaner build but still not clean:
>>>>>>
>>>>>> [INFO] Compilation failure
>>>>>>
>>>>>>
>>>>>> /data/downloads/james-trunk/imapserver/src/main/java/org/apache/james/mailboxmanager/torque/DefaultMailboxManager.java:[147,12]
>>>>>> log has private access in org.apache.james.imap.api.AbstractLogEnabled
>>>>>>
>>>>>> Is the error valid?
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --------------------------------------------------
>>>>>> From: "冉兵" <bi...@hotmail.com>
>>>>>> Sent: Friday, July 09, 2010 8:44 PM
>>>>>> To: "James Users List" <se...@james.apache.org>
>>>>>> Subject: Re: mvn failed with the latest in trunk
>>>>>>
>>>>>>> I'll start from scratch and report back...
>>>>>>>
>>>>>>> --------------------------------------------------
>>>>>>> From: "冉兵" <bi...@hotmail.com>
>>>>>>> Sent: Friday, July 09, 2010 8:29 PM
>>>>>>> To: "James Users List" <se...@james.apache.org>
>>>>>>> Subject: Re: mvn failed with the latest in trunk
>>>>>>>
>>>>>>>> The same error...
>>>>>>>>
>>>>>>>> Thanks
>>>>>>>>
>>>>>>>> Bing
>>>>>>>>
>>>>>>>> --------------------------------------------------
>>>>>>>> From: "Norman Maurer" <no...@apache.org>
>>>>>>>> Sent: Friday, July 09, 2010 8:18 PM
>>>>>>>> To: "James Users List" <se...@james.apache.org>
>>>>>>>> Subject: Re: mvn failed with the latest in trunk
>>>>>>>>
>>>>>>>>> hmm..
>>>>>>>>>
>>>>>>>>> could you give "mvn clean package" a try ?
>>>>>>>>>
>>>>>>>>> Thx,
>>>>>>>>> Norman
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> 2010/7/9 冉兵 <bi...@hotmail.com>:
>>>>>>>>>>
>>>>>>>>>> Hi,
>>>>>>>>>>
>>>>>>>>>> Got the latest from
>>>>>>>>>>
>>>>>>>>>> http://svn.apache.org/repos/asf/james/server/trunk
>>>>>>>>>>
>>>>>>>>>> and "mvn packge" gave me this:
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> [INFO]
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>> [INFO] Building Apache JAMES Server Core API
>>>>>>>>>> [INFO]    task-segment: [install]
>>>>>>>>>> [INFO]
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>> [INFO] [remote-resources:process {execution: default}]
>>>>>>>>>> [INFO]
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>> [ERROR] BUILD ERROR
>>>>>>>>>> [INFO]
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>> [INFO] Failed to resolve dependencies for one or more projects in
>>>>>>>>>> the
>>>>>>>>>> reactor. Reason: Unable to get dependency information: Unable to
>>>>>>>>>> read
>>>>>>>>>> the
>>>>>>>>>> metadata file for artifact 'org.apache.james:apache-mailet:jar':
>>>>>>>>>> Cannot find
>>>>>>>>>> parent: org.apache.james:james-project for project:
>>>>>>>>>> org.apache.james:apache-mailet:jar:2.4 for project
>>>>>>>>>> org.apache.james:apache-mailet:jar:2.4
>>>>>>>>>>  org.apache.james:apache-mailet:jar:2.4
>>>>>>>>>>
>>>>>>>>>> from the specified remote repositories:
>>>>>>>>>>  apache.snapshots (http://repository.apache.org/snapshots),
>>>>>>>>>>  central (http://repo1.maven.org/maven2),
>>>>>>>>>>  repository.jboss.org
>>>>>>>>>> (http://repository.jboss.org/nexus/content/groups/public/),
>>>>>>>>>>  maven2-repository.dev.java.net (http://download.java.net/maven/2/)
>>>>>>>>>>
>>>>>>>>>> Path to dependency:
>>>>>>>>>>     1) org.apache.james:james-server-core-api:jar:3.0-SNAPSHOT
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> Not a v4.0.0 POM. for project org.apache.james:james-project at
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> /home/bran/.m2/repository/org/apache/james/james-project/1.3/james-project-1.3.pom
>>>>>>>>>>
>>>>>>>>>> ------
>>>>>>>>>>
>>>>>>>>>> Maven version:
>>>>>>>>>>
>>>>>>>>>> $ mvn -version
>>>>>>>>>> Apache Maven 2.2.1 (r801777; 2009-08-07 03:16:01+0800)
>>>>>>>>>> Java version: 1.6.0_19
>>>>>>>>>>
>>>>>>>>>> Any quick pointer?
>>>>>>>>>>
>>>>>>>>>> Appreciated
>>>>>>>>>>
>>>>>>>>>> Bing
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
>>>>>>>>> For additional commands, e-mail: server-user-help@james.apache.org
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>> ---------------------------------------------------------------------
>>>>>>>> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
>>>>>>>> For additional commands, e-mail: server-user-help@james.apache.org
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>> ---------------------------------------------------------------------
>>>>>>> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
>>>>>>> For additional commands, e-mail: server-user-help@james.apache.org
>>>>>>>
>>>>>>>
>>>>>>
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
>>>>>> For additional commands, e-mail: server-user-help@james.apache.org
>>>>>>
>>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
>>>>> For additional commands, e-mail: server-user-help@james.apache.org
>>>>>
>>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
>>>> For additional commands, e-mail: server-user-help@james.apache.org
>>>>
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
>>> For additional commands, e-mail: server-user-help@james.apache.org
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
>> For additional commands, e-mail: server-user-help@james.apache.org
>>
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


Re: mvn failed with the latest in trunk

Posted by Norman Maurer <no...@apache.org>.
Anything specific your are searching for ? Its just changing:

    <enableVirtualHosting> false </enableVirtualHosting>
to:
    <enableVirtualHosting> true </enableVirtualHosting>

Bye,
Norman


2010/7/10 冉兵 <bi...@hotmail.com>:
> Thanks Norman. Any documentation on this?
>
>
> --------------------------------------------------
> From: "Norman Maurer" <no...@apache.org>
> Sent: Saturday, July 10, 2010 5:42 PM
> To: "James Users List" <se...@james.apache.org>
> Subject: Re: mvn failed with the latest in trunk
>
>> Hi Bing,
>>
>> just edit James.xml and enable VirtualHosting.
>>
>> Bye,
>> Norman
>>
>>
>> 2010/7/9 冉兵 <bi...@hotmail.com>:
>>>
>>> Works!  Thanks Norman.
>>>
>>> Now I'd like to test virtual domain support with the Spring deployment.
>>> Where shall I start quickly?
>>>
>>> Bing
>>>
>>>
>>> --------------------------------------------------
>>> From: "Norman Maurer" <no...@apache.org>
>>> Sent: Saturday, July 10, 2010 12:49 AM
>>> To: "James Users List" <se...@james.apache.org>
>>> Subject: Re: mvn failed with the latest in trunk
>>>
>>>> I fixed this a few hours ago..
>>>>
>>>> Just run "svn update" and try again.
>>>>
>>>> Thx,
>>>> Norman
>>>>
>>>> 2010/7/9 冉兵 <bi...@hotmail.com>:
>>>>>
>>>>> Ok, this time I got cleaner build but still not clean:
>>>>>
>>>>> [INFO] Compilation failure
>>>>>
>>>>>
>>>>> /data/downloads/james-trunk/imapserver/src/main/java/org/apache/james/mailboxmanager/torque/DefaultMailboxManager.java:[147,12]
>>>>> log has private access in org.apache.james.imap.api.AbstractLogEnabled
>>>>>
>>>>> Is the error valid?
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --------------------------------------------------
>>>>> From: "冉兵" <bi...@hotmail.com>
>>>>> Sent: Friday, July 09, 2010 8:44 PM
>>>>> To: "James Users List" <se...@james.apache.org>
>>>>> Subject: Re: mvn failed with the latest in trunk
>>>>>
>>>>>> I'll start from scratch and report back...
>>>>>>
>>>>>> --------------------------------------------------
>>>>>> From: "冉兵" <bi...@hotmail.com>
>>>>>> Sent: Friday, July 09, 2010 8:29 PM
>>>>>> To: "James Users List" <se...@james.apache.org>
>>>>>> Subject: Re: mvn failed with the latest in trunk
>>>>>>
>>>>>>> The same error...
>>>>>>>
>>>>>>> Thanks
>>>>>>>
>>>>>>> Bing
>>>>>>>
>>>>>>> --------------------------------------------------
>>>>>>> From: "Norman Maurer" <no...@apache.org>
>>>>>>> Sent: Friday, July 09, 2010 8:18 PM
>>>>>>> To: "James Users List" <se...@james.apache.org>
>>>>>>> Subject: Re: mvn failed with the latest in trunk
>>>>>>>
>>>>>>>> hmm..
>>>>>>>>
>>>>>>>> could you give "mvn clean package" a try ?
>>>>>>>>
>>>>>>>> Thx,
>>>>>>>> Norman
>>>>>>>>
>>>>>>>>
>>>>>>>> 2010/7/9 冉兵 <bi...@hotmail.com>:
>>>>>>>>>
>>>>>>>>> Hi,
>>>>>>>>>
>>>>>>>>> Got the latest from
>>>>>>>>>
>>>>>>>>> http://svn.apache.org/repos/asf/james/server/trunk
>>>>>>>>>
>>>>>>>>> and "mvn packge" gave me this:
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> [INFO]
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>> [INFO] Building Apache JAMES Server Core API
>>>>>>>>> [INFO]    task-segment: [install]
>>>>>>>>> [INFO]
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>> [INFO] [remote-resources:process {execution: default}]
>>>>>>>>> [INFO]
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>> [ERROR] BUILD ERROR
>>>>>>>>> [INFO]
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>> [INFO] Failed to resolve dependencies for one or more projects in
>>>>>>>>> the
>>>>>>>>> reactor. Reason: Unable to get dependency information: Unable to
>>>>>>>>> read
>>>>>>>>> the
>>>>>>>>> metadata file for artifact 'org.apache.james:apache-mailet:jar':
>>>>>>>>> Cannot find
>>>>>>>>> parent: org.apache.james:james-project for project:
>>>>>>>>> org.apache.james:apache-mailet:jar:2.4 for project
>>>>>>>>> org.apache.james:apache-mailet:jar:2.4
>>>>>>>>>  org.apache.james:apache-mailet:jar:2.4
>>>>>>>>>
>>>>>>>>> from the specified remote repositories:
>>>>>>>>>  apache.snapshots (http://repository.apache.org/snapshots),
>>>>>>>>>  central (http://repo1.maven.org/maven2),
>>>>>>>>>  repository.jboss.org
>>>>>>>>> (http://repository.jboss.org/nexus/content/groups/public/),
>>>>>>>>>  maven2-repository.dev.java.net (http://download.java.net/maven/2/)
>>>>>>>>>
>>>>>>>>> Path to dependency:
>>>>>>>>>     1) org.apache.james:james-server-core-api:jar:3.0-SNAPSHOT
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Not a v4.0.0 POM. for project org.apache.james:james-project at
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> /home/bran/.m2/repository/org/apache/james/james-project/1.3/james-project-1.3.pom
>>>>>>>>>
>>>>>>>>> ------
>>>>>>>>>
>>>>>>>>> Maven version:
>>>>>>>>>
>>>>>>>>> $ mvn -version
>>>>>>>>> Apache Maven 2.2.1 (r801777; 2009-08-07 03:16:01+0800)
>>>>>>>>> Java version: 1.6.0_19
>>>>>>>>>
>>>>>>>>> Any quick pointer?
>>>>>>>>>
>>>>>>>>> Appreciated
>>>>>>>>>
>>>>>>>>> Bing
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> ---------------------------------------------------------------------
>>>>>>>> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
>>>>>>>> For additional commands, e-mail: server-user-help@james.apache.org
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>> ---------------------------------------------------------------------
>>>>>>> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
>>>>>>> For additional commands, e-mail: server-user-help@james.apache.org
>>>>>>>
>>>>>>>
>>>>>>
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
>>>>>> For additional commands, e-mail: server-user-help@james.apache.org
>>>>>>
>>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
>>>>> For additional commands, e-mail: server-user-help@james.apache.org
>>>>>
>>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
>>>> For additional commands, e-mail: server-user-help@james.apache.org
>>>>
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
>>> For additional commands, e-mail: server-user-help@james.apache.org
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
>> For additional commands, e-mail: server-user-help@james.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
> For additional commands, e-mail: server-user-help@james.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


Re: mvn failed with the latest in trunk

Posted by 冉兵 <bi...@hotmail.com>.
Thanks Norman. Any documentation on this?


--------------------------------------------------
From: "Norman Maurer" <no...@apache.org>
Sent: Saturday, July 10, 2010 5:42 PM
To: "James Users List" <se...@james.apache.org>
Subject: Re: mvn failed with the latest in trunk

> Hi Bing,
>
> just edit James.xml and enable VirtualHosting.
>
> Bye,
> Norman
>
>
> 2010/7/9 冉兵 <bi...@hotmail.com>:
>> Works!  Thanks Norman.
>>
>> Now I'd like to test virtual domain support with the Spring deployment.
>> Where shall I start quickly?
>>
>> Bing
>>
>>
>> --------------------------------------------------
>> From: "Norman Maurer" <no...@apache.org>
>> Sent: Saturday, July 10, 2010 12:49 AM
>> To: "James Users List" <se...@james.apache.org>
>> Subject: Re: mvn failed with the latest in trunk
>>
>>> I fixed this a few hours ago..
>>>
>>> Just run "svn update" and try again.
>>>
>>> Thx,
>>> Norman
>>>
>>> 2010/7/9 冉兵 <bi...@hotmail.com>:
>>>>
>>>> Ok, this time I got cleaner build but still not clean:
>>>>
>>>> [INFO] Compilation failure
>>>>
>>>> /data/downloads/james-trunk/imapserver/src/main/java/org/apache/james/mailboxmanager/torque/DefaultMailboxManager.java:[147,12]
>>>> log has private access in org.apache.james.imap.api.AbstractLogEnabled
>>>>
>>>> Is the error valid?
>>>>
>>>>
>>>>
>>>>
>>>> --------------------------------------------------
>>>> From: "冉兵" <bi...@hotmail.com>
>>>> Sent: Friday, July 09, 2010 8:44 PM
>>>> To: "James Users List" <se...@james.apache.org>
>>>> Subject: Re: mvn failed with the latest in trunk
>>>>
>>>>> I'll start from scratch and report back...
>>>>>
>>>>> --------------------------------------------------
>>>>> From: "冉兵" <bi...@hotmail.com>
>>>>> Sent: Friday, July 09, 2010 8:29 PM
>>>>> To: "James Users List" <se...@james.apache.org>
>>>>> Subject: Re: mvn failed with the latest in trunk
>>>>>
>>>>>> The same error...
>>>>>>
>>>>>> Thanks
>>>>>>
>>>>>> Bing
>>>>>>
>>>>>> --------------------------------------------------
>>>>>> From: "Norman Maurer" <no...@apache.org>
>>>>>> Sent: Friday, July 09, 2010 8:18 PM
>>>>>> To: "James Users List" <se...@james.apache.org>
>>>>>> Subject: Re: mvn failed with the latest in trunk
>>>>>>
>>>>>>> hmm..
>>>>>>>
>>>>>>> could you give "mvn clean package" a try ?
>>>>>>>
>>>>>>> Thx,
>>>>>>> Norman
>>>>>>>
>>>>>>>
>>>>>>> 2010/7/9 冉兵 <bi...@hotmail.com>:
>>>>>>>>
>>>>>>>> Hi,
>>>>>>>>
>>>>>>>> Got the latest from
>>>>>>>>
>>>>>>>> http://svn.apache.org/repos/asf/james/server/trunk
>>>>>>>>
>>>>>>>> and "mvn packge" gave me this:
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> [INFO]
>>>>>>>>
>>>>>>>> ------------------------------------------------------------------------
>>>>>>>> [INFO] Building Apache JAMES Server Core API
>>>>>>>> [INFO]    task-segment: [install]
>>>>>>>> [INFO]
>>>>>>>>
>>>>>>>> ------------------------------------------------------------------------
>>>>>>>> [INFO] [remote-resources:process {execution: default}]
>>>>>>>> [INFO]
>>>>>>>>
>>>>>>>> ------------------------------------------------------------------------
>>>>>>>> [ERROR] BUILD ERROR
>>>>>>>> [INFO]
>>>>>>>>
>>>>>>>> ------------------------------------------------------------------------
>>>>>>>> [INFO] Failed to resolve dependencies for one or more projects in 
>>>>>>>> the
>>>>>>>> reactor. Reason: Unable to get dependency information: Unable to 
>>>>>>>> read
>>>>>>>> the
>>>>>>>> metadata file for artifact 'org.apache.james:apache-mailet:jar':
>>>>>>>> Cannot find
>>>>>>>> parent: org.apache.james:james-project for project:
>>>>>>>> org.apache.james:apache-mailet:jar:2.4 for project
>>>>>>>> org.apache.james:apache-mailet:jar:2.4
>>>>>>>>  org.apache.james:apache-mailet:jar:2.4
>>>>>>>>
>>>>>>>> from the specified remote repositories:
>>>>>>>>  apache.snapshots (http://repository.apache.org/snapshots),
>>>>>>>>  central (http://repo1.maven.org/maven2),
>>>>>>>>  repository.jboss.org
>>>>>>>> (http://repository.jboss.org/nexus/content/groups/public/),
>>>>>>>>  maven2-repository.dev.java.net (http://download.java.net/maven/2/)
>>>>>>>>
>>>>>>>> Path to dependency:
>>>>>>>>      1) org.apache.james:james-server-core-api:jar:3.0-SNAPSHOT
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> Not a v4.0.0 POM. for project org.apache.james:james-project at
>>>>>>>>
>>>>>>>> /home/bran/.m2/repository/org/apache/james/james-project/1.3/james-project-1.3.pom
>>>>>>>>
>>>>>>>> ------
>>>>>>>>
>>>>>>>> Maven version:
>>>>>>>>
>>>>>>>> $ mvn -version
>>>>>>>> Apache Maven 2.2.1 (r801777; 2009-08-07 03:16:01+0800)
>>>>>>>> Java version: 1.6.0_19
>>>>>>>>
>>>>>>>> Any quick pointer?
>>>>>>>>
>>>>>>>> Appreciated
>>>>>>>>
>>>>>>>> Bing
>>>>>>>>
>>>>>>>
>>>>>>> ---------------------------------------------------------------------
>>>>>>> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
>>>>>>> For additional commands, e-mail: server-user-help@james.apache.org
>>>>>>>
>>>>>>>
>>>>>>
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
>>>>>> For additional commands, e-mail: server-user-help@james.apache.org
>>>>>>
>>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
>>>>> For additional commands, e-mail: server-user-help@james.apache.org
>>>>>
>>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
>>>> For additional commands, e-mail: server-user-help@james.apache.org
>>>>
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
>>> For additional commands, e-mail: server-user-help@james.apache.org
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
>> For additional commands, e-mail: server-user-help@james.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
> For additional commands, e-mail: server-user-help@james.apache.org
>
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


Re: mvn failed with the latest in trunk

Posted by Norman Maurer <no...@apache.org>.
Hi Bing,

just edit James.xml and enable VirtualHosting.

Bye,
Norman


2010/7/9 冉兵 <bi...@hotmail.com>:
> Works!  Thanks Norman.
>
> Now I'd like to test virtual domain support with the Spring deployment.
> Where shall I start quickly?
>
> Bing
>
>
> --------------------------------------------------
> From: "Norman Maurer" <no...@apache.org>
> Sent: Saturday, July 10, 2010 12:49 AM
> To: "James Users List" <se...@james.apache.org>
> Subject: Re: mvn failed with the latest in trunk
>
>> I fixed this a few hours ago..
>>
>> Just run "svn update" and try again.
>>
>> Thx,
>> Norman
>>
>> 2010/7/9 冉兵 <bi...@hotmail.com>:
>>>
>>> Ok, this time I got cleaner build but still not clean:
>>>
>>> [INFO] Compilation failure
>>>
>>> /data/downloads/james-trunk/imapserver/src/main/java/org/apache/james/mailboxmanager/torque/DefaultMailboxManager.java:[147,12]
>>> log has private access in org.apache.james.imap.api.AbstractLogEnabled
>>>
>>> Is the error valid?
>>>
>>>
>>>
>>>
>>> --------------------------------------------------
>>> From: "冉兵" <bi...@hotmail.com>
>>> Sent: Friday, July 09, 2010 8:44 PM
>>> To: "James Users List" <se...@james.apache.org>
>>> Subject: Re: mvn failed with the latest in trunk
>>>
>>>> I'll start from scratch and report back...
>>>>
>>>> --------------------------------------------------
>>>> From: "冉兵" <bi...@hotmail.com>
>>>> Sent: Friday, July 09, 2010 8:29 PM
>>>> To: "James Users List" <se...@james.apache.org>
>>>> Subject: Re: mvn failed with the latest in trunk
>>>>
>>>>> The same error...
>>>>>
>>>>> Thanks
>>>>>
>>>>> Bing
>>>>>
>>>>> --------------------------------------------------
>>>>> From: "Norman Maurer" <no...@apache.org>
>>>>> Sent: Friday, July 09, 2010 8:18 PM
>>>>> To: "James Users List" <se...@james.apache.org>
>>>>> Subject: Re: mvn failed with the latest in trunk
>>>>>
>>>>>> hmm..
>>>>>>
>>>>>> could you give "mvn clean package" a try ?
>>>>>>
>>>>>> Thx,
>>>>>> Norman
>>>>>>
>>>>>>
>>>>>> 2010/7/9 冉兵 <bi...@hotmail.com>:
>>>>>>>
>>>>>>> Hi,
>>>>>>>
>>>>>>> Got the latest from
>>>>>>>
>>>>>>> http://svn.apache.org/repos/asf/james/server/trunk
>>>>>>>
>>>>>>> and "mvn packge" gave me this:
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> [INFO]
>>>>>>>
>>>>>>> ------------------------------------------------------------------------
>>>>>>> [INFO] Building Apache JAMES Server Core API
>>>>>>> [INFO]    task-segment: [install]
>>>>>>> [INFO]
>>>>>>>
>>>>>>> ------------------------------------------------------------------------
>>>>>>> [INFO] [remote-resources:process {execution: default}]
>>>>>>> [INFO]
>>>>>>>
>>>>>>> ------------------------------------------------------------------------
>>>>>>> [ERROR] BUILD ERROR
>>>>>>> [INFO]
>>>>>>>
>>>>>>> ------------------------------------------------------------------------
>>>>>>> [INFO] Failed to resolve dependencies for one or more projects in the
>>>>>>> reactor. Reason: Unable to get dependency information: Unable to read
>>>>>>> the
>>>>>>> metadata file for artifact 'org.apache.james:apache-mailet:jar':
>>>>>>> Cannot find
>>>>>>> parent: org.apache.james:james-project for project:
>>>>>>> org.apache.james:apache-mailet:jar:2.4 for project
>>>>>>> org.apache.james:apache-mailet:jar:2.4
>>>>>>>  org.apache.james:apache-mailet:jar:2.4
>>>>>>>
>>>>>>> from the specified remote repositories:
>>>>>>>  apache.snapshots (http://repository.apache.org/snapshots),
>>>>>>>  central (http://repo1.maven.org/maven2),
>>>>>>>  repository.jboss.org
>>>>>>> (http://repository.jboss.org/nexus/content/groups/public/),
>>>>>>>  maven2-repository.dev.java.net (http://download.java.net/maven/2/)
>>>>>>>
>>>>>>> Path to dependency:
>>>>>>>      1) org.apache.james:james-server-core-api:jar:3.0-SNAPSHOT
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> Not a v4.0.0 POM. for project org.apache.james:james-project at
>>>>>>>
>>>>>>> /home/bran/.m2/repository/org/apache/james/james-project/1.3/james-project-1.3.pom
>>>>>>>
>>>>>>> ------
>>>>>>>
>>>>>>> Maven version:
>>>>>>>
>>>>>>> $ mvn -version
>>>>>>> Apache Maven 2.2.1 (r801777; 2009-08-07 03:16:01+0800)
>>>>>>> Java version: 1.6.0_19
>>>>>>>
>>>>>>> Any quick pointer?
>>>>>>>
>>>>>>> Appreciated
>>>>>>>
>>>>>>> Bing
>>>>>>>
>>>>>>
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
>>>>>> For additional commands, e-mail: server-user-help@james.apache.org
>>>>>>
>>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
>>>>> For additional commands, e-mail: server-user-help@james.apache.org
>>>>>
>>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
>>>> For additional commands, e-mail: server-user-help@james.apache.org
>>>>
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
>>> For additional commands, e-mail: server-user-help@james.apache.org
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
>> For additional commands, e-mail: server-user-help@james.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
> For additional commands, e-mail: server-user-help@james.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


Re: mvn failed with the latest in trunk

Posted by 冉兵 <bi...@hotmail.com>.
Works!  Thanks Norman.

Now I'd like to test virtual domain support with the Spring deployment. 
Where shall I start quickly?

Bing


--------------------------------------------------
From: "Norman Maurer" <no...@apache.org>
Sent: Saturday, July 10, 2010 12:49 AM
To: "James Users List" <se...@james.apache.org>
Subject: Re: mvn failed with the latest in trunk

> I fixed this a few hours ago..
>
> Just run "svn update" and try again.
>
> Thx,
> Norman
>
> 2010/7/9 冉兵 <bi...@hotmail.com>:
>> Ok, this time I got cleaner build but still not clean:
>>
>> [INFO] Compilation failure
>> /data/downloads/james-trunk/imapserver/src/main/java/org/apache/james/mailboxmanager/torque/DefaultMailboxManager.java:[147,12]
>> log has private access in org.apache.james.imap.api.AbstractLogEnabled
>>
>> Is the error valid?
>>
>>
>>
>>
>> --------------------------------------------------
>> From: "冉兵" <bi...@hotmail.com>
>> Sent: Friday, July 09, 2010 8:44 PM
>> To: "James Users List" <se...@james.apache.org>
>> Subject: Re: mvn failed with the latest in trunk
>>
>>> I'll start from scratch and report back...
>>>
>>> --------------------------------------------------
>>> From: "冉兵" <bi...@hotmail.com>
>>> Sent: Friday, July 09, 2010 8:29 PM
>>> To: "James Users List" <se...@james.apache.org>
>>> Subject: Re: mvn failed with the latest in trunk
>>>
>>>> The same error...
>>>>
>>>> Thanks
>>>>
>>>> Bing
>>>>
>>>> --------------------------------------------------
>>>> From: "Norman Maurer" <no...@apache.org>
>>>> Sent: Friday, July 09, 2010 8:18 PM
>>>> To: "James Users List" <se...@james.apache.org>
>>>> Subject: Re: mvn failed with the latest in trunk
>>>>
>>>>> hmm..
>>>>>
>>>>> could you give "mvn clean package" a try ?
>>>>>
>>>>> Thx,
>>>>> Norman
>>>>>
>>>>>
>>>>> 2010/7/9 冉兵 <bi...@hotmail.com>:
>>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> Got the latest from
>>>>>>
>>>>>> http://svn.apache.org/repos/asf/james/server/trunk
>>>>>>
>>>>>> and "mvn packge" gave me this:
>>>>>>
>>>>>>
>>>>>>
>>>>>> [INFO]
>>>>>> ------------------------------------------------------------------------
>>>>>> [INFO] Building Apache JAMES Server Core API
>>>>>> [INFO]    task-segment: [install]
>>>>>> [INFO]
>>>>>> ------------------------------------------------------------------------
>>>>>> [INFO] [remote-resources:process {execution: default}]
>>>>>> [INFO]
>>>>>> ------------------------------------------------------------------------
>>>>>> [ERROR] BUILD ERROR
>>>>>> [INFO]
>>>>>> ------------------------------------------------------------------------
>>>>>> [INFO] Failed to resolve dependencies for one or more projects in the
>>>>>> reactor. Reason: Unable to get dependency information: Unable to read 
>>>>>> the
>>>>>> metadata file for artifact 'org.apache.james:apache-mailet:jar': 
>>>>>> Cannot find
>>>>>> parent: org.apache.james:james-project for project:
>>>>>> org.apache.james:apache-mailet:jar:2.4 for project
>>>>>> org.apache.james:apache-mailet:jar:2.4
>>>>>>  org.apache.james:apache-mailet:jar:2.4
>>>>>>
>>>>>> from the specified remote repositories:
>>>>>>  apache.snapshots (http://repository.apache.org/snapshots),
>>>>>>  central (http://repo1.maven.org/maven2),
>>>>>>  repository.jboss.org
>>>>>> (http://repository.jboss.org/nexus/content/groups/public/),
>>>>>>  maven2-repository.dev.java.net (http://download.java.net/maven/2/)
>>>>>>
>>>>>> Path to dependency:
>>>>>>       1) org.apache.james:james-server-core-api:jar:3.0-SNAPSHOT
>>>>>>
>>>>>>
>>>>>>
>>>>>> Not a v4.0.0 POM. for project org.apache.james:james-project at
>>>>>> /home/bran/.m2/repository/org/apache/james/james-project/1.3/james-project-1.3.pom
>>>>>>
>>>>>> ------
>>>>>>
>>>>>> Maven version:
>>>>>>
>>>>>> $ mvn -version
>>>>>> Apache Maven 2.2.1 (r801777; 2009-08-07 03:16:01+0800)
>>>>>> Java version: 1.6.0_19
>>>>>>
>>>>>> Any quick pointer?
>>>>>>
>>>>>> Appreciated
>>>>>>
>>>>>> Bing
>>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
>>>>> For additional commands, e-mail: server-user-help@james.apache.org
>>>>>
>>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
>>>> For additional commands, e-mail: server-user-help@james.apache.org
>>>>
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
>>> For additional commands, e-mail: server-user-help@james.apache.org
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
>> For additional commands, e-mail: server-user-help@james.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
> For additional commands, e-mail: server-user-help@james.apache.org
>
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


Re: mvn failed with the latest in trunk

Posted by Norman Maurer <no...@apache.org>.
I fixed this a few hours ago..

Just run "svn update" and try again.

Thx,
Norman

2010/7/9 冉兵 <bi...@hotmail.com>:
> Ok, this time I got cleaner build but still not clean:
>
> [INFO] Compilation failure
> /data/downloads/james-trunk/imapserver/src/main/java/org/apache/james/mailboxmanager/torque/DefaultMailboxManager.java:[147,12]
> log has private access in org.apache.james.imap.api.AbstractLogEnabled
>
> Is the error valid?
>
>
>
>
> --------------------------------------------------
> From: "冉兵" <bi...@hotmail.com>
> Sent: Friday, July 09, 2010 8:44 PM
> To: "James Users List" <se...@james.apache.org>
> Subject: Re: mvn failed with the latest in trunk
>
>> I'll start from scratch and report back...
>>
>> --------------------------------------------------
>> From: "冉兵" <bi...@hotmail.com>
>> Sent: Friday, July 09, 2010 8:29 PM
>> To: "James Users List" <se...@james.apache.org>
>> Subject: Re: mvn failed with the latest in trunk
>>
>>> The same error...
>>>
>>> Thanks
>>>
>>> Bing
>>>
>>> --------------------------------------------------
>>> From: "Norman Maurer" <no...@apache.org>
>>> Sent: Friday, July 09, 2010 8:18 PM
>>> To: "James Users List" <se...@james.apache.org>
>>> Subject: Re: mvn failed with the latest in trunk
>>>
>>>> hmm..
>>>>
>>>> could you give "mvn clean package" a try ?
>>>>
>>>> Thx,
>>>> Norman
>>>>
>>>>
>>>> 2010/7/9 冉兵 <bi...@hotmail.com>:
>>>>>
>>>>> Hi,
>>>>>
>>>>> Got the latest from
>>>>>
>>>>> http://svn.apache.org/repos/asf/james/server/trunk
>>>>>
>>>>> and "mvn packge" gave me this:
>>>>>
>>>>>
>>>>>
>>>>> [INFO]
>>>>> ------------------------------------------------------------------------
>>>>> [INFO] Building Apache JAMES Server Core API
>>>>> [INFO]    task-segment: [install]
>>>>> [INFO]
>>>>> ------------------------------------------------------------------------
>>>>> [INFO] [remote-resources:process {execution: default}]
>>>>> [INFO]
>>>>> ------------------------------------------------------------------------
>>>>> [ERROR] BUILD ERROR
>>>>> [INFO]
>>>>> ------------------------------------------------------------------------
>>>>> [INFO] Failed to resolve dependencies for one or more projects in the
>>>>> reactor. Reason: Unable to get dependency information: Unable to read the
>>>>> metadata file for artifact 'org.apache.james:apache-mailet:jar': Cannot find
>>>>> parent: org.apache.james:james-project for project:
>>>>> org.apache.james:apache-mailet:jar:2.4 for project
>>>>> org.apache.james:apache-mailet:jar:2.4
>>>>>  org.apache.james:apache-mailet:jar:2.4
>>>>>
>>>>> from the specified remote repositories:
>>>>>  apache.snapshots (http://repository.apache.org/snapshots),
>>>>>  central (http://repo1.maven.org/maven2),
>>>>>  repository.jboss.org
>>>>> (http://repository.jboss.org/nexus/content/groups/public/),
>>>>>  maven2-repository.dev.java.net (http://download.java.net/maven/2/)
>>>>>
>>>>> Path to dependency:
>>>>>       1) org.apache.james:james-server-core-api:jar:3.0-SNAPSHOT
>>>>>
>>>>>
>>>>>
>>>>> Not a v4.0.0 POM. for project org.apache.james:james-project at
>>>>> /home/bran/.m2/repository/org/apache/james/james-project/1.3/james-project-1.3.pom
>>>>>
>>>>> ------
>>>>>
>>>>> Maven version:
>>>>>
>>>>> $ mvn -version
>>>>> Apache Maven 2.2.1 (r801777; 2009-08-07 03:16:01+0800)
>>>>> Java version: 1.6.0_19
>>>>>
>>>>> Any quick pointer?
>>>>>
>>>>> Appreciated
>>>>>
>>>>> Bing
>>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
>>>> For additional commands, e-mail: server-user-help@james.apache.org
>>>>
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
>>> For additional commands, e-mail: server-user-help@james.apache.org
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
>> For additional commands, e-mail: server-user-help@james.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
> For additional commands, e-mail: server-user-help@james.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


Re: mvn failed with the latest in trunk

Posted by 冉兵 <bi...@hotmail.com>.
Ok, this time I got cleaner build but still not clean:

[INFO] Compilation failure
/data/downloads/james-trunk/imapserver/src/main/java/org/apache/james/mailboxmanager/torque/DefaultMailboxManager.java:[147,12] 
log has private access in org.apache.james.imap.api.AbstractLogEnabled

Is the error valid?




--------------------------------------------------
From: "冉兵" <bi...@hotmail.com>
Sent: Friday, July 09, 2010 8:44 PM
To: "James Users List" <se...@james.apache.org>
Subject: Re: mvn failed with the latest in trunk

> I'll start from scratch and report back...
>
> --------------------------------------------------
> From: "冉兵" <bi...@hotmail.com>
> Sent: Friday, July 09, 2010 8:29 PM
> To: "James Users List" <se...@james.apache.org>
> Subject: Re: mvn failed with the latest in trunk
>
>> The same error...
>>
>> Thanks
>>
>> Bing
>>
>> --------------------------------------------------
>> From: "Norman Maurer" <no...@apache.org>
>> Sent: Friday, July 09, 2010 8:18 PM
>> To: "James Users List" <se...@james.apache.org>
>> Subject: Re: mvn failed with the latest in trunk
>>
>>> hmm..
>>>
>>> could you give "mvn clean package" a try ?
>>>
>>> Thx,
>>> Norman
>>>
>>>
>>> 2010/7/9 冉兵 <bi...@hotmail.com>:
>>>> Hi,
>>>>
>>>> Got the latest from
>>>>
>>>> http://svn.apache.org/repos/asf/james/server/trunk
>>>>
>>>> and "mvn packge" gave me this:
>>>>
>>>>
>>>>
>>>> [INFO] ------------------------------------------------------------------------
>>>> [INFO] Building Apache JAMES Server Core API
>>>> [INFO]    task-segment: [install]
>>>> [INFO] ------------------------------------------------------------------------
>>>> [INFO] [remote-resources:process {execution: default}]
>>>> [INFO] ------------------------------------------------------------------------
>>>> [ERROR] BUILD ERROR
>>>> [INFO] ------------------------------------------------------------------------
>>>> [INFO] Failed to resolve dependencies for one or more projects in the 
>>>> reactor. Reason: Unable to get dependency information: Unable to read 
>>>> the metadata file for artifact 'org.apache.james:apache-mailet:jar': 
>>>> Cannot find parent: org.apache.james:james-project for project: 
>>>> org.apache.james:apache-mailet:jar:2.4 for project 
>>>> org.apache.james:apache-mailet:jar:2.4
>>>>  org.apache.james:apache-mailet:jar:2.4
>>>>
>>>> from the specified remote repositories:
>>>>  apache.snapshots (http://repository.apache.org/snapshots),
>>>>  central (http://repo1.maven.org/maven2),
>>>>  repository.jboss.org 
>>>> (http://repository.jboss.org/nexus/content/groups/public/),
>>>>  maven2-repository.dev.java.net (http://download.java.net/maven/2/)
>>>>
>>>> Path to dependency:
>>>>        1) org.apache.james:james-server-core-api:jar:3.0-SNAPSHOT
>>>>
>>>>
>>>>
>>>> Not a v4.0.0 POM. for project org.apache.james:james-project at 
>>>> /home/bran/.m2/repository/org/apache/james/james-project/1.3/james-project-1.3.pom
>>>>
>>>> ------
>>>>
>>>> Maven version:
>>>>
>>>> $ mvn -version
>>>> Apache Maven 2.2.1 (r801777; 2009-08-07 03:16:01+0800)
>>>> Java version: 1.6.0_19
>>>>
>>>> Any quick pointer?
>>>>
>>>> Appreciated
>>>>
>>>> Bing
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
>>> For additional commands, e-mail: server-user-help@james.apache.org
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
>> For additional commands, e-mail: server-user-help@james.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
> For additional commands, e-mail: server-user-help@james.apache.org
>
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


Re: mvn failed with the latest in trunk

Posted by 冉兵 <bi...@hotmail.com>.
I'll start from scratch and report back...

--------------------------------------------------
From: "冉兵" <bi...@hotmail.com>
Sent: Friday, July 09, 2010 8:29 PM
To: "James Users List" <se...@james.apache.org>
Subject: Re: mvn failed with the latest in trunk

> The same error...
>
> Thanks
>
> Bing
>
> --------------------------------------------------
> From: "Norman Maurer" <no...@apache.org>
> Sent: Friday, July 09, 2010 8:18 PM
> To: "James Users List" <se...@james.apache.org>
> Subject: Re: mvn failed with the latest in trunk
>
>> hmm..
>>
>> could you give "mvn clean package" a try ?
>>
>> Thx,
>> Norman
>>
>>
>> 2010/7/9 冉兵 <bi...@hotmail.com>:
>>> Hi,
>>>
>>> Got the latest from
>>>
>>> http://svn.apache.org/repos/asf/james/server/trunk
>>>
>>> and "mvn packge" gave me this:
>>>
>>>
>>>
>>> [INFO] ------------------------------------------------------------------------
>>> [INFO] Building Apache JAMES Server Core API
>>> [INFO]    task-segment: [install]
>>> [INFO] ------------------------------------------------------------------------
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] ------------------------------------------------------------------------
>>> [ERROR] BUILD ERROR
>>> [INFO] ------------------------------------------------------------------------
>>> [INFO] Failed to resolve dependencies for one or more projects in the 
>>> reactor. Reason: Unable to get dependency information: Unable to read 
>>> the metadata file for artifact 'org.apache.james:apache-mailet:jar': 
>>> Cannot find parent: org.apache.james:james-project for project: 
>>> org.apache.james:apache-mailet:jar:2.4 for project 
>>> org.apache.james:apache-mailet:jar:2.4
>>>  org.apache.james:apache-mailet:jar:2.4
>>>
>>> from the specified remote repositories:
>>>  apache.snapshots (http://repository.apache.org/snapshots),
>>>  central (http://repo1.maven.org/maven2),
>>>  repository.jboss.org 
>>> (http://repository.jboss.org/nexus/content/groups/public/),
>>>  maven2-repository.dev.java.net (http://download.java.net/maven/2/)
>>>
>>> Path to dependency:
>>>        1) org.apache.james:james-server-core-api:jar:3.0-SNAPSHOT
>>>
>>>
>>>
>>> Not a v4.0.0 POM. for project org.apache.james:james-project at 
>>> /home/bran/.m2/repository/org/apache/james/james-project/1.3/james-project-1.3.pom
>>>
>>> ------
>>>
>>> Maven version:
>>>
>>> $ mvn -version
>>> Apache Maven 2.2.1 (r801777; 2009-08-07 03:16:01+0800)
>>> Java version: 1.6.0_19
>>>
>>> Any quick pointer?
>>>
>>> Appreciated
>>>
>>> Bing
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
>> For additional commands, e-mail: server-user-help@james.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
> For additional commands, e-mail: server-user-help@james.apache.org
>
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


Re: mvn failed with the latest in trunk

Posted by 冉兵 <bi...@hotmail.com>.
The same error...

Thanks

Bing

--------------------------------------------------
From: "Norman Maurer" <no...@apache.org>
Sent: Friday, July 09, 2010 8:18 PM
To: "James Users List" <se...@james.apache.org>
Subject: Re: mvn failed with the latest in trunk

> hmm..
>
> could you give "mvn clean package" a try ?
>
> Thx,
> Norman
>
>
> 2010/7/9 冉兵 <bi...@hotmail.com>:
>> Hi,
>>
>> Got the latest from
>>
>> http://svn.apache.org/repos/asf/james/server/trunk
>>
>> and "mvn packge" gave me this:
>>
>>
>>
>> [INFO] ------------------------------------------------------------------------
>> [INFO] Building Apache JAMES Server Core API
>> [INFO]    task-segment: [install]
>> [INFO] ------------------------------------------------------------------------
>> [INFO] [remote-resources:process {execution: default}]
>> [INFO] ------------------------------------------------------------------------
>> [ERROR] BUILD ERROR
>> [INFO] ------------------------------------------------------------------------
>> [INFO] Failed to resolve dependencies for one or more projects in the 
>> reactor. Reason: Unable to get dependency information: Unable to read the 
>> metadata file for artifact 'org.apache.james:apache-mailet:jar': Cannot 
>> find parent: org.apache.james:james-project for project: 
>> org.apache.james:apache-mailet:jar:2.4 for project 
>> org.apache.james:apache-mailet:jar:2.4
>>  org.apache.james:apache-mailet:jar:2.4
>>
>> from the specified remote repositories:
>>  apache.snapshots (http://repository.apache.org/snapshots),
>>  central (http://repo1.maven.org/maven2),
>>  repository.jboss.org 
>> (http://repository.jboss.org/nexus/content/groups/public/),
>>  maven2-repository.dev.java.net (http://download.java.net/maven/2/)
>>
>> Path to dependency:
>>        1) org.apache.james:james-server-core-api:jar:3.0-SNAPSHOT
>>
>>
>>
>> Not a v4.0.0 POM. for project org.apache.james:james-project at 
>> /home/bran/.m2/repository/org/apache/james/james-project/1.3/james-project-1.3.pom
>>
>> ------
>>
>> Maven version:
>>
>> $ mvn -version
>> Apache Maven 2.2.1 (r801777; 2009-08-07 03:16:01+0800)
>> Java version: 1.6.0_19
>>
>> Any quick pointer?
>>
>> Appreciated
>>
>> Bing
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
> For additional commands, e-mail: server-user-help@james.apache.org
>
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


Re: mvn failed with the latest in trunk

Posted by Norman Maurer <no...@apache.org>.
hmm..

could you give "mvn clean package" a try ?

Thx,
Norman


2010/7/9 冉兵 <bi...@hotmail.com>:
> Hi,
>
> Got the latest from
>
> http://svn.apache.org/repos/asf/james/server/trunk
>
> and "mvn packge" gave me this:
>
>
>
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Apache JAMES Server Core API
> [INFO]    task-segment: [install]
> [INFO] ------------------------------------------------------------------------
> [INFO] [remote-resources:process {execution: default}]
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve dependencies for one or more projects in the reactor. Reason: Unable to get dependency information: Unable to read the metadata file for artifact 'org.apache.james:apache-mailet:jar': Cannot find parent: org.apache.james:james-project for project: org.apache.james:apache-mailet:jar:2.4 for project org.apache.james:apache-mailet:jar:2.4
>  org.apache.james:apache-mailet:jar:2.4
>
> from the specified remote repositories:
>  apache.snapshots (http://repository.apache.org/snapshots),
>  central (http://repo1.maven.org/maven2),
>  repository.jboss.org (http://repository.jboss.org/nexus/content/groups/public/),
>  maven2-repository.dev.java.net (http://download.java.net/maven/2/)
>
> Path to dependency:
>        1) org.apache.james:james-server-core-api:jar:3.0-SNAPSHOT
>
>
>
> Not a v4.0.0 POM. for project org.apache.james:james-project at /home/bran/.m2/repository/org/apache/james/james-project/1.3/james-project-1.3.pom
>
> ------
>
> Maven version:
>
> $ mvn -version
> Apache Maven 2.2.1 (r801777; 2009-08-07 03:16:01+0800)
> Java version: 1.6.0_19
>
> Any quick pointer?
>
> Appreciated
>
> Bing
>

---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org