July 2005 Commit Log

Number of Commits:
294
Number of Active Developers:
4
evenisse 2005-07-29 17:39

use an other irc channel

1 lines of code changed in:

evenisse 2005-07-28 11:00

Fix ciManagement url

1 lines of code changed in:

evenisse 2005-07-28 10:55

Add reports

3 lines of code changed in:

  • continuum-site: pom.xml (+2 -2)
  • continuum-site/src/site: site.xml (+1)
evenisse 2005-07-28 10:52

Redirect automatically the index page to the continuum servlet

4 lines of code changed in:

evenisse 2005-07-27 21:48

Define <extensions/> in PluginManagement

1 lines of code changed in:

evenisse 2005-07-27 13:49

Use maven-scm manager instead of plexus-scm

1 lines of code changed in:

  • continuum-web/src/main/resources/META-INF/plexus: components.xml (+1 -1)
evenisse 2005-07-27 08:00

Use <extensions/> for plexus plugin and snapshot repositories

17 lines of code changed in:

evenisse 2005-07-26 21:51

Add a test (in comments) for CONTINUUM-252

28 lines of code changed in:

evenisse 2005-07-26 18:27

1 lines of code changed in:

  • continuum-web/src/main/java/org/apache/maven/continuum/web/validation: ScmUrlValidator.java (+1 -1)
evenisse 2005-07-26 18:27

Update maven dependencies to 2.0-beta-1-SNAPSHOT

9 lines of code changed in:

evenisse 2005-07-26 15:55

Update to new maven-scm apis

9 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



86 lines of code changed in:

evenisse 2005-07-25 11:15

Remove XFire servlet

4 lines of code changed in:

  • continuum-web/src/main/resources/WEB-INF: web.xml (+4)
jvanzyl 2005-07-25 00:40

o collapse of continuum core back into the continuum application component

478 lines of code changed in:

trygvis 2005-07-24 17:51

o Removing the default project group getter from the Continuum interface.

o When adding projects in the test cases and if the project doesn't already

have a project group add it to a default project group. Note that this is not

the same default group thing that was in the Continuum interface.

o When storing the project, put the stored object back into the context to make

sure that the object is persistable later (the object put back will be a

detached JDO object).

62 lines of code changed in:

trygvis 2005-07-24 17:24

o Set a default target to make the build.xml Ant 1.5 compatible.

1 lines of code changed in:

trygvis 2005-07-24 16:01

o Cleaning up a bit, preparing for next round of changes.

- Removing scmUrl from the project construction in the test cases.

o Adding actions to validate and store the project groups.

355 lines of code changed in:

jvanzyl 2005-07-24 15:11

o continuum-xfire won't be built because it's been taken out the modules

list so we need to remove it here temporarily.



2 lines of code changed in:

  • continuum-plexus-application: pom.xml (+2)
jvanzyl 2005-07-24 15:09

o trygve and i can't get the xfire stuff working so we need to disable it

for now to continue.



2 lines of code changed in:

trygvis 2005-07-23 21:03

o Storing new project groups that's found while building projects.

162 lines of code changed in:

jvanzyl 2005-07-23 19:58

o committing build settings activator



3 lines of code changed in:

jvanzyl 2005-07-23 19:40

o first round of testing for new model and build scheduling

331 lines of code changed in:

trygvis 2005-07-23 19:21

o Using continuum-test.

20 lines of code changed in:

trygvis 2005-07-23 19:19

o Putting the backup file in the right place.

1 lines of code changed in:

trygvis 2005-07-22 17:46

o Cleaning up action execution.

64 lines of code changed in:

jvanzyl 2005-07-22 16:15

o adding test component descriptor

6 lines of code changed in:

jvanzyl 2005-07-22 16:13

o getting the initializer going and working on integrating the new model

180 lines of code changed in:

evenisse 2005-07-22 16:07

o [CONTINUUM-230]. Provide a useful url in notification

o clean jabber and msn notifiers

204 lines of code changed in:

  • pom.xml (+5)
  • continuum-core: pom.xml (+4)
  • continuum-core/src/main/java/org/apache/maven/continuum/notification/mail: MailContinuumNotifier.java (+6)
  • continuum-notifiers: pom.xml (+1)
  • continuum-notifiers/continuum-notifier-api: pom.xml (new 11)
  • continuum-notifiers/continuum-notifier-api/src/main/java/org/apache/maven/continuum/notification: AbstractContinuumNotifier.java (new 59)
  • continuum-notifiers/continuum-notifier-irc: pom.xml (+5)
  • continuum-notifiers/continuum-notifier-irc/src/main/java/org/apache/maven/continuum/notification/irc: IrcContinuumNotifier.java (+19 -7)
  • continuum-notifiers/continuum-notifier-jabber: pom.xml (+5)
  • continuum-notifiers/continuum-notifier-jabber/src/main/java/org/apache/maven/continuum/notification/jabber: JabberContinuumNotifier.java (+36 -71)
  • continuum-notifiers/continuum-notifier-msn: pom.xml (+5)
  • continuum-notifiers/continuum-notifier-msn/src/main/java/org/apache/maven/continuum/notification/msn: MsnContinuumNotifier.java (+36 -71)
  • continuum-plexus-application/src/conf: application.xml (+12)
jvanzyl 2005-07-22 15:36

23 lines of code changed in:

jvanzyl 2005-07-22 15:32

o just copying over the configuration.xml from the continuum-plexus-application

as the configuration service is now online and needs its configuration file

to function correctly.



11 lines of code changed in:

evenisse 2005-07-22 07:49

svn props

0 lines of code changed in:

evenisse 2005-07-22 07:19

svn props

0 lines of code changed in:

trygvis 2005-07-22 03:49

Doing some refactoring, making all methods in the Store return the object added

instead of it's key.

380 lines of code changed in:

trygvis 2005-07-21 20:11

o Fetching the object before using it.

7 lines of code changed in:

  • continuum-core/src/test/java/org/apache/maven/continuum/store: NewModelTest.java (+7 -1)
jvanzyl 2005-07-21 20:07

o building up the usage test case

88 lines of code changed in:

evenisse 2005-07-21 19:58

Remove debug message

0 lines of code changed in:

evenisse 2005-07-21 19:55

Windows script doesn't accept '#' character in code. Use REM instead.

17 lines of code changed in:

evenisse 2005-07-21 19:07

Fix workingdirectory for cvs checkout command

2 lines of code changed in:

evenisse 2005-07-21 18:25

Fixed partially it tests for windows. MavenOneIntegrationTest and ShellIntegrationTest failed in cvs checkout command.

94 lines of code changed in:

trygvis 2005-07-21 17:34

o Removing some debugging output and silencing some IDEA inspection comments.

10 lines of code changed in:

trygvis 2005-07-21 17:27

o Removing logging.

0 lines of code changed in:

trygvis 2005-07-21 17:27

o Removing commented out part.

1 lines of code changed in:

trygvis 2005-07-21 17:07

o Removing the generation of the JDO store.

o Adding a list of ContinuumProjectGroup objects to the

ContinuumProjectBuildingResult. Not really hooked up all over yet.

o Adding some code to the MavenTwoContinuumProjectBuilder for creating the

project groups.

o Adding getProjectGroupByName().

Cleanup in the DefaultContinuum component:

- Collapsed the addMavenXXProject( url ) methods to

executeAddProjectsFromMetadataActivity().

271 lines of code changed in:

jvanzyl 2005-07-21 16:52

o use the common method and clean out cruft

0 lines of code changed in:

jvanzyl 2005-07-21 16:42

adding build settings constants

53 lines of code changed in:

jvanzyl 2005-07-21 16:38

o put back fetch group. sorry.

4 lines of code changed in:

  • continuum-model/src/main/resources/META-INF: package.jdo (+4)
jvanzyl 2005-07-21 16:34

o adding cronExpression for build settings

6 lines of code changed in:

  • continuum-model/src/main/resources: continuum.mdo (+5)
  • continuum-model/src/main/resources/META-INF: package.jdo (+1 -4)
jvanzyl 2005-07-21 16:30

o adding a typical usage test case to exercise the model and make sure it

all works before working on the UI counterpart.

207 lines of code changed in:

jvanzyl 2005-07-21 02:22

o moving stub generators to abstract test case

40 lines of code changed in:

jvanzyl 2005-07-21 02:19

o moving test util to the abstract test case

0 lines of code changed in:

  • continuum-core/src/test/java/org/apache/maven/continuum/store: NewModelTest.java (-37)
jvanzyl 2005-07-21 02:17

test for build settings <--> project group interaction

66 lines of code changed in:

  • continuum-core/src/test/java/org/apache/maven/continuum/store: NewModelTest.java (+66)
jvanzyl 2005-07-21 02:09

4 lines of code changed in:

  • continuum-model/src/main/resources/META-INF: package.jdo (+4)
jvanzyl 2005-07-21 02:03

o changes to store for build settings

o tests for build settings



248 lines of code changed in:

jvanzyl 2005-07-21 02:02

o adding methods to the store for build settings

20 lines of code changed in:

jvanzyl 2005-07-20 18:42

o stash.part = false

1 lines of code changed in:

jvanzyl 2005-07-20 18:40

170 lines of code changed in:

jvanzyl 2005-07-20 18:20

o updates for buildGroups in the store

209 lines of code changed in:

jvanzyl 2005-07-20 18:17

o updating for buildGroups

10 lines of code changed in:

  • continuum-api/src/main/java/org/apache/maven/continuum: Continuum.java (+1)
  • continuum-api/src/main/java/org/apache/maven/continuum/store: ContinuumStore.java (+9)
evenisse 2005-07-20 18:10

Put images in the resources directory. images under src/site is deprecated.

0 lines of code changed in:

evenisse 2005-07-20 17:52

document jsw launcher

3 lines of code changed in:

trygvis 2005-07-20 17:34

o Just to make sure that there is at least a single test in this test case.

5 lines of code changed in:

  • continuum-core/src/test/java/org/apache/maven/continuum/store: NewModelTest.java (+5)
trygvis 2005-07-20 16:46

o Commiting for Jason.

127 lines of code changed in:

jvanzyl 2005-07-20 16:32

o need identifier marker

1 lines of code changed in:

trygvis 2005-07-20 04:44

o Hey yo.

181 lines of code changed in:

  • continuum-api/src/main/java/org/apache/maven/continuum/store: ContinuumStore.java (+21)
  • continuum-core/src/main/java/org/apache/maven/continuum/store: JdoContinuumStore.java (+135 -43)
  • continuum-core/src/test/java/org/apache/maven/continuum/store: NewModelTest.java (new 10)
  • continuum-model/src/main/resources/META-INF: package.jdo (+15 -7)
jvanzyl 2005-07-20 02:33

3 lines of code changed in:

  • continuum-model/src/main/resources/META-INF: package.jdo (+3 -1)
jvanzyl 2005-07-20 02:22

o our experimental model changes

245 lines of code changed in:

  • continuum-model/src/main/resources: continuum.mdo (+184 -6)
  • continuum-model/src/main/resources/META-INF: package.jdo (+61 -5)
jvanzyl 2005-07-19 23:21

o fix the build job as the schedules are not into full effect yet.

14 lines of code changed in:

jvanzyl 2005-07-19 19:33

o fix to continuum profile

6 lines of code changed in:

  • continuum-model/src/main/resources: continuum.mdo (+5)
  • continuum-model/src/main/resources/META-INF: package.jdo (+1)
trygvis 2005-07-19 19:17

Fixing: CONTINUUM-234: "Remove ContinuumBuild.succesful"

26 lines of code changed in:

jvanzyl 2005-07-19 19:17

o updating the configuration service tests to reflect the model changes for

proflies

45 lines of code changed in:

jvanzyl 2005-07-19 19:16

o adding profile class and jdk class to model and updating JDO metadat

48 lines of code changed in:

  • continuum-model/src/main/resources: continuum.mdo (+36)
  • continuum-model/src/main/resources/META-INF: package.jdo (+12)
jvanzyl 2005-07-19 18:29

o adding tests for the configuration service and in particular the storing of

various JDKs that people might be wanting to use.

214 lines of code changed in:

jvanzyl 2005-07-19 15:55

adding configuration.xml for the configuration service

0 lines of code changed in:

jvanzyl 2005-07-19 13:41

o adding web tools

o adding schedule form definition

1 lines of code changed in:

trygvis 2005-07-19 13:22

o Using the correct module name.

1 lines of code changed in:

evenisse 2005-07-19 12:29

Fix conf for javamail mail-sender

6 lines of code changed in:

evenisse 2005-07-19 11:46

[CONTINUUM-213] Use new plexus-mail-sender artifacts

6 lines of code changed in:

  • continuum-core: pom.xml (+3 -3)
  • continuum-plexus-application: pom.xml (+3 -3)
evenisse 2005-07-19 09:47

set svn props

5 lines of code changed in:

evenisse 2005-07-19 07:20

Remove duplicate test

0 lines of code changed in:

evenisse 2005-07-19 06:55

Add missing pom

17 lines of code changed in:

  • continuum-test: pom.xml (new 17)
evenisse 2005-07-19 06:43

set svn props

0 lines of code changed in:

evenisse 2005-07-19 06:34

Activate test profile.

2 lines of code changed in:

trygvis 2005-07-19 04:44

o Creating continuum-test to be able to reuse common stuff for testing.

- Moving ContinuumUtils and ConfigurationService to continuum-api

o Attempting to move the build output directories under target/ instead of

under the current working directory.

582 lines of code changed in:

jvanzyl 2005-07-19 04:26

o methods for adding and removing projects to schedules



28 lines of code changed in:

jvanzyl 2005-07-19 04:24

o methods for adding and removing projects to schedules

10 lines of code changed in:

  • continuum-api/src/main/java/org/apache/maven/continuum: Continuum.java (+10)
jvanzyl 2005-07-19 04:01

o updated formica and formica-web, snapshots have been deployed

2 lines of code changed in:

jvanzyl 2005-07-19 03:59

o updates for schedules

31 lines of code changed in:

jvanzyl 2005-07-19 03:54

using env=test

1 lines of code changed in:

jvanzyl 2005-07-19 03:42

o adding test.properties file

0 lines of code changed in:

jvanzyl 2005-07-19 03:38

o using profile and the build.sh script now activates the test profile

12 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.

530 lines of code changed in:

jvanzyl 2005-07-18 23:23

o committing for trygve

253 lines of code changed in:

  • continuum-api/src/main/java/org/apache/maven/continuum: Continuum.java (+19)
  • continuum-core/src/main/java/org/apache/maven/continuum: DefaultContinuum.java (+59 -4)
  • continuum-core/src/main/resources/META-INF/plexus: components.xml (+3)
  • continuum-plexus-application: pom.xml (+31 -3)
  • continuum-plexus-application/src/conf: application.xml (+27 -1)
  • continuum-site/src/site/apt: articles.apt (new 14)
  • continuum-web/src/main/java/org/apache/maven/continuum/web/validation: ScmUrlValidator.java (+4 -5)
  • continuum-web/src/main/resources/META-INF/plexus: components.xml (+11)
  • continuum-web/src/main/resources/forms: mavenTwoProject.xml (+1)
  • continuum-web/src/main/resources/localization: Continuum.properties (+29)
  • continuum-web/src/main/resources/templates: CommonMacros.vm (+9 -4)
  • continuum-web/src/main/resources/templates/navigations: Menu.vm (+45 -19)
  • continuum-web/src/main/resources/templates/screens: Add.vm (+1)
jvanzyl 2005-07-18 20:54

o adding full tests for the M:N relationship between schedules and projects

139 lines of code changed in:

jvanzyl 2005-07-18 20:40

o fixing removeSchedule method

8 lines of code changed in:

evenisse 2005-07-18 20:00

Fix xml

2 lines of code changed in:

  • continuum-test-projects/m2: pom.xml (+2 -2)
evenisse 2005-07-18 19:51

Add some notifiers

17 lines of code changed in:

  • continuum-test-projects/m2: pom.xml (+17)
jvanzyl 2005-07-18 19:41

o augmenting tests for the schedule/project relationship.

73 lines of code changed in:

jvanzyl 2005-07-18 19:16

o adding methods for schedules

18 lines of code changed in:

jvanzyl 2005-07-18 18:58

o schedule exist on their own apart from projects. when projects are deleted

we do not want the schedules within being deleted.

1 lines of code changed in:

jvanzyl 2005-07-18 18:51

o adding methods to the store for schedules

204 lines of code changed in:

trygvis 2005-07-18 18:49

o Adding a note about using the correct port with mod_proxy.

4 lines of code changed in:

evenisse 2005-07-18 18:25

1 lines of code changed in:

  • continuum-notifiers/continuum-notifier-msn/src/main/java/org/apache/maven/continuum/notification/msn: MsnContinuumNotifier.java (+1 -1)
evenisse 2005-07-18 18:12

Fix notifier selection for MSN

1 lines of code changed in:

evenisse 2005-07-18 18:09

Send message only when the build is complete

13 lines of code changed in:

  • continuum-notifiers/continuum-notifier-irc/src/main/java/org/apache/maven/continuum/notification/irc: IrcContinuumNotifier.java (-12)
  • continuum-notifiers/continuum-notifier-jabber/src/main/java/org/apache/maven/continuum/notification/jabber: JabberContinuumNotifier.java (+7 -1)
  • continuum-notifiers/continuum-notifier-msn/src/main/java/org/apache/maven/continuum/notification/msn: MsnContinuumNotifier.java (+6)
evenisse 2005-07-18 17:57

20 lines of code changed in:

jvanzyl 2005-07-18 17:44

o create a detail fetch group for schedules so that projects associated with

the said schedule are retrieved.

8 lines of code changed in:

  • continuum-model/src/main/resources/META-INF: package.jdo (+8 -5)
evenisse 2005-07-18 16:57

o adding support to view and edit Jabber and MSN notification settings.

83 lines of code changed in:

jvanzyl 2005-07-18 14:23

o moving notifier test to the abstract test store so that it can be used for

implementation of the store.

42 lines of code changed in:

jvanzyl 2005-07-18 14:14

o removing ContinuumTrigger, not required anymore

0 lines of code changed in:

jvanzyl 2005-07-18 05:39

o adding scheduler bits

o adding configuration service which will start to serve as a dynamic store

of configuration information that can be used to create an initial web

install process



749 lines of code changed in:

evenisse 2005-07-18 05:34

Clean working directory before checkout a project.

13 lines of code changed in:

jvanzyl 2005-07-18 05:32

o adding schedules info

o removing collections from the default fetch group

o adding a "project-detail" fetch group which can be used to retrieve a full version of a ContinuumProject



135 lines of code changed in:

  • continuum-model/src/main/resources: continuum.mdo (+102 -3)
  • continuum-model/src/main/resources/META-INF: package.jdo (+33 -6)
trygvis 2005-07-18 05:18

o Adding commits before returning.

6 lines of code changed in:

trygvis 2005-07-18 03:39

o Switching to the hand made JDO store.

123 lines of code changed in:

trygvis 2005-07-18 01:38

o Testing getProjectByName() and ByScmUrl() too.

23 lines of code changed in:

trygvis 2005-07-18 01:00

o Moving useful stuff from AbstractContinuumStoreTest to AbstractContinuumTest.

235 lines of code changed in:

trygvis 2005-07-18 00:27

o Fixing some Doxia syntax typos. Left ajusting the table.

18 lines of code changed in:

trygvis 2005-07-17 23:52

o Copying the ModelloJPoxContinuumStoreTest to AbstractContinuumTest and made

both the Modello and JDO test cases extend this class.

o Adding ContinuumObjectNotFoundException.

o Centralizing the lookup of ContinuumStore to make it easier to switch out the

implementation.

o Removing empty test configuration files.

o Fixing a bug in the Maven 1 project builder where a project would get added

to the project building result even if the builder threw a exception.

o Fixing a bug in DefaultContinuum where a Maven 1 project would be added even

if there was warnings while building the project.

400 lines of code changed in:

trygvis 2005-07-17 23:48

o POM cleanup.

45 lines of code changed in:

trygvis 2005-07-17 23:46

o Stopping the adding of projects if there was any warnings.

5 lines of code changed in:

trygvis 2005-07-17 23:45

o Improving error message when the key is missing. This is different from when the value is null.

5 lines of code changed in:

trygvis 2005-07-17 23:45

o The SCM URL has to be set at all times.

5 lines of code changed in:

trygvis 2005-07-17 00:12

o Rewritten the integration tests to Java.

1829 lines of code changed in:

evenisse 2005-07-16 10:07

Fix path to test poms at svn.apache.org due to viewcvs is down.

11 lines of code changed in:

evenisse 2005-07-16 09:53

running "m2 clean:clean install" is sufficient

2 lines of code changed in:

evenisse 2005-07-16 09:14

o Use pluginManagment

o Remove poms to include in build.(sh|bat)

13 lines of code changed in:

evenisse 2005-07-15 18:20

Remove unneeded goal

2 lines of code changed in:

evenisse 2005-07-15 17:59

Remove unneeded test-runtime goal

0 lines of code changed in:

  • continuum-plexus-application: pom.xml (-1)
jvanzyl 2005-07-15 15:48

o updating for plexus usage

1 lines of code changed in:

evenisse 2005-07-15 14:10

Use the new snpashot of plexus plugin. We can build now continuum-plexus-application with "m2 package"

2 lines of code changed in:

  • continuum-plexus-application: pom.xml (+2 -2)
jvanzyl 2005-07-14 15:58

o applying http://jira.codehaus.org/browse/CONTINUUM-229



Thanks to Björn Sköld

2 lines of code changed in:

jvanzyl 2005-07-14 12:50

o correcting template to use latestBuildId

2 lines of code changed in:

  • continuum-web/src/main/resources/templates/screens: Summary.vm (+2 -2)
jvanzyl 2005-07-14 11:19

o fixing iterator in project sorter

o maybe need to do some adjusting for parent POMs but you can view the build

order now. i will activate its use shortly.

3 lines of code changed in:

jvanzyl 2005-07-14 11:06

p starting to add build ordering but needs testing

124 lines of code changed in:

jvanzyl 2005-07-14 03:00

o removing todo, we now have notifier forms.

0 lines of code changed in:

jvanzyl 2005-07-14 02:51

o latest build id

o adding ProjectSorter

116 lines of code changed in:

jvanzyl 2005-07-14 01:40

o populating continuum project with artifact id

60 lines of code changed in:

evenisse 2005-07-13 22:58

[CONTINUUM-222]. Capture new information provided by Maven SCM in UpdateScmResult.

83 lines of code changed in:

evenisse 2005-07-13 21:49

Remove old code.

0 lines of code changed in:

evenisse 2005-07-13 21:46

[CONTINUUM-193]. Collapse CheckOutScmResult and UpdateScmResult in ScmResult.

171 lines of code changed in:

jvanzyl 2005-07-13 15:56

o adding artifactId to Continuum project

5 lines of code changed in:

evenisse 2005-07-13 12:17

Find and use always the correct continuum version

22 lines of code changed in:

evenisse 2005-07-12 16:56

[CONTINUUM-219] - Update to the maven-scm alpha-2

[CONTINUUM-212] - Add Starteam scm provider (Need to test)

22 lines of code changed in:

evenisse 2005-07-12 15:23

Update to the new version.

1 lines of code changed in:

jvanzyl 2005-07-12 03:41

o rolling over to beta-1

46 lines of code changed in:

evenisse 2005-07-11 21:23

Set svn missing properties

0 lines of code changed in:

jvanzyl 2005-07-11 20:47

o updating for release

40 lines of code changed in:

  • pom.xml (+9 -14)
  • continuum-api: pom.xml (+1 -1)
  • continuum-cc: pom.xml (+1 -1)
  • continuum-core: pom.xml (+1 -1)
  • continuum-model: pom.xml (+1 -1)
  • continuum-notifiers: pom.xml (+2 -2)
  • continuum-notifiers/continuum-notifier-irc: pom.xml (+2 -2)
  • continuum-notifiers/continuum-notifier-jabber: pom.xml (+2 -2)
  • continuum-notifiers/continuum-notifier-msn: pom.xml (+2 -2)
  • continuum-plexus-application: app.properties (+12 -12), pom.xml (+2 -2)
  • continuum-plexus-application/src/conf: application.xml (+1 -1)
  • continuum-web: pom.xml (+1 -1)
  • continuum-xfire: pom.xml (+1 -1)
  • continuum-xmlrpc: pom.xml (+2 -2)
evenisse 2005-07-11 20:04

Set svn missing properties

12 lines of code changed in:

jvanzyl 2005-07-11 19:58

o add plexus-utils back in or we get the wrong version in the runtime.

6 lines of code changed in:

  • continuum-plexus-application: pom.xml (+6 -1)
dandiep 2005-07-11 19:31

trying yet again to get the pom right.

5 lines of code changed in:

  • continuum-xfire: pom.xml (+5 -5)
dandiep 2005-07-11 19:09

use yom snapshot.

5 lines of code changed in:

dandiep 2005-07-11 19:06

Yet another try at xfire poms without snapshots

4 lines of code changed in:

  • continuum-xfire: pom.xml (+4 -4)
dandiep 2005-07-11 18:04

update to better xfire poms

4 lines of code changed in:

  • continuum-xfire: pom.xml (+4 -4)
jvanzyl 2005-07-11 14:25

fixing cli assertion for m2

1 lines of code changed in:

  • continuum-core-it: it.py (+1 -1)
evenisse 2005-07-11 13:44

Use the release version of plexus-servlet for release continuum

12 lines of code changed in:

  • continuum-xfire: pom.xml (+12 -7)
evenisse 2005-07-11 12:45

Fix mail-sender-api version to alpha-1

6 lines of code changed in:

  • continuum-plexus-application: pom.xml (+6)
evenisse 2005-07-11 11:26

add continuum-xfire

1 lines of code changed in:

jvanzyl 2005-07-11 11:20

o adding in version for continuum-api as depMan doesn't appear to be working



1 lines of code changed in:

  • continuum-notifiers: pom.xml (+1)
jvanzyl 2005-07-11 06:28

o updating all the POMs to release versions

36 lines of code changed in:

  • pom.xml (+18 -3)
  • continuum-cc: pom.xml (+1 -1)
  • continuum-core: pom.xml (+5 -8)
  • continuum-core/src/main/java/org/apache/maven/continuum/execution/maven/m1: DefaultMavenOneMetadataHelper.java (+1 -1)
  • continuum-model: pom.xml (+1 -1)
  • continuum-notifiers: pom.xml (+1 -2)
  • continuum-notifiers/continuum-notifier-irc: pom.xml (+1 -1)
  • continuum-notifiers/continuum-notifier-jabber: pom.xml (+1 -1)
  • continuum-notifiers/continuum-notifier-msn: pom.xml (+1 -1)
  • continuum-plexus-application: pom.xml (+3 -6)
  • continuum-web: pom.xml (+3 -3)
dandiep 2005-07-11 00:56

o Switch to fixed XFire POMS

o Added addMavenOneProject/addMavenTwoProject operations

o More tests

117 lines of code changed in:

jvanzyl 2005-07-10 23:05

7 lines of code changed in:

jvanzyl 2005-07-10 22:53

67 lines of code changed in:

jvanzyl 2005-07-10 22:46

adding extend element

1 lines of code changed in:

jvanzyl 2005-07-10 22:44

14 lines of code changed in:

jvanzyl 2005-07-10 22:43

adding better validation

31 lines of code changed in:

jvanzyl 2005-07-10 22:42

o adding better validation

38 lines of code changed in:

jvanzyl 2005-07-10 22:28

42 lines of code changed in:

jvanzyl 2005-07-10 22:27

adding more web tests

1 lines of code changed in:

jvanzyl 2005-07-10 22:25

17 lines of code changed in:

jvanzyl 2005-07-10 22:24

more web tests

4 lines of code changed in:

jvanzyl 2005-07-10 22:21

22 lines of code changed in:

jvanzyl 2005-07-10 22:12

0 lines of code changed in:

  • continuum-test-projects/m2-no-cim-element: pom.xml (del)
  • continuum-test-projects/m2-no-cim-element/src/main/java: Foo.java (del)
  • continuum-test-projects/m2-no-scm-element: pom.xml (del)
  • continuum-test-projects/m2-no-scm-element/src/main/java: Foo.java (del)
jvanzyl 2005-07-10 21:58

40 lines of code changed in:

trygvis 2005-07-10 20:59

o Adding missing dependency on hsqldb.

6 lines of code changed in:

trygvis 2005-07-10 20:44

o Removing unused Werkflow dependency.

3 lines of code changed in:

  • continuum-core: pom.xml (+3 -11)
trygvis 2005-07-10 15:04

o dos2unix.

63 lines of code changed in:

jvanzyl 2005-07-10 14:40

correcting mail notifier

3 lines of code changed in:

trygvis 2005-07-10 14:22

o Documentation update.

96 lines of code changed in:

jvanzyl 2005-07-10 06:01

removing unused components

0 lines of code changed in:

jvanzyl 2005-07-10 05:47

o removing unused code. move network code to plexus sandbox

0 lines of code changed in:

jvanzyl 2005-07-09 15:21

o track previous build id

o move to plexus-jdo2

7 lines of code changed in:

trygvis 2005-07-09 14:14

o Using the correct Plexus @tags.

5 lines of code changed in:

trygvis 2005-07-09 14:13

o Adding my JPOX test case.

38 lines of code changed in:

dandiep 2005-07-09 02:02

don't sync developers over soap api for now.and more tests.

8 lines of code changed in:

dandiep 2005-07-09 01:41

Include soap api docs in navigation

1 lines of code changed in:

  • continuum-site/src/site: site.xml (+1)
dandiep 2005-07-09 01:40

Formatting fixes and an attempt at getting EOL style right.

8 lines of code changed in:

evenisse 2005-07-08 22:58

Fix svn properties :-(

88 lines of code changed in:

dandiep 2005-07-08 22:49

SOAP documentation

88 lines of code changed in:

evenisse 2005-07-08 22:33

Set more svn properties

905 lines of code changed in:

dandiep 2005-07-08 21:49

Get rid of overly verbose debugging

2 lines of code changed in:

dandiep 2005-07-08 21:45

Update web.xml file for SOAP stuff

16 lines of code changed in:

  • continuum-web/src/main/resources/WEB-INF: web.xml (+16 -1)
dandiep 2005-07-08 21:42

Adding SOAP support

979 lines of code changed in:

dandiep 2005-07-08 21:35

Add SOAP support to continuum via xfire

14 lines of code changed in:

evenisse 2005-07-08 21:21

Set more svn properties

0 lines of code changed in:

evenisse 2005-07-08 18:23

Set more svn properties

0 lines of code changed in:

evenisse 2005-07-08 18:13

Set more svn properties

949 lines of code changed in:

jvanzyl 2005-07-08 17:43

o checking in test for trygve to mull over :-) demonstrates duplicate

developer entries.



75 lines of code changed in:

jvanzyl 2005-07-08 16:18

adding developer

12 lines of code changed in:

  • continuum-test-projects/m2: pom.xml (+12)
jvanzyl 2005-07-08 16:13

o trying not to duplicate the metadata

12 lines of code changed in:

trygvis 2005-07-08 16:04

o Velocity isn't that smart after all.

0 lines of code changed in:

  • continuum-web/src/main/resources/templates/screens: ProjectBuild.vm (-4)
jvanzyl 2005-07-08 15:51

o adding last result and all results to the project view

10 lines of code changed in:

  • continuum-web/src/main/resources/templates/screens: View.vm (+10)
jvanzyl 2005-07-08 15:47

o throw an exception if the configuration for a notifier is null, this will

catch the existing <address/> only <ciManagement/> elements.

7 lines of code changed in:

trygvis 2005-07-08 15:37

o Printing "Not completed" instead of "00:00:00 1 Jan 1970".

o Printing "Yes"/"No" instead of "true"/"false".

9 lines of code changed in:

  • continuum-web/src/main/resources/templates/screens: ProjectBuild.vm (+9 -1)
trygvis 2005-07-08 15:36

o Adding missing EOLs

2 lines of code changed in:

jvanzyl 2005-07-08 15:32

o fix space in template causing an error

1 lines of code changed in:

trygvis 2005-07-08 15:08

o Adding a part about how to configure Jetty and how to configure Jetty when

running behind a proxying Apache.

60 lines of code changed in:

jvanzyl 2005-07-08 14:50

o need to remove the maven settings component descriptor all together, my bad.

0 lines of code changed in:

  • continuum-core/src/main/resources/META-INF/plexus: components.xml (-5)
jvanzyl 2005-07-08 14:47

o adding a couple notes to m2 builder helper

o removing configuration for MavenSettings component which allows it to fall

back to the defaults of the m2 installation on the machine.



9 lines of code changed in:

jvanzyl 2005-07-08 14:45

o don't need settings anymore, we'll use the defaults

0 lines of code changed in:

trygvis 2005-07-08 14:17

o Handling the errors in the correct place.

56 lines of code changed in:

trygvis 2005-07-08 14:16

o Adding missing EOLs

2 lines of code changed in:

trygvis 2005-07-08 14:14

o Removing unused code.

0 lines of code changed in:

trygvis 2005-07-08 14:11

o Using the correct variable.

10 lines of code changed in:

  • continuum-web/src/main/resources/templates/screens: View.vm (+10 -8)
jvanzyl 2005-07-08 13:32

0 lines of code changed in:

jvanzyl 2005-07-08 13:31

o adding pom

0 lines of code changed in:

jvanzyl 2005-07-08 13:27

o naming appropriately

18 lines of code changed in:

jvanzyl 2005-07-08 13:26

o adding a test POM with a fault scm element to reproduce a failed checkout

0 lines of code changed in:

  • continuum-test-projects/m2-test-poms: pom.xml (new)
trygvis 2005-07-08 11:30

o Improving error handling a bit.

70 lines of code changed in:

trygvis 2005-07-08 11:06

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

41 lines of code changed in: