Good point. Probably is worth a vote. A while ago I was more concerned about the dependency on the servlet API, but James is incredibly dependent on other libraries at this point that change regularly (most notably Avalon, but also Javamail, activation, core JDK incl JDBC) that a dependency on a relatively stable API doesn't bother me so much anymore. One option would be to have the war-file get generated in a separate ant task, so normal builds would not require the servlet API. Other thoughts?
Serge Knystautas Loki Technologies - Unstoppable Websites http://www.lokitech.com/ ----- Original Message ----- From: "Danny Angus" <[EMAIL PROTECTED]> To: "James Developers List" <[EMAIL PROTECTED]> Sent: Tuesday, December 18, 2001 12:50 PM Subject: RE: contribution > Watch out because it will introduce a dependancy to javax.servlet.* which we > don't currently have > Would it sit more comfortably as a sub project? > > I'd like to suggest we have a james-servlets sub project, which would > include web administration and web mail. > I'm afraid having a servlet dependancy in james' build will muddy the waters > a bit where people just want the server. > > Is this worth a vote? or am I wrong by consensus ;-) > > d. > > > > -----Original Message----- > > From: Serge Knystautas [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, December 18, 2001 4:58 PM > > To: James Developers List > > Subject: Re: contribution > > > > > > Thanks! Assuming you're willing to release it in the Apache license, you > > can submit it to this list, and we can add it under the RMI > > proposal for the > > time being. We can also modify the ant build script to generate the .war > > appropriately. If you have any documentation on how to use it, that'd be > > useful as well. > > > > Either send the source code, documentation, and anything else to > > the list or > > myself and we'll get it added. > > > > Serge Knystautas > > Loki Technologies - Unstoppable Websites > > http://www.lokitech.com/ > > ----- Original Message ----- > > From: "Chay Weei Jye" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Tuesday, December 18, 2001 2:39 AM > > Subject: contribution > > > > > > > Hi, > > > > > > I've downloaded JAMES 1.2.1 and written a web interface to the > > > RemoteManagerfor easier administration of JAMES. Its features > > are limited > > to > > > adduser, listuser, deluser. > > > > > > Now I would like to contribute the codes to the community. Can > > anyone help > > me > > > to do this? > > > > > > I'm thinking the best way to distribute this is using a web archive > > (.war). It > > > also has a package called org.apache.james.webmanager. > > > > > > Thanks. > > > > > > Chay Weei Jye -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
