Mart Toom wrote: > Hi, > ... > It seems that it works to some extent but not completely. When I made > mistake in file name, then ant gave error. > And when commented out groovy script, then ant complained about not > knowing myProperty.
seems quite normal to me: if you don't define the custom task, then it can't be found > > But when I use some property value from that file, then this is not > resolved. > > In property file I used same format like in other property files: > > poperty <tab> value > > Maybe there is some mistake in script? Maybe I used wrong format in > property file? I think that it is not the correct format for a property file. Normally you should have property.name=property value If you prefer tab to = sign, you can change the logic in the script. > Debug mode didn't show anything useful, only thing I saw about > myProperty was: > Trying to override old definition of task myProperty ??? did you define it twice? Cheers, Marc. -- Blog: http://mguillem.wordpress.com _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

