Re: resources in an ant plugin

2009-10-07 Thread yoyomohan
://www.nabble.com/forum/Search.jtp?forum=178local=yquery=resources+ant -- View this message in context: http://www.nabble.com/resources-in-an-ant-plugin-tp13851971p25793596.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: resources in an ant plugin

2007-11-20 Thread BenTatham
For future finders of this message, see here for some solutions: http://www.nabble.com/forum/Search.jtp?forum=178local=yquery=resources+ant -- View this message in context: http://www.nabble.com/resources-in-an-ant-plugin-tf4841631s177.html#a13859928 Sent from the Maven - Users mailing list

resources in an ant plugin

2007-11-19 Thread Ben Tatham
Hello, I have a maven plugin, written in ant. I want to include resources in it that I can then use during the run of the plugin. If it were a java mojo, I could get the resource directly out of the classpath (from the jar). But in an ant plugin...I have no idea. But how can I do this? I