[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [xmlblaster-devel] build.xml



Martin Johnson wrote:

Hi Marcel

Sorry to take a little while to get back to you. I dont gurantee the line
number being exact as I have been playing with build.xml, though the snippet
below starts a 2544.

Thanks, i have added it (cvs), which ant version do you use??

Marcel


[cc] Starting dependency analysis for 7 files. [cc] 7 files are up to date. [cc] 0 files to be recompiled from dependency analysis. [cc] 0 total files to be compiled. [echo] Assure to add F:\xmlBlaster\lib to your PATH to find xmlBlasterClien tC.dll, pthreadVC.dll and sqlite.dll (if persistent queues are used)

BUILD FAILED
F:\xmlBlaster\build.xml:2549: No case matched the value
${XMLBLASTER_PERSISTENT_
QUEUE} and no default has been specified.

Total time: 4 seconds

//---------------------snippet
      <copy file="${build.src.c.dir}/socket/pthreadVC.dll"
tofile="${lib.dir}/pthreadVC.dll"/>

      <switch value="${os.family}" caseinsensitive="false">
         <case value="windows">
            <echo message="Assure to add ${lib.dir.absolute} to your PATH to
find xmlBlasterClientC.dll, pthreadVC.dll and sqlite.dll (if persistent
queues are used)"/>
            <switch value="${XMLBLASTER_PERSISTENT_QUEUE}">
               <case value="1">
                  <copy file="${sqlite.lib.dir}/sqlite.dll"
tofile="${lib.dir}/sqlite.dll"/>
               </case>
            </switch>
         </case>
         <default>
         </default>
      </switch>
   </target>  <!-- C lib -->



-----Original Message-----
From: owner-xmlblaster-devel at server.xmlBlaster.org
[mailto:owner-xmlblaster-devel at server.xmlBlaster.org]On Behalf Of Marcel
Ruff
Sent: Sunday, June 13, 2004 3:03 AM
To: xmlblaster-devel at server.xmlBlaster.org
Subject: Re: [xmlblaster-devel] build.xml


Martin Johnson wrote:

Hi,

In the current .903 release.

A <default> needs to be added to build.xml around about line 2553 for the
switch statement
<switch value="${XMLBLASTER_PERSISTENT_QUEUE}">. It is not

possible to build

with this being left undefined.

Regards


Martin



Hi Martin,

could you please send me the error output
as i can't reproduce it here.

Thanks

Marcel

--
http://www.xmlBlaster.org





--
http://www.xmlBlaster.org