|
From: <al...@in...> - 2005-12-22 23:20:30
|
View results here -> http://opensource.jteam.nl/build/buildresults/spring?log=log20051223001626 |
|
From: <al...@in...> - 2005-12-23 23:19:31
|
View results here -> http://opensource.jteam.nl/build/buildresults/spring?log=log20051224001636 |
|
From: <al...@in...> - 2005-12-29 23:20:23
|
View results here -> http://opensource.jteam.nl/build/buildresults/spring?log=log20051230001612 |
|
From: <al...@in...> - 2006-01-06 23:21:15
|
View results here -> http://opensource.jteam.nl/build/buildresults/spring?log=log20060107001615 |
|
From: <al...@in...> - 2006-01-09 23:21:19
|
View results here -> http://opensource.jteam.nl/build/buildresults/spring?log=log20060110001709 |
|
From: <al...@in...> - 2006-01-10 14:51:02
|
View results here -> http://opensource.jteam.nl/build/buildresults/spring?log=log20060110153759 |
|
From: Alef A. <al...@in...> - 2006-01-10 15:19:56
|
I'm working on the builds at the moment (migrating the uploads to a different host) so there might be a couple of build failed reports in the next hour(s). regards, alef al...@in... wrote: > View results here -> http://opensource.jteam.nl/build/buildresults/spring?log=log20060110153759 > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > -- Alef Arendsen Interface21 NL Spring Services from the Source http://www.interface21.com Spring Core Developer http://www.springframework.org Author, "Professional Java Development with the Spring Framework" (June 2005, with Rod Johnson, Juergen Hoeller, Colin Sampaleanu and Thomas Risberg) http://www.amazon.com/exec/obidos/ASIN/0764574833/ Interface21 NL B.V. Donker Curtiusstraat 7-400c 1051JL Amsterdam Phone: 020 486 20 36 Fax: 084 837 00 00 Mail: al...@in... Skype: aarendsen ************************************ DISCLAIMER ********************* This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. Please note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of the company. Finally, the recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. ********************************************************************* |
|
From: <al...@in...> - 2006-01-10 15:29:40
|
View results here -> http://opensource.jteam.nl/build/buildresults/spring?log=log20060110161727 |
|
From: <al...@in...> - 2006-01-10 16:23:26
|
View results here -> http://opensource.jteam.nl/build/buildresults/spring?log=log20060110165432 |
|
From: <al...@in...> - 2006-01-11 00:04:44
|
View results here -> http://opensource.jteam.nl/build/buildresults/spring?log=log20060111003525 |
|
From: <al...@in...> - 2006-01-11 10:10:44
|
View results here -> http://opensource.jteam.nl/build/buildresults/spring?log=log20060111110251 |
|
From: <al...@in...> - 2006-01-13 23:24:59
|
View results here -> http://opensource.jteam.nl/build/buildresults/spring?log=log20060114001711 |
|
From: <al...@in...> - 2006-01-18 23:22:18
|
View results here -> http://opensource.jteam.nl/build/buildresults/spring?log=log20060119001632 |
|
From: <al...@in...> - 2006-02-08 23:22:01
|
View results here -> http://opensource.jteam.nl/build/buildresults/spring?log=log20060209001653 |
|
From: <al...@in...> - 2006-02-13 23:19:37
|
View results here -> http://opensource.jteam.nl/build/buildresults/spring?log=log20060214001605 |
|
From: <al...@in...> - 2006-02-16 23:19:10
|
View results here -> http://opensource.jteam.nl/build/buildresults/spring?log=log20060217001701 |
|
From: <al...@in...> - 2006-02-18 23:22:30
|
View results here -> http://opensource.jteam.nl/build/buildresults/spring?log=log20060219001638 |
|
From: <al...@in...> - 2006-02-19 23:21:48
|
View results here -> http://opensource.jteam.nl/build/buildresults/spring?log=log20060220001654 |
|
From: Juergen H. <ju...@in...> - 2006-02-19 23:25:38
|
"No Tests Run This project doesn't have any tests" Hmm, something seems to be wrong in our build setup... Alef, can you please check this? Juergen -----Original Message----- From: spr...@li... [mailto:spr...@li...] On Behalf Of al...@in... Sent: Monday, February 20, 2006 12:22 AM To: spr...@li... Subject: [Springframework-developer] spring Build Failed Importance: High View results here -> http://opensource.jteam.nl/build/buildresults/spring?log=log20060220001654 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer |
|
From: Adrian C. <adr...@in...> - 2006-02-20 09:52:57
|
FYI, I just fixed the annoying "adviceDidNotMatch" warnings that are
coming out from the compilation of our aspect library. These are
issued because when we compile the aspect library in isolation, the
advice in the aspects doesn't match anything (test cases are compiled
separately). Sorry if that's stating the obvious!
AspectJ has an annotation, @SuppressAjWarnings, (akin to Java's
@SuppressWarnings) that can be used to suppress AspectJ Xlint
messages. So I've annotated the offending advice declarations with
@SuppressAjWarnings("adviceDidNotMatch") - which I think on-balance
is what we want in this case.
Regards, Adrian.
On 19 Feb 2006, at 23:25, Juergen Hoeller wrote:
> "No Tests Run
> This project doesn't have any tests"
>
> Hmm, something seems to be wrong in our build setup...
> Alef, can you please check this?
>
> Juergen
>
>
> -----Original Message-----
> From: spr...@li...
> [mailto:spr...@li...] On
> Behalf Of
> al...@in...
> Sent: Monday, February 20, 2006 12:22 AM
> To: spr...@li...
> Subject: [Springframework-developer] spring Build Failed
> Importance: High
>
> View results here ->
> http://opensource.jteam.nl/build/buildresults/spring?
> log=log20060220001654
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do you grep through
> log files
> for problems? Stop! Download the new AJAX search engine that makes
> searching your log files as easy as surfing the web. DOWNLOAD
> SPLUNK!
> http://sel.as-us.falkag.net/sel?
> cmd=lnk&kid=103432&bid=230486&dat=121642
> _______________________________________________
> Springframework-developer mailing list
> Spr...@li...
> https://lists.sourceforge.net/lists/listinfo/springframework-developer
>
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do you grep through
> log files
> for problems? Stop! Download the new AJAX search engine that makes
> searching your log files as easy as surfing the web. DOWNLOAD
> SPLUNK!
> http://sel.as-us.falkag.net/sel?
> cmd=lnk&kid=103432&bid=230486&dat=121642
> _______________________________________________
> Springframework-developer mailing list
> Spr...@li...
> https://lists.sourceforge.net/lists/listinfo/springframework-developer
-- Adrian
adr...@in...
|
|
From: Alef A. <ale...@in...> - 2006-02-23 08:04:15
|
Juergen, the tests are actually run, but somehow the log generation doesn't pick up the results anymore. At the following URL, for now, you can track the results of the new build cycle, which is running more often (once every hour, if there are modifications). Note that this is not final yet and doesn't upload any snapshots (I'll only be doing this once a day). regards, Alef http://static.springframework.org/spring/build/index.html Juergen Hoeller wrote: > "No Tests Run > This project doesn't have any tests" > > Hmm, something seems to be wrong in our build setup... > Alef, can you please check this? > > Juergen > > > -----Original Message----- > From: spr...@li... > [mailto:spr...@li...] On Behalf Of > al...@in... > Sent: Monday, February 20, 2006 12:22 AM > To: spr...@li... > Subject: [Springframework-developer] spring Build Failed > Importance: High > > View results here -> > http://opensource.jteam.nl/build/buildresults/spring?log=log20060220001654 > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > -- Alef Arendsen Principal Consultant Interface21 Spring Services from the Source http://www.interface21.com Spring Core Developer http://www.springframework.org Author, "Professional Java Development with the Spring Framework" (June 2005, with Rod Johnson, Juergen Hoeller, Colin Sampaleanu and Thomas Risberg) http://www.amazon.com/exec/obidos/ASIN/0764574833/ Interface21 NL B.V. Donker Curtiusstraat 7-400c 1051JL Amsterdam Phone: 020 486 20 36 Fax: 084 837 00 00 Mail: al...@in... Skype: aarendsen ************************************ DISCLAIMER ********************* This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. Please note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of the company. Finally, the recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. ********************************************************************* |