Tomaz Cerar [
https://community.jboss.org/people/ctomc] created the discussion
"Re: as7 modules and cdi problem"
To view the discussion, visit:
https://community.jboss.org/message/726084#726084
--------------------------------------------------------------
hi,
this should work, the only thing looking fishy is the jandex task, that <fileset
dir="${deploy.dir}" there should be just your jar file and nothing else
you can run jandex manualy in command line
by running +java -jar jandex.jar+ and it will give you all options, but in general you
need just to create index for your jar file that has annotations.
--
tomaz
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/726084#726084]
Start a new discussion in JBoss AS 7 Development at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]