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:

trygvis 2005-07-08 09:41

o dos2unix.

464 lines of code changed in:

jvanzyl 2005-07-08 06:50

o some more tweaks

0 lines of code changed in:

  • continuum-web/src/main/resources/templates/screens: Add.vm (-1), Edit.vm (-1)
jvanzyl 2005-07-08 06:50

o changing the way errors are displayed

11 lines of code changed in:

  • continuum-web/src/main/resources/templates: CommonMacros.vm (+10 -2)
  • continuum-web/src/main/resources/templates/screens: Add.vm (+1 -1)
jvanzyl 2005-07-08 06:49

o adding caching parameter for velocity caching as macros are not refreshed

when caching is on

6 lines of code changed in:

jvanzyl 2005-07-08 05:10

o just name

1 lines of code changed in:

  • continuum-web/src/main/resources/templates/screens: Summary.vm (+1 -1)
jvanzyl 2005-07-08 04:37

o tracking the build number

12 lines of code changed in:

dandiep 2005-07-08 04:19

Better error messages

464 lines of code changed in:

jvanzyl 2005-07-08 04:12

2 lines of code changed in:

jvanzyl 2005-07-08 04:10

o adding a check to make sure we are on the delete page

3 lines of code changed in:

jvanzyl 2005-07-08 03:59

o cleaning up submit button clicks

3 lines of code changed in:

jvanzyl 2005-07-08 03:59

o adding test for ant project addition via the web

0 lines of code changed in:

jvanzyl 2005-07-08 03:52

o using slimdog for some web testing, i will write a mojo :-)

5 lines of code changed in:

trygvis 2005-07-07 23:04

o A empty working directory is also no good.

10 lines of code changed in:

jvanzyl 2005-07-07 23:02

o cleaning out old getLatestBuild method

0 lines of code changed in:

jvanzyl 2005-07-07 22:25



o using lastBuildId to track last build

37 lines of code changed in:

trygvis 2005-07-07 22:14

o Making it possible to configure what local repository the internal Maven 2

components will use to read parent and dependency POMs from. Still fall backs

to ${plexus.home} if it's not set and/or there was a error building the

settings.

30 lines of code changed in:

jvanzyl 2005-07-07 22:13

o adding lastBuildId to the project to keep track of last build

5 lines of code changed in:

trygvis 2005-07-07 21:49

o Fixing a bug in getLatestBuildForProject(). Sorting by String fields isn't

smart.

10 lines of code changed in:

evenisse 2005-07-07 19:41

Add note for windows users

4 lines of code changed in:

evenisse 2005-07-07 18:49

Add some notes for windows.

27 lines of code changed in:

jvanzyl 2005-07-07 15:44

o adding support to view and edit notification settings. still needs some work

but it's a start.

221 lines of code changed in:

jvanzyl 2005-07-07 02:28

o adding some code to allow the deletion of notifiers. i can't delete a

notifier with a detached copy of a project. the notifier instance must

be attached before it can be deleted.



o added some preliminary notification wizard stuff so that users can

configure mail and irc notifications. need to get the jabber and msn

going.



87 lines of code changed in:

trygvis 2005-07-07 00:42

o updated files can be null.

8 lines of code changed in:

jvanzyl 2005-07-06 23:49

o adding code and templates for dealing with notification management

232 lines of code changed in:

trygvis 2005-07-06 14:54

Fixing http://jira.codehaus.org/browse/CONTINUUM-194: "Build of M2 project

freezes with M2-alpha 3".

o Adding -B to the list of arguments to m2.

o Using project.id as the name of continuum project if project.name is empty.

6 lines of code changed in:

trygvis 2005-07-06 14:45

o Centralizing shell command execution logging.

8 lines of code changed in:

trygvis 2005-07-06 14:45

o Adding comment.

3 lines of code changed in:

trygvis 2005-07-06 14:38

7 lines of code changed in:

trygvis 2005-07-06 12:24

o Making sure that the check out result is always stored when there is a error.

22 lines of code changed in:

trygvis 2005-07-06 12:15

o Woops, properly catching and storing exceptions.

28 lines of code changed in:

trygvis 2005-07-06 12:07

25 lines of code changed in:

trygvis 2005-07-06 11:57

o Fixing broken Java Script.



Thanks to Kristian F. Hansen for spotting this.

1 lines of code changed in:

  • continuum-web/src/main/resources/templates/layouts: Default.vm (+1 -2)
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.

150 lines of code changed in:

trygvis 2005-07-06 11:21

2 lines of code changed in:

  • continuum-web/src/main/resources/META-INF/plexus: components.xml (+1 -1)
  • continuum-web/src/main/resources/templates/screens: ProjectBuilds.vm (+1 -1)
trygvis 2005-07-06 11:20

Fixing http://jira.codehaus.org/browse/CONTINUUM-160: "results with building state".

o Fixing a related issue where a exception from the ExecuteBuilder action would

result in a duplicate build result.

12 lines of code changed in:

trygvis 2005-07-06 11:13

o Removing System.out usage.

12 lines of code changed in:

  • continuum-notifiers/continuum-notifier-jabber/src/main/java/org/apache/maven/continuum/notification/jabber: JabberContinuumNotifier.java (+12 -16)
  • continuum-notifiers/continuum-notifier-msn/src/main/java/org/apache/maven/continuum/notification/msn: MsnContinuumNotifier.java (-5)
trygvis 2005-07-06 08:42

0 lines of code changed in:

jvanzyl 2005-07-06 00:47

1 lines of code changed in:

  • continuum-test-projects/m2: pom.xml (+1 -1)
jvanzyl 2005-07-05 23:54

o correct log statement

2 lines of code changed in:

  • continuum-notifiers/continuum-notifier-irc/src/main/java/org/apache/maven/continuum/notification/irc: IrcContinuumNotifier.java (+2 -2)
jvanzyl 2005-07-05 23:54

o if there is a failure in one of the notifiers keep on trucking and use the

next notifier.



19 lines of code changed in:

jvanzyl 2005-07-05 23:43

o extraction-path not extractionPath

1 lines of code changed in:

jvanzyl 2005-07-05 23:38

o only the irc notifier appears to need the store

6 lines of code changed in:

jvanzyl 2005-07-05 23:33

o adding store requirements to notifiers

9 lines of code changed in:

jvanzyl 2005-07-05 23:26

o currently don't need to look at the recipient list, the one channel is

configured.

2 lines of code changed in:

  • continuum-notifiers/continuum-notifier-irc/src/main/java/org/apache/maven/continuum/notification/irc: IrcContinuumNotifier.java (+2)
jvanzyl 2005-07-05 23:12

o adding irc notification in addition to mail

11 lines of code changed in:

  • continuum-test-projects/m2: pom.xml (+11 -1)
jvanzyl 2005-07-05 23:11

o second "host" should be "port"

1 lines of code changed in:

  • continuum-notifiers/continuum-notifier-irc/src/main/java/org/apache/maven/continuum/notification/irc: IrcContinuumNotifier.java (+1 -1)
trygvis 2005-07-05 21:42

Fixing: http://jira.codehaus.org/browse/CONTINUUM-192: "Do not send mail if

there aren't any recipients".

o This was valid for all notifiers.

o Also, the notifiers wasn't thread safe, fixed that too.

76 lines of code changed in:

trygvis 2005-07-05 21:09

Fixing http://jira.codehaus.org/browse/CONTINUUM-195: "Make sure continuum is

working correctly with mod_proxy/mod_rewrite".

13 lines of code changed in:

  • continuum-plexus-application: pom.xml (+1 -1)
  • continuum-plexus-application/src/conf: application.xml (+12 -1)
trygvis 2005-07-05 11:48

34 lines of code changed in:

jvanzyl 2005-07-05 04:41

o use velocity for the summary page, close out some visual issues

39 lines of code changed in:

  • continuum-web/src/main/resources/META-INF/plexus: components.xml (-15)
  • continuum-web/src/main/resources/templates/screens: Summary.vm (+39 -15)
jvanzyl 2005-07-05 03:39

o doing tallies in the template while iterating through the projects

0 lines of code changed in:

jvanzyl 2005-07-05 03:39

o doing tallies in the template

0 lines of code changed in:

  • continuum-api/src/main/java/org/apache/maven/continuum: Continuum.java (-6)
jvanzyl 2005-07-05 03:20

o adding a test ant project that has a CC descriptor

44 lines of code changed in:

  • continuum-test-projects/ant-cc: build.xml (new 11), config.xml (new 30)
  • continuum-test-projects/ant-cc/src/main/java: Foo.java (new 3)
jvanzyl 2005-07-05 03:14

o starting to add the error states that are possible

33 lines of code changed in:

jvanzyl 2005-07-05 02:49

note

3 lines of code changed in:

jvanzyl 2005-07-05 02:41

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

37 lines of code changed in:

jvanzyl 2005-07-05 01:50

o making errors display nicely

o putting continumm into the context, just easier for some things

o showing the total number of successful projects

70 lines of code changed in:

jvanzyl 2005-07-05 01:27

adding test change

1 lines of code changed in:

  • continuum-test-projects/m2/src/main/java: Foo.java (+1 -1)
jvanzyl 2005-07-04 20:26

1 lines of code changed in:

  • continuum-test-projects/m2/src/main/java: Foo.java (+1 -1)
jvanzyl 2005-07-04 19:07

o couple of test projects to check error handling

0 lines of code changed in:

  • continuum-test-projects/m2-no-cim-element: pom.xml (new)
  • continuum-test-projects/m2-no-cim-element/src/main/java: Foo.java (new)
  • continuum-test-projects/m2-no-scm-element: pom.xml (new)
  • continuum-test-projects/m2-no-scm-element/src/main/java: Foo.java (new)
trygvis 2005-07-04 17:10

o Using Formica Web 1.0-alpha-2-SNAPSHOT

1 lines of code changed in:

trygvis 2005-07-04 16:50

Fixing CONTINUUM-174.

150 lines of code changed in:

trygvis 2005-07-04 15:13

o Fixing a broken assertion.

1 lines of code changed in:

trygvis 2005-07-04 14:52

Fixing: CONTINUUM-191

o Cleaning up the web templates a bit.

- Making sure that errors are properly shown.

- Moving checkout errors to the project view template.

o Splitting up the "checkout project" action into "checkout project" and "store

checkout result".

409 lines of code changed in:

trygvis 2005-07-03 18:34

o Adding a 'checkout' button.

84 lines of code changed in:

trygvis 2005-07-03 18:32

o Adding back project.state.

66 lines of code changed in:

trygvis 2005-07-02 15:30

o Brushing up on the web app a bit.

- Updating with changes in the model and the Continuum interface.

- Showing the developer list in the project view. This is not properly

implemented as a form.

59 lines of code changed in:

trygvis 2005-07-02 15:27

o Adding Continuum.isBuilding() and ContinuumCore.isBuilding().

o Removing some more unused code.

26 lines of code changed in:

trygvis 2005-07-02 13:09

o Using the alpha-2 release of the assembly plugin as the alpha-1 is MIA from

the repository.

1 lines of code changed in:

  • continuum-plexus-application: pom.xml (+1 -1)
trygvis 2005-07-02 13:09

o Using the Maven 2.0-alpha-3 release.

5 lines of code changed in:

trygvis 2005-07-02 13:04

o Fixing some templates that had become screwed up. How did this happen?.

12 lines of code changed in:

trygvis 2005-07-02 12:58

o Removing old commented out code.

1 lines of code changed in:

trygvis 2005-07-01 20:09

o Even more debugging.

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

480 lines of code changed in:

trygvis 2005-07-01 12:56

o Adding my own experiments. They probably won't work for you.

4 lines of code changed in:

June 2005 »

Generated by StatSVN 0.3.2-SNAPSHOT