I noticed this in the site.vm #if( $poweredBy.isEmpty() ) <a href="http://maven.apache.org/" title="$i18n.getString( "site-renderer", $locale, "template.builtby" ) Maven" class="poweredBy"> <img class="poweredBy" alt="$i18n.getString( "site-renderer", $locale, "template.builtby" ) Maven" src="$relativePath/images/logos/maven-feather.png" /> </a> #end
String.isEmpty() is available since jdk6 http://download.oracle.com/javase/6/docs/api/java/lang/String.html#isEmpty() I guess we want to support jdk5+, right? -Robert --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
