[ http://jira.jboss.com/jira/browse/JBBUILD-8?page=comments#action_12315461 ] Ryan Campbell commented on JBBUILD-8: -------------------------------------
Resources can now be included in artifacts. However, a resource can not be an artifact itself yet. The current naieve implementation would add an artifactdef for each file type (xml, sh, etc). Perhaps we want an artifact of type "resource" which expects one file as input? > Add ResourceDefinition > ---------------------- > > Key: JBBUILD-8 > URL: http://jira.jboss.com/jira/browse/JBBUILD-8 > Project: JBoss Build System > Type: Feature Request > Reporter: Ryan Campbell > Assignee: Ryan Campbell > Priority: Critical > Fix For: Q105 > > > Allow resources to be defined like source. A component should be able to > declare a resource where: > <resource id="jbossmq-httputil"> > includes the source under src/resources/jbossmq-httputil which could be > included in an artifact: > <artifactdef artifact="jbossmq.jar"> > <include input="jbossmq-httputil"> > <include pattern="*.xml"/> > </include> > </artifactdef> > which will add src/resources/jbossmq-httputil/*.xml to the jar. > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-Development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-development
