Stefan Bodewig <[EMAIL PROTECTED]> wrote on 08/28/2008 11:28:40 AM: > OK. Maybe the antlib would just point to the antlib.xml file(s) there > and we add the description and versioning stuff into the antlib > descriptor?
I think you meant that the service file would point to the antlib.xml? The way the service APIs work it really wouldn't make sense to do that. To do it you'd need to have a class that did the pointing to the antlib.xml file; since you already have to do that why not just have that class do the work you want to do? If you've never used the service stuff before I can point you to the docs - it might clear some things up for you as to how it works.