buildframework/helium/tools/preparation/password.ant.xml
changeset 645 b8d81fa19e7d
parent 628 7c4a911dc066
--- a/buildframework/helium/tools/preparation/password.ant.xml	Wed Sep 29 17:48:06 2010 +0100
+++ b/buildframework/helium/tools/preparation/password.ant.xml	Sun Oct 10 15:22:15 2010 +0300
@@ -75,12 +75,6 @@
         <hlm:filterRecordStopMacro/>
     </target>
     
-    <!-- Retrieve the GRACE password from the .netrc file and store it into release.grace.password property. -->
-    <target name="grace-password" if="release.grace">
-        <hlm:netrcPasswordMacro output-prop="release.grace.password" result-prop="grace.password.available" type="grace"/>
-        <hlm:logreplace regexp="${release.grace.password}"/>
-    </target>
-    
     <!-- Retrieve the NOE password from the .netrc file and store it into noe.password property. -->
     <target name="noe-password">
         <hlm:netrcPasswordMacro output-prop="noe.password" result-prop="noe.password.available" type="noe"/>
@@ -190,18 +184,5 @@
     <!-- check synergy is available needs ccm.enabled to be set to 'true' as well.-->
     <target name="ccm-check" unless="skip.password.validation" if="internal.ccm.enabled">
         <hlm:ccmAvailableMacro resultproperty="ccm.session.created"/>
-        <echo>ccm.session.created = ${ccm.session.created}</echo>
-        <if>
-            <equals arg1="${ccm.session.created}" arg2="-1"/>
-            <then>
-                <fail message="Unable to create CCM session."/>
-            </then>
-        </if>
-        <if>
-            <equals arg1="${ccm.session.created}" arg2="-2"/>
-            <then>
-                <fail message="Access Denied for user."/>
-            </then>
-        </if>
     </target>
 </project>