How to use single ant build to package with and without native extensions

Hi,
I am using iOS native extensions for Adobe air. For this I am listing the extensionid in the application descriptor file. Since the package with native extensions are meant to run only on device, I want my build script to work without native extensions too to be able to run on simulator. Is this manadatory that I need two separate application descriptors/basically two build scripts to compile and package them? Please suggest and let me know if more explanation is needed.
Thanks,
Swathi.

why are you wanting to use single frames?
They allow having the initial frame address stay in the
address bar, and not
show the linked page's address. The problems they cause
usually override any
value.
Or- if we aren't using the same words the same way, please
give an example
site of what you want to do.
Alan
Adobe Community Expert, dreamweaver
http://www.adobe.com/communities/experts/

Similar Messages

  • How to use single ant build script to package the application with and without native extensions

    Hi,
    I am using iOS native extensions for Adobe air. For this I am listing the extensions in the application descriptor file. Since the package with native extensions are meant to run only on device, I want my build script to work without native extensions too to be able to run on simulator. Is this manadatory that I need two separate application descriptors/basically two build scripts to compile and package them? Please suggest and let me know if more explanation is needed.
    Thanks,
    Swathi.

    Hi
    This is a known issue addressed by CR205204
    As you said, IBM actually does not have rt.jar in its JDK - they have moved contents of rt.jar into various jars.
    IBM is not using org/apache/crimson/tree/ in their JDK at all.So the error shows up in the end of build even if it succeeds
    You may need to add crimson.jar to wlwBuild classpath, since it is not part of IBMs JDK.
    Note: the build will work even w/o crimson.jar giving a non build related IDE exception in the very end.
    Thanks
    Vimala

  • Package with and without   Body

    Hi
    How can I to Know if a Package have body or no, because there are package only CONSTANTS
    tks

    Ah, is this?
    select object_name
    from user_objects o1
    where object_type = 'PACKAGE'
    and not exists
    (select 'y'
    from user_objects o2
    where o1.object_name = o2.object_name
    and object_type = 'PACKAGE BODY'
    /* This is slow */
    select owner, object_name
    from all_objects o1
    where object_type = 'PACKAGE'
    and not exists
    (select 'y'
    from all_objects o2
    where o1.owner = o2.owner
    and o1.object_name = o2.object_name
    and object_type = 'PACKAGE BODY'
    ;

  • Tables used when creating a sales return with and without refrence

    Hiya gurus,
                    I am developing a report to display sales order and sales return created from one partiular storage location and for one particular division. I need to get the tables used when creating the sales order and the sales return's.
                   For sale order I would be using VBAK and VBAP but for sale return with refrence and without refrence i am not sure which tables to look for.
                 kindly please let me know which tables i go for to get the sale return data.
                Thanking you very much, your efforts are deply appreciated
    Cheers,
    ZIa

    Hi,
    U can see VBFA tablefor CompleteDocu flow with differentconditions.
    Regards,

  • My story is working in dvd studio pro but how do I get the track to play with and without the story?

    Hi there,
    I've targetted my first button to play all and I've targetted my second button to play all: story 1. The play all option is still playing the same as the play all:story 1 option.
    Can someone please help me figure out what I'm missing here. It should be straightforward but something isn't working.
    Many thanks
    Oonagh

    Not sure if I explained my problem well at the start.
    I have a 1 track dvd and I want two play options. 1 is the play all option, the other is an interactive option where the track will stop at certain points in the dvd. I have created 2 stories for each task. However, I can't alter 1 story without it altering the other story. Therefore for the play all option, when I want to take out the property whereby it stops at certain points in the interactive play option, it takes it out of both stories. If I target the play all button to just the track without any story, it still is linked to the interactive story.
    The way I've made the story markers interactive is by putting the playback option to infinite.
    I thought I had solved the problem by  deleting the interactive story markers  in the play all story  but now when it plays through, it's not seamless where I removed these chapters and seems to jump a bit at these points.
    If anyone can shed some light it would be much appreciated

  • How to use single sign on to authenticate

    How to use single sign on to use the MS-AD for authentication
    I have created an data source which points to the MS-AD and tested
    Next how do i add this to the policies.
    Thanks
    NS

    Hi,
    Please, specify the products and versions that you are using?
    thanks,
    Thiago Leoncio

  • Any tutorials on how to use the daily build of the Flex SDK to create Flash Player 10 content?

    Is there a tutorial on Adobe on how to use the daily build of
    the Flex SDK to create Flash Player 10 content?

    The approach you take might depend on a few things, but it boils down to using mouse interactive coding to trigger whatever effect you eventually realize.  The code you use will depend on the version of Actionscript you plan to use.
    You could make this as a movieclip that is normally stopped at its first frame and when you mouseover or click the movieclip, it animates along its own timeline to its enlarged state.  If the thumbnail is very small and the larger version is substantially larger, and both need to be clear images, this might be the better approach.
    If this only involves enlarging something, you could also probably realize it just using Actionscript Tween coding rather than timeline animation.

  • V.Important: How to use se24 to build a class step by step:  Points assured

    hi all
    I am new to OO based abap programming.  I want to build a class using SE24 but i dont know where to put the various pieces of code in SE24.
    Can anyone please provide a step by step procedure (including screenshots) on how to use SE24 to build a class using most of the features like constructor, attributes , interface , friend etc.
    Documents would be more helpful as compared to links.
    Points will be awarded
    thanks in advance

    Hi,
    Just follow the below givenlink. Using this you can create a class in SE24.
    http://help.sap.com/saphelp_nw04/helpdata/en/b3/f4b1406fecef0fe10000000a1550b0/content.htm
    I think the below document would be
    a very good introduction
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/0a33479c-0b01-0010-7485-dc8c09d6bc69
    See the Following Dem Program:
    DEMO_ABAP_OBJECTS Complete Demonstration for ABAP Objects
    DEMO_ABAP_OBJECTS_CONTROLS GUI Controls on Screen
    DEMO_ABAP_OBJECTS_DIALOG_BOX Splitter Control for Screen with Dialog Box
    DEMO_ABAP_OBJECTS_EVENTS Demonstration of Events in ABAP Objects
    DEMO_ABAP_OBJECTS_GENERAL ABAP Objects Demonstration
    DEMO_ABAP_OBJECTS_METHODS Demonstration of Methods in ABAP Objects
    DEMO_ABAP_OBJECTS_SPLIT_SCREEN Splitter Control on Screen
    Regards,
    Padmam.

  • How to use a ANT to make a EAR ??

    I refer the WLS Sample and use ANT to build my JAR and WAR files.
    Now I would like to integrate them together to be a EAR.
    And I think ANT also can help me to build it.
    Could anyone help me to write build step in ANT build.xml ??
    And who know where to get the ANT tutorial to config build steps ??
    Thank you in advance ...
    AlanChang ..

    Here is a sample file I use to build one of my projects. Hope it helps!
    NOTE: You will need a application.xml file with your components in it.
    Cheers,
    Alex
    <project name="ePacks" default="dist" basedir=".">
         <!-- set global properties for this build -->
         <property name="src" value="src"/>
         <property name="webapp" value="docroot"/>
         <property name="lib" value="lib"/>
         <property name="build" value="classes"/>
         <property name="dist" value="dist"/>
         <property name="classpath" value="D:\j2sdkee1.3\lib\j2ee.jar;${lib}/eplus.jar"/>
         <property name="buildjardir" value="${build}/build/ejbjar"/>
         <target name="init">
              <!-- Create the time stamp -->
              <tstamp/>
              <!-- Create the build directory structure used by compile -->
              <mkdir dir="${build}"/>
         </target>
         <target name="compile" depends="init">
              <!-- Compile the java code from ${src} into ${build} -->
              <javac srcdir="${src}" destdir="${build}" classpath="${classpath}"/>
         </target>
         <target name="dist" depends="compile">
              <!-- Create the distribution directory -->
              <delete dir="${dist}"/>
              <mkdir dir="${dist}/lib"/>
                   <!-- BUILD epacks_ejb.jar -->
                   <mkdir dir="${buildjardir}/META-INF"/>
                   <copy todir="${buildjardir}/com/eplus/epacks/ejb/address">
                        <fileset dir= "${build}/com/eplus/epacks/ejb/address"/>
                   </copy>
                   <copy todir="${buildjardir}/com/eplus/epacks/ejb/country">
                        <fileset dir= "${build}/com/eplus/epacks/ejb/country"/>
                   </copy>
                   <copy todir="${buildjardir}/com/eplus/epacks/ejb/customer">
                        <fileset dir= "${build}/com/eplus/epacks/ejb/customer"/>
                   </copy>
                   <copy todir="${buildjardir}/com/eplus/epacks/ejb/distributioncentre">
                        <fileset dir= "${build}/com/eplus/epacks/ejb/distributioncentre"/>
                   </copy>
                   <copy todir="${buildjardir}/com/eplus/epacks/ejb/news">
                        <fileset dir= "${build}/com/eplus/epacks/ejb/news"/>
                   </copy>
                   <copy todir="${buildjardir}/com/eplus/epacks/ejb/order">
                        <fileset dir= "${build}/com/eplus/epacks/ejb/order"/>
                   </copy>
                   <copy todir="${buildjardir}/com/eplus/epacks/ejb/product">
                        <fileset dir= "${build}/com/eplus/epacks/ejb/product"/>
                   </copy>
                   <copy todir="${buildjardir}/com/eplus/epacks/ejb/user">
                        <fileset dir= "${build}/com/eplus/epacks/ejb/user"/>
                   </copy>
                   <copy todir="${buildjardir}/com/eplus/epacks/bean">
                        <fileset dir= "${build}/com/eplus/epacks/bean"/>
                   </copy>
                   <copy todir="${buildjardir}/com/eplus/epacks/exception">
                        <fileset dir= "${build}/com/eplus/epacks/exception"/>
                   </copy>
                   <copy todir="${buildjardir}/com/eplus/epacks/util">
                        <fileset dir= "${build}/com/eplus/epacks/util"/>
                   </copy>
                   <copy file="lib/eplus.jar" tofile="${buildjardir}/eplus.jar" />
                   <copy file="xml/ejb-jar.xml" tofile="${buildjardir}/META-INF/ejb-jar.xml" />
                   <copy file="xml/weblogic-ejb-jar.xml" tofile="${buildjardir}/META-INF/weblogic-ejb-jar.xml"
    />
                   <delete file="${dist}/lib/epacks_ejb.jar"/>
                   <jar jarfile="${dist}/lib/epacks_ejb.jar" basedir="${buildjardir}" manifest="${src}/com/eplus/epacks/ejb/user/manifest.mf"/>
                   <delete dir="${buildjardir}"/>
              <!--
              Create the WAR (Web Application) file
              -->
                   <copy file="lib/eplus.jar" tofile="${buildjardir}/eplus.jar" />
                   <copy todir="${webapp}/WEB-INF/lib">
                   <fileset dir="${lib}"/>
                   </copy>
                   <copy todir="${webapp}/WEB-INF/classes" >
                   <fileset dir="${build}" >
                   <exclude name="**/*.java,${build}/com/eplus/epacks/ejb/*.*"/>
                   </fileset>
                   </copy>
                   <delete file="${dist}/lib/epacks_war.ear"/>
                   <jar jarfile="${dist}/lib/epacks_war.war">
                        <fileset dir="${webapp}"/>
                   </jar>
              <!-- Create the EAR file -->
                   <delete dir="${buildjardir}"/>          
                   <mkdir dir="${buildjardir}/META-INF"/>
                   <copy file="xml/application.xml" tofile="${buildjardir}/META-INF/application.xml"
    />
                   <copy todir="${buildjardir}">
                        <fileset dir="${dist}/lib"/>
                   </copy>
                   <delete file="${dist}/lib/epacks_ear.ear"/>
                   <jar jarfile="${dist}/lib/epacks_ear.ear" basedir="${buildjardir}"/>
                   <delete dir="${buildjardir}"/>          
         </target>
         <target name="clean">
              <delete dir="${build}"/>
              <delete dir="${dist}"/>
              <delete dir="${javadoc}"/>
              <delete dir="${webapp}/WEB-INF/classes"/>
              <delete dir="${webapp}/WEB-INF/lib/com/eplus"/>
              <delete dir="lib/com/eplus"/>
         </target>
    </project>

  • How to Restrict Single Delivery Date for PO with Multiple Line Items

    Dear Experts,
    How to Restrict Single Delivery Date for PO with Multiple Line Items.
    System needs to through Error Message if User Inputs Different Delivery Dates for PO with Multiple Line Items in ME21N Tcode.
    Can we achive this by Some Enhancement in SAP or Not ???
    If so how to do it.
    Any Inputs is highly appreciated.
    Thanks and Regards,
    Selvakumar. M

    Hi Selvakumar,
    we can resrict the PO to have a single delivery date in all the line items by means of giving a error message or overwiting the delivery date keyed/determined in the line item.
    You can use the BADI -> ME_PROCESS_PO_CUST. In which you need to implement the method PROCESS_SCHEDULE.
    (for technical aid - This method will be called for each and every PO line item, From the imporing parameter im_schedule we can get all the details of current PO line, even we can change the data in the current PO line. )
    Regards,
    Madhu.

  • How to use multiple VCI strings for lap 1300 and 1200 (option 60) in one pool?

    Hi All,
    Hope to you a very happy new year,
    I have two differnt LAP 1300 and 1200 in my network and I need to add theme to the WLC,
    I successed to add one of theme by the option 60 in the DHCP pool at the Core SW,
    So my quetion is below:
    How to use multiple VCI strings for lap 1300 and 1200 (option 60) in one pool?
    Thanks in Advanced,
    Ahmed,

    To add to Scott's post.  Option 60 would be useful if you needed to put certain types of AP on specific controllers.  Otherwise, no real need to use it for the most part.
    Though, I do recall an issue a few years ago that some windows machines had issues getting DHCP if option 43 is being returned.
    Now, on an IOS switch, you can only configure one option 60 per DHCP scope
    HTH,
    Steve
    Please remember to rate useful posts, and mark questions as answered

  • How to Use SQL Query having IN Clause With DB Adapter

    Hi,
    I am using 11.1.1.5 want to find out how to Use SQL Query having IN Clause With DB Adapter. I want to pass the IN values dynamically. Any ideas.
    Thanks

    invoke a stored procedure, it's safer than trying to put together an arbitrary SQL statement in the JCA adapter

  • Req any examples of how to use a USB midi controller​/keyboards with Labview TIA

    Req any examples of how to use a USB midi controller/keyboards with Labview TIA

    Hi,
    To access the MIDI ports you will need to call the Windows SDK. To send MIDI commands is relatively easy, here is an example that shows you how to send data to a MIDI controller or keyboard.
    As far as input goes, this is the hard part. There are a series of functions that you need to call to open up the device, set some buffers and and possibly a callback to get notifications on the incoming data.
    Reading MIDI data will not be an easy task, your best bet will be to implement this in a DLL and call that DLL in LabVIEW, there should be some code available o the web.
    = "http://msdn.microsoft.com/library/default.asp?url​=/library/en-us/multimed/htm/_win32_multimedia_... is a link to the Windows multimedia functions that you could use for MIDI input.
    Let me know if you have any further questions.
    Regards,
    Juan Carlos
    N.I.

  • How to use 45W MagSafe 2 Power Adapter with cable management MagSafe 2 power port macbook air 2013

    How to use 45W MagSafe 2 Power Adapter with cable management MagSafe 2 power port macbook air 2013 there's two plugs do I use both for the safety to work or I just one ? Thanks sorry new macbook air 2013 was given to my daughter fir her 18th bday 2 days ago by my brother

    No, the one is just an extension cord,          just use the 45W charger with its attached thin cord and connect the magnetic magsafe to to the connector on the back left of the macbook Air for use and charging it

  • How to use the admin user account in reports and dashboards?

    Hi Everyone,
    I want to use the admin user account in report and dashboard connections. But the Hyperion is automatically using the current user's credentials to fetch data.
    Hyperion 11.1.1.1
    Thanks
    Syantan

    This has been posted in the essbase forum > How to use the admin user account in reports and dashboards?
    Cheers
    John
    http://john-goodwin.blogspot.com/

Maybe you are looking for

  • Extract the data in a view and put them into a table

    Hi, all I am a new beginer in Oracle. Recently I have a project with 70,000 records in the database. I made a view so that I can combine the tables and extract the columns I need. However making the view took me a lot of time, thus I want to put thos

  • Setting up Designer Margins for Printing

    Good Afternoon, I'm sure this is a dumb question, but I continually find that my form pages are outside of the normal print margins for a standard 8.5in x 11in paper. So far the only solution I have found is to select "Pagearea1" underneath "Master P

  • Tablet PC Screen Orientation

    I am writing an application for MS Windows XP Tablet PC Edition and need to utilize the hardware rocker switches which come with the tablets. The problem comes when users rotate the screen. Hardware rocker switches have new directions after rotation

  • Creating Adapter modules in PI

    Hi Experts..... i am looking at gettin my hands on creating a module in PI...can some1 walk me through the initial steps i need to consider... if some1 could guide me on  what i could do as a simple test to get aquainted in creating a module that'l b

  • Outlook 2011 MAC OAB contacts

    Hey,  im using Outlook 2011 for Mac. I want to save all the contacts in the oab to my local contacts to sync them with my Iphone. Is there a way to see and save every entry in the OAB? im able to search a single person in the OAB with my Outlook sear