[Mulgara-dev] [Mulgara-svn] r1372 - trunk

Paul Gearon gearon at ieee.org
Sun Nov 2 13:29:11 UTC 2008


Oh wait... my bad. Sorry.

This seemingly innocuous change DID change things on my system, which
in turn interacted with a classpath I was using. Weird.

Sorry about that.

Paul

On Sun, Nov 2, 2008 at 7:23 AM, Paul Gearon <gearon at ieee.org> wrote:
> Hi Ronald,
>
> If you recall, the build is flaky. This means that when you make minor
> adjustments you'd better check that the build still works! (Which it
> doesn't)
>
> Paul
>
> On Sun, Nov 2, 2008 at 1:34 AM,  <ronald at mulgara.org> wrote:
>> Author: ronald
>> Date: 2008-11-02 00:34:33 -0700 (Sun, 02 Nov 2008)
>> New Revision: 1372
>>
>> Modified:
>>   trunk/build.xml
>> Log:
>> Fix up-to-date check for javadocs.
>>
>>
>> Modified: trunk/build.xml
>> ===================================================================
>> --- trunk/build.xml     2008-11-02 04:44:03 UTC (rev 1371)
>> +++ trunk/build.xml     2008-11-02 07:34:33 UTC (rev 1372)
>> @@ -747,7 +747,7 @@
>>              store-stringpool-jar,
>>              store-stringpool-memory-jar, store-stringpool-xa-jar, store-stringpool-xa11-jar,
>>              tuples-jar, tuples-hybrid-jar, util-jar, util-xa-jar, web-jar"
>> -    unless="javadoc-uptodate"
>> +    unless="javadoc.uptodate"
>>     description="Creates the project javadoc">
>>     <delete dir="${javadoc.dir}"/>
>>     <mkdir dir="${javadoc.dir}"/>
>>
>> _______________________________________________
>> Mulgara-svn mailing list
>> Mulgara-svn at mulgara.org
>> http://mulgara.org/mailman/listinfo/mulgara-svn
>>
>



More information about the Mulgara-dev mailing list