Hi.
Id like to apply a list of values to a custom plugin, with a configuration in
the build-file like:
locations {
Location name: location1, url: http..., etc
Location name: location2, url:...
Location name: location3, url:...
..
}
As a result, id like a LocationsConvention in my plugin with a list of all the
locations
class LocationsConvention
{
List<Location> locations;
Location getLocation(String name)
{
..
}
}
Is this possible?
Regards
--
Runar Myklebust
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email