Hey everyone,

I was wondering if anyone has used an ANT property in the Doctype
settings.

I basically want to do:
<!DOCTYPE project [
  <!ENTITY service   SYSTEM "modules/${service}">
]>


I have set the ant property when I call webtest for service and I am
able to use it for the config but it won't get picked up in the entity
file name. I'm not really sure if this is possible.

What my intention is:
        Trying to use a shell type test and only pass a service name to
import the appropriate steps module.

Please suggest better methods if available.

Thanks,
sachin

Reply via email to