Sigh... I'm sorry about that Manfred. I should have been more
careful. It was a simple change, but apparently it was a simple change
with a typo...
Anyway, thanks for the information and the upgrade... ;-)
Scott
Manfred Geiler wrote:
Scott, your faulty master pom commit (<timezome> instead of
<timezone>) cost me half a day.
How come?
- Continuum did no longer build the master pom correctly
--> your fault
- The continuum messages (see [1]) where totally misleading
--> NOT your fault of course ;-)
- Since I could not determine the cause (clearing working dir or
restarting continuum did not work) I decided to upgrade to continuum
1.1 final - due anyway
--> MY fault!
- I was able to install the new version but migrating the data from
1.1-beta2 to 1.1 was a total flop - although I tried hard, believe me!
(see http://wiki.apache.org/myfaces/Continuum_Build for details)
- So I stepped back to continuum 1.1-beta2
- I removed the build definition for the myfaces master
- I was not able to create a new build definition
- Now the continuum exceptions luckily lead me to the actual cause
@Scott
Please note:
I'm NOT posting this publicly to dev@ to blame you.
Yes, I'm angry. But not because of your mistake (could happen) but
because of Continuum.
And I want to prevent others form stepping into the same traps. ;-)
@All
What should we do regarding Continuum builds?
Anyone volunteering to migrate all build definitions and users manually?
--Manfred
[1]
****************************************************************************
Build Error:
****************************************************************************
org.codehaus.plexus.taskqueue.execution.TaskExecutionException: Error
executing action 'update-project-from-working-directory'
at
org.apache.maven.continuum.buildcontroller.DefaultBuildController.performAction(DefaultBuildController.java:432)
at
org.apache.maven.continuum.buildcontroller.DefaultBuildController.build(DefaultBuildController.java:137)
at
org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.executeTask(BuildProjectTaskExecutor.java:50)
at
org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable$1.run(ThreadedTaskQueueExecutor.java:116)
at
edu.emory.mathcs.backport.java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442)
at
edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:176)
at
edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665)
at
edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690)
at java.lang.Thread.run(Thread.java:595)
Caused by: org.apache.maven.continuum.execution.ContinuumBuildExecutorException:
Error while mapping metadata:add.project.project.building.error
add.project.unknown.error
at
org.apache.maven.continuum.execution.maven.m2.MavenTwoBuildExecutor.updateProjectFromCheckOut(MavenTwoBuildExecutor.java:159)
at
org.apache.maven.continuum.core.action.UpdateProjectFromWorkingDirectoryContinuumAction.execute(UpdateProjectFromWorkingDirectoryContinuumAction.java:75)
at
org.apache.maven.continuum.buildcontroller.DefaultBuildController.performAction(DefaultBuildController.java:406)
... 8 more
[2]
---------- Forwarded message ----------
From: <[EMAIL PROTECTED]>
Date: Fri, Feb 15, 2008 at 11:58 PM
Subject: svn commit: r628196 - /myfaces/myfaces-master-pom/trunk/pom.xml
To: [EMAIL PROTECTED]
Author: sobryan
Date: Fri Feb 15 14:58:57 2008
New Revision: 628196
URL: http://svn.apache.org/viewvc?rev=628196&view=rev
Log:
Added myself as a developer to MyFaces...
Modified:
myfaces/myfaces-master-pom/trunk/pom.xml
Modified: myfaces/myfaces-master-pom/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/myfaces/myfaces-master-pom/trunk/pom.xml?rev=628196&r1=628195&r2=628196&view=diff
==============================================================================
--- myfaces/myfaces-master-pom/trunk/pom.xml (original)
+++ myfaces/myfaces-master-pom/trunk/pom.xml Fri Feb 15 14:58:57 2008
@@ -205,6 +205,19 @@
<timezone>+1</timezone>
</developer>
<developer>
+ <id>sobryan</id>
+ <name>Scott O'Bryan</name>
+ <email>[EMAIL PROTECTED]</email>
+ <organization>Oracle, U.S.A</organization>
+ <organizationUrl>http://www.oracle.com</organizationUrl>
+ <roles>
+ <role>Portlet Bridge Project Lead</role>
+ <role>JSR-301 JSF Portlet Bridge EG Member</role>
+ <role>Portlet Guru</role>
+ </roles>
+ <timezome>-7</timezone>
+ </developer>
+ <developer>
<id>schof</id>
<name>Sean Schofield</name>
<email>[EMAIL PROTECTED]</email>