Yes you are very close. I intend to get the source on Eclipse/STS build the same and make additions or deletions as per my need. I should be able to build the same and create the server. I am looking into this link http://james.apache.org/server/3/dev-build.html
let me see if I get some success. BR ..dhrubo On Wed, Jul 20, 2011 at 11:53 AM, Norman Maurer <[email protected]> wrote: > Am 19.07.2011 20:12, schrieb Ioan Eugen Stan: > > 2011/7/19 Dhrubo<[email protected]>**: >> >>> Hi, >>> Is it possible to get the source from svn and build an installable / >>> deployable james 3 unit? Please provide me the steps >>> >>> -- >>> Kind Regards... Dhrubo >>> >>> I don't really understand what you mean by unit, but you can find >> instructions on how to build James here: >> http://james.apache.org/**server/3/dev-build.html<http://james.apache.org/server/3/dev-build.html> >> . >> >> I'm just guessing what you want ;) > > This is only needed if you don't want to depend on the automatic deployed > snapshots of current trunk: > # svn checkout > http://svn.apache.org/repos/**asf/james/server/trunk/<http://svn.apache.org/repos/asf/james/server/trunk/>james-server-trunk > # cd james-server-trunk > # mvn clean package install > # cd .. > > # svn checkout > http://svn.apache.org/repos/**asf/james/app/trunk/<http://svn.apache.org/repos/asf/james/app/trunk/>james-app > # cd james-app > # mvn clean package > > You will find the tar.gz in the target folder. > > Bye, > Norman > > > > ------------------------------**------------------------------**--------- > To unsubscribe, e-mail: > server-dev-unsubscribe@james.**apache.org<[email protected]> > For additional commands, e-mail: > [email protected].**org<[email protected]> > > -- Kind Regards... Dhrubo
