Directory continuum-core/src/main/java/org/apache/maven/continuum/utils/shell/

Directory Created:
2005-07-01 15:50
Total Files:
3
Deleted Files:
0
Lines of Code:
205

Browse with ViewVC

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 29 (100.0%) 379 (100.0%) 13.0
trygvis 11 (37.9%) 207 (54.6%) 18.8
evenisse 11 (37.9%) 138 (36.4%) 12.5
jvanzyl 5 (17.2%) 30 (7.9%) 6.0
jmcconnell 1 (3.4%) 4 (1.1%) 4.0
brett 1 (3.4%) 0 (0.0%) 0.0

Most Recent Commits

evenisse 2007-01-04 16:50

Fix license header from my previous commit

0 lines of code changed in:

evenisse 2007-01-04 14:35

Update license

96 lines of code changed in:

jmcconnell 2006-11-14 22:21

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.

4 lines of code changed in:

evenisse 2006-05-16 11:26

Merge with branch rev. 406599

29 lines of code changed in:

evenisse 2005-12-01 15:11

1 lines of code changed in:

evenisse 2005-12-01 14:31

8 lines of code changed in:

evenisse 2005-12-01 14:16

PR: CONTINUUM-454



Always add MAVEN_TERMINATE_CMD environment var in cli context; so users will not need to add it in run.bat or in wrapper.conf

4 lines of code changed in:

brett 2005-08-04 08:04

merge the test branch to the trunk

0 lines of code changed in:

jvanzyl 2005-07-26 02:56

o switch over to writing the build logs to disk instead of in memory



26 lines of code changed in:

jvanzyl 2005-07-23 19:40

o first round of testing for new model and build scheduling

2 lines of code changed in:

trygvis 2005-07-19 03:30

Fixing CONTINUUM-235: "Collapse standardError and standardOutput to 'output'"

Fixing CONTINUUM-242: "Write the build output to disk instead of keeping it in

the database"

o Removing standardOutput and standardError from the ContinuumBuild object. The

output from the build can be accessed by calling Store.getBuildOutput().

o Removing the ScmResult parameter from the notifiers, it can be read from the

ContinuumProject instance.

o Adding buildOutputDirectory to the ConfigurationService.

9 lines of code changed in:

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:

trygvis 2005-07-06 14:45

o Centralizing shell command execution logging.

0 lines of code changed in:

trygvis 2005-07-06 11:24

o Adding warnings to the ContinuumProjectBuildingResult to be able to collect

warnings from the building process.

o Removing all throwing of exceptions in the Maven 2 project builder and

instead collect them as error messages.

5 lines of code changed in:

jvanzyl 2005-07-05 02:41

o http://jira.codehaus.org/browse/CONTINUUM-162

2 lines of code changed in:

trygvis 2005-07-01 15:50

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.

193 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT