Directory continuum-core/src/main/java/org/apache/maven/continuum/project/

Directory Deleted:
2005-05-13 12:05
Total Files:
0
Deleted Files:
1
Lines of Code:
0

Browse with ViewVC

[root]/continuum-core/src/main/java/org/apache/maven/continuum/project

                                         builder (0 files, 0 lines)

                                             manager (3 files, 132 lines)

                                             maven (2 files, 478 lines)

                                         state (0 files, 0 lines)

Lines of Code

continuum-core/src/main/java/org/apache/maven/continuum/project/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
trygvis 4 (100.0%) 1 (100.0%) 0.2

Most Recent Commits

trygvis 2005-05-13 12:05

o Splitting up -core into -core and -api.

o Removed unused utils from -core, moved over a single method to -xmlrpc

o Moved the project states to the model.

0 lines of code changed in:

trygvis 2005-05-09 08:37

Fixing CONTINUUM-123: "Remove the "build signaled" state".

1 lines of code changed in:

trygvis 2005-05-02 18:17

Fixes CONTINUUM-60: checkout in background

o The background check outs are implemented with a CheckOutProjectTask and

COPTExecutor reading from the check out TaskQueue.

o Adding two more states: "checking out" and "updating".

o Adding a "project state guard" that's consulted by the ContinuumStore to

ensure that the project is in a legal state at all times. This might not be

the ideal solution to this problem but it's good enough for now.

o Updated some test to use the utility methods from

ModelloJPoxContinuumStoreTest to create projects it's a bit more complicated

now with the extra state transitions required to create a "new" project.

o Updating the integration tests as the tests have to wait for the check out to

complete before continuing.

o Cleaned up the exception handling in Continuum a bit, making all exception

instanciation go through a method to be able to centralize all logging. This

implies that the core will log every exception it throws.

o Removed all logging from the ContinuumXmlRpc interface as the core does it

now. The XML RPC clients will still get any exceptions returned as before.

0 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT