Fx ant task are not able to close the <applet-desc> tag properly, it closes it with "</applet>". For example
<applet-desc width="400" height="400" main-class="com.javafx.main.NoJavaFXFallback" name="testBasicServiceFX_name" >
<param name="requiredFXVersion" value="2.1+"/>
</applet>
Though it's not causing any issue with launching of applets or applications but we should fix it
<applet-desc width="400" height="400" main-class="com.javafx.main.NoJavaFXFallback" name="testBasicServiceFX_name" >
<param name="requiredFXVersion" value="2.1+"/>
</applet>
Though it's not causing any issue with launching of applets or applications but we should fix it