Hi,
I apologize for all the questions, but I'm still trying to wrap my head
around how to do some tasks in buildr...
I have the following sub-project defined:
desc 'The js files which need to be included for punt-client and
punt-admin'
define 'eds-punt-js' do
meta_inf << file('taglib.tld')
package(:jar)
end
However, the file 'taglib.tld' is not being included in the META-INF folder
of the packaged jar file. I'm not sure what I'm doing wrong...
I've also tried:
desc 'The js files which need to be included for punt-client and
punt-admin'
define 'eds-punt-js' do
package(:jar).meta_inf << file('taglib.tld')
end
Any help is appreciated.
Thanks again.
- Chris