Directory continuum-xmlrpc/src/main/resources/META-INF/plexus/

Directory Deleted:
2006-12-06 21:36
Total Files:
0
Deleted Files:
1
Lines of Code:
0

Browse with ViewVC

[root]/continuum-xmlrpc/src/main/resources/META-INF/plexus

Lines of Code

continuum-xmlrpc/src/main/resources/META-INF/plexus/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 8 (100.0%) 6 (100.0%) 0.7
trygvis 6 (75.0%) 6 (100.0%) 1.0
evenisse 2 (25.0%) 0 (0.0%) 0.0

Most Recent Commits

evenisse 2006-12-06 21:36

Generate components descriptor

0 lines of code changed in:

  • continuum-xmlrpc/src/main/resources/META-INF/plexus: components.xml (del)
trygvis 2005-07-08 11:06

o Setting svn:eol-style=native and svn:keywords="Author Date Id Revision".

0 lines of code changed in:

  • continuum-xmlrpc/src/main/resources/META-INF/plexus: components.xml (changed)
trygvis 2005-06-12 11:47

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.

3 lines of code changed in:

  • continuum-xmlrpc/src/main/resources/META-INF/plexus: components.xml (new 3)
evenisse 2005-06-08 09:00

[CONTINUUM-53] Use plexus @component tags

0 lines of code changed in:

  • continuum-xmlrpc/src/main/resources/META-INF/plexus: components.xml (del)
trygvis 2005-05-18 21:34

o Setting svn:keywords=Id on all Java, XML and Velocity files.

0 lines of code changed in:

  • continuum-xmlrpc/src/main/resources/META-INF/plexus: components.xml (changed)
trygvis 2005-05-13 17:11

o Splitting out generic core stuff from from Continuum into ContinuumCore.

3 lines of code changed in:

  • continuum-xmlrpc/src/main/resources/META-INF/plexus: components.xml (+3)
trygvis 2005-05-07 13:05

Fixing CONTINUUM-92:

Remove the direct usage of ContinuumStore in the xml-rpc interface

0 lines of code changed in:

  • continuum-xmlrpc/src/main/resources/META-INF/plexus: components.xml (new)
Generated by StatSVN 0.3.2-SNAPSHOT