Re: NPE in ComponentHelper.sameDefinition(ComponentHelper.java:593)

2003-07-21 Thread Nick Chalko
peter reilly wrote:
This should be fixed in next build (July 21) of ant.
Peter
On Sat, 2003-07-19 at 00:00, Nick Chalko wrote:
 

This is related to the junit antlib at krysalis.  This may be something 
I did,  but it works with the June 25 build of ant.
Regardless NPE are always bad.
   


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 

thanks
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: NPE in ComponentHelper.sameDefinition(ComponentHelper.java:593)

2003-07-21 Thread peter reilly
This should be fixed in next build (July 21) of ant.

Peter
On Sat, 2003-07-19 at 00:00, Nick Chalko wrote:
> This is related to the junit antlib at krysalis.  This may be something 
> I did,  but it works with the June 25 build of ant.
> Regardless NPE are always bad.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: NPE in ComponentHelper.sameDefinition(ComponentHelper.java:593)

2003-07-18 Thread Nick Chalko
This is related to the junit antlib at krysalis.  This may be something 
I did,  but it works with the June 25 build of ant.
Regardless NPE are always bad.


Here is the xbuild.xml file I import.








   
  


  
  
 


   
loaderRef="junit.antlib.loader" />

 

   
arg2="$${viprom:/module/[EMAIL PROTECTED]/[EMAIL PROTECTED]'test/junit']/@dir}" 
/>
  
   

value="${viprom:/module/[EMAIL PROTECTED]/[EMAIL PROTECTED]'test/junit']/@dir}"/> 


  

  Perform the unit tests using JUnit, and generates reports.



  
  



   
  
  
  
  
  
  

   
 
 
  
   
  



  if="project.test.dir">
  
  
  



  description="Perform jUnit tests. Add the 
junit.antlib.extra.sysproperty
   elements in properties.xml to add sys properties."
  depends="compile, compile-junit, test-init"
  if="project.test.dir">

  

  
style="${junit.antlib.dir}/resources/stylesheets/test.xsl"
force="true">
   
   
  
   


  



  if="project.test.dir">

 
  
   
  

   
  
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]