You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Regis Melo <re...@softsite.com.br> on 2003/05/05 18:02:38 UTC

How to verify if archive has some content

Hello!

	I want to verify if my archive contains some content. Something like this:

	if( ! myFileContains("myToken" ) )
		buildFail();

	
	There is any way to do this using ANT??

Thanks,

Regis Melo