Re: Access file resources from ant based plugin

2009-10-07 Thread yoyomohan
hoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > - > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > For additional commands, e-mail: users-h...@maven.apache.org > > > -- View this me

Re: Access file resources from ant based plugin

2008-04-15 Thread zav
Hello Marcel and others, I am really looking for such a feature (access file resources from ant based plugin). Do you know if it has been implemented, and if yes where can we find information about it? Thanks, Xavier Marcel Schutte wrote: > > Hello, > > I've written an

Access file resources from ant based plugin

2007-05-03 Thread Marcel Schutte
Hello, I've written an ant based plugin that needs access to file based resources. For example, an xslt task needs a file path to the stylesheet it applies. Simply putting this stylesheet in src/main/resources won't work, because it will end up in the plugin's jar file. The only way around it