[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

svnant checkout doesn't allow nested filesets?

From: <kevin.slater_at_pfpc.com>
Date: 2005-11-30 22:15:38 CET

>From the online documentation page for svnant it would appear that svnant
allows one to use nested filesets inside of a checkout task. But when I try
this the ant build fails with a "Checkout doesn't support the nested
"fileset" element" error. Maybe I'm defining the task incorrectly? Here's
an example:

   <target name="fetchPFPCLibs" depends="init" if="svnroot">
      <echo>Fetching jars needed to compile ${name} from SVN with
${extlib.svn.src} to ${pfpc.lib.dir}</echo>
      <svn>
         <checkout url="${extlib.svn.src}" destPath="${pfpc.lib.dir}">
            <fileset>
               <include name="j2ee.jar"/>
            </fileset>
         </checkout>
      </svn>
   </target>

...Kevin

Kevin Slater
PFPC ESS
412 762-1642

The contents of this email are the property of the sender. If it was not addressed to you, you have no legal right to read it. If you think you received it in error, please notify the sender. Do not forward or copy without permission of the sender.
Received on Thu Dec 1 08:15:38 2005

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.