[sip-comm-dev] Re: [sc1.0 - cvs] CVS update: /sip-communicator-1-0-draft/

A very minor thing.

BurchB@dev.java.net wrote:

@@ -261,12 +261,15 @@
     </target>
      <target name="cc-buildloop" depends="rebuild,bundles,test"/>
+ + <!-- - - NetBeans Targets for specific files selected via ide-actions - -->
      <!--netbeans only - debug a single test file under oscar and jUnit-->
     <target name="debug-selected-file"
- depends="init,init,prepare-single-test,prepare-all-tests"
- description="starts oscar and runs selected Service Impl Compatibility Kit">
+ depends="init,init,prepare-single-test,prepare-all-tests">

Any reason for the double init dependancy?

+ <!--internal-target- starts oscar and debugs the selected + Service Impl Compatibility Kit -->
        <fail unless="test.name"
             message="debug impossible when 'test.name' property not defined!" />

Emil

···

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@sip-communicator.dev.java.net
For additional commands, e-mail: dev-help@sip-communicator.dev.java.net

Just finger trouble. Must have done shift/ins twice without noticing and ant didn't squawk
when I ran the test.

I've removed it.
Regards,

Brian

···

On Thu, 08 Dec 2005 11:35:47 +0100, Emil Ivov wrote:

A very minor thing.

     <!--netbeans only - debug a single test file under oscar and jUnit-->
     <target name="debug-selected-file"
- depends="init,init,prepare-single-test,prepare-all-tests"
- description="starts oscar and runs selected Service Impl Compatibility Kit">
+ depends="init,init,prepare-single-test,prepare-all-tests">

Any reason for the double init dependancy?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@sip-communicator.dev.java.net
For additional commands, e-mail: dev-help@sip-communicator.dev.java.net