From: Joe W. <jo...@gm...> - 2011-03-02 12:31:32
|
Hi Jens, I noticed the delay too - I didn't get the commit message about 13887 until I woke up this morning. The only reason I knew about it was because of a notice from the continuous build server about the build. No mention of any outage or problem on http://sourceforge.net/blog/category/sitestatus/. Very strange. Joe 2011/3/2 Jens Østergaard Petersen <oe...@gm...>: > Just wondering … > > my checkout of 13886: 2011-03-01 13:41 > timestamp of my mail: 2011-03-01 14:13 > Wolfgang's commit of 13887: 2011-03-01 15:00 > timestamp of Joe's answer to my mail: 2011-03-02 01:36 > timestamp of SF's mail about Wolfgang's commit of 13887: 2011-03-02 04:00 > > Why does it take SF 13 hours to send out the mail about Wolfgang's commit of 13887? > > Jens > > On Mar 2, 2011, at 2:36 AM, Joe Wicentowski wrote: > >> Jens, >> >> see rev. 13887: >> Change 13887 by wolfgang_m (2 files): [ignore] Broke the build this >> morning. Forgot two changes. Sorry.. >> >> Joe >> >> 2011/3/1 Jens Østergaard Petersen <oe...@gm...>: >>> Hi, >>> >>> For me, on Mac OS 10.6.6 and Ubuntu 10.10, a fresh checkout of 13886 will not build, reporting the same error: >>> >>> compile: >>> [echo] Compiling with Java 1.6 from 1.6 source to 1.6 target, debug on, optimize on, deprecation off >>> [javac] Compiling 1381 source files to /Applications/eXist_dev/build/classes >>> [javac] /Applications/eXist_dev/src/org/exist/xquery/XQuery.java:272: unreported exception org.exist.security.PermissionDeniedException; must be caught or declared to be thrown >>> [javac] CompiledXQuery compiled = compile(context, new FileSource(file, "UTF-8", true)); >>> [javac] ^ >>> [javac] /Applications/eXist_dev/src/org/exist/xquery/DebuggableExpression.java:32: org.exist.xquery.DebuggableExpression is not abstract and does not override abstract method getParent() in org.exist.xquery.Expression >>> [javac] public class DebuggableExpression implements Expression { >>> [javac] ^ >>> [javac] Note: Some input files use or override a deprecated API. >>> [javac] Note: Recompile with -Xlint:deprecation for details. >>> [javac] Note: Some input files use unchecked or unsafe operations. >>> [javac] Note: Recompile with -Xlint:unchecked for details. >>> [javac] 2 errors >>> >>> Cheers, >>> >>> Jens >>> >>> On Feb 28, 2011, at 8:48 AM, sha...@us... wrote: >>> >>>> Revision: 13871 >>>> http://exist.svn.sourceforge.net/exist/?rev=13871&view=rev >>>> Author: shabanovd >>>> Date: 2011-02-28 07:48:20 +0000 (Mon, 28 Feb 2011) >>>> >>>> Log Message: >>>> ----------- >>>> [feature] check execution flag before script execution > > |