Hi, If you are referring to "james-project:1.8.2-SNAPSHOT", I was running into the same the other day. I found the project at https://svn.apache.org/repos/asf/james/project/trunk/ and built it first before building james-server.
The pom of james-server has no repositories entry for the apache snapshots repository, but it should work if it is defined in maven's settings.xml. Unfortunately, that didn't work for me but I did not investigate any further, since I found a workaround by building the project module (fyi maven was reporting an error "'parent.relativePath' points at no local POM". I always thought the empty <relativePath/> would take care of that...) Regards, Eike 2013/1/10 Johnny Minty <joh...@minty.net.nz>: > HI, > > Just following on from my previous post what entries do I need to add to my > pom to be able to address the SNAPSHOT repositories? > > ---------------------------------------- >> From: joh...@minty.net.nz >> To: server-user@james.apache.org >> Subject: RE: Apache James 3.0 Beta5 (Trunk) class not found >> Date: Fri, 11 Jan 2013 11:04:36 +1300 >> >> Hi Eric, >> >> Done and done this time I was able to start JAMES successfully once I change >> the following section in the POM. >> >> From : >> >> <parent> >> <artifactId>james-project</artifactId> >> <groupId>org.apache.james</groupId> >> <version>1.8.2-SNAPSHOT</version> >> <relativePath/> >> </parent> >> >> To : >> >> <parent> >> <artifactId>james-project</artifactId> >> <groupId>org.apache.james</groupId> >> <version>1.8.1</version> >> <relativePath/> >> </parent> >> >> >> >> ---------------------------------------- >> > Date: Thu, 10 Jan 2013 06:27:24 +0000 >> > From: e...@apache.org >> > To: server-user@james.apache.org >> > Subject: Re: Apache James 3.0 Beta5 (Trunk) class not found >> > >> > Thx for reporting. >> > Should be solved with https://issues.apache.org/jira/browse/JAMES-1467 >> > >> > Could you svn up and try again? >> > >> > Thx, Eric >> > >> > On 09/01/2013 22:37, Johnny Minty wrote: >> > > Hi Guys, >> > > >> > > I'm trying to use the source @ >> > > http://svn.apache.org/repos/asf/james/server/trunk everything is great >> > > it compiles perfect however when I try to launch the mail server using >> > > sh /bin/run.sh I receive : >> > > >> > > java.lang.ClassNotFoundException: org.apache.james.transport.matches.All >> > > >> > > After tracking the class down it appears this exists in the >> > > org.apache.james.mailet.standard.matchers.All. >> > > >> > > So I updated the mailet configuration to reference the full path of >> > > org.apache.james.mailet.standard.matchers.All now I receive : >> > > >> > > java.lang.ClassNotFoundException: >> > > org.apache.james.transport.mailets.PostmasterAlias >> > > >> > > Which appears to be the same issue which would lead me to believe the >> > > org.apache.james.transport.matches and >> > > org.apache.james.transport.mailets has been re factored to >> > > org.apache.james.mailet.standard.* >> > > >> > > Please advise the best way around this issue? Is there a patch available? >> > > >> > > Kind regards, >> > > >> > > Johnny Minty >> > > --------------------------------------------------------------------- >> > > To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org >> > > For additional commands, e-mail: server-user-h...@james.apache.org >> > > >> > >> > --------------------------------------------------------------------- >> > To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org >> > For additional commands, e-mail: server-user-h...@james.apache.org >> > >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org >> For additional commands, e-mail: server-user-h...@james.apache.org >> > --------------------------------------------------------------------- > To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org > For additional commands, e-mail: server-user-h...@james.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org For additional commands, e-mail: server-user-h...@james.apache.org