From: "Vojta Filip" <[EMAIL PROTECTED]> > > Hi, > > 1. two diffrent elemets with the same name <test> are in Ant (taks <test> > and subelement in <junit>). I'm using junit and it is imposible to use DTD > (for emacs and/or for validation). Is there a way to solve this problem?
Edit the DTD and remove the <test> task. Conor