[continuum build - FAILED - update] Wed Oct 26 07:30:00 GMT 2005

2005-10-26 Thread continuum
Log:
http://maven.zones.apache.org/~continuum/logs/continuum-build-log-20051026.073000.txt


[continuum build - FAILED - update] Wed Oct 26 09:00:00 GMT 2005

2005-10-26 Thread continuum
Log:
http://maven.zones.apache.org/~continuum/logs/continuum-build-log-20051026.09.txt


[continuum build - FAILED - update] Wed Oct 26 11:00:00 GMT 2005

2005-10-26 Thread continuum
Log:
http://maven.zones.apache.org/~continuum/logs/continuum-build-log-20051026.11.txt


[continuum build - FAILED - update] Wed Oct 26 11:30:00 GMT 2005

2005-10-26 Thread continuum
Log:
http://maven.zones.apache.org/~continuum/logs/continuum-build-log-20051026.113000.txt


[continuum build - FAILED - update] Wed Oct 26 12:30:00 GMT 2005

2005-10-26 Thread continuum
Log:
http://maven.zones.apache.org/~continuum/logs/continuum-build-log-20051026.123000.txt


[continuum build - FAILED - update] Wed Oct 26 15:30:01 GMT 2005

2005-10-26 Thread continuum
Log:
http://maven.zones.apache.org/~continuum/logs/continuum-build-log-20051026.153001.txt


[continuum build - FAILED - update] Wed Oct 26 16:00:00 GMT 2005

2005-10-26 Thread continuum
Log:
http://maven.zones.apache.org/~continuum/logs/continuum-build-log-20051026.16.txt


[ANN] Continuum 1.0 Final released

2005-10-26 Thread Emmanuel Venisse

The Maven team is pleased to announce the 1.0 of Continuum. Continuum is a
continous integration server.

We have progressively improved Continuum over five previous releases and now 
provides
the following features:

 * Support for Maven 2.x

 * Support for Maven 1.x

 * Support for Ant

 * Support for shell scripts

 * Tight integration with Maven SCM

* Subversion

* CVS

* Starteam

 * Easy to use web-based setup and  interface

 * XML-RPC and SOAP interfaces for integration, automation and remoting

 * Mail Notification

 * IM notification

   * IRC

   * Jabber

   * MSN

 * Blame Mechanism

For a complete list of changes please refer to the complete changelog:

http://maven.apache.org/continuum/change-log.html

To get started with Continuum take a look at the download and install
instructions:

http://maven.apache.org/continuum/download.html

And then take a look at our getting started guide:

http://maven.apache.org/continuum/guides/getting-started/index.html



[continuum build - FAILED - update] Wed Oct 26 16:30:00 GMT 2005

2005-10-26 Thread continuum
Log:
http://maven.zones.apache.org/~continuum/logs/continuum-build-log-20051026.163000.txt


[jira] Reopened: (CONTINUUM-367) error when calling getprojects() through xml-rpc

2005-10-26 Thread Milos Kleint (JIRA)
 [ http://jira.codehaus.org/browse/CONTINUUM-367?page=all ]
 
Milos Kleint reopened CONTINUUM-367:



not really. I've installed 1.0 final and get a similar problem.

not sure what I'm doing wrong. teh code is fairly simple:
// Create an object to represent our server.
XmlRpcClient server = new XmlRpcClient(http://localhost:8000;);

Object obj = server.execute(continuum.getProjects, new Vector());

I get this error back.
result=failure, stackTrace=java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.apache.maven.continuum.xmlrpc.DefaultXmlRpcHelper.objectToHashtable(DefaultXmlRpcHelper.java:212)
at 
org.apache.maven.continuum.xmlrpc.DefaultXmlRpcHelper.objectToHashtable(DefaultXmlRpcHelper.java:67)
at 
org.apache.maven.continuum.xmlrpc.DefaultContinuumXmlRpc.convertContinuumProject(DefaultContinuumXmlRpc.java:395)
at 
org.apache.maven.continuum.xmlrpc.DefaultContinuumXmlRpc.getProjects(DefaultContinuumXmlRpc.java:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.xmlrpc.Invoker.execute(Unknown Source)
at org.apache.xmlrpc.XmlRpcWorker.invokeHandler(Unknown Source)
at org.apache.xmlrpc.XmlRpcWorker.execute(Unknown Source)
at org.apache.xmlrpc.XmlRpcServer.execute(Unknown Source)
at org.apache.xmlrpc.XmlRpcServer.execute(Unknown Source)
at org.apache.xmlrpc.WebServer$Connection.run(Unknown Source)
at org.apache.xmlrpc.WebServer$Runner.run(Unknown Source)
at java.lang.Thread.run(Thread.java:595)
Caused by: javax.jdo.JDODetachedFieldAccessException: You have just attempted 
to access field buildResults yet this field was not detached when you 
detached the object. Either dont access this field, or detach the field when 
detaching the object.
at 
org.apache.maven.continuum.model.project.Project.jdoGetbuildResults(Project.java)
at 
org.apache.maven.continuum.model.project.Project.getBuildResults(Project.java:338)
... 20 more
, message=, method=ContinuumXmlRpc.getProjects()}

 error when calling getprojects() through xml-rpc 
 -

  Key: CONTINUUM-367
  URL: http://jira.codehaus.org/browse/CONTINUUM-367
  Project: Continuum
 Type: Bug
   Components: continuum-xmlrpc
 Versions: 1.0-beta-1
  Environment: mandrake linux 2005
 Reporter: Milos Kleint
 Assignee: Emmanuel Venisse
 Priority: Blocker
  Fix For: 1.0



 when I call getProjects() method through xml-rpc, it returns correctly when 
 there are no projects, but fails when there are some.
 happened both on my localhost server and maven.zones.apache.org server.
 the error is following:
 obj={result=failure, stackTrace=java.lang.reflect.InvocationTargetException
 at sun.reflect.GeneratedMethodAccessor149.invoke(Unknown Source)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:585)
 at 
 org.apache.maven.continuum.xmlrpc.DefaultXmlRpcHelper.objectToHashtable(DefaultXmlRpcHelper.java:212)
 at 
 org.apache.maven.continuum.xmlrpc.DefaultXmlRpcHelper.objectToHashtable(DefaultXmlRpcHelper.java:67)
 at 
 org.apache.maven.continuum.xmlrpc.DefaultContinuumXmlRpc.convertContinuumProject(DefaultContinuumXmlRpc.java:395)
 at 
 org.apache.maven.continuum.xmlrpc.DefaultContinuumXmlRpc.getProjects(DefaultContinuumXmlRpc.java:101)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:585)
 at org.apache.xmlrpc.Invoker.execute(Unknown Source)
 at org.apache.xmlrpc.XmlRpcWorker.invokeHandler(Unknown Source)
 at org.apache.xmlrpc.XmlRpcWorker.execute(Unknown Source)
 at org.apache.xmlrpc.XmlRpcServer.execute(Unknown Source)
 at org.apache.xmlrpc.XmlRpcServer.execute(Unknown Source)
 at org.apache.xmlrpc.WebServer$Connection.run(Unknown Source)
 at org.apache.xmlrpc.WebServer$Runner.run(Unknown Source)
 at 

[continuum build - FAILED - update] Wed Oct 26 18:00:00 GMT 2005

2005-10-26 Thread continuum
Log:
http://maven.zones.apache.org/~continuum/logs/continuum-build-log-20051026.180001.txt


[jira] Created: (CONTINUUM-370) cvs tag ignored

2005-10-26 Thread Ryan Sonnek (JIRA)
cvs tag ignored
---

 Key: CONTINUUM-370
 URL: http://jira.codehaus.org/browse/CONTINUUM-370
 Project: Continuum
Type: Bug
  Components: continuum-core  
Versions: 1.0
 Environment: maven-2.0.0, contiuum-1.0
 Reporter: Ryan Sonnek


Continuum ignores the CVS tag attribute set on a maven2 project.  You can 
configure the branch/version for the build using the edit project page, but 
it should respect the tag in the pom.xml

example pom.xml:
  scm
connectionscm:cvs:pserver:[EMAIL PROTECTED]:/cvs:project//connection
developerConnectionscm:cvs:pserver:[EMAIL 
PROTECTED]:/cvs:project//developerConnection
tagVERSION_1_0/tag
  /scm

Continuum output:
2005-10-26 13:13:15,015 [Thread-1] DEBUG ScmManager - 
Command line: cvs -f -d :pserver:[EMAIL PROTECTED]:2401/cvs -q checkout -d 2 
project

I could be misunderstanding the purpose of the scm tag.  Any clarification on 
this would be appreciated.

-- 
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 - FAILED - update] Wed Oct 26 19:00:00 GMT 2005

2005-10-26 Thread continuum
Log:
http://maven.zones.apache.org/~continuum/logs/continuum-build-log-20051026.190001.txt


[continuum build - FAILED - update] Wed Oct 26 21:00:00 GMT 2005

2005-10-26 Thread continuum
Log:
http://maven.zones.apache.org/~continuum/logs/continuum-build-log-20051026.21.txt


[continuum build - FAILED - update] Wed Oct 26 22:00:00 GMT 2005

2005-10-26 Thread continuum
Log:
http://maven.zones.apache.org/~continuum/logs/continuum-build-log-20051026.22.txt


[continuum build - FAILED - update] Wed Oct 26 22:30:00 GMT 2005

2005-10-26 Thread continuum
Log:
http://maven.zones.apache.org/~continuum/logs/continuum-build-log-20051026.223000.txt


[continuum build - FAILED - update] Thu Oct 27 00:30:02 GMT 2005

2005-10-26 Thread continuum
Log:
http://maven.zones.apache.org/~continuum/logs/continuum-build-log-20051027.003003.txt


[continuum build - FAILED - checkout] Thu Oct 27 01:30:00 GMT 2005

2005-10-26 Thread continuum
Log:
http://maven.zones.apache.org/~continuum/logs/continuum-build-log-20051027.013000.txt


[continuum build - FAILED - update] Thu Oct 27 03:00:00 GMT 2005

2005-10-26 Thread continuum
Log:
http://maven.zones.apache.org/~continuum/logs/continuum-build-log-20051027.03.txt


[continuum build - FAILED - update] Thu Oct 27 03:30:01 GMT 2005

2005-10-26 Thread continuum
Log:
http://maven.zones.apache.org/~continuum/logs/continuum-build-log-20051027.033001.txt


[continuum build - FAILED - update] Thu Oct 27 04:30:00 GMT 2005

2005-10-26 Thread continuum
Log:
http://maven.zones.apache.org/~continuum/logs/continuum-build-log-20051027.043000.txt


[continuum build - FAILED - update] Thu Oct 27 05:00:00 GMT 2005

2005-10-26 Thread continuum
Log:
http://maven.zones.apache.org/~continuum/logs/continuum-build-log-20051027.05.txt