Menu

#7 Support for integrating external CODs/JARs into app's CODs

closed-invalid
nobody
None
5
2011-04-15
2011-03-31
Anonymous
No

Added additional packageRef attribute to rapc Task to support the new BB SDKs (Payment, Advertising, Analytics), ie where the cod/jars need to be integrated ('woven into') the app's cods.

Discussion

  • Nobody/Anonymous

     
  • Josh Kropf

    Josh Kropf - 2011-04-15
    • status: open --> closed-invalid
     
  • Josh Kropf

    Josh Kropf - 2011-04-15

    This patch won't apply, but it appears it's unnecessary anyways. The <rapc> task already allows you to specify jar files as input source so dedicated attributes are not needed.

    For example:

    <rapc>
    <src>
    <fileset dir="src" includes="**/*.java" />
    <fileset file="payment.jar" />
    </src>
    </rapc>

     

Log in to post a comment.