Author: mcconnell Date: Sat Jun 26 00:00:43 2004 New Revision: 22121 Modified: avalon/trunk/tools/magic/setup.xml Log: Log the cache and doc repository during the install process.
Modified: avalon/trunk/tools/magic/setup.xml ============================================================================== --- avalon/trunk/tools/magic/setup.xml (original) +++ avalon/trunk/tools/magic/setup.xml Sat Jun 26 00:00:43 2004 @@ -49,10 +49,12 @@ <!-- Create the artifact cache. --> <property name="magic.cache" value="${magic.home}/main"/> + <echo message="Using cache: ${magic.cache}"/> <mkdir dir="${magic.cache}"/> <!-- Create the docs cache. --> <property name="magic.docs" value="${magic.home}/docs"/> + <echo message="Using doc repository: ${magic.docs}"/> <mkdir dir="${magic.docs}"/> <!-- Create the magic group cache dir. --> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]