From: Joe W. <jo...@gm...> - 2010-02-16 13:17:58
|
Wolfgang, Would it be worth documenting (perhaps through comments in the build.properties) which modules need to be enabled for the test suite to compile and pass? Just an idea. Joe On Tue, Feb 16, 2010 at 7:05 AM, <wol...@us...> wrote: > Revision: 11248 > http://exist.svn.sourceforge.net/exist/?rev=11248&view=rev > Author: wolfgang_m > Date: 2010-02-16 12:05:37 +0000 (Tue, 16 Feb 2010) > > Log Message: > ----------- > [ignore] counter module should be enabled by default or the test suite will not compile. > > Modified Paths: > -------------- > trunk/eXist/extensions/build.properties > > Modified: trunk/eXist/extensions/build.properties > =================================================================== > --- trunk/eXist/extensions/build.properties 2010-02-16 12:04:56 UTC (rev 11247) > +++ trunk/eXist/extensions/build.properties 2010-02-16 12:05:37 UTC (rev 11248) > @@ -43,7 +43,7 @@ > include.module.context = false > > # Persistent counter module > -include.module.counter = false > +include.module.counter = true > > # Date/DateTime/Time utility functions module > include.module.datetime = true > > > This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. > > ------------------------------------------------------------------------------ > SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, > Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW > http://p.sf.net/sfu/solaris-dev2dev > _______________________________________________ > Exist-commits mailing list > Exi...@li... > https://lists.sourceforge.net/lists/listinfo/exist-commits > |