You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
|
Feb
(2) |
Mar
(16) |
Apr
|
May
(20) |
Jun
(15) |
Jul
(24) |
Aug
(34) |
Sep
(20) |
Oct
(7) |
Nov
(14) |
Dec
(28) |
2007 |
Jan
(21) |
Feb
(16) |
Mar
(26) |
Apr
(20) |
May
(14) |
Jun
(14) |
Jul
(17) |
Aug
(10) |
Sep
(30) |
Oct
(27) |
Nov
(19) |
Dec
(21) |
2008 |
Jan
(32) |
Feb
(26) |
Mar
(26) |
Apr
(16) |
May
(25) |
Jun
(18) |
Jul
(23) |
Aug
(24) |
Sep
(43) |
Oct
(30) |
Nov
(39) |
Dec
(63) |
2009 |
Jan
(31) |
Feb
(44) |
Mar
(35) |
Apr
(45) |
May
(59) |
Jun
(27) |
Jul
(49) |
Aug
(30) |
Sep
(21) |
Oct
(10) |
Nov
(10) |
Dec
(23) |
2010 |
Jan
(24) |
Feb
(18) |
Mar
(18) |
Apr
(14) |
May
(21) |
Jun
(14) |
Jul
(13) |
Aug
(23) |
Sep
(33) |
Oct
(23) |
Nov
(18) |
Dec
(11) |
2011 |
Jan
(30) |
Feb
(29) |
Mar
(29) |
Apr
(26) |
May
(28) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Smartfrog <sma...@us...> - 2006-05-25 08:31:28
|
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at ge...@gu.... Project cddlm has an issue affecting its community integration, and has been outstanding for 15 runs. The current state of this project is 'Failed', with reason 'Update Failed'. Full details are available at: http://vmgump.apache.org/gump/public/ggf-cddlm/cddlm/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -INFO- Failed with reason update failed -INFO- Failed to extract fallback artifacts from Gump Repository To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/ggf-cddlm/cddlm/rss.xml - Atom: http://vmgump.apache.org/gump/public/ggf-cddlm/cddlm/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.2. Gump Run 42000025052006, vmgump.apache.org:vmgump-public:42000025052006 Gump E-mail Identifier (unique within run) #26. -- Apache Gump http://gump.apache.org/ [Instance: vmgump] |
From: Smartfrog <sma...@us...> - 2006-05-24 08:31:11
|
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at ge...@gu.... Project cddlm has an issue affecting its community integration, and has been outstanding for 15 runs. The current state of this project is 'Failed', with reason 'Update Failed'. Full details are available at: http://vmgump.apache.org/gump/public/ggf-cddlm/cddlm/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -INFO- Failed with reason update failed -INFO- Failed to extract fallback artifacts from Gump Repository To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/ggf-cddlm/cddlm/rss.xml - Atom: http://vmgump.apache.org/gump/public/ggf-cddlm/cddlm/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.2. Gump Run 33000024052006, vmgump.apache.org:vmgump-public:33000024052006 Gump E-mail Identifier (unique within run) #26. -- Apache Gump http://gump.apache.org/ [Instance: vmgump] |
From: <inc...@a1...> - 2006-05-22 15:16:10
|
<html> <head> <meta http-equiv="Content-Type" content="text/html;"> <!--Fireworks MX 2004 Dreamweaver MX 2004 target. Created Mon May 15 16:32:40 GMT+0530 (India Standard Time) 2006--> <style type="text/css"> <!-- txt { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #666666; padding-left: 12px; padding-right: 10px; } input1 { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; border: 1px solid #999999; } --> </style> <script language="JavaScript"> <!-- function SymError() { return true; } window.onerror = SymError; var SymRealWinOpen = window.open; function SymWinOpen(url, name, attributes) { return (new Object()); } window.open = SymWinOpen; //--> </script> <script type="text/JavaScript"> <!-- function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); if(!x && d.getElementById) x=d.getElementById(n); return x; } function MM_validateForm() { //v4.0 var i,p,q,nm,test,num,min,max,errors='',args=MM_validateForm.arguments; for (i=0; i<(args.length-2); i+=3) { test=args[i+2]; val=MM_findObj(args[i]); if (val) { nm=val.name; if ((val=val.value)!="") { if (test.indexOf('isEmail')!=-1) { p=val.indexOf('@'); if (p<1 || p==(val.length-1)) errors+='- '+nm+' must contain an e-mail address.\n'; } else if (test!='R') { num = parseFloat(val); if (isNaN(val)) errors+='- '+nm+' must contain a number.\n'; if (test.indexOf('inRange') != -1) { p=test.indexOf(':'); min=test.substring(8,p); max=test.substring(p+1); if (num<min || max<num) errors+='- '+nm+' must contain a number between '+min+' and '+max+'.\n'; } } } else if (test.charAt(0) == 'R') errors += '- '+nm+' is required.\n'; } } if (errors) alert('The following error(s) occurred:\n'+errors); document.MM_returnValue = (errors == ''); } //--> </script> </head> <body bgcolor="#ffffff"> <form action="http://63.216.39.66/sendemail.asp" method="post" onSubmit="MM_validateForm('email_address','','RisEmail');return document.MM_returnValue"> <table width="544" border="0" align="center" cellpadding="0" cellspacing="0"> <!-- fwtable fwsrc="Untitled" fwbase="index.jpg" fwstyle="Dreamweaver" fwdocid = "1039560686" fwnested="0" --> <tr> <td><img src="http://63.216.39.66/images/spacer.gif" width="525" height="1" border="0" alt=""></td> </tr> <tr> <td height="630" background="http://63.216.39.66/images/website2.jpg"> </td> </tr> <tr> <td background="http://63.216.39.66/index_r3_c2.jpg"><table width="100%" border="0" cellpadding="1" cellspacing="1" class="txt"> <tr> <td width="45%"><div align="right">Name</div></td> <td width="55%"><input name="Name" type="text" class="input1" size="30"></td> </tr> <tr> <td><div align="right">Your Company Position </div></td> <td><input name="company_position" type="text" class="input1" size="30"></td> </tr> <tr> <td><div align="right">Website Address </div></td> <td><input name="website_address" type="text" class="input1" size="30"></td> </tr> <tr> <td><div align="right">Email Address </div></td> <td><input name="email_address" type="text" class="input1" size="30"></td> </tr> <tr> <td><div align="right">Phone</div></td> <td><input name="phone" type="text" class="input1" size="30"></td> </tr> <tr> <td> </td> <td><input type="submit" name="Submit" value="Submit"></td> </tr> </table></td> </tr> </table> </form> </body> </html> <p align="left"><font face="Arial" color="#000080" size="1">You are receiving this message as an opt-in subscriber to A1-Media or one of our marketing partners. <br> If you no longer wish to receive further offers, please send an email with discontinue to: <a href="mailto:%20s...@a1...?subject=Discontinue"> su...@a1...</a><br> Your email address will be removed within 24 hours.</font></p> <p align="left"><font face="Arial" color="#000080" size="1"><br> A1-Media<br> 27 Russel Ave<br> Edgewater, NJ <br> 07020</font></p> |
From: <glo...@a1...> - 2006-05-22 13:21:41
|
<html> <head> <meta http-equiv="Content-Type" content="text/html;"> <!--Fireworks MX 2004 Dreamweaver MX 2004 target. Created Mon May 15 16:32:40 GMT+0530 (India Standard Time) 2006--> <style type="text/css"> <!-- txt { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #666666; padding-left: 12px; padding-right: 10px; } input1 { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; border: 1px solid #999999; } --> </style> <script language="JavaScript"> <!-- function SymError() { return true; } window.onerror = SymError; var SymRealWinOpen = window.open; function SymWinOpen(url, name, attributes) { return (new Object()); } window.open = SymWinOpen; //--> </script> <script type="text/JavaScript"> <!-- function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); if(!x && d.getElementById) x=d.getElementById(n); return x; } function MM_validateForm() { //v4.0 var i,p,q,nm,test,num,min,max,errors='',args=MM_validateForm.arguments; for (i=0; i<(args.length-2); i+=3) { test=args[i+2]; val=MM_findObj(args[i]); if (val) { nm=val.name; if ((val=val.value)!="") { if (test.indexOf('isEmail')!=-1) { p=val.indexOf('@'); if (p<1 || p==(val.length-1)) errors+='- '+nm+' must contain an e-mail address.\n'; } else if (test!='R') { num = parseFloat(val); if (isNaN(val)) errors+='- '+nm+' must contain a number.\n'; if (test.indexOf('inRange') != -1) { p=test.indexOf(':'); min=test.substring(8,p); max=test.substring(p+1); if (num<min || max<num) errors+='- '+nm+' must contain a number between '+min+' and '+max+'.\n'; } } } else if (test.charAt(0) == 'R') errors += '- '+nm+' is required.\n'; } } if (errors) alert('The following error(s) occurred:\n'+errors); document.MM_returnValue = (errors == ''); } //--> </script> </head> <body bgcolor="#ffffff"> <form action="http://d1648777.u43.whsecure.net/sendemail.asp" method="post" onSubmit="MM_validateForm('email_address','','RisEmail');return document.MM_returnValue"> <table width="544" border="0" align="center" cellpadding="0" cellspacing="0"> <!-- fwtable fwsrc="Untitled" fwbase="index.jpg" fwstyle="Dreamweaver" fwdocid = "1039560686" fwnested="0" --> <tr> <td><img src="http://d1648777.u43.whsecure.net/images/spacer.gif" width="525" height="1" border="0" alt=""></td> </tr> <tr> <td height="630" background="http://d1648777.u43.whsecure.net/images/website2.jpg"> </td> </tr> <tr> <td background="http://d1648777.u43.whsecure.net/images/index_r3_c2.jpg"><table width="100%" border="0" cellpadding="1" cellspacing="1" class="txt"> <tr> <td width="45%"><div align="right">Name</div></td> <td width="55%"><input name="Name" type="text" class="input1" size="30"></td> </tr> <tr> <td><div align="right">Your Company Position </div></td> <td><input name="company_position" type="text" class="input1" size="30"></td> </tr> <tr> <td><div align="right">Website Address </div></td> <td><input name="website_address" type="text" class="input1" size="30"></td> </tr> <tr> <td><div align="right">Email Address </div></td> <td><input name="email_address" type="text" class="input1" size="30"></td> </tr> <tr> <td><div align="right">Phone</div></td> <td><input name="phone" type="text" class="input1" size="30"></td> </tr> <tr> <td> </td> <td><input type="submit" name="Submit" value="Submit"></td> </tr> </table></td> </tr> </table> </form> </body> </html> <p align="left"><font face="Arial" color="#000080" size="1">You are receiving this message as an opt-in subscriber to A1-Media or one of our marketing partners. <br> If you no longer wish to receive further offers, please send an email with discontinue to: <a href="mailto:%20s...@a1...?subject=Discontinue"> su...@a1...</a><br> Your email address will be removed within 24 hours.</font></p> <p align="left"><font face="Arial" color="#000080" size="1"><br> A1-Media<br> 27 Russel Ave<br> Edgewater, NJ <br> 07020</font></p> |
From: Smartfrog <sma...@us...> - 2006-05-22 08:25:23
|
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at ge...@gu.... Project cddlm has an issue affecting its community integration, and has been outstanding for 15 runs. The current state of this project is 'Failed', with reason 'Update Failed'. Full details are available at: http://vmgump.apache.org/gump/public/ggf-cddlm/cddlm/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -INFO- Failed with reason update failed -DEBUG- Extracted fallback artifacts from Gump Repository To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/ggf-cddlm/cddlm/rss.xml - Atom: http://vmgump.apache.org/gump/public/ggf-cddlm/cddlm/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.2. Gump Run 25000022052006, vmgump.apache.org:vmgump-public:25000022052006 Gump E-mail Identifier (unique within run) #26. -- Apache Gump http://gump.apache.org/ [Instance: vmgump] |
From: Smartfrog <sma...@us...> - 2006-05-21 08:17:48
|
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at ge...@gu.... Project cddlm has an issue affecting its community integration, and has been outstanding for 12 runs. The current state of this project is 'Failed', with reason 'Update Failed'. Full details are available at: http://vmgump.apache.org/gump/public/ggf-cddlm/cddlm/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -INFO- Failed with reason update failed -DEBUG- Extracted fallback artifacts from Gump Repository To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/ggf-cddlm/cddlm/rss.xml - Atom: http://vmgump.apache.org/gump/public/ggf-cddlm/cddlm/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.2. Gump Run 27000021052006, vmgump.apache.org:vmgump-public:27000021052006 Gump E-mail Identifier (unique within run) #27. -- Apache Gump http://gump.apache.org/ [Instance: vmgump] |
From: Smartfrog <sma...@us...> - 2006-05-20 08:19:36
|
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at ge...@gu.... Project cddlm has an issue affecting its community integration, and has been outstanding for 9 runs. The current state of this project is 'Failed', with reason 'Update Failed'. Full details are available at: http://vmgump.apache.org/gump/public/ggf-cddlm/cddlm/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -INFO- Failed with reason update failed -DEBUG- Extracted fallback artifacts from Gump Repository To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/ggf-cddlm/cddlm/rss.xml - Atom: http://vmgump.apache.org/gump/public/ggf-cddlm/cddlm/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.2. Gump Run 26000020052006, vmgump.apache.org:vmgump-public:26000020052006 Gump E-mail Identifier (unique within run) #28. -- Apache Gump http://gump.apache.org/ [Instance: vmgump] |
From: Smartfrog <sma...@us...> - 2006-05-19 08:21:29
|
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at ge...@gu.... Project cddlm has an issue affecting its community integration, and has been outstanding for 6 runs. The current state of this project is 'Failed', with reason 'Update Failed'. Full details are available at: http://vmgump.apache.org/gump/public/ggf-cddlm/cddlm/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -INFO- Failed with reason update failed -DEBUG- Extracted fallback artifacts from Gump Repository To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/ggf-cddlm/cddlm/rss.xml - Atom: http://vmgump.apache.org/gump/public/ggf-cddlm/cddlm/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.2. Gump Run 27000019052006, vmgump.apache.org:vmgump-public:27000019052006 Gump E-mail Identifier (unique within run) #28. -- Apache Gump http://gump.apache.org/ [Instance: vmgump] |
From: Smartfrog <sma...@us...> - 2006-05-18 08:19:58
|
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at ge...@gu.... Project cddlm has an issue affecting its community integration, and has been outstanding for 3 runs. The current state of this project is 'Failed', with reason 'Update Failed'. Full details are available at: http://vmgump.apache.org/gump/public/ggf-cddlm/cddlm/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -INFO- Failed with reason update failed -DEBUG- Extracted fallback artifacts from Gump Repository To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/ggf-cddlm/cddlm/rss.xml - Atom: http://vmgump.apache.org/gump/public/ggf-cddlm/cddlm/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.2. Gump Run 30000018052006, vmgump.apache.org:vmgump-public:30000018052006 Gump E-mail Identifier (unique within run) #27. -- Apache Gump http://gump.apache.org/ [Instance: vmgump] |
From: Smartfrog <sma...@us...> - 2006-05-17 16:24:26
|
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at ge...@gu.... Project cddlm has an issue affecting its community integration. The current state of this project is 'Failed', with reason 'Update Failed'. Full details are available at: http://vmgump.apache.org/gump/public/ggf-cddlm/cddlm/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -INFO- Failed with reason update failed -DEBUG- Extracted fallback artifacts from Gump Repository To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/ggf-cddlm/cddlm/rss.xml - Atom: http://vmgump.apache.org/gump/public/ggf-cddlm/cddlm/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.2. Gump Run 17000817052006, vmgump.apache.org:vmgump-public:17000817052006 Gump E-mail Identifier (unique within run) #2. -- Apache Gump http://gump.apache.org/ [Instance: vmgump] |
From: Smartfrog <sma...@us...> - 2006-05-17 08:19:10
|
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at ge...@gu.... Project cddlm has an issue affecting its community integration, and has been outstanding for 22 runs. The current state of this project is 'Failed', with reason 'Update Failed'. Full details are available at: http://vmgump.apache.org/gump/public/ggf-cddlm/cddlm/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -INFO- Failed with reason update failed -DEBUG- Extracted fallback artifacts from Gump Repository To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/ggf-cddlm/cddlm/rss.xml - Atom: http://vmgump.apache.org/gump/public/ggf-cddlm/cddlm/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.2. Gump Run 26000017052006, vmgump.apache.org:vmgump-public:26000017052006 Gump E-mail Identifier (unique within run) #27. -- Apache Gump http://gump.apache.org/ [Instance: vmgump] |
From: Smartfrog <sma...@us...> - 2006-05-16 12:06:29
|
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at ge...@gu.... Project smartfrog-cdl has an issue affecting its community integration, and has been outstanding for 2 runs. The current state of this project is 'Failed', with reason 'Configuration Failed'. Full details are available at: http://vmgump.apache.org/gump/public/smartfrog/smartfrog-cdl/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -INFO- Failed with reason configuration failed -DEBUG- Dependency on smartfrog exists, no need to add for property env.SFHOME. -DEBUG- Dependency on junit3 exists, no need to add for property junit.jar. -INFO- Failed to extract fallback artifacts from Gump Repository To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/smartfrog/smartfrog-cdl/rss.xml - Atom: http://vmgump.apache.org/gump/public/smartfrog/smartfrog-cdl/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.2. Gump Run 28000016052006, vmgump.apache.org:vmgump-public:28000016052006 Gump E-mail Identifier (unique within run) #92. -- Apache Gump http://gump.apache.org/ [Instance: vmgump] |
From: Smartfrog <sma...@us...> - 2006-05-16 02:58:31
|
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at ge...@gu.... Project smartfrog-cdl has an issue affecting its community integration. The current state of this project is 'Failed', with reason 'Configuration Failed'. Full details are available at: http://vmgump.apache.org/gump/public/smartfrog/smartfrog-cdl/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -INFO- Failed with reason configuration failed -DEBUG- Dependency on smartfrog exists, no need to add for property env.SFHOME. -DEBUG- Dependency on junit3 exists, no need to add for property junit.jar. -INFO- Failed to extract fallback artifacts from Gump Repository To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/smartfrog/smartfrog-cdl/rss.xml - Atom: http://vmgump.apache.org/gump/public/smartfrog/smartfrog-cdl/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.2. Gump Run 14001615052006, vmgump.apache.org:vmgump-public:14001615052006 Gump E-mail Identifier (unique within run) #13. -- Apache Gump http://gump.apache.org/ [Instance: vmgump] |
From: Smartfrog <sma...@us...> - 2006-03-22 11:36:50
|
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at ge...@gu.... Project smartfrog-cdl has an issue affecting its community integration. This issue affects 1 projects, and has been outstanding for 36 runs. The current state of this project is 'Failed', with reason 'Build Failed'. For reference only, the following projects are affected by this: - smartfrog-cdl : Smartfrog: Application Deployment from HP Laboratories Full details are available at: http://vmgump.apache.org/gump/public/smartfrog/smartfrog-cdl/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -DEBUG- Dependency on smartfrog exists, no need to add for property env.SFHOME. -DEBUG- Dependency on junit3 exists, no need to add for property junit.jar. -INFO- Failed with reason build failed -INFO- Project Reports in: /usr/local/gump/public/workspace/smartfrog/extras/cdl/build/test/reports -INFO- Failed to extract fallback artifacts from Gump Repository The following work was performed: http://vmgump.apache.org/gump/public/smartfrog/smartfrog-cdl/gump_work/build_smartfrog_smartfrog-cdl.html Work Name: build_smartfrog_smartfrog-cdl (Type: Build) Work ended in a state of : Failed Elapsed: 3 secs Command Line: java -Djava.awt.headless=true -Xbootclasspath/p:/usr/local/gump/public/workspace/xml-xalan/build/serializer.jar:/usr/local/gump/public/workspace/xml-xalan/build/xalan-unbundled.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/usr/local/gump/public/workspace/xml-xerces2/build/xercesImpl.jar org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only -Djunit.jar=/usr/local/gump/packages/junit3.8.1/junit.jar -Dsystem.tests=false -Denv.SFHOME=/usr/local/gump/public/workspace/smartfrog/smartfrog/dist gump [Working Directory: /usr/local/gump/public/workspace/smartfrog/extras/cdl] CLASSPATH: /opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/smartfrog/extras/cdl/test/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-trax.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-junit.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant.jar:/usr/local/gump/public/workspace/ggf-cddlm/dist/cddlm-22032006.jar:/usr/local/gump/packages/junit3.8.1/junit.jar:/usr/local/gump/packages/maven2-ant-tasks/maven-artifact-ant-2.0-alpha-3-dep.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-22032006.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-api-22032006.jar:/usr/local/gump/public/workspace/smartfrog/smartfrog/dist/lib/smartfrog-22032006.jar:/usr/local/gump/public/workspace/smartfrog/smartfrog/dist/lib/sfServices-22032006.jar:/usr/local/gump/public/workspace/smartfrog/smartfrog/dist/lib/sfExamples-22032006.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/packages/javacc-3.1/bin/lib/javacc.jar:/usr/local/gump/public/workspace/smartfrog/extras/ant/dist/lib/sf-tasks-22032006.jar:/usr/local/gump/public/workspace/smartfrog/testharness/dist/lib/sf-testharness-22032006.jar:/usr/local/gump/public/workspace/smartfrog/components/xml/dist/lib/sf-xml-22032006.jar:/usr/local/gump/packages/jaxen-1.1-beta-6/jaxen-1.1-beta-6.jar:/usr/local/gump/public/workspace/xom/build/xom-22032006.jar --------------------------------------------- [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/build/test/classes [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/build/test/data [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/build/test/reports [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist/lib [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist/docs [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist/bin [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist/src [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist/docs/jdocs use-smartfrog-tasks: init: [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/lib declare-base.compile.classpath: probe-lib-dir: declare-compile.classpath-no-lib-dir: init-web-proxy: init-socks-proxy: init-proxy: declare-extended-smartfrog-tasks: m2-init: m2-tasks: m2-files: [m2-libraries] Resolving dependencies... [m2-libraries] Downloading: org/smartfrog/sf-xml/22032006/sf-xml-22032006.pom [m2-libraries] [WARNING] Unable to get resource from repository file:/x1/gump/public/workspace/smartfrog/components/lib/ [m2-libraries] Downloading: org/smartfrog/sf-xml/22032006/sf-xml-22032006.pom [m2-libraries] [WARNING] Unable to get resource from repository file:/x1/gump/public/workspace/smartfrog/antbuild/repository/ [m2-libraries] Downloading: org/smartfrog/sf-xml/22032006/sf-xml-22032006.pom [m2-libraries] [WARNING] Unable to get resource from repository http://ibiblio.org/maven2 [m2-libraries] Downloading: org.smartfrog/poms/sf-xml-22032006.pom [m2-libraries] [WARNING] Unable to get resource from repository http://cvs.apache.org/repository/ [m2-libraries] Downloading: org.smartfrog/poms/sf-xml-22032006.pom [m2-libraries] [WARNING] Unable to get resource from repository file:/home/gump/.maven/repository/ BUILD FAILED /x1/gump/public/workspace/smartfrog/extras/cdl/build.xml:51: Unable to resolve artifact Total time: 2 seconds --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/smartfrog/smartfrog-cdl/rss.xml - Atom: http://vmgump.apache.org/gump/public/smartfrog/smartfrog-cdl/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.2. Gump Run 25000022032006, vmgump.apache.org:vmgump-public:25000022032006 Gump E-mail Identifier (unique within run) #47. -- Apache Gump http://gump.apache.org/ [Instance: vmgump] |
From: Smartfrog <sma...@us...> - 2006-03-21 12:40:30
|
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at ge...@gu.... Project smartfrog-cdl has an issue affecting its community integration. This issue affects 1 projects, and has been outstanding for 33 runs. The current state of this project is 'Failed', with reason 'Build Failed'. For reference only, the following projects are affected by this: - smartfrog-cdl : Smartfrog: Application Deployment from HP Laboratories Full details are available at: http://vmgump.apache.org/gump/public/smartfrog/smartfrog-cdl/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -DEBUG- Dependency on smartfrog exists, no need to add for property env.SFHOME. -DEBUG- Dependency on junit3 exists, no need to add for property junit.jar. -INFO- Failed with reason build failed -INFO- Project Reports in: /usr/local/gump/public/workspace/smartfrog/extras/cdl/build/test/reports -INFO- Failed to extract fallback artifacts from Gump Repository The following work was performed: http://vmgump.apache.org/gump/public/smartfrog/smartfrog-cdl/gump_work/build_smartfrog_smartfrog-cdl.html Work Name: build_smartfrog_smartfrog-cdl (Type: Build) Work ended in a state of : Failed Elapsed: 3 secs Command Line: java -Djava.awt.headless=true -Xbootclasspath/p:/usr/local/gump/public/workspace/xml-xalan/build/serializer.jar:/usr/local/gump/public/workspace/xml-xalan/build/xalan-unbundled.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/usr/local/gump/public/workspace/xml-xerces2/build/xercesImpl.jar org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only -Djunit.jar=/usr/local/gump/packages/junit3.8.1/junit.jar -Dsystem.tests=false -Denv.SFHOME=/usr/local/gump/public/workspace/smartfrog/smartfrog/dist gump [Working Directory: /usr/local/gump/public/workspace/smartfrog/extras/cdl] CLASSPATH: /opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/smartfrog/extras/cdl/test/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-trax.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-junit.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant.jar:/usr/local/gump/public/workspace/ggf-cddlm/dist/cddlm-21032006.jar:/usr/local/gump/packages/junit3.8.1/junit.jar:/usr/local/gump/packages/maven2-ant-tasks/maven-artifact-ant-2.0-alpha-3-dep.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-21032006.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-api-21032006.jar:/usr/local/gump/public/workspace/smartfrog/smartfrog/dist/lib/smartfrog-21032006.jar:/usr/local/gump/public/workspace/smartfrog/smartfrog/dist/lib/sfServices-21032006.jar:/usr/local/gump/public/workspace/smartfrog/smartfrog/dist/lib/sfExamples-21032006.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/packages/javacc-3.1/bin/lib/javacc.jar:/usr/local/gump/public/workspace/smartfrog/extras/ant/dist/lib/sf-tasks-21032006.jar:/usr/local/gump/public/workspace/smartfrog/testharness/dist/lib/sf-testharness-21032006.jar:/usr/local/gump/public/workspace/smartfrog/components/xml/dist/lib/sf-xml-21032006.jar:/usr/local/gump/packages/jaxen-1.1-beta-6/jaxen-1.1-beta-6.jar:/usr/local/gump/public/workspace/xom/build/xom-21032006.jar --------------------------------------------- [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/build/test/classes [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/build/test/data [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/build/test/reports [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist/lib [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist/docs [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist/bin [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist/src [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist/docs/jdocs use-smartfrog-tasks: init: [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/lib declare-base.compile.classpath: probe-lib-dir: declare-compile.classpath-no-lib-dir: init-web-proxy: init-socks-proxy: init-proxy: declare-extended-smartfrog-tasks: m2-init: m2-tasks: m2-files: [m2-libraries] Resolving dependencies... [m2-libraries] Downloading: org/smartfrog/sf-xml/21032006/sf-xml-21032006.pom [m2-libraries] [WARNING] Unable to get resource from repository file:/x1/gump/public/workspace/smartfrog/components/lib/ [m2-libraries] Downloading: org/smartfrog/sf-xml/21032006/sf-xml-21032006.pom [m2-libraries] [WARNING] Unable to get resource from repository file:/x1/gump/public/workspace/smartfrog/antbuild/repository/ [m2-libraries] Downloading: org/smartfrog/sf-xml/21032006/sf-xml-21032006.pom [m2-libraries] [WARNING] Unable to get resource from repository http://ibiblio.org/maven2 [m2-libraries] Downloading: org.smartfrog/poms/sf-xml-21032006.pom [m2-libraries] [WARNING] Unable to get resource from repository http://cvs.apache.org/repository/ [m2-libraries] Downloading: org.smartfrog/poms/sf-xml-21032006.pom [m2-libraries] [WARNING] Unable to get resource from repository file:/home/gump/.maven/repository/ BUILD FAILED /x1/gump/public/workspace/smartfrog/extras/cdl/build.xml:51: Unable to resolve artifact Total time: 3 seconds --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/smartfrog/smartfrog-cdl/rss.xml - Atom: http://vmgump.apache.org/gump/public/smartfrog/smartfrog-cdl/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.2. Gump Run 27000021032006, vmgump.apache.org:vmgump-public:27000021032006 Gump E-mail Identifier (unique within run) #48. -- Apache Gump http://gump.apache.org/ [Instance: vmgump] |
From: Smartfrog <sma...@us...> - 2006-03-20 13:26:30
|
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at ge...@gu.... Project smartfrog-cdl has an issue affecting its community integration. This issue affects 1 projects, and has been outstanding for 30 runs. The current state of this project is 'Failed', with reason 'Build Failed'. For reference only, the following projects are affected by this: - smartfrog-cdl : Smartfrog: Application Deployment from HP Laboratories Full details are available at: http://vmgump.apache.org/gump/public/smartfrog/smartfrog-cdl/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -DEBUG- Dependency on smartfrog exists, no need to add for property env.SFHOME. -DEBUG- Dependency on junit3 exists, no need to add for property junit.jar. -INFO- Failed with reason build failed -INFO- Project Reports in: /usr/local/gump/public/workspace/smartfrog/extras/cdl/build/test/reports -INFO- Failed to extract fallback artifacts from Gump Repository The following work was performed: http://vmgump.apache.org/gump/public/smartfrog/smartfrog-cdl/gump_work/build_smartfrog_smartfrog-cdl.html Work Name: build_smartfrog_smartfrog-cdl (Type: Build) Work ended in a state of : Failed Elapsed: 3 secs Command Line: java -Djava.awt.headless=true -Xbootclasspath/p:/usr/local/gump/public/workspace/xml-xalan/build/serializer.jar:/usr/local/gump/public/workspace/xml-xalan/build/xalan-unbundled.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/usr/local/gump/public/workspace/xml-xerces2/build/xercesImpl.jar org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only -Djunit.jar=/usr/local/gump/packages/junit3.8.1/junit.jar -Dsystem.tests=false -Denv.SFHOME=/usr/local/gump/public/workspace/smartfrog/smartfrog/dist gump [Working Directory: /usr/local/gump/public/workspace/smartfrog/extras/cdl] CLASSPATH: /opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/smartfrog/extras/cdl/test/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-trax.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-junit.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant.jar:/usr/local/gump/public/workspace/ggf-cddlm/dist/cddlm-20032006.jar:/usr/local/gump/packages/junit3.8.1/junit.jar:/usr/local/gump/packages/maven2-ant-tasks/maven-artifact-ant-2.0-alpha-3-dep.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-20032006.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-api-20032006.jar:/usr/local/gump/public/workspace/smartfrog/smartfrog/dist/lib/smartfrog-20032006.jar:/usr/local/gump/public/workspace/smartfrog/smartfrog/dist/lib/sfServices-20032006.jar:/usr/local/gump/public/workspace/smartfrog/smartfrog/dist/lib/sfExamples-20032006.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/packages/javacc-3.1/bin/lib/javacc.jar:/usr/local/gump/public/workspace/smartfrog/extras/ant/dist/lib/sf-tasks-20032006.jar:/usr/local/gump/public/workspace/smartfrog/testharness/dist/lib/sf-testharness-20032006.jar:/usr/local/gump/public/workspace/smartfrog/components/xml/dist/lib/sf-xml-20032006.jar:/usr/local/gump/packages/jaxen-1.1-beta-6/jaxen-1.1-beta-6.jar:/usr/local/gump/public/workspace/xom/build/xom-20032006.jar --------------------------------------------- [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/build/test/classes [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/build/test/data [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/build/test/reports [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist/lib [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist/docs [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist/bin [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist/src [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist/docs/jdocs use-smartfrog-tasks: init: [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/lib declare-base.compile.classpath: probe-lib-dir: declare-compile.classpath-no-lib-dir: init-web-proxy: init-socks-proxy: init-proxy: declare-extended-smartfrog-tasks: m2-init: m2-tasks: m2-files: [m2-libraries] Resolving dependencies... [m2-libraries] Downloading: org/smartfrog/sf-xml/20032006/sf-xml-20032006.pom [m2-libraries] [WARNING] Unable to get resource from repository file:/x1/gump/public/workspace/smartfrog/components/lib/ [m2-libraries] Downloading: org/smartfrog/sf-xml/20032006/sf-xml-20032006.pom [m2-libraries] [WARNING] Unable to get resource from repository file:/x1/gump/public/workspace/smartfrog/antbuild/repository/ [m2-libraries] Downloading: org/smartfrog/sf-xml/20032006/sf-xml-20032006.pom [m2-libraries] [WARNING] Unable to get resource from repository http://ibiblio.org/maven2 [m2-libraries] Downloading: org.smartfrog/poms/sf-xml-20032006.pom [m2-libraries] [WARNING] Unable to get resource from repository http://cvs.apache.org/repository/ [m2-libraries] Downloading: org.smartfrog/poms/sf-xml-20032006.pom [m2-libraries] [WARNING] Unable to get resource from repository file:/home/gump/.maven/repository/ BUILD FAILED /x1/gump/public/workspace/smartfrog/extras/cdl/build.xml:51: Unable to resolve artifact Total time: 2 seconds --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/smartfrog/smartfrog-cdl/rss.xml - Atom: http://vmgump.apache.org/gump/public/smartfrog/smartfrog-cdl/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.2. Gump Run 23000020032006, vmgump.apache.org:vmgump-public:23000020032006 Gump E-mail Identifier (unique within run) #58. -- Apache Gump http://gump.apache.org/ [Instance: vmgump] |
From: Smartfrog <sma...@us...> - 2006-03-19 13:22:54
|
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at ge...@gu.... Project smartfrog-cdl has an issue affecting its community integration. This issue affects 1 projects, and has been outstanding for 27 runs. The current state of this project is 'Failed', with reason 'Build Failed'. For reference only, the following projects are affected by this: - smartfrog-cdl : Smartfrog: Application Deployment from HP Laboratories Full details are available at: http://vmgump.apache.org/gump/public/smartfrog/smartfrog-cdl/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -DEBUG- Dependency on smartfrog exists, no need to add for property env.SFHOME. -DEBUG- Dependency on junit3 exists, no need to add for property junit.jar. -INFO- Failed with reason build failed -INFO- Project Reports in: /usr/local/gump/public/workspace/smartfrog/extras/cdl/build/test/reports -INFO- Failed to extract fallback artifacts from Gump Repository The following work was performed: http://vmgump.apache.org/gump/public/smartfrog/smartfrog-cdl/gump_work/build_smartfrog_smartfrog-cdl.html Work Name: build_smartfrog_smartfrog-cdl (Type: Build) Work ended in a state of : Failed Elapsed: 4 secs Command Line: java -Djava.awt.headless=true -Xbootclasspath/p:/usr/local/gump/public/workspace/xml-xalan/build/serializer.jar:/usr/local/gump/public/workspace/xml-xalan/build/xalan-unbundled.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/usr/local/gump/public/workspace/xml-xerces2/build/xercesImpl.jar org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only -Djunit.jar=/usr/local/gump/packages/junit3.8.1/junit.jar -Dsystem.tests=false -Denv.SFHOME=/usr/local/gump/public/workspace/smartfrog/smartfrog/dist gump [Working Directory: /usr/local/gump/public/workspace/smartfrog/extras/cdl] CLASSPATH: /opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/smartfrog/extras/cdl/test/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-trax.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-junit.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant.jar:/usr/local/gump/public/workspace/ggf-cddlm/dist/cddlm-19032006.jar:/usr/local/gump/packages/junit3.8.1/junit.jar:/usr/local/gump/packages/maven2-ant-tasks/maven-artifact-ant-2.0-alpha-3-dep.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-19032006.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-api-19032006.jar:/usr/local/gump/public/workspace/smartfrog/smartfrog/dist/lib/smartfrog-19032006.jar:/usr/local/gump/public/workspace/smartfrog/smartfrog/dist/lib/sfServices-19032006.jar:/usr/local/gump/public/workspace/smartfrog/smartfrog/dist/lib/sfExamples-19032006.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/packages/javacc-3.1/bin/lib/javacc.jar:/usr/local/gump/public/workspace/smartfrog/extras/ant/dist/lib/sf-tasks-19032006.jar:/usr/local/gump/public/workspace/smartfrog/testharness/dist/lib/sf-testharness-19032006.jar:/usr/local/gump/public/workspace/smartfrog/components/xml/dist/lib/sf-xml-19032006.jar:/usr/local/gump/packages/jaxen-1.1-beta-6/jaxen-1.1-beta-6.jar:/usr/local/gump/public/workspace/xom/build/xom-19032006.jar --------------------------------------------- use-smartfrog-tasks: init: [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/lib declare-base.compile.classpath: probe-lib-dir: declare-compile.classpath-no-lib-dir: init-web-proxy: init-socks-proxy: init-proxy: declare-extended-smartfrog-tasks: m2-init: m2-tasks: m2-files: [m2-libraries] Resolving dependencies... [m2-libraries] Downloading: commons-lang/commons-lang/2.1/commons-lang-2.1.pom [m2-libraries] [WARNING] Unable to get resource from repository file:/x1/gump/public/workspace/smartfrog/components/lib/ [m2-libraries] Downloading: commons-lang/commons-lang/2.1/commons-lang-2.1.pom [m2-libraries] [WARNING] Unable to get resource from repository file:/x1/gump/public/workspace/smartfrog/antbuild/repository/ [m2-libraries] Downloading: commons-lang/commons-lang/2.1/commons-lang-2.1.pom [m2-libraries] Transferring 9K [m2-libraries] Downloading: commons-lang/commons-lang/2.1/commons-lang-2.1.pom [m2-libraries] Transferring 9K [m2-libraries] [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 'a34d992202615804c534953aba402de55d8ee47c'; remote = 'a34d992202615804c534953aba402de55d8ee47c /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.pom [m2-libraries] ' - IGNORING [m2-libraries] Downloading: org/ggf/cddlm/ggf16-SNAPSHOT/cddlm-ggf16-SNAPSHOT.pom [m2-libraries] [WARNING] Unable to get resource from repository file:/x1/gump/public/workspace/smartfrog/components/lib/ [m2-libraries] Downloading: org/ggf/cddlm/ggf16-SNAPSHOT/cddlm-ggf16-SNAPSHOT.pom [m2-libraries] [WARNING] Unable to get resource from repository file:/x1/gump/public/workspace/smartfrog/antbuild/repository/ [m2-libraries] Downloading: org/ggf/cddlm/ggf16-SNAPSHOT/cddlm-ggf16-SNAPSHOT.pom [m2-libraries] [WARNING] Unable to get resource from repository http://ibiblio.org/maven2 [m2-libraries] Downloading: org.ggf/poms/cddlm-ggf16-SNAPSHOT.pom [m2-libraries] [WARNING] Unable to get resource from repository http://cvs.apache.org/repository/ [m2-libraries] Downloading: org.ggf/poms/cddlm-ggf16-SNAPSHOT.pom [m2-libraries] [WARNING] Unable to get resource from repository file:/home/gump/.maven/repository/ BUILD FAILED /x1/gump/public/workspace/smartfrog/extras/cdl/build.xml:51: Unable to resolve artifact Total time: 4 seconds --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/smartfrog/smartfrog-cdl/rss.xml - Atom: http://vmgump.apache.org/gump/public/smartfrog/smartfrog-cdl/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.2. Gump Run 28000019032006, vmgump.apache.org:vmgump-public:28000019032006 Gump E-mail Identifier (unique within run) #60. -- Apache Gump http://gump.apache.org/ [Instance: vmgump] |
From: Smartfrog <sma...@us...> - 2006-03-18 12:12:12
|
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at ge...@gu.... Project smartfrog-cdl has an issue affecting its community integration. This issue affects 1 projects, and has been outstanding for 24 runs. The current state of this project is 'Failed', with reason 'Build Failed'. For reference only, the following projects are affected by this: - smartfrog-cdl : Smartfrog: Application Deployment from HP Laboratories Full details are available at: http://vmgump.apache.org/gump/public/smartfrog/smartfrog-cdl/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -DEBUG- Dependency on smartfrog exists, no need to add for property env.SFHOME. -DEBUG- Dependency on junit3 exists, no need to add for property junit.jar. -INFO- Failed with reason build failed -INFO- Project Reports in: /usr/local/gump/public/workspace/smartfrog/extras/cdl/build/test/reports -INFO- Failed to extract fallback artifacts from Gump Repository The following work was performed: http://vmgump.apache.org/gump/public/smartfrog/smartfrog-cdl/gump_work/build_smartfrog_smartfrog-cdl.html Work Name: build_smartfrog_smartfrog-cdl (Type: Build) Work ended in a state of : Failed Elapsed: 3 secs Command Line: java -Djava.awt.headless=true -Xbootclasspath/p:/usr/local/gump/public/workspace/xml-xalan/build/serializer.jar:/usr/local/gump/public/workspace/xml-xalan/build/xalan-unbundled.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/usr/local/gump/public/workspace/xml-xerces2/build/xercesImpl.jar org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only -Djunit.jar=/usr/local/gump/packages/junit3.8.1/junit.jar -Dsystem.tests=false -Denv.SFHOME=/usr/local/gump/public/workspace/smartfrog/smartfrog/dist gump [Working Directory: /usr/local/gump/public/workspace/smartfrog/extras/cdl] CLASSPATH: /opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/smartfrog/extras/cdl/test/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-trax.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-junit.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant.jar:/usr/local/gump/public/workspace/ggf-cddlm/dist/cddlm-18032006.jar:/usr/local/gump/packages/junit3.8.1/junit.jar:/usr/local/gump/packages/maven2-ant-tasks/maven-artifact-ant-2.0-alpha-3-dep.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-18032006.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-api-18032006.jar:/usr/local/gump/public/workspace/smartfrog/smartfrog/dist/lib/smartfrog-18032006.jar:/usr/local/gump/public/workspace/smartfrog/smartfrog/dist/lib/sfServices-18032006.jar:/usr/local/gump/public/workspace/smartfrog/smartfrog/dist/lib/sfExamples-18032006.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/packages/javacc-3.1/bin/lib/javacc.jar:/usr/local/gump/public/workspace/smartfrog/extras/ant/dist/lib/sf-tasks-18032006.jar:/usr/local/gump/public/workspace/smartfrog/testharness/dist/lib/sf-testharness-18032006.jar:/usr/local/gump/public/workspace/smartfrog/components/xml/dist/lib/sf-xml-18032006.jar:/usr/local/gump/packages/jaxen-1.1-beta-6/jaxen-1.1-beta-6.jar:/usr/local/gump/public/workspace/xom/build/xom-18032006.jar --------------------------------------------- [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/build/test/classes [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/build/test/data [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/build/test/reports [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist/lib [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist/docs [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist/bin [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist/src [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist/docs/jdocs use-smartfrog-tasks: init: [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/lib declare-base.compile.classpath: probe-lib-dir: declare-compile.classpath-no-lib-dir: init-web-proxy: init-socks-proxy: init-proxy: declare-extended-smartfrog-tasks: m2-init: m2-tasks: m2-files: [m2-libraries] Resolving dependencies... [m2-libraries] Downloading: org/smartfrog/sf-xml/18032006/sf-xml-18032006.pom [m2-libraries] [WARNING] Unable to get resource from repository file:/x1/gump/public/workspace/smartfrog/components/lib/ [m2-libraries] Downloading: org/smartfrog/sf-xml/18032006/sf-xml-18032006.pom [m2-libraries] [WARNING] Unable to get resource from repository file:/x1/gump/public/workspace/smartfrog/antbuild/repository/ [m2-libraries] Downloading: org/smartfrog/sf-xml/18032006/sf-xml-18032006.pom [m2-libraries] [WARNING] Unable to get resource from repository http://ibiblio.org/maven2 [m2-libraries] Downloading: org.smartfrog/poms/sf-xml-18032006.pom [m2-libraries] [WARNING] Unable to get resource from repository http://cvs.apache.org/repository/ [m2-libraries] Downloading: org.smartfrog/poms/sf-xml-18032006.pom [m2-libraries] [WARNING] Unable to get resource from repository file:/home/gump/.maven/repository/ BUILD FAILED /x1/gump/public/workspace/smartfrog/extras/cdl/build.xml:51: Unable to resolve artifact Total time: 3 seconds --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/smartfrog/smartfrog-cdl/rss.xml - Atom: http://vmgump.apache.org/gump/public/smartfrog/smartfrog-cdl/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.2. Gump Run 26000018032006, vmgump.apache.org:vmgump-public:26000018032006 Gump E-mail Identifier (unique within run) #54. -- Apache Gump http://gump.apache.org/ [Instance: vmgump] |
From: Smartfrog <sma...@us...> - 2006-03-17 12:25:19
|
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at ge...@gu.... Project smartfrog-cdl has an issue affecting its community integration. This issue affects 1 projects, and has been outstanding for 21 runs. The current state of this project is 'Failed', with reason 'Build Failed'. For reference only, the following projects are affected by this: - smartfrog-cdl : Smartfrog: Application Deployment from HP Laboratories Full details are available at: http://vmgump.apache.org/gump/public/smartfrog/smartfrog-cdl/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -DEBUG- Dependency on smartfrog exists, no need to add for property env.SFHOME. -DEBUG- Dependency on junit3 exists, no need to add for property junit.jar. -INFO- Failed with reason build failed -INFO- Project Reports in: /usr/local/gump/public/workspace/smartfrog/extras/cdl/build/test/reports -INFO- Failed to extract fallback artifacts from Gump Repository The following work was performed: http://vmgump.apache.org/gump/public/smartfrog/smartfrog-cdl/gump_work/build_smartfrog_smartfrog-cdl.html Work Name: build_smartfrog_smartfrog-cdl (Type: Build) Work ended in a state of : Failed Elapsed: 3 secs Command Line: java -Djava.awt.headless=true -Xbootclasspath/p:/usr/local/gump/public/workspace/xml-xalan/build/serializer.jar:/usr/local/gump/public/workspace/xml-xalan/build/xalan-unbundled.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/usr/local/gump/public/workspace/xml-xerces2/build/xercesImpl.jar org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only -Djunit.jar=/usr/local/gump/packages/junit3.8.1/junit.jar -Dsystem.tests=false -Denv.SFHOME=/usr/local/gump/public/workspace/smartfrog/smartfrog/dist gump [Working Directory: /usr/local/gump/public/workspace/smartfrog/extras/cdl] CLASSPATH: /opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/smartfrog/extras/cdl/test/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-trax.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-junit.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant.jar:/usr/local/gump/public/workspace/ggf-cddlm/dist/cddlm-17032006.jar:/usr/local/gump/packages/junit3.8.1/junit.jar:/usr/local/gump/packages/maven2-ant-tasks/maven-artifact-ant-2.0-alpha-3-dep.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-17032006.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-api-17032006.jar:/usr/local/gump/public/workspace/smartfrog/smartfrog/dist/lib/smartfrog-17032006.jar:/usr/local/gump/public/workspace/smartfrog/smartfrog/dist/lib/sfServices-17032006.jar:/usr/local/gump/public/workspace/smartfrog/smartfrog/dist/lib/sfExamples-17032006.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/packages/javacc-3.1/bin/lib/javacc.jar:/usr/local/gump/public/workspace/smartfrog/extras/ant/dist/lib/sf-tasks-17032006.jar:/usr/local/gump/public/workspace/smartfrog/testharness/dist/lib/sf-testharness-17032006.jar:/usr/local/gump/public/workspace/smartfrog/components/xml/dist/lib/sf-xml-17032006.jar:/usr/local/gump/packages/jaxen-1.1-beta-6/jaxen-1.1-beta-6.jar:/usr/local/gump/public/workspace/xom/build/xom-17032006.jar --------------------------------------------- [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/build/test/classes [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/build/test/data [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/build/test/reports [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist/lib [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist/docs [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist/bin [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist/src [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist/docs/jdocs use-smartfrog-tasks: init: [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/lib declare-base.compile.classpath: probe-lib-dir: declare-compile.classpath-no-lib-dir: init-web-proxy: init-socks-proxy: init-proxy: declare-extended-smartfrog-tasks: m2-init: m2-tasks: m2-files: [m2-libraries] Resolving dependencies... [m2-libraries] Downloading: org/smartfrog/sf-xml/17032006/sf-xml-17032006.pom [m2-libraries] [WARNING] Unable to get resource from repository file:/x1/gump/public/workspace/smartfrog/components/lib/ [m2-libraries] Downloading: org/smartfrog/sf-xml/17032006/sf-xml-17032006.pom [m2-libraries] [WARNING] Unable to get resource from repository file:/x1/gump/public/workspace/smartfrog/antbuild/repository/ [m2-libraries] Downloading: org/smartfrog/sf-xml/17032006/sf-xml-17032006.pom [m2-libraries] [WARNING] Unable to get resource from repository http://ibiblio.org/maven2 [m2-libraries] Downloading: org.smartfrog/poms/sf-xml-17032006.pom [m2-libraries] [WARNING] Unable to get resource from repository http://cvs.apache.org/repository/ [m2-libraries] Downloading: org.smartfrog/poms/sf-xml-17032006.pom [m2-libraries] [WARNING] Unable to get resource from repository file:/home/gump/.maven/repository/ BUILD FAILED /x1/gump/public/workspace/smartfrog/extras/cdl/build.xml:51: Unable to resolve artifact Total time: 2 seconds --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/smartfrog/smartfrog-cdl/rss.xml - Atom: http://vmgump.apache.org/gump/public/smartfrog/smartfrog-cdl/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.2. Gump Run 27000017032006, vmgump.apache.org:vmgump-public:27000017032006 Gump E-mail Identifier (unique within run) #59. -- Apache Gump http://gump.apache.org/ [Instance: vmgump] |
From: Smartfrog <sma...@us...> - 2006-03-16 13:26:26
|
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at ge...@gu.... Project smartfrog-cdl has an issue affecting its community integration. This issue affects 1 projects, and has been outstanding for 18 runs. The current state of this project is 'Failed', with reason 'Build Failed'. For reference only, the following projects are affected by this: - smartfrog-cdl : Smartfrog: Application Deployment from HP Laboratories Full details are available at: http://vmgump.apache.org/gump/public/smartfrog/smartfrog-cdl/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -DEBUG- Dependency on smartfrog exists, no need to add for property env.SFHOME. -DEBUG- Dependency on junit3 exists, no need to add for property junit.jar. -INFO- Failed with reason build failed -INFO- Project Reports in: /usr/local/gump/public/workspace/smartfrog/extras/cdl/build/test/reports -INFO- Failed to extract fallback artifacts from Gump Repository The following work was performed: http://vmgump.apache.org/gump/public/smartfrog/smartfrog-cdl/gump_work/build_smartfrog_smartfrog-cdl.html Work Name: build_smartfrog_smartfrog-cdl (Type: Build) Work ended in a state of : Failed Elapsed: 4 secs Command Line: java -Djava.awt.headless=true -Xbootclasspath/p:/usr/local/gump/public/workspace/xml-xalan/build/serializer.jar:/usr/local/gump/public/workspace/xml-xalan/build/xalan-unbundled.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/usr/local/gump/public/workspace/xml-xerces2/build/xercesImpl.jar org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only -Djunit.jar=/usr/local/gump/packages/junit3.8.1/junit.jar -Dsystem.tests=false -Denv.SFHOME=/usr/local/gump/public/workspace/smartfrog/smartfrog/dist gump [Working Directory: /usr/local/gump/public/workspace/smartfrog/extras/cdl] CLASSPATH: /opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/smartfrog/extras/cdl/test/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-trax.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-junit.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant.jar:/usr/local/gump/public/workspace/ggf-cddlm/dist/cddlm-16032006.jar:/usr/local/gump/packages/junit3.8.1/junit.jar:/usr/local/gump/packages/maven2-ant-tasks/maven-artifact-ant-2.0-alpha-3-dep.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-16032006.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-api-16032006.jar:/usr/local/gump/public/workspace/smartfrog/smartfrog/dist/lib/smartfrog-16032006.jar:/usr/local/gump/public/workspace/smartfrog/smartfrog/dist/lib/sfServices-16032006.jar:/usr/local/gump/public/workspace/smartfrog/smartfrog/dist/lib/sfExamples-16032006.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/packages/javacc-3.1/bin/lib/javacc.jar:/usr/local/gump/public/workspace/smartfrog/extras/ant/dist/lib/sf-tasks-16032006.jar:/usr/local/gump/public/workspace/smartfrog/testharness/dist/lib/sf-testharness-16032006.jar:/usr/local/gump/public/workspace/smartfrog/components/xml/dist/lib/sf-xml-16032006.jar:/usr/local/gump/packages/jaxen-1.1-beta-6/jaxen-1.1-beta-6.jar:/usr/local/gump/public/workspace/xom/build/xom-16032006.jar --------------------------------------------- [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/build/test/classes [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/build/test/data [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/build/test/reports [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist/lib [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist/docs [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist/bin [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist/src [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist/docs/jdocs use-smartfrog-tasks: init: [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/lib declare-base.compile.classpath: probe-lib-dir: declare-compile.classpath-no-lib-dir: init-web-proxy: init-socks-proxy: init-proxy: declare-extended-smartfrog-tasks: m2-init: m2-tasks: m2-files: [m2-libraries] Resolving dependencies... [m2-libraries] Downloading: org/smartfrog/sf-xml/16032006/sf-xml-16032006.pom [m2-libraries] [WARNING] Unable to get resource from repository file:/x1/gump/public/workspace/smartfrog/components/lib/ [m2-libraries] Downloading: org/smartfrog/sf-xml/16032006/sf-xml-16032006.pom [m2-libraries] [WARNING] Unable to get resource from repository file:/x1/gump/public/workspace/smartfrog/antbuild/repository/ [m2-libraries] Downloading: org/smartfrog/sf-xml/16032006/sf-xml-16032006.pom [m2-libraries] [WARNING] Unable to get resource from repository http://ibiblio.org/maven2 [m2-libraries] Downloading: org.smartfrog/poms/sf-xml-16032006.pom [m2-libraries] [WARNING] Unable to get resource from repository http://cvs.apache.org/repository/ [m2-libraries] Downloading: org.smartfrog/poms/sf-xml-16032006.pom [m2-libraries] [WARNING] Unable to get resource from repository file:/home/gump/.maven/repository/ BUILD FAILED /x1/gump/public/workspace/smartfrog/extras/cdl/build.xml:51: Unable to resolve artifact Total time: 4 seconds --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/smartfrog/smartfrog-cdl/rss.xml - Atom: http://vmgump.apache.org/gump/public/smartfrog/smartfrog-cdl/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.2. Gump Run 25000016032006, vmgump.apache.org:vmgump-public:25000016032006 Gump E-mail Identifier (unique within run) #63. -- Apache Gump http://gump.apache.org/ [Instance: vmgump] |
From: Smartfrog <sma...@us...> - 2006-03-15 12:28:10
|
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at ge...@gu.... Project smartfrog-cdl has an issue affecting its community integration. This issue affects 1 projects, and has been outstanding for 15 runs. The current state of this project is 'Failed', with reason 'Build Failed'. For reference only, the following projects are affected by this: - smartfrog-cdl : Smartfrog: Application Deployment from HP Laboratories Full details are available at: http://vmgump.apache.org/gump/public/smartfrog/smartfrog-cdl/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -DEBUG- Dependency on smartfrog exists, no need to add for property env.SFHOME. -DEBUG- Dependency on junit3 exists, no need to add for property junit.jar. -INFO- Failed with reason build failed -INFO- Project Reports in: /usr/local/gump/public/workspace/smartfrog/extras/cdl/build/test/reports -INFO- Failed to extract fallback artifacts from Gump Repository The following work was performed: http://vmgump.apache.org/gump/public/smartfrog/smartfrog-cdl/gump_work/build_smartfrog_smartfrog-cdl.html Work Name: build_smartfrog_smartfrog-cdl (Type: Build) Work ended in a state of : Failed Elapsed: 3 secs Command Line: java -Djava.awt.headless=true -Xbootclasspath/p:/usr/local/gump/public/workspace/xml-xalan/build/serializer.jar:/usr/local/gump/public/workspace/xml-xalan/build/xalan-unbundled.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/usr/local/gump/public/workspace/xml-xerces2/build/xercesImpl.jar org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only -Djunit.jar=/usr/local/gump/packages/junit3.8.1/junit.jar -Dsystem.tests=false -Denv.SFHOME=/usr/local/gump/public/workspace/smartfrog/smartfrog/dist gump [Working Directory: /usr/local/gump/public/workspace/smartfrog/extras/cdl] CLASSPATH: /opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/smartfrog/extras/cdl/test/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-trax.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-junit.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant.jar:/usr/local/gump/public/workspace/ggf-cddlm/dist/cddlm-15032006.jar:/usr/local/gump/packages/junit3.8.1/junit.jar:/usr/local/gump/packages/maven2-ant-tasks/maven-artifact-ant-2.0-alpha-3-dep.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-15032006.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-api-15032006.jar:/usr/local/gump/public/workspace/smartfrog/smartfrog/dist/lib/smartfrog-15032006.jar:/usr/local/gump/public/workspace/smartfrog/smartfrog/dist/lib/sfServices-15032006.jar:/usr/local/gump/public/workspace/smartfrog/smartfrog/dist/lib/sfExamples-15032006.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/packages/javacc-3.1/bin/lib/javacc.jar:/usr/local/gump/public/workspace/smartfrog/extras/ant/dist/lib/sf-tasks-15032006.jar:/usr/local/gump/public/workspace/smartfrog/testharness/dist/lib/sf-testharness-15032006.jar:/usr/local/gump/public/workspace/smartfrog/components/xml/dist/lib/sf-xml-15032006.jar:/usr/local/gump/packages/jaxen-1.1-beta-6/jaxen-1.1-beta-6.jar:/usr/local/gump/public/workspace/xom/build/xom-15032006.jar --------------------------------------------- [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/build/test/classes [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/build/test/data [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/build/test/reports [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist/lib [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist/docs [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist/bin [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist/src [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist/docs/jdocs use-smartfrog-tasks: init: [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/lib declare-base.compile.classpath: probe-lib-dir: declare-compile.classpath-no-lib-dir: init-web-proxy: init-socks-proxy: init-proxy: declare-extended-smartfrog-tasks: m2-init: m2-tasks: m2-files: [m2-libraries] Resolving dependencies... [m2-libraries] Downloading: org/smartfrog/sf-xml/15032006/sf-xml-15032006.pom [m2-libraries] [WARNING] Unable to get resource from repository file:/x1/gump/public/workspace/smartfrog/components/lib/ [m2-libraries] Downloading: org/smartfrog/sf-xml/15032006/sf-xml-15032006.pom [m2-libraries] [WARNING] Unable to get resource from repository file:/x1/gump/public/workspace/smartfrog/antbuild/repository/ [m2-libraries] Downloading: org/smartfrog/sf-xml/15032006/sf-xml-15032006.pom [m2-libraries] [WARNING] Unable to get resource from repository http://ibiblio.org/maven2 [m2-libraries] Downloading: org.smartfrog/poms/sf-xml-15032006.pom [m2-libraries] [WARNING] Unable to get resource from repository http://cvs.apache.org/repository/ [m2-libraries] Downloading: org.smartfrog/poms/sf-xml-15032006.pom [m2-libraries] [WARNING] Unable to get resource from repository file:/home/gump/.maven/repository/ BUILD FAILED /x1/gump/public/workspace/smartfrog/extras/cdl/build.xml:51: Unable to resolve artifact Total time: 2 seconds --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/smartfrog/smartfrog-cdl/rss.xml - Atom: http://vmgump.apache.org/gump/public/smartfrog/smartfrog-cdl/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.2. Gump Run 26000015032006, vmgump.apache.org:vmgump-public:26000015032006 Gump E-mail Identifier (unique within run) #60. -- Apache Gump http://gump.apache.org/ [Instance: vmgump] |
From: Smartfrog <sma...@us...> - 2006-03-14 12:13:48
|
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at ge...@gu.... Project smartfrog-cdl has an issue affecting its community integration. This issue affects 1 projects, and has been outstanding for 12 runs. The current state of this project is 'Failed', with reason 'Build Failed'. For reference only, the following projects are affected by this: - smartfrog-cdl : Smartfrog: Application Deployment from HP Laboratories Full details are available at: http://vmgump.apache.org/gump/public/smartfrog/smartfrog-cdl/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -DEBUG- Dependency on smartfrog exists, no need to add for property env.SFHOME. -DEBUG- Dependency on junit3 exists, no need to add for property junit.jar. -INFO- Failed with reason build failed -INFO- Project Reports in: /usr/local/gump/public/workspace/smartfrog/extras/cdl/build/test/reports -INFO- Failed to extract fallback artifacts from Gump Repository The following work was performed: http://vmgump.apache.org/gump/public/smartfrog/smartfrog-cdl/gump_work/build_smartfrog_smartfrog-cdl.html Work Name: build_smartfrog_smartfrog-cdl (Type: Build) Work ended in a state of : Failed Elapsed: 3 secs Command Line: java -Djava.awt.headless=true -Xbootclasspath/p:/usr/local/gump/public/workspace/xml-xalan/build/serializer.jar:/usr/local/gump/public/workspace/xml-xalan/build/xalan-unbundled.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/usr/local/gump/public/workspace/xml-xerces2/build/xercesImpl.jar org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only -Djunit.jar=/usr/local/gump/packages/junit3.8.1/junit.jar -Dsystem.tests=false -Denv.SFHOME=/usr/local/gump/public/workspace/smartfrog/smartfrog/dist gump [Working Directory: /usr/local/gump/public/workspace/smartfrog/extras/cdl] CLASSPATH: /opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/smartfrog/extras/cdl/test/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-trax.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-junit.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant.jar:/usr/local/gump/public/workspace/ggf-cddlm/dist/cddlm-14032006.jar:/usr/local/gump/packages/junit3.8.1/junit.jar:/usr/local/gump/packages/maven2-ant-tasks/maven-artifact-ant-2.0-alpha-3-dep.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-14032006.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-api-14032006.jar:/usr/local/gump/public/workspace/smartfrog/smartfrog/dist/lib/smartfrog-14032006.jar:/usr/local/gump/public/workspace/smartfrog/smartfrog/dist/lib/sfServices-14032006.jar:/usr/local/gump/public/workspace/smartfrog/smartfrog/dist/lib/sfExamples-14032006.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/packages/javacc-3.1/bin/lib/javacc.jar:/usr/local/gump/public/workspace/smartfrog/extras/ant/dist/lib/sf-tasks-14032006.jar:/usr/local/gump/public/workspace/smartfrog/testharness/dist/lib/sf-testharness-14032006.jar:/usr/local/gump/public/workspace/smartfrog/components/xml/dist/lib/sf-xml-14032006.jar:/usr/local/gump/packages/jaxen-1.1-beta-6/jaxen-1.1-beta-6.jar:/usr/local/gump/public/workspace/xom/build/xom-14032006.jar --------------------------------------------- [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/build/test/classes [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/build/test/data [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/build/test/reports [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist/lib [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist/docs [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist/bin [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist/src [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist/docs/jdocs use-smartfrog-tasks: init: [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/lib declare-base.compile.classpath: probe-lib-dir: declare-compile.classpath-no-lib-dir: init-web-proxy: init-socks-proxy: init-proxy: declare-extended-smartfrog-tasks: m2-init: m2-tasks: m2-files: [m2-libraries] Resolving dependencies... [m2-libraries] Downloading: org/smartfrog/sf-xml/14032006/sf-xml-14032006.pom [m2-libraries] [WARNING] Unable to get resource from repository file:/x1/gump/public/workspace/smartfrog/components/lib/ [m2-libraries] Downloading: org/smartfrog/sf-xml/14032006/sf-xml-14032006.pom [m2-libraries] [WARNING] Unable to get resource from repository file:/x1/gump/public/workspace/smartfrog/antbuild/repository/ [m2-libraries] Downloading: org/smartfrog/sf-xml/14032006/sf-xml-14032006.pom [m2-libraries] [WARNING] Unable to get resource from repository http://ibiblio.org/maven2 [m2-libraries] Downloading: org.smartfrog/poms/sf-xml-14032006.pom [m2-libraries] [WARNING] Unable to get resource from repository http://cvs.apache.org/repository/ [m2-libraries] Downloading: org.smartfrog/poms/sf-xml-14032006.pom [m2-libraries] [WARNING] Unable to get resource from repository file:/home/gump/.maven/repository/ BUILD FAILED /x1/gump/public/workspace/smartfrog/extras/cdl/build.xml:51: Unable to resolve artifact Total time: 2 seconds --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/smartfrog/smartfrog-cdl/rss.xml - Atom: http://vmgump.apache.org/gump/public/smartfrog/smartfrog-cdl/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.2. Gump Run 27000014032006, vmgump.apache.org:vmgump-public:27000014032006 Gump E-mail Identifier (unique within run) #61. -- Apache Gump http://gump.apache.org/ [Instance: vmgump] |
From: Smartfrog <sma...@us...> - 2006-03-13 13:40:58
|
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at ge...@gu.... Project smartfrog-cdl has an issue affecting its community integration. This issue affects 1 projects, and has been outstanding for 9 runs. The current state of this project is 'Failed', with reason 'Build Failed'. For reference only, the following projects are affected by this: - smartfrog-cdl : Smartfrog: Application Deployment from HP Laboratories Full details are available at: http://vmgump.apache.org/gump/public/smartfrog/smartfrog-cdl/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -DEBUG- Dependency on smartfrog exists, no need to add for property env.SFHOME. -DEBUG- Dependency on junit3 exists, no need to add for property junit.jar. -INFO- Failed with reason build failed -INFO- Project Reports in: /usr/local/gump/public/workspace/smartfrog/extras/cdl/build/test/reports -INFO- Failed to extract fallback artifacts from Gump Repository The following work was performed: http://vmgump.apache.org/gump/public/smartfrog/smartfrog-cdl/gump_work/build_smartfrog_smartfrog-cdl.html Work Name: build_smartfrog_smartfrog-cdl (Type: Build) Work ended in a state of : Failed Elapsed: 3 secs Command Line: java -Djava.awt.headless=true -Xbootclasspath/p:/usr/local/gump/public/workspace/xml-xalan/build/serializer.jar:/usr/local/gump/public/workspace/xml-xalan/build/xalan-unbundled.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/usr/local/gump/public/workspace/xml-xerces2/build/xercesImpl.jar org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only -Djunit.jar=/usr/local/gump/packages/junit3.8.1/junit.jar -Dsystem.tests=false -Denv.SFHOME=/usr/local/gump/public/workspace/smartfrog/smartfrog/dist gump [Working Directory: /usr/local/gump/public/workspace/smartfrog/extras/cdl] CLASSPATH: /opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/smartfrog/extras/cdl/test/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-trax.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-junit.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant.jar:/usr/local/gump/public/workspace/ggf-cddlm/dist/cddlm-13032006.jar:/usr/local/gump/packages/junit3.8.1/junit.jar:/usr/local/gump/packages/maven2-ant-tasks/maven-artifact-ant-2.0-alpha-3-dep.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-13032006.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-api-13032006.jar:/usr/local/gump/public/workspace/smartfrog/smartfrog/dist/lib/smartfrog-13032006.jar:/usr/local/gump/public/workspace/smartfrog/smartfrog/dist/lib/sfServices-13032006.jar:/usr/local/gump/public/workspace/smartfrog/smartfrog/dist/lib/sfExamples-13032006.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/packages/javacc-3.1/bin/lib/javacc.jar:/usr/local/gump/public/workspace/smartfrog/extras/ant/dist/lib/sf-tasks-13032006.jar:/usr/local/gump/public/workspace/smartfrog/testharness/dist/lib/sf-testharness-13032006.jar:/usr/local/gump/public/workspace/smartfrog/components/xml/dist/lib/sf-xml-13032006.jar:/usr/local/gump/packages/jaxen-1.1-beta-6/jaxen-1.1-beta-6.jar:/usr/local/gump/public/workspace/xom/build/xom-13032006.jar --------------------------------------------- [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist/bin [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist/src [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist/docs/jdocs use-smartfrog-tasks: init: [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/lib declare-base.compile.classpath: probe-lib-dir: declare-compile.classpath-no-lib-dir: init-web-proxy: init-socks-proxy: init-proxy: declare-extended-smartfrog-tasks: m2-init: m2-tasks: m2-files: [m2-libraries] Resolving dependencies... [m2-libraries] Downloading: commons-logging/commons-logging-api/1.0.4/commons-logging-api-1.0.4.pom [m2-libraries] [WARNING] Unable to get resource from repository file:/x1/gump/public/workspace/smartfrog/components/lib/ [m2-libraries] Downloading: commons-logging/commons-logging-api/1.0.4/commons-logging-api-1.0.4.pom [m2-libraries] [WARNING] Unable to get resource from repository file:/x1/gump/public/workspace/smartfrog/antbuild/repository/ [m2-libraries] Downloading: commons-logging/commons-logging-api/1.0.4/commons-logging-api-1.0.4.pom [m2-libraries] Transferring 0K [m2-libraries] Downloading: org/smartfrog/sf-xml/13032006/sf-xml-13032006.pom [m2-libraries] [WARNING] Unable to get resource from repository file:/x1/gump/public/workspace/smartfrog/components/lib/ [m2-libraries] Downloading: org/smartfrog/sf-xml/13032006/sf-xml-13032006.pom [m2-libraries] [WARNING] Unable to get resource from repository file:/x1/gump/public/workspace/smartfrog/antbuild/repository/ [m2-libraries] Downloading: org/smartfrog/sf-xml/13032006/sf-xml-13032006.pom [m2-libraries] [WARNING] Unable to get resource from repository http://ibiblio.org/maven2 [m2-libraries] Downloading: org.smartfrog/poms/sf-xml-13032006.pom [m2-libraries] [WARNING] Unable to get resource from repository http://cvs.apache.org/repository/ [m2-libraries] Downloading: org.smartfrog/poms/sf-xml-13032006.pom [m2-libraries] [WARNING] Unable to get resource from repository file:/home/gump/.maven/repository/ BUILD FAILED /x1/gump/public/workspace/smartfrog/extras/cdl/build.xml:51: Unable to resolve artifact Total time: 3 seconds --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/smartfrog/smartfrog-cdl/rss.xml - Atom: http://vmgump.apache.org/gump/public/smartfrog/smartfrog-cdl/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.2. Gump Run 26000013032006, vmgump.apache.org:vmgump-public:26000013032006 Gump E-mail Identifier (unique within run) #73. -- Apache Gump http://gump.apache.org/ [Instance: vmgump] |
From: Smartfrog <sma...@us...> - 2006-03-12 11:48:58
|
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at ge...@gu.... Project smartfrog-cdl has an issue affecting its community integration. This issue affects 1 projects, and has been outstanding for 6 runs. The current state of this project is 'Failed', with reason 'Build Failed'. For reference only, the following projects are affected by this: - smartfrog-cdl : Smartfrog: Application Deployment from HP Laboratories Full details are available at: http://vmgump.apache.org/gump/public/smartfrog/smartfrog-cdl/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -DEBUG- Dependency on smartfrog exists, no need to add for property env.SFHOME. -DEBUG- Dependency on junit3 exists, no need to add for property junit.jar. -INFO- Failed with reason build failed -INFO- Project Reports in: /usr/local/gump/public/workspace/smartfrog/extras/cdl/build/test/reports -INFO- Failed to extract fallback artifacts from Gump Repository The following work was performed: http://vmgump.apache.org/gump/public/smartfrog/smartfrog-cdl/gump_work/build_smartfrog_smartfrog-cdl.html Work Name: build_smartfrog_smartfrog-cdl (Type: Build) Work ended in a state of : Failed Elapsed: 3 secs Command Line: java -Djava.awt.headless=true -Xbootclasspath/p:/usr/local/gump/public/workspace/xml-xalan/build/serializer.jar:/usr/local/gump/public/workspace/xml-xalan/build/xalan-unbundled.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/usr/local/gump/public/workspace/xml-xerces2/build/xercesImpl.jar org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only -Djunit.jar=/usr/local/gump/packages/junit3.8.1/junit.jar -Dsystem.tests=false -Denv.SFHOME=/usr/local/gump/public/workspace/smartfrog/smartfrog/dist gump [Working Directory: /usr/local/gump/public/workspace/smartfrog/extras/cdl] CLASSPATH: /opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/smartfrog/extras/cdl/test/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-trax.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-junit.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant.jar:/usr/local/gump/public/workspace/ggf-cddlm/dist/cddlm-12032006.jar:/usr/local/gump/packages/junit3.8.1/junit.jar:/usr/local/gump/packages/maven2-ant-tasks/maven-artifact-ant-2.0-alpha-3-dep.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-12032006.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-api-12032006.jar:/usr/local/gump/public/workspace/smartfrog/smartfrog/dist/lib/smartfrog-12032006.jar:/usr/local/gump/public/workspace/smartfrog/smartfrog/dist/lib/sfServices-12032006.jar:/usr/local/gump/public/workspace/smartfrog/smartfrog/dist/lib/sfExamples-12032006.jar:/usr/local/gump/public/workspace/dist/junit/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/packages/javacc-3.1/bin/lib/javacc.jar:/usr/local/gump/public/workspace/smartfrog/extras/ant/dist/lib/sf-tasks-12032006.jar:/usr/local/gump/public/workspace/smartfrog/testharness/dist/lib/sf-testharness-12032006.jar:/usr/local/gump/public/workspace/smartfrog/components/xml/dist/lib/sf-xml-12032006.jar:/usr/local/gump/packages/jaxen-1.1-beta-6/jaxen-1.1-beta-6.jar:/usr/local/gump/public/workspace/xom/build/xom-12032006.jar --------------------------------------------- init-standard-output-dirs: [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/build [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/build/classes [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/build/test [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/build/test/classes [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/build/test/data [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/build/test/reports [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist/lib [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist/docs [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist/bin [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist/src [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist/docs/jdocs use-smartfrog-tasks: init: [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/lib declare-base.compile.classpath: probe-lib-dir: declare-compile.classpath-no-lib-dir: init-web-proxy: init-socks-proxy: init-proxy: declare-extended-smartfrog-tasks: m2-init: m2-tasks: m2-files: [m2-libraries] Resolving dependencies... [m2-libraries] Downloading: org/smartfrog/sf-xml/12032006/sf-xml-12032006.pom [m2-libraries] [WARNING] Unable to get resource from repository file:/x1/gump/public/workspace/smartfrog/components/lib/ [m2-libraries] Downloading: org/smartfrog/sf-xml/12032006/sf-xml-12032006.pom [m2-libraries] [WARNING] Unable to get resource from repository file:/x1/gump/public/workspace/smartfrog/antbuild/repository/ [m2-libraries] Downloading: org/smartfrog/sf-xml/12032006/sf-xml-12032006.pom BUILD FAILED /x1/gump/public/workspace/smartfrog/extras/cdl/build.xml:51: Unable to resolve artifact Total time: 2 seconds --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/smartfrog/smartfrog-cdl/rss.xml - Atom: http://vmgump.apache.org/gump/public/smartfrog/smartfrog-cdl/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.2. Gump Run 25000012032006, vmgump.apache.org:vmgump-public:25000012032006 Gump E-mail Identifier (unique within run) #48. -- Apache Gump http://gump.apache.org/ [Instance: vmgump] |
From: Smartfrog <sma...@us...> - 2006-03-11 10:58:55
|
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at ge...@gu.... Project smartfrog-cdl has an issue affecting its community integration. This issue affects 1 projects, and has been outstanding for 3 runs. The current state of this project is 'Failed', with reason 'Build Failed'. For reference only, the following projects are affected by this: - smartfrog-cdl : Smartfrog: Application Deployment from HP Laboratories Full details are available at: http://vmgump.apache.org/gump/public/smartfrog/smartfrog-cdl/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -DEBUG- Dependency on smartfrog exists, no need to add for property env.SFHOME. -DEBUG- Dependency on junit3 exists, no need to add for property junit.jar. -INFO- Failed with reason build failed -INFO- Project Reports in: /usr/local/gump/public/workspace/smartfrog/extras/cdl/build/test/reports -INFO- Failed to extract fallback artifacts from Gump Repository The following work was performed: http://vmgump.apache.org/gump/public/smartfrog/smartfrog-cdl/gump_work/build_smartfrog_smartfrog-cdl.html Work Name: build_smartfrog_smartfrog-cdl (Type: Build) Work ended in a state of : Failed Elapsed: 3 secs Command Line: java -Djava.awt.headless=true -Xbootclasspath/p:/usr/local/gump/public/workspace/xml-xalan/build/serializer.jar:/usr/local/gump/public/workspace/xml-xalan/build/xalan-unbundled.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/usr/local/gump/public/workspace/xml-xerces2/build/xercesImpl.jar org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only -Djunit.jar=/usr/local/gump/packages/junit3.8.1/junit.jar -Dsystem.tests=false -Denv.SFHOME=/usr/local/gump/public/workspace/smartfrog/smartfrog/dist gump [Working Directory: /usr/local/gump/public/workspace/smartfrog/extras/cdl] CLASSPATH: /opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/smartfrog/extras/cdl/test/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-trax.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-junit.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant.jar:/usr/local/gump/public/workspace/ggf-cddlm/dist/cddlm-11032006.jar:/usr/local/gump/packages/junit3.8.1/junit.jar:/usr/local/gump/packages/maven2-ant-tasks/maven-artifact-ant-2.0-alpha-3-dep.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-11032006.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-api-11032006.jar:/usr/local/gump/public/workspace/smartfrog/smartfrog/dist/lib/smartfrog-11032006.jar:/usr/local/gump/public/workspace/smartfrog/smartfrog/dist/lib/sfServices-11032006.jar:/usr/local/gump/public/workspace/smartfrog/smartfrog/dist/lib/sfExamples-11032006.jar:/usr/local/gump/public/workspace/dist/junit/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/packages/javacc-3.1/bin/lib/javacc.jar:/usr/local/gump/public/workspace/smartfrog/extras/ant/dist/lib/sf-tasks-11032006.jar:/usr/local/gump/public/workspace/smartfrog/testharness/dist/lib/sf-testharness-11032006.jar:/usr/local/gump/public/workspace/smartfrog/components/xml/dist/lib/sf-xml-11032006.jar:/usr/local/gump/packages/jaxen-1.1-beta-6/jaxen-1.1-beta-6.jar:/usr/local/gump/public/workspace/xom/build/xom-11032006.jar --------------------------------------------- [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/build/test/classes [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/build/test/data [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/build/test/reports [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist/lib [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist/docs [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist/bin [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist/src [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/dist/docs/jdocs use-smartfrog-tasks: init: [mkdir] Created dir: /x1/gump/public/workspace/smartfrog/extras/cdl/lib declare-base.compile.classpath: probe-lib-dir: declare-compile.classpath-no-lib-dir: init-web-proxy: init-socks-proxy: init-proxy: declare-extended-smartfrog-tasks: m2-init: m2-tasks: m2-files: [m2-libraries] Resolving dependencies... [m2-libraries] Downloading: org/smartfrog/sf-xml/11032006/sf-xml-11032006.pom [m2-libraries] [WARNING] Unable to get resource from repository file:/x1/gump/public/workspace/smartfrog/components/lib/ [m2-libraries] Downloading: org/smartfrog/sf-xml/11032006/sf-xml-11032006.pom [m2-libraries] [WARNING] Unable to get resource from repository file:/x1/gump/public/workspace/smartfrog/antbuild/repository/ [m2-libraries] Downloading: org/smartfrog/sf-xml/11032006/sf-xml-11032006.pom [m2-libraries] [WARNING] Unable to get resource from repository http://ibiblio.org/maven2 [m2-libraries] Downloading: org.smartfrog/poms/sf-xml-11032006.pom [m2-libraries] [WARNING] Unable to get resource from repository http://cvs.apache.org/repository/ [m2-libraries] Downloading: org.smartfrog/poms/sf-xml-11032006.pom [m2-libraries] [WARNING] Unable to get resource from repository file:/home/gump/.maven/repository/ BUILD FAILED /x1/gump/public/workspace/smartfrog/extras/cdl/build.xml:51: Unable to resolve artifact Total time: 2 seconds --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/smartfrog/smartfrog-cdl/rss.xml - Atom: http://vmgump.apache.org/gump/public/smartfrog/smartfrog-cdl/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.2. Gump Run 27000011032006, vmgump.apache.org:vmgump-public:27000011032006 Gump E-mail Identifier (unique within run) #67. -- Apache Gump http://gump.apache.org/ [Instance: vmgump] |