Log of /continuum/trunk/continuum-core/pom.xml
Parent Directory
|
Revision Log
Revision
767406 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Apr 22 08:23:15 2009 UTC
(7 months ago)
by
brett
File length: 10828 byte(s)
Diff to
previous 760772
(
colored)
[CONTINUUM-2187] centralise logging through slf4j and perform a full POM and dependency review based on dependency:analyze
Merged from: r767397
Revision
734099 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Jan 13 11:00:41 2009 UTC
(10 months, 2 weeks ago)
by
oching
File length: 10730 byte(s)
Diff to
previous 720087
(
colored)
[CONTINUUM-265], [CONTINUUM-1635] and [CONTINUUM-2023]
-merge parallel builds branch -r 722321:734072 to trunk
Revision
689267 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Aug 26 22:29:10 2008 UTC
(15 months ago)
by
olamy
File length: 10355 byte(s)
Diff to
previous 687863
(
colored)
[CONTINUUM-1489] replace use of MungedHttpsURL with commons-httpclient
validating an uri can be be so simple
bye bye plexus-formica.
Revision
685326 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Aug 12 21:32:16 2008 UTC
(15 months, 2 weeks ago)
by
olamy
File length: 10619 byte(s)
Diff to
previous 684605
(
colored)
[CONTINUUM-1489] replace use of MungedHttpsURL with commons-httpclient
start with removing use of formica validator
Revision
679931 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Jul 25 23:49:05 2008 UTC
(16 months ago)
by
olamy
File length: 11191 byte(s)
Diff to
previous 679654
(
colored)
declare version of plexus-component-api as a workaround of MECLIPSE-472
remove class PlexusContainerManager.java which is not used anymore
Revision
672050 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jun 26 22:53:16 2008 UTC
(17 months ago)
by
olamy
File length: 10011 byte(s)
Diff to
previous 653954
(
colored)
[CONTINUUM-1252] General Configuration should be pre-configurable in XML
start some job in continuum-configuration for review.
Revision
594573 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Nov 13 16:36:11 2007 UTC
(2 years ago)
by
olamy
Original Path:
maven/continuum/trunk/continuum-core/pom.xml
File length: 9051 byte(s)
Diff to
previous 587920
(
colored)
[CONTINUUM-1563] add two new parameters in the mail notifier includeTestSummary and includeOutput
[CONTINUUM-1544] Email Summary no longer includes the Test Summary statistics.
In order to achieve this a new module called continuum-reports has been created which parse surefire test files to create some beans
Revision
536660 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed May 9 21:26:01 2007 UTC
(2 years, 6 months ago)
by
jmcconnell
Original Path:
maven/continuum/trunk/continuum-core/pom.xml
File length: 8089 byte(s)
Diff to
previous 529739
(
colored)
redback integration, highlights include the removal of p-sec role creation over inheritence and kludgy role creation mechanism, consolidation of a number of annoying rbac related activities into a RoleManager component. redback.xml continuum application role descriptor, all continuum security goop in one xml file. switched to redback taglib (minor) and past that mostly a mess of import tweakage
Revision
474987 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Nov 14 21:21:59 2006 UTC
(3 years ago)
by
jmcconnell
Original Path:
maven/continuum/trunk/continuum-core/pom.xml
File length: 7881 byte(s)
Diff to
previous 468357
(
colored)
continuum-758 converted continuum-core over to use the plexus-maven-plugin where it can in generation of the components.xml and then a merge with the components can can't be totally configured that way. This tore a lot of the meat out of the existing components.xml and should make working with the settings we need to manage with it a lot easier. I commented where the components that are in continuum-core that couldn't be configured with the plugin in the components.xml file that we are merging in.
Revision
439599 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Sep 2 13:46:09 2006 UTC
(3 years, 2 months ago)
by
kenney
Original Path:
maven/continuum/trunk/continuum-core/pom.xml
File length: 4916 byte(s)
Diff to
previous 438587
(
colored)
PR: CONTINUUM-667
To support killing processes, the following dependencies are updated:
root pom: plexus-utils -> 1.3-SNAPSHOT
continuum-core: plexus-taskqueue to 1.0-alpha-4-SNAPSHOT
Updated code to reflect changed API for plexus-taskqueue
(tasks have a 'getMaxExecutionTime' method).
Added a unit test and sample project to prove automatically/on demand killing of builds works.
This is more of an integration test, though. Timing issues may cause this test to
fail on systems with high load - still looking for a better alternative.
Revision
208761 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Jul 1 14:50:29 2005 UTC
(4 years, 4 months ago)
by
trygvis
Original Path:
maven/continuum/trunk/continuum-core/pom.xml
File length: 4425 byte(s)
Diff to
previous 191364
(
colored)
o Moving out the shell utility component to o.a.m.c.utils.shell.
o Switching the Modello plugin to 1.0-alpha-3 release.
o Adding AbstractModelloTest. Collected some bits from the other test cases
that was commonly useful. Might want to consider moving this to
continuum-test.
o Moving lots of common stuff from all the build executors to the
AbstractBuildExecutor.
o Started using the ExecutableResolver in the abstract builder to be able to
give better feedback to the users when external commands are missing. This
part might still need more work and will currently only warn about missing
commands, not abort the build.
Revision
190240 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Jun 12 10:47:43 2005 UTC
(4 years, 5 months ago)
by
trygvis
Original Path:
maven/continuum/trunk/continuum-core/pom.xml
File length: 4748 byte(s)
Diff to
previous 179629
(
colored)
Continuum
o Upgrading to JDO 2. Going with Modello alpha-3-SNAPSHOT.
Continuum Model
o Making the configuration a part of the project. These are really
deprecated and should go away.
o The ContinuumBuildResult is a part of the ContinuumBuild.
o The UpdateScmResult is a part of the ContinuumBuild.
o The ScmFile collections are a part of the CheckedOutScmResult and
UpdateScmResult.
o The ContinuumProject object and other objects that has subclasses should
be made abstract.
Continuum API
o Changed addMavenOneProject( url ) and addMavenTwoProject( url ) to
return the ContinuumProjectBuildingResult object. This was done to give
the client access to the result of the adding operation. Currently it
only uses it to get hang of the project ids added. Changed
addXXXProject( XXXProject ) to return the project id of the project
added.
All of these methods should return the same object encapsulating the
result of the operation but it should probably not be
ContinuumProjectBuildingResult objects. TBD.
Continuum Core
o Depracating methods that not work directly on a model class. These
should be removed before the alpha. Removed any references to them where
this was easy to do. Still need a pass to clean it up completly thus
they're still there.
o Removed lots of JDO test configurations. Changed the configuration in
src/main/resources to contain a configuration useful for testing. This
should probably be moved to src/test/resources and the core should by
default miss this configuration.
Continuum XML-RPC Interface
o Removing methods only available though direct usage of ContinuumCore in
the XML-RPC client. The XML-RPC interface now directly relates to the
Contiuum component only.
o Updating the excludes when transforming a object to a hashtable as JDO
now complains if we're accessing fields that's not detached instead of
returning null or just a empty collection.
Continuum XML-RPC Python Integration Tests and Client
o Reworked the continuum module. It now contains a Continuum class that
can be instanciated with a URL. This increases resusability of this
module. Reorganized the methods to match the XML-RPC interface.
o Adding AntProject as this is required when adding Ant projects.
Currently adding Maven 1 and 2 projects though a URL so those and the
shell project will be added later.
o Updating the continuum Python module to match the XML-RPC interface one
to one. Updating the ITs to match the new client API.
The Ant and Shell parts of the ITs are currenly broken as they're not
properly implemented in the core.
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.