continuum-model

2008-02-08 Thread Benoit Decherf

Hi,

I'm working on bug CONTINUUM-1633 
http://jira.codehaus.org/browse/CONTINUUM-1633. So the release process 
will be done executing maven directly.
I want to add a class describing the result of a release 
prepare/process/rollback/clean action similar to the buildResult for the 
build.
Additionaly, I'd like to fix the bug CONTINUUM-1506 
http://jira.codehaus.org/browse/CONTINUUM-1506 and add some field to 
the result page.


So I create a bean ResultRelease in continuum model project. Can you 
confirm that this bean should gone in this component ? Or should it be 
directly in continuum-api ? The bean won't be mapped to any database table.


Thanks,
Benoit.


Re: Continuum Model and Modello

2007-09-21 Thread Emmanuel Venisse



Rahul Thakur a écrit :

I have been wanting to pop this questions for sometime now.

For generation/maintenance of continuum-model:

a) Why are we using Modello? More specifically what does it buy us? I
know the model is expressed as xml and separate from Java sources,
but I don't see a benefit of having it in XML as opposed to
annotations in java sources.


modello file generate for use all model POJOs and the jpox metadata file. With it, we can define old fields that doesn't exist in the nex version and the migration tool use the model to do the db 
conversion. I don't think we can all of that with annotations.




b) Since 1.1 is in final stages, also wanted to see what other think
about brainstorming ideas for the next Continuum release on wiki. But
this might be a candidate for a separate thread.


Yes, it's a separate thread ;)

Emmanuel


Thoughts?

Thanks,

Rahul






Re: Continuum Model and Modello

2007-09-21 Thread Brett Porter


On 21/09/2007, at 5:31 PM, Emmanuel Venisse wrote:




Rahul Thakur a écrit :

I have been wanting to pop this questions for sometime now.
For generation/maintenance of continuum-model:
a) Why are we using Modello? More specifically what does it buy us? I
know the model is expressed as xml and separate from Java sources,
but I don't see a benefit of having it in XML as opposed to
annotations in java sources.


modello file generate for use all model POJOs and the jpox metadata  
file. With it, we can define old fields that doesn't exist in the  
nex version and the migration tool use the model to do the db  
conversion. I don't think we can all of that with annotations.


The DB conversion is less than ideal though. I think the tools that  
OpenJPA already provide for doing such things are superior (from the  
brief look I've had).


I'm thinking the model conversion is a bit of a seemed like a good  
idea at the time thing that I did... I'd be happier with coding it  
up by hand now and making the store simpler. In making the store  
simpler, and carefully mapping to tables, I think we can avoid the  
need for conversion anyway by trying to only make additions.


I'd be willing to experiment with alternatives - perhaps it would be  
best to do this piece by piece though, rather than one big conversion  
(as the impl. currently leaks out all over - we need to better  
isolate the lazy loading and fetching of data through the actions  
before safely extracting pieces).


Cheers,
Brett

--
Brett Porter - [EMAIL PROTECTED]
Blog: http://www.devzuz.org/blogs/bporter/


Continuum Model and Modello

2007-09-20 Thread Rahul Thakur
I have been wanting to pop this questions for sometime now.

For generation/maintenance of continuum-model:

a) Why are we using Modello? More specifically what does it buy us? I
know the model is expressed as xml and separate from Java sources,
but I don't see a benefit of having it in XML as opposed to
annotations in java sources.

b) Since 1.1 is in final stages, also wanted to see what other think
about brainstorming ideas for the next Continuum release on wiki. But
this might be a candidate for a separate thread.

Thoughts?

Thanks,

Rahul


Re: svn commit: r555633 - /maven/continuum/trunk/continuum-model/src/main/mdo/continuum.xml

2007-07-13 Thread Stephane Nicoll

While you're at it, can you look to
http://jira.codehaus.org/browse/CONTINUUM-1194 please? ;-)

I've already looked into it, a simple catch would do it (at least
prevent the build to be stuck in building

Thanks,
Stéphane

On 7/12/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

Author: evenisse
Date: Thu Jul 12 07:06:36 2007
New Revision: 555633

URL: http://svn.apache.org/viewvc?view=revrev=555633
Log:
[CONTINUUM-1320] Increase the size of the commandLine field

Modified:
maven/continuum/trunk/continuum-model/src/main/mdo/continuum.xml

Modified: maven/continuum/trunk/continuum-model/src/main/mdo/continuum.xml
URL: 
http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-model/src/main/mdo/continuum.xml?view=diffrev=555633r1=555632r2=555633
==
--- maven/continuum/trunk/continuum-model/src/main/mdo/continuum.xml (original)
+++ maven/continuum/trunk/continuum-model/src/main/mdo/continuum.xml Thu Jul 12 
07:06:36 2007
@@ -648,7 +648,7 @@
   version1.0.9+/version
   typeboolean/type
 /field
-field
+field stash.maxSize=1024
   namecommandLine/name
   version1.0.9+/version
   typeString/type






--
Large Systems Suck: This rule is 100% transitive. If you build one,
you suck -- S.Yegge


Re: svn commit: r521662 - in /maven/continuum/trunk: continuum-model/pom.xml pom.xml

2007-04-30 Thread Emmanuel Venisse

Yes, with the actual version of Modello.
Without output directories, files are generated in wrong directories.

Emmanuel

Rahul Thakur a écrit :

Do we really need to specify the outputDirectory?

Eclipse barfs on output folders being added as source directories and
flags build errors (Eclipse related) on all dependent projects.

Rahul


On 3/23/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

Author: evenisse
Date: Fri Mar 23 03:31:35 2007
New Revision: 521662

URL: http://svn.apache.org/viewvc?view=revrev=521662
Log:
Use the released modello
Fix the build with the new modello

Modified:
maven/continuum/trunk/continuum-model/pom.xml
maven/continuum/trunk/pom.xml

Modified: maven/continuum/trunk/continuum-model/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-model/pom.xml?view=diffrev=521662r1=521661r2=521662 

== 


--- maven/continuum/trunk/continuum-model/pom.xml (original)
+++ maven/continuum/trunk/continuum-model/pom.xml Fri Mar 23 03:31:35 
2007

@@ -46,6 +46,7 @@
 /goals
 configuration
   modelsrc/main/mdo/continuum.xml/model
+  
outputDirectory${basedir}/target/classes/META-INF/outputDirectory

 /configuration
   /execution
   execution
@@ -55,6 +56,7 @@
 /goals
 configuration
   modelsrc/main/mdo/continuum.xml/model
+  
outputDirectory${basedir}/target/classes/META-INF/outputDirectory

   replicationParameterstrue/replicationParameters
 /configuration
   /execution

Modified: maven/continuum/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/continuum/trunk/pom.xml?view=diffrev=521662r1=521661r2=521662 

== 


--- maven/continuum/trunk/pom.xml (original)
+++ maven/continuum/trunk/pom.xml Fri Mar 23 03:31:35 2007
@@ -74,7 +74,7 @@
 plugin
   groupIdorg.codehaus.modello/groupId
   artifactIdmodello-maven-plugin/artifactId
-  version1.0-alpha-15-SNAPSHOT/version
+  version1.0-alpha-15/version
 /plugin
   /plugins
 /pluginManagement











Re: svn commit: r521662 - in /maven/continuum/trunk: continuum-model/pom.xml pom.xml

2007-04-30 Thread Rahul Thakur


So we need to fix modello to output resources to correct directories, 
right?


(I'd hate to swtich IDEs just for this ;-)  )

Rahul

- Original Message - 
From: Emmanuel Venisse [EMAIL PROTECTED]

To: continuum-dev@maven.apache.org
Sent: Monday, April 30, 2007 9:30 PM
Subject: Re: svn commit: r521662 - in /maven/continuum/trunk: 
continuum-model/pom.xml pom.xml




Yes, with the actual version of Modello.
Without output directories, files are generated in wrong directories.

Emmanuel

Rahul Thakur a écrit :

Do we really need to specify the outputDirectory?

Eclipse barfs on output folders being added as source directories and
flags build errors (Eclipse related) on all dependent projects.

Rahul


On 3/23/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

Author: evenisse
Date: Fri Mar 23 03:31:35 2007
New Revision: 521662

URL: http://svn.apache.org/viewvc?view=revrev=521662
Log:
Use the released modello
Fix the build with the new modello

Modified:
maven/continuum/trunk/continuum-model/pom.xml
maven/continuum/trunk/pom.xml

Modified: maven/continuum/trunk/continuum-model/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-model/pom.xml?view=diffrev=521662r1=521661r2=521662

==
--- maven/continuum/trunk/continuum-model/pom.xml (original)
+++ maven/continuum/trunk/continuum-model/pom.xml Fri Mar 23 
03:31:35 2007

@@ -46,6 +46,7 @@
 /goals
 configuration
   modelsrc/main/mdo/continuum.xml/model
+ 
outputDirectory${basedir}/target/classes/META-INF/outputDirectory

 /configuration
   /execution
   execution
@@ -55,6 +56,7 @@
 /goals
 configuration
   modelsrc/main/mdo/continuum.xml/model
+ 
outputDirectory${basedir}/target/classes/META-INF/outputDirectory

   replicationParameterstrue/replicationParameters
 /configuration
   /execution

Modified: maven/continuum/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/continuum/trunk/pom.xml?view=diffrev=521662r1=521661r2=521662

==
--- maven/continuum/trunk/pom.xml (original)
+++ maven/continuum/trunk/pom.xml Fri Mar 23 03:31:35 2007
@@ -74,7 +74,7 @@
 plugin
   groupIdorg.codehaus.modello/groupId
   artifactIdmodello-maven-plugin/artifactId
-  version1.0-alpha-15-SNAPSHOT/version
+  version1.0-alpha-15/version
 /plugin
   /plugins
 /pluginManagement













Re: svn commit: r521662 - in /maven/continuum/trunk: continuum-model/pom.xml pom.xml

2007-04-30 Thread Emmanuel Venisse



Rahul Thakur a écrit :


So we need to fix modello to output resources to correct directories, 
right?


Yes.



(I'd hate to swtich IDEs just for this ;-)  )

Rahul

- Original Message - From: Emmanuel Venisse 
[EMAIL PROTECTED]

To: continuum-dev@maven.apache.org
Sent: Monday, April 30, 2007 9:30 PM
Subject: Re: svn commit: r521662 - in /maven/continuum/trunk: 
continuum-model/pom.xml pom.xml




Yes, with the actual version of Modello.
Without output directories, files are generated in wrong directories.

Emmanuel

Rahul Thakur a écrit :

Do we really need to specify the outputDirectory?

Eclipse barfs on output folders being added as source directories and
flags build errors (Eclipse related) on all dependent projects.

Rahul


On 3/23/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

Author: evenisse
Date: Fri Mar 23 03:31:35 2007
New Revision: 521662

URL: http://svn.apache.org/viewvc?view=revrev=521662
Log:
Use the released modello
Fix the build with the new modello

Modified:
maven/continuum/trunk/continuum-model/pom.xml
maven/continuum/trunk/pom.xml

Modified: maven/continuum/trunk/continuum-model/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-model/pom.xml?view=diffrev=521662r1=521661r2=521662 

== 


--- maven/continuum/trunk/continuum-model/pom.xml (original)
+++ maven/continuum/trunk/continuum-model/pom.xml Fri Mar 23 
03:31:35 2007

@@ -46,6 +46,7 @@
 /goals
 configuration
   modelsrc/main/mdo/continuum.xml/model
+ outputDirectory${basedir}/target/classes/META-INF/outputDirectory
 /configuration
   /execution
   execution
@@ -55,6 +56,7 @@
 /goals
 configuration
   modelsrc/main/mdo/continuum.xml/model
+ outputDirectory${basedir}/target/classes/META-INF/outputDirectory
   replicationParameterstrue/replicationParameters
 /configuration
   /execution

Modified: maven/continuum/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/continuum/trunk/pom.xml?view=diffrev=521662r1=521661r2=521662 

== 


--- maven/continuum/trunk/pom.xml (original)
+++ maven/continuum/trunk/pom.xml Fri Mar 23 03:31:35 2007
@@ -74,7 +74,7 @@
 plugin
   groupIdorg.codehaus.modello/groupId
   artifactIdmodello-maven-plugin/artifactId
-  version1.0-alpha-15-SNAPSHOT/version
+  version1.0-alpha-15/version
 /plugin
   /plugins
 /pluginManagement


















[continuum] BUILD SUCCESSFUL: Continuum Model

2006-03-17 Thread Continuum Build Server
Online report : 
http://ci.codehaus.org/continuum-maven/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/86/buildId/86
Build statistics:
  State: Ok
  Previous State: Failed
  Started at: Thu, 16 Mar 2006 21:15:59 -0800
  Finished at: Thu, 16 Mar 2006 21:16:43 -0800
  Total time: 44s
  Build Trigger: Forced
  Exit code: 0
  Building machine hostname: cheddar.simulalabs.com
  Operating system : Linux(unknown)
  Java version : 1.5.0_03(Sun Microsystems Inc.)

Changes
  No files changed
  

Output:

[INFO] Scanning for projects...
[INFO] 

[INFO] Building Continuum Model
[INFO]task-segment: [clean, install]
[INFO] 

[INFO] [clean:clean]
[INFO] Deleting directory 
/home/nobody/continuum-maven/working-directory/86/target
[INFO] Setting property: classpath.resource.loader.class = 
'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: resource.loader = 'classpath'.
[INFO] ** 
[INFO] Starting Jakarta Velocity v1.4
[INFO] RuntimeInstance initializing.
[INFO] Default Properties File: 
org/apache/velocity/runtime/defaults/velocity.properties
[INFO] Default ResourceManager initializing. (class 
org.apache.velocity.runtime.resource.ResourceManagerImpl)
[INFO] Resource Loader Instantiated: 
org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader
[INFO] ClasspathResourceLoader : initialization starting.
[INFO] ClasspathResourceLoader : initialization complete.
[INFO] ResourceCache : initialized. (class 
org.apache.velocity.runtime.resource.ResourceCacheImpl)
[INFO] Default ResourceManager initialization complete.
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Literal
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Macro
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Parse
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Include
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
[INFO] Created: 20 parsers.
[INFO] Velocimacro : initialization starting.
[INFO] Velocimacro : adding VMs from VM library template : VM_global_library.vm
[ERROR] ResourceManager : unable to find resource 'VM_global_library.vm' in any 
resource loader.
[INFO] Velocimacro : error using  VM library template VM_global_library.vm : 
org.apache.velocity.exception.ResourceNotFoundException: Unable to find 
resource 'VM_global_library.vm'
[INFO] Velocimacro :  VM library template macro registration complete.
[INFO] Velocimacro : allowInline = true : VMs can be defined inline in templates
[INFO] Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT 
replace previous VM definitions
[INFO] Velocimacro : allowInlineLocal = false : VMs defined inline will be  
global in scope if allowed.
[INFO] Velocimacro : messages on  : VM system will output logging messages
[INFO] Velocimacro : autoload off  : VM system will not automatically reload 
global library macros
[INFO] Velocimacro : initialization complete.
[INFO] Velocity successfully started.
[INFO] [modello:java {execution: default}]
[INFO] outputDirectory: 
/home/nobody/continuum-maven/working-directory/86/target/generated-sources
[INFO] [modello:jpox-jdo-mapping {execution: default}]
[INFO] outputDirectory: 
/home/nobody/continuum-maven/working-directory/86/target/classes
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[WARNING] 
Artifact junit:junit:jar:3.8.1 retains local scope 'test' overriding 
broader scope 'compile'
given by a dependency. If this is not intended, modify or remove the 
local scope.

[INFO] [compiler:compile]
Compiling 19 source files to 
/home/nobody/continuum-maven/working-directory/86/target/classes
Downloading: 
http://repo1.maven.org/maven2/javax/jdo/jdo/2.0-20050809.1515/jdo-2.0-20050809.1515.pom
401b downloaded
Downloading: 
http://repo1.maven.org/maven2/jpox/jpox/1.1.0-beta-4/jpox-1.1.0-beta-4.pom
2K downloaded
Downloading: 
http://repo1.maven.org/maven2/javax/resource/connector/1.0/connector-1.0.pom
615b downloaded
Downloading: 
http://repo1.maven.org/maven2/jpox/jpox-dbcp/1.1.0-beta-4/jpox-dbcp-1.1.0-beta-4.pom
1K downloaded
Downloading: 
http://repo1.maven.org/maven2/commons-pool/commons-pool/1.2/commons-pool-1.2.pom
4K downloaded
Downloading: http://repo1.maven.org/maven2/xerces/xerces/2.0.2/xerces-2.0.2.pom
311b downloaded
[WARNING] 
  This artifact has been relocated to xerces:xercesImpl:2.0.2.


Downloading: 
http://repo1.maven.org/maven2/xerces/xercesImpl/2.0.2/xercesImpl-2.0.2.pom
150b downloaded
Downloading: 
http://repo1.maven.org/maven2/commons-dbcp/commons-dbcp

[jira] Created: (CONTINUUM-457) make a light weight continuum model

2005-11-17 Thread Milos Kleint (JIRA)
make a light weight continuum model
---

 Key: CONTINUUM-457
 URL: http://jira.codehaus.org/browse/CONTINUUM-457
 Project: Continuum
Type: New Feature
  Components: continuum-xmlrpc  
Reporter: Milos Kleint


create a light weight continuum model for use on the client side of continuum 
rpc.



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[continuum] BUILD ERROR: Continuum Model

2005-06-15 Thread [EMAIL PROTECTED]

Build statistics:
  State: Error
  Previous State: Error
  Started at: Wed, 15 Jun 2005 06:07:46 +
  Finished at: Wed, 15 Jun 2005 06:07:46 +
  Total time: 0s
  Building machine hostname: maven.zones.apache.org


There was no content on standard output.

There was no content on standard error.



[continuum] BUILD ERROR: Continuum Model

2005-06-15 Thread [EMAIL PROTECTED]

Build statistics:
  State: Error
  Previous State: Error
  Started at: Wed, 15 Jun 2005 07:07:47 +
  Finished at: Wed, 15 Jun 2005 07:07:47 +
  Total time: 0s
  Building machine hostname: maven.zones.apache.org


There was no content on standard output.

There was no content on standard error.



[continuum] BUILD ERROR: Continuum Model

2005-06-15 Thread [EMAIL PROTECTED]

Build statistics:
  State: Error
  Previous State: Error
  Started at: Wed, 15 Jun 2005 08:07:46 +
  Finished at: Wed, 15 Jun 2005 08:07:46 +
  Total time: 0s
  Building machine hostname: maven.zones.apache.org


There was no content on standard output.

There was no content on standard error.



[continuum] BUILD ERROR: Continuum Model

2005-06-15 Thread [EMAIL PROTECTED]

Build statistics:
  State: Error
  Previous State: Error
  Started at: Wed, 15 Jun 2005 10:07:46 +
  Finished at: Wed, 15 Jun 2005 10:07:46 +
  Total time: 0s
  Building machine hostname: maven.zones.apache.org


There was no content on standard output.

There was no content on standard error.



[continuum] BUILD ERROR: Continuum Model

2005-06-15 Thread [EMAIL PROTECTED]

Build statistics:
  State: Error
  Previous State: Error
  Started at: Wed, 15 Jun 2005 11:07:46 +
  Finished at: Wed, 15 Jun 2005 11:07:46 +
  Total time: 0s
  Building machine hostname: maven.zones.apache.org


There was no content on standard output.

There was no content on standard error.



[continuum] BUILD ERROR: Continuum Model

2005-06-15 Thread [EMAIL PROTECTED]

Build statistics:
  State: Error
  Previous State: Error
  Started at: Wed, 15 Jun 2005 12:07:46 +
  Finished at: Wed, 15 Jun 2005 12:07:46 +
  Total time: 0s
  Building machine hostname: maven.zones.apache.org


There was no content on standard output.

There was no content on standard error.



[continuum] BUILD ERROR: Continuum Model

2005-06-15 Thread [EMAIL PROTECTED]

Build statistics:
  State: Error
  Previous State: Error
  Started at: Wed, 15 Jun 2005 18:07:46 +
  Finished at: Wed, 15 Jun 2005 18:07:46 +
  Total time: 0s
  Building machine hostname: maven.zones.apache.org


There was no content on standard output.

There was no content on standard error.



[continuum] BUILD ERROR: Continuum Model

2005-06-15 Thread [EMAIL PROTECTED]

Build statistics:
  State: Error
  Previous State: Error
  Started at: Wed, 15 Jun 2005 20:07:46 +
  Finished at: Wed, 15 Jun 2005 20:07:46 +
  Total time: 0s
  Building machine hostname: maven.zones.apache.org


There was no content on standard output.

There was no content on standard error.



[continuum] BUILD ERROR: Continuum Model

2005-06-15 Thread [EMAIL PROTECTED]

Build statistics:
  State: Error
  Previous State: Error
  Started at: Wed, 15 Jun 2005 21:07:46 +
  Finished at: Wed, 15 Jun 2005 21:07:46 +
  Total time: 0s
  Building machine hostname: maven.zones.apache.org


There was no content on standard output.

There was no content on standard error.



[continuum] BUILD ERROR: Continuum Model

2005-06-15 Thread [EMAIL PROTECTED]

Build statistics:
  State: Error
  Previous State: Error
  Started at: Wed, 15 Jun 2005 22:07:46 +
  Finished at: Wed, 15 Jun 2005 22:07:46 +
  Total time: 0s
  Building machine hostname: maven.zones.apache.org


There was no content on standard output.

There was no content on standard error.



[continuum] BUILD ERROR: Continuum Model

2005-06-15 Thread [EMAIL PROTECTED]

Build statistics:
  State: Error
  Previous State: Error
  Started at: Wed, 15 Jun 2005 23:07:46 +
  Finished at: Wed, 15 Jun 2005 23:07:46 +
  Total time: 0s
  Building machine hostname: maven.zones.apache.org


There was no content on standard output.

There was no content on standard error.



[continuum] BUILD ERROR: Continuum Model

2005-06-15 Thread [EMAIL PROTECTED]

Build statistics:
  State: Error
  Previous State: Error
  Started at: Thu, 16 Jun 2005 00:07:46 +
  Finished at: Thu, 16 Jun 2005 00:07:46 +
  Total time: 0s
  Building machine hostname: maven.zones.apache.org


There was no content on standard output.

There was no content on standard error.



[continuum] BUILD ERROR: Continuum Model

2005-06-14 Thread [EMAIL PROTECTED]

Build statistics:
  State: Error
  Previous State: Error
  Started at: Tue, 14 Jun 2005 06:07:46 +
  Finished at: Tue, 14 Jun 2005 06:07:46 +
  Total time: 0s
  Building machine hostname: maven.zones.apache.org


There was no content on standard output.

There was no content on standard error.



[continuum] BUILD ERROR: Continuum Model

2005-06-14 Thread [EMAIL PROTECTED]

Build statistics:
  State: Error
  Previous State: Error
  Started at: Tue, 14 Jun 2005 07:07:46 +
  Finished at: Tue, 14 Jun 2005 07:07:46 +
  Total time: 0s
  Building machine hostname: maven.zones.apache.org


There was no content on standard output.

There was no content on standard error.



[continuum] BUILD ERROR: Continuum Model

2005-06-14 Thread [EMAIL PROTECTED]

Build statistics:
  State: Error
  Previous State: Error
  Started at: Tue, 14 Jun 2005 08:07:46 +
  Finished at: Tue, 14 Jun 2005 08:07:46 +
  Total time: 0s
  Building machine hostname: maven.zones.apache.org


There was no content on standard output.

There was no content on standard error.



[continuum] BUILD ERROR: Continuum Model

2005-06-14 Thread [EMAIL PROTECTED]

Build statistics:
  State: Error
  Previous State: Error
  Started at: Tue, 14 Jun 2005 09:07:46 +
  Finished at: Tue, 14 Jun 2005 09:07:46 +
  Total time: 0s
  Building machine hostname: maven.zones.apache.org


There was no content on standard output.

There was no content on standard error.



[continuum] BUILD ERROR: Continuum Model

2005-06-14 Thread [EMAIL PROTECTED]

Build statistics:
  State: Error
  Previous State: Error
  Started at: Tue, 14 Jun 2005 10:07:46 +
  Finished at: Tue, 14 Jun 2005 10:07:46 +
  Total time: 0s
  Building machine hostname: maven.zones.apache.org


There was no content on standard output.

There was no content on standard error.



[continuum] BUILD ERROR: Continuum Model

2005-06-14 Thread [EMAIL PROTECTED]

Build statistics:
  State: Error
  Previous State: Error
  Started at: Tue, 14 Jun 2005 14:07:46 +
  Finished at: Tue, 14 Jun 2005 14:07:46 +
  Total time: 0s
  Building machine hostname: maven.zones.apache.org


There was no content on standard output.

There was no content on standard error.



[continuum] BUILD ERROR: Continuum Model

2005-06-14 Thread [EMAIL PROTECTED]

Build statistics:
  State: Error
  Previous State: Error
  Started at: Tue, 14 Jun 2005 16:07:46 +
  Finished at: Tue, 14 Jun 2005 16:07:46 +
  Total time: 0s
  Building machine hostname: maven.zones.apache.org


There was no content on standard output.

There was no content on standard error.



[continuum] BUILD ERROR: Continuum Model

2005-06-14 Thread [EMAIL PROTECTED]

Build statistics:
  State: Error
  Previous State: Error
  Started at: Tue, 14 Jun 2005 20:07:46 +
  Finished at: Tue, 14 Jun 2005 20:07:46 +
  Total time: 0s
  Building machine hostname: maven.zones.apache.org


There was no content on standard output.

There was no content on standard error.



[continuum] BUILD ERROR: Continuum Model

2005-06-14 Thread [EMAIL PROTECTED]

Build statistics:
  State: Error
  Previous State: Error
  Started at: Tue, 14 Jun 2005 22:07:46 +
  Finished at: Tue, 14 Jun 2005 22:07:46 +
  Total time: 0s
  Building machine hostname: maven.zones.apache.org


There was no content on standard output.

There was no content on standard error.



[continuum] BUILD ERROR: Continuum Model

2005-06-14 Thread [EMAIL PROTECTED]

Build statistics:
  State: Error
  Previous State: Error
  Started at: Wed, 15 Jun 2005 01:07:46 +
  Finished at: Wed, 15 Jun 2005 01:07:46 +
  Total time: 0s
  Building machine hostname: maven.zones.apache.org


There was no content on standard output.

There was no content on standard error.



[continuum] BUILD ERROR: Continuum Model

2005-06-14 Thread [EMAIL PROTECTED]

Build statistics:
  State: Error
  Previous State: Error
  Started at: Wed, 15 Jun 2005 02:07:46 +
  Finished at: Wed, 15 Jun 2005 02:07:46 +
  Total time: 0s
  Building machine hostname: maven.zones.apache.org


There was no content on standard output.

There was no content on standard error.



[continuum] BUILD ERROR: Continuum Model

2005-06-14 Thread [EMAIL PROTECTED]

Build statistics:
  State: Error
  Previous State: Error
  Started at: Wed, 15 Jun 2005 04:08:04 +
  Finished at: Wed, 15 Jun 2005 04:08:04 +
  Total time: 0s
  Building machine hostname: maven.zones.apache.org


There was no content on standard output.

There was no content on standard error.



[continuum] BUILD ERROR: Continuum Model

2005-06-14 Thread [EMAIL PROTECTED]

Build statistics:
  State: Error
  Previous State: Error
  Started at: Wed, 15 Jun 2005 05:07:46 +
  Finished at: Wed, 15 Jun 2005 05:07:46 +
  Total time: 0s
  Building machine hostname: maven.zones.apache.org


There was no content on standard output.

There was no content on standard error.



[continuum] BUILD ERROR: Continuum Model

2005-06-13 Thread [EMAIL PROTECTED]

Build statistics:
  State: Error
  Previous State: Error
  Started at: Mon, 13 Jun 2005 10:07:46 +
  Finished at: Mon, 13 Jun 2005 10:07:46 +
  Total time: 0s
  Building machine hostname: maven.zones.apache.org


There was no content on standard output.

There was no content on standard error.



[continuum] BUILD ERROR: Continuum Model

2005-06-13 Thread [EMAIL PROTECTED]

Build statistics:
  State: Error
  Previous State: Error
  Started at: Mon, 13 Jun 2005 11:07:46 +
  Finished at: Mon, 13 Jun 2005 11:07:46 +
  Total time: 0s
  Building machine hostname: maven.zones.apache.org


There was no content on standard output.

There was no content on standard error.



[continuum] BUILD ERROR: Continuum Model

2005-06-13 Thread [EMAIL PROTECTED]

Build statistics:
  State: Error
  Previous State: Error
  Started at: Mon, 13 Jun 2005 12:07:46 +
  Finished at: Mon, 13 Jun 2005 12:07:46 +
  Total time: 0s
  Building machine hostname: maven.zones.apache.org


There was no content on standard output.

There was no content on standard error.



[continuum] BUILD ERROR: Continuum Model

2005-06-13 Thread [EMAIL PROTECTED]

Build statistics:
  State: Error
  Previous State: Error
  Started at: Mon, 13 Jun 2005 23:07:46 +
  Finished at: Mon, 13 Jun 2005 23:07:46 +
  Total time: 0s
  Building machine hostname: maven.zones.apache.org


There was no content on standard output.

There was no content on standard error.



[continuum] BUILD ERROR: Continuum Model

2005-06-13 Thread [EMAIL PROTECTED]

Build statistics:
  State: Error
  Previous State: Error
  Started at: Tue, 14 Jun 2005 00:07:46 +
  Finished at: Tue, 14 Jun 2005 00:07:46 +
  Total time: 0s
  Building machine hostname: maven.zones.apache.org


There was no content on standard output.

There was no content on standard error.



[continuum] BUILD ERROR: Continuum Model

2005-06-13 Thread [EMAIL PROTECTED]

Build statistics:
  State: Error
  Previous State: Error
  Started at: Tue, 14 Jun 2005 01:07:46 +
  Finished at: Tue, 14 Jun 2005 01:07:46 +
  Total time: 0s
  Building machine hostname: maven.zones.apache.org


There was no content on standard output.

There was no content on standard error.



[continuum] BUILD ERROR: Continuum Model

2005-06-13 Thread [EMAIL PROTECTED]

Build statistics:
  State: Error
  Previous State: Error
  Started at: Tue, 14 Jun 2005 03:07:46 +
  Finished at: Tue, 14 Jun 2005 03:07:46 +
  Total time: 0s
  Building machine hostname: maven.zones.apache.org


There was no content on standard output.

There was no content on standard error.



[continuum] BUILD ERROR: Continuum Model

2005-06-13 Thread [EMAIL PROTECTED]

Build statistics:
  State: Error
  Previous State: Error
  Started at: Tue, 14 Jun 2005 05:07:46 +
  Finished at: Tue, 14 Jun 2005 05:07:46 +
  Total time: 0s
  Building machine hostname: maven.zones.apache.org


There was no content on standard output.

There was no content on standard error.



[continuum] BUILD FAILURE: Continuum Model

2005-06-12 Thread [EMAIL PROTECTED]

Build statistics:
  State: Failed
  Previous State: Ok
  Started at: Sun, 12 Jun 2005 11:07:55 +
  Finished at: Sun, 12 Jun 2005 11:08:02 +
  Total time: 7s
  Building machine hostname: maven.zones.apache.org



Standard output:

[INFO] 

[INFO] Building Continuum Model
[INFO] 

[INFO] maven-compiler-plugin: resolved to version 2.0-alpha-3-SNAPSHOT from 
local repository
[INFO] maven-compiler-plugin: using locally installed snapshot
[INFO] maven-plugin-parent: using locally installed snapshot
[INFO] plexus-compiler-javac: resolved to version 1.4-20050608.082112-2 from 
local repository
[INFO] plexus-compilers: resolved to version 1.4-20050608.082112-1 from local 
repository
[INFO] plexus-compiler: resolved to version 1.4-20050608.082112-1 from local 
repository
[INFO] maven-deploy-plugin: resolved to version 2.0-alpha-3-SNAPSHOT from local 
repository
[INFO] maven-deploy-plugin: using locally installed snapshot
[INFO] maven-install-plugin: resolved to version 2.0-alpha-3-SNAPSHOT from 
local repository
[INFO] maven-install-plugin: using locally installed snapshot
[INFO] maven-jar-plugin: resolved to version 2.0-alpha-3-SNAPSHOT from local 
repository
[INFO] maven-jar-plugin: using locally installed snapshot
[INFO] maven-archiver: using locally installed snapshot
[INFO] maven: using locally installed snapshot
[INFO] maven-resources-plugin: resolved to version 2.0-alpha-3-SNAPSHOT from 
local repository
[INFO] maven-resources-plugin: using locally installed snapshot
[INFO] maven-surefire-plugin: resolved to version 2.0-alpha-3-SNAPSHOT from 
local repository
[INFO] maven-surefire-plugin: using locally installed snapshot
[INFO] maven-jpox-plugin: checking for updates from central
[INFO] Retrieving snapshot information for maven-jpox-plugin 1.0-SNAPSHOT
[INFO] maven-jpox-plugin: resolved to version 1.0-20050507.150141-7 from local 
repository
[INFO] mojo: checking for updates from central
[INFO] Retrieving snapshot information for mojo 1.0-SNAPSHOT
[INFO] mojo: resolved to version 1.0-20050429.134955-2 from local repository
[INFO] modello-maven-plugin: checking for updates from central
[INFO] Retrieving snapshot information for modello-maven-plugin 
1.0-alpha-3-SNAPSHOT
[INFO] modello-maven-plugin: resolved to version 1.0-alpha-3-20050608.042903-2 
from local repository
[INFO] modello: checking for updates from central
[INFO] Retrieving snapshot information for modello 1.0-alpha-3-SNAPSHOT
[INFO] modello: resolved to version 1.0-alpha-3-20050608.082903-1 from local 
repository
[INFO] modello-core: checking for updates from central
[INFO] Retrieving snapshot information for modello-core 1.0-alpha-3-SNAPSHOT
[INFO] modello-core: resolved to version 1.0-alpha-3-20050608.082903-1 from 
local repository
[INFO] modello-plugin-xdoc: checking for updates from central
[INFO] Retrieving snapshot information for modello-plugin-xdoc 
1.0-alpha-3-SNAPSHOT
[INFO] modello-plugin-xdoc: resolved to version 1.0-alpha-3-20050608.082903-1 
from local repository
[INFO] modello-plugins: checking for updates from central
[INFO] Retrieving snapshot information for modello-plugins 1.0-alpha-3-SNAPSHOT
[INFO] modello-plugins: resolved to version 1.0-alpha-3-20050608.082903-1 from 
local repository
[INFO] modello-plugin-xpp3: checking for updates from central
[INFO] Retrieving snapshot information for modello-plugin-xpp3 
1.0-alpha-3-SNAPSHOT
[INFO] modello-plugin-xpp3: resolved to version 1.0-alpha-3-20050608.082903-1 
from local repository
[INFO] modello-plugin-jpox: checking for updates from central
[INFO] Retrieving snapshot information for modello-plugin-jpox 
1.0-alpha-3-SNAPSHOT
Downloading: 
http://repo1.maven.org/maven2/org/codehaus/modello/modello-plugin-jpox/1.0-alpha-3-SNAPSHOT/modello-plugin-jpox-1.0-alpha-3-SNAPSHOT.pom
[WARNING] Unable to get resource from repository http://repo1.maven.org/maven2
[INFO] 

[INFO] BUILD FAILURE
[INFO] 

[INFO] Main Error:
  Unable to download the artifact from any repository
  org.codehaus.modello:modello-plugin-jpox:1.0-alpha-3-SNAPSHOT:pom

from the specified remote repositories:
  http://repo1.maven.org/maven2

Root error:
  Unable to download the artifact from any repository
[INFO] 

[INFO] Total time: 6 seconds
[INFO] Finished at: Sun Jun 12 11:08:02 GMT+00:00 2005
[INFO] Final Memory: 3M/245M
[INFO

[continuum] BUILD SUCCESSFUL: Continuum Model

2005-06-09 Thread [EMAIL PROTECTED]

Build statistics:
  State: Ok
  Previous build: No previous build.
  Started at: Fri, 10 Jun 2005 02:29:24 +
  Finished at: Fri, 10 Jun 2005 02:29:29 +
  Total time: 5s
  Building machine hostname: maven.zones.apache.org



Standard output:

[INFO] 

[INFO] Building Continuum Model
[INFO] 

[INFO] maven-compiler-plugin: resolved to version 2.0-alpha-3-SNAPSHOT from 
local repository
[INFO] maven-compiler-plugin: using locally installed snapshot
[INFO] plexus-compiler-javac: resolved to version 1.4-20050608.082112-2 from 
local repository
[INFO] plexus-compilers: resolved to version 1.4-20050608.082112-1 from local 
repository
[INFO] plexus-compiler: resolved to version 1.4-20050608.082112-1 from local 
repository
[INFO] maven-deploy-plugin: resolved to version 2.0-alpha-3-SNAPSHOT from local 
repository
[INFO] maven-deploy-plugin: using locally installed snapshot
[INFO] maven-install-plugin: resolved to version 2.0-alpha-3-SNAPSHOT from 
local repository
[INFO] maven-install-plugin: using locally installed snapshot
[INFO] maven-jar-plugin: resolved to version 2.0-alpha-3-SNAPSHOT from local 
repository
[INFO] maven-jar-plugin: using locally installed snapshot
[INFO] maven-archiver: using locally installed snapshot
[INFO] maven: using locally installed snapshot
[INFO] maven-resources-plugin: resolved to version 2.0-alpha-3-SNAPSHOT from 
local repository
[INFO] maven-resources-plugin: using locally installed snapshot
[INFO] maven-surefire-plugin: resolved to version 2.0-alpha-3-SNAPSHOT from 
local repository
[INFO] maven-surefire-plugin: using locally installed snapshot
[INFO] maven-jpox-plugin: resolved to version 1.0-20050507.150141-7 from local 
repository
[INFO] mojo: resolved to version 1.0-20050429.134955-2 from local repository
[INFO] maven-clean-plugin: resolved to version 2.0-alpha-3-SNAPSHOT from local 
repository
[INFO] maven-clean-plugin: using locally installed snapshot
[INFO] [clean:clean]
[INFO] Deleting directory 
/export/home/continuum/continuum-1.0-alpha-2/apps/continuum/temp/4/target
[INFO] Setting property: classpath.resource.loader.class = 
'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: resource.loader = 'classpath'.
[INFO] ** 
[INFO] Starting Jakarta Velocity v1.4
[INFO] RuntimeInstance initializing.
[INFO] Default Properties File: 
org/apache/velocity/runtime/defaults/velocity.properties
[INFO] Default ResourceManager initializing. (class 
org.apache.velocity.runtime.resource.ResourceManagerImpl)
[INFO] Resource Loader Instantiated: 
org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader
[INFO] ClasspathResourceLoader : initialization starting.
[INFO] ClasspathResourceLoader : initialization complete.
[INFO] ResourceCache : initialized. (class 
org.apache.velocity.runtime.resource.ResourceCacheImpl)
[INFO] Default ResourceManager initialization complete.
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Literal
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Macro
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Parse
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Include
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
[INFO] Created: 20 parsers.
[INFO] Velocimacro : initialization starting.
[INFO] Velocimacro : adding VMs from VM library template : VM_global_library.vm
[ERROR] ResourceManager : unable to find resource 'VM_global_library.vm' in any 
resource loader.
[INFO] Velocimacro : error using  VM library template VM_global_library.vm : 
org.apache.velocity.exception.ResourceNotFoundException: Unable to find 
resource 'VM_global_library.vm'
[INFO] Velocimacro :  VM library template macro registration complete.
[INFO] Velocimacro : allowInline = true : VMs can be defined inline in templates
[INFO] Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT 
replace previous VM definitions
[INFO] Velocimacro : allowInlineLocal = false : VMs defined inline will be  
global in scope if allowed.
[INFO] Velocimacro : messages on  : VM system will output logging messages
[INFO] Velocimacro : autoload off  : VM system will not automatically reload 
global library macros
[INFO] Velocimacro : initialization complete.
[INFO] Velocity successfully started.
[INFO] [modello:java]
[INFO] outputDirectory: 
/export/home/continuum/continuum-1.0-alpha-2/apps/continuum/temp/4/target/generated-sources
[INFO