Log of /james/server/trunk/phoenix-deployment/build.xml
Parent Directory
|
Revision Log
Revision
723118 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Dec 3 23:03:08 2008 UTC
(11 months, 3 weeks ago)
by
rdonkin
File length: 54507 byte(s)
Diff to
previous 719593
(
colored)
Sieve mailet improvements plus beginnings of a sieve smoke test. Failed to make phoenix xinfo stuff work so gave up after spending too many hours on it.
Revision
719593 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Nov 21 15:06:08 2008 UTC
(12 months ago)
by
rdonkin
File length: 54139 byte(s)
Diff to
previous 714221
(
colored)
Revised design for supporting Sieve mailet. ImapServer now exports the Sieve API. A specialist subclass - org.apache.james.imapserver.sieve.SieveMailet - adapts the sieve mailet for James. This seems a little clumsy. A more elegant solution would be to use AspetJ to enhance to class.
Revision
709739 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Nov 1 18:12:45 2008 UTC
(12 months, 3 weeks ago)
by
rdonkin
File length: 53772 byte(s)
Diff to
previous 700912
(
colored)
Minimal smoke test implementation for phoenix. Basically just ensure that the ports on which the standard services run are active when James boots. Fixed SAR creation issue which prevented boot.
Revision
692636 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Sep 6 11:39:59 2008 UTC
(14 months, 2 weeks ago)
by
rdonkin
File length: 52795 byte(s)
Diff to
previous 684811
(
colored)
Moved IMAP modules. The remote test failure effecting 64-bit linux JVMs means that I can't run the ant dist on this box. Will update, test and fix on my slower box but please forgive any temporary failures.
Revision
681122 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jul 30 16:57:04 2008 UTC
(15 months, 3 weeks ago)
by
bago
File length: 51757 byte(s)
Diff to
previous 676552
(
colored)
Update ant-based build to make use of mailet's (base+standard) tests jar in the test classpath.
Updated mailet version dependency from 3.0-SNAPSHOT to 2.4-SNAPSHOT (5th attempt.. phoenix-deployment declare its own dependencies..)
Revision
670512 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Jun 23 10:49:02 2008 UTC
(17 months ago)
by
bago
File length: 51572 byte(s)
Diff to
previous 655626
(
colored)
Make sure we run unit tests on default target (everything).
Changed to not halt-on-error by default: want to see all of the failures.
Revision
651440 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Apr 24 22:24:10 2008 UTC
(19 months ago)
by
rdonkin
File length: 51169 byte(s)
Diff to
previous 647936
(
colored)
Moved mailets into standard-mailets. Unfortunately, some existing mailets are coupled to abstract superclasses which were moved. Perhaps these could be moved into mailets-base then standard-mailets could become a deployment dependency only.
Revision
634828 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Mar 7 21:21:51 2008 UTC
(20 months, 2 weeks ago)
by
berndf
File length: 47391 byte(s)
Diff to
previous 618761
(
colored)
fixing phoenix deployment, by adding james-jms.xml to the right places but disabling it properly at the same time
Revision
600157 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Dec 1 16:25:37 2007 UTC
(23 months, 3 weeks ago)
by
rdonkin
File length: 46688 byte(s)
Diff to
previous 593936
(
colored)
Base JMS integration using ActiveMQ. When the JMS service is enabled, JAMES will run a JMS server and will allow clients to connect to it. Outline implementation for review.
Revision
576181 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Sep 16 21:29:31 2007 UTC
(2 years, 2 months ago)
by
bago
File length: 44249 byte(s)
Diff to
previous 564683
(
colored)
Big dependencies update.
Updated dnsjava to 2.0.5 (JAMES-816)
Updated all of the cornerstone libraries to 2.2.2 (JAMES-798)
Updated torque to 3.3RC2
Updated javamail 1.4.1ea to a newer build (related to JAMES-693)
Updated maven2 poms introducing the dependencyManagement stuff in the root pom, so to have dependencies versions in a single place.
Updated license file to reflect changed paths (part of JAMES-797)
Revision
521427 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Mar 22 19:57:00 2007 UTC
(2 years, 8 months ago)
by
bago
File length: 46508 byte(s)
Diff to
previous 521268
(
colored)
Altered fordo/subant task to search for module/build.xml instead of module (so empty modules will work fine anyway)
Added workarounds to build the mailet (library) module after the api-modules but before the libraries and still include api-modules in its build.
Created pop3server, smtpserver, imapserver, nntpserver, spoolmanager, fetchmail function modules.
Moved most remaining source code to a core-library module (temporary solution).
Moved handling of Constants.java "properties-merging" to core-library/build.xml
Revision
521268 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Mar 22 13:51:07 2007 UTC
(2 years, 8 months ago)
by
bago
File length: 46303 byte(s)
Diff to
previous 521169
(
colored)
Created api-module "mailet-api" and moved sources there.
Commented some part of phoenix-deployment build.xml to skip mailet javadocs generation and source copying for sdk.
Added stage/org.apache.james/{jars-prefix}*-(api|library|function).jar to the classpath and to the generated sar in build.xml for phoenix-deployment.
Revision
516961 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Mar 11 17:13:42 2007 UTC
(2 years, 8 months ago)
by
noel
File length: 43556 byte(s)
Diff to
previous 516957
(
colored)
Modify the build to compile and run with junit from local classpath (new Ant 1.7.0 feature). Add junit.jar binary (approved on 3rd party license list to local set of libraries.
Revision
516704 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Mar 10 13:19:53 2007 UTC
(2 years, 8 months ago)
by
rdonkin
Original Path:
james/server/trunk/pheonix-deployment/build.xml
File length: 42441 byte(s)
Diff to
previous 505873
(
colored)
Moved libraries from deployment module into a first level directory called stage. Not sure that this is the right name but should be easy enough to change after discussion. As requested, maven standard layout adopted for this directory. Tried to preserve the current phoenix build as far as possible.
Revision
473013 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Nov 9 18:41:50 2006 UTC
(3 years ago)
by
bago
Original Path:
james/server/trunk/build.xml
File length: 37501 byte(s)
Diff to
previous 468923
(
colored)
Changed names of release artifacts to use james-server instead of james (JAMES-595)
Use "next-major" as version identifier until we wait to branch.
Use "2.4" as mailet version (minor changes over the released 2.3 mailet api (part of james 2.3.0 release)
Revision
429311 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Aug 7 12:00:51 2006 UTC
(3 years, 3 months ago)
by
bago
Original Path:
james/server/trunk/build.xml
File length: 36035 byte(s)
Diff to
previous 428460
(
colored)
1. run-unit-tests now halts on error
2. Legal licensing issues (JAMES-579)
a. Created a README.txt including crypto notice
b. added required sentences (by 3rd party licenses) to NOTICE.txt
c. added 3rd party LICENSEs links to LICENSE.txt
d. Included README/NOTICE/LICENSE txt files in binary/sources redistributable packages (rel JAMES-582)
Revision
233017 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Aug 16 17:07:50 2005 UTC
(4 years, 3 months ago)
by
bago
Original Path:
james/server/trunk/build.xml
File length: 34611 byte(s)
Diff to
previous 231497
(
colored)
Updated phoenix and james to the latest avalon-framework (4.3RC2), updated all of the cornerstone/excalibur libraries and removed deprecated ones (excalibur-io - JAMES-408). Also removed xml handling libraries (JAMES-409 - included from jdk1.4+ no more used now that we don't need jdk1.3) (this is a part of the JAMES-406 task)
Revision
231497 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Aug 11 18:19:52 2005 UTC
(4 years, 3 months ago)
by
bago
Original Path:
james/server/trunk/build.xml
File length: 34092 byte(s)
Diff to
previous 230821
(
colored)
Upgraded Bouncycastle to 129 and java 1.4+ only (no more java 1.3 compatible) (JAMES-399)
Added SMIME mailets for signature verification and message decrypt (JAMES-398 / JAMES-257)
Removed bc jce provider from the repository: to use SMIME the user will need to download bcprov from the bouncycastle website
Revision
230821 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Aug 8 17:43:28 2005 UTC
(4 years, 3 months ago)
by
bago
Original Path:
james/server/trunk/build.xml
File length: 34237 byte(s)
Diff to
previous 220320
(
colored)
Upgrade to dnsjava 2.0.0 (JAMES-388)
Add derby support (JAMES-390)
Invert "precompilation" logic for jdbc3 (JAMES-389)
Move "candidates" libraries to the official lib / remove unused libraries (JAMES-391)
Also updated some old build.xml jar reference and removed unused rows from include.properties (e.g: xerces, commons-net)
Revision
109061 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Feb 19 10:12:36 2004 UTC
(5 years, 9 months ago)
by
hilmer
Original Path:
james/server/trunk/build.xml
File length: 31931 byte(s)
Diff to
previous 109003
(
colored)
PR:
Obtained from:
Submitted by:Steve Short
Reviewed by:hilmer
More information are made available through JMX.
.mxinfo files are autogenerated by the build process.
needed tools for mxinfo generation are added to tools/lib these jars obtained from Phoenix 4.0.3
Revision
108501 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Feb 17 13:09:32 2003 UTC
(6 years, 9 months ago)
by
darrell
Original Path:
james/server/trunk/build.xml
File length: 28183 byte(s)
Diff to
previous 108473
(
colored)
Fixes for Imap2 proposal with new Avalon stuff:
* Modified main build so that proposal source can be optionally compiled.
* Imap2 proposal now delegates build to main build.xml
* Minor fixes for Serviceable.
Revision
108464 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Feb 9 02:54:42 2003 UTC
(6 years, 9 months ago)
by
mcconnell
Original Path:
james/server/trunk/build.xml
File length: 26730 byte(s)
Diff to
previous 108461
(
colored)
CLeaning up the buildfile formatting, seperating property declarations into an external property file, and updating the phoniex-prepare task to include replacement of excalibur-thread-1.0 with excalibur-thread-1.1, replacement of excalibur-pool 1.0 with 1.2, and the introduction of the commons-collection-2.1 jar (required by the pool CR).
Revision
108285 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Dec 15 00:48:54 2002 UTC
(6 years, 11 months ago)
by
pgoldstein
Original Path:
james/server/trunk/build.xml
File length: 29306 byte(s)
Diff to
previous 108284
(
colored)
Fixed bug in build.xml so that the default target now builds even if the Phoenix distribution is absent.
Fixed build file so that all targets can be built without Phoenix distribution - warnings will be printed for the binaries and sources that cannot be built.
Standardized LF
Added fixcrlf task to normalize build.xml when changed
Revision
108163 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Oct 20 21:03:50 2002 UTC
(7 years, 1 month ago)
by
pgoldstein
Original Path:
james/server/trunk/build.xml
File length: 27058 byte(s)
Diff to
previous 108091
(
colored)
Added LF conversion for phoenix.sh to the build.xml
Changed the Phoenix directory variable from phoenix to phoenix.dir
Couldn't find the CRLF problem for phoenix.sh, but I did
remove several tabs.
Revision
107912 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu May 30 15:17:10 2002 UTC
(7 years, 5 months ago)
by
danny
Original Path:
james/server/trunk/build.xml
File length: 18680 byte(s)
Diff to
previous 107903
(
colored)
changed a lot in response to the addition of phoenix-bin
New targets include everything, website, dist-all
New distros include src without phoenix, and MailetSDK (binary plus mailet src and javadocs)
Revision
107803 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Jan 12 01:10:30 2002 UTC
(7 years, 10 months ago)
by
darrell
Original Path:
james/server/trunk/build.xml
File length: 25609 byte(s)
Diff to
previous 107713
(
colored)
- Library upgrade
- Upgraded Avalon,Pheonix and Cornerstone libraries to more recent versions.
- Removed deprecated usage of o.a.a.phoenix.Service from
MailServer and UsersStore interfaces.
- Changed o.a.j.BaseConnectionHandler to use new Logging framework, so
that it can work with new version of Cornerstone. Also needed slight mods
to extensions to BaseConnectionHandler (NNTPHandler, AbstractJdbcUsersRepository,
UsersLDAPRepository)
- Now get heaps of deprecation warnings for usage of o.a.log.Loggable
- Source tree is no longer copied to build/src before compiling,
source files are compiled directly from src/java
Revision
107395 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Mar 5 11:32:16 2001 UTC
(8 years, 8 months ago)
by
donaldp
Original Path:
james/server/trunk/build.xml
File length: 14223 byte(s)
Diff to
previous 107388
(
colored)
Updated build file to set up environment for jikes (If it is used).
Also adapted build file to modify conf xml file during build process thus making it easy for developers in build/test cycle without editing text files.
Revision
107367 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Feb 18 05:04:46 2001 UTC
(8 years, 9 months ago)
by
donaldp
Original Path:
james/server/trunk/build.xml
File length: 13680 byte(s)
Diff to
previous 107361
(
colored)
Made it so that instead of copying full source tree and compiling copy that the original rtee is used during compilation phase. This is because the copy is legacy of a time when ant was less advanced.
Also now include the required jars (mail/activation/etc) in .sar file.
Revision
107172 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Oct 4 05:42:11 2000 UTC
(9 years, 1 month ago)
by
serge
Original Path:
james/server/trunk/build.xml
File length: 9861 byte(s)
Diff to
previous 107158
(
colored)
Added first database implementation of Mail/Spool Repository. Uses Town for database access. Included a few SQL scripts to create table (for different databases) and sample database connection definition files. Wrote howto docs file. Also considated AvalonMailRepository to implement both mail and spool repository, removing redundant class.
Works as mail spooler (mail and spool repositories) and POP3 account message storage.
Revision
107158 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Sep 13 00:38:47 2000 UTC
(9 years, 2 months ago)
by
serge
Original Path:
james/server/trunk/build.xml
File length: 9504 byte(s)
Diff to
previous 107157
(
colored)
Beta of JAMES 1.2.
Major changes is the separation of mailet API. Interfaces defined in org.apache.mailet, and Avalon/JAMES implementation handled by org.apache.james.core and other classes in various packages (as appropriate).
Longer term, the mailet API will hopefully be contained in a separate JAR and the source code for this jar moved to a separate part of the CVS tree. For the moment, the build.xml compiles all code into one jar.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.