Sorry. I am not getting your point. I am trying to use the projectSetImport to get the project names from the build.psf which is below.
<target name="loadProjectSet"> <projectSetImport ProjectSetFileName="build.psf" /> <echo>Loaded projects = ${ImportedProjectNames}</echo> </target> But i am getting the below error while executing the build.xml Problem: failed to create task or type projectSetImport Cause: The name is undefined. Action: Check the spelling. Action: Check that any custom tasks/types have been declared. Action: Check that any <presetdef>/<macrodef> declarations have taken place. I dont know what i am doing wrong. Please help. -- View this message in context: http://ant.1045680.n5.nabble.com/Automating-cvs-modules-checkout-with-build-psf-using-Ant-Script-tp5713862p5713865.html Sent from the Ant - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org