Use ASC2 in command line

Hi guys,
I have one maybe stupid question ? Basically I use intellij idea which doesn't implement yet the new ASC 2 compiler, I usually use it to devellop and test, and then use bash file to package apps for mobile testing (release / iphone simulator etc).
To make all of this working I merge flex sdk with the new air sdk as adviced in adobe website. but it still use the old compiler.
Is there any way to compile an app in command line or with ant using the new ASC2.
Because My IDE for some reason still use old compiler.
Thanks

The command line tools, compc, and mxmlc, are in the “bin” directory of the 3.6 AIR SDK and Compiler download. Ant task support is provided by flexTasks.jar which is in the “ant/lib” directory.
-Darrell

Similar Messages

  • Can i print a file using thunderbird with command line switch

    Trying to automate printing task. I have a folder with 1000's and 1000's of eml files that need to be printed using thunderbird.
    I am able to get the command line switch to open the file in thunderbird.
    But what i really want is to print these files directly using thunderbird without opening the file in GUI.
    Thanks
    Dennison

    ส่งจาก จดหมายของ Windows
    จาก: Pat Willener
    ส่งเมื่อ: จ. 5 มกราคม 2558 6:15
    ถึง: thang dinhvan
    How can I print a file with mixed page orientation in windows 8.1?
    reply from Pat Willener in Adobe Reader Touch for Windows 8 - View the full discussion 
    I have a win 7 and a win 8.1 computer.  I have a file which contains both landscape and portrait pages.  The file prints correctly with the mixed orientation from the win 7 pc, but will only print with either landscape or portrait on the win 8.1 pc. 
    I am using Adobe reader XI on the win 7 pc and adobe touch on the win 8.1 pc
    If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/7064031#7064031 and clicking ‘Correct’ below the answer
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/7064031#7064031
    To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, & "Stop Following"
    Start a new discussion in Adobe Reader Touch for Windows 8 by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624.

  • Inserting data in table using XSU's command line interface

    I have this XML document to store:
    <?xml version="1.0" ?>
    - <ROWSET>
    - <CustOrder>
    <OrderID>1</OrderID>
    - <Customer>
    <Name>Shirley Cohen</Name>
    <Address>2425 skylane, Dallas, TX</Address>
    <Phone>615-414-4112</Phone>
    </Customer>
    - <ItemList>
    - <Item num="1">
    <ProductID>111</ProductID>
    <ProductName>Computer</ProductName>
    <Quantity>2</Quantity>
    <Price>2000</Price>
    </Item>
    - <Item num="2">
    <ProductID>113</ProductID>
    <ProductName>Monitor</ProductName>
    <Price>865</Price>
    </Item>
    </ItemList>
    </CustOrder>
    </ROWSET>
    I have created the table custorder (below) to store the above XML document shown below:
    create or replace type CustObj as object
         Name varchar2(40),
         Address varchar2(70),
         Phone varchar2(20)
    create or replace type Item as object
         ProductID number,
         ProductName varchar2(50),
         Quantity number,
         Price number
    --create type Items as table of Item;
    create table CustOrder
         OrderID number,
         Customer CustObj,
         ItemList Items
    ) nested table ItemList store as nested_itemlist;
    However, using the following command in XSU; I get this error:
    --THE COMMAND
    C:\Documents and Settings\SKOS>java OracleXML putXML -user "samuel/samuel" -fil
    eName "\ProjectDocuments\myXMLStore\temp.xml" "custorder"
    --THE ERROR MESSAGE
    file:/C:/ProjectDocuments/myXMLStore/temp.xml<Line 1, Column 11>: XML-0109: (Fat
    al Error) PI names starting with 'xml' are reserved.
    oracle.xml.sql.OracleXMLSQLException: PI names starting with 'xml' are reserved.
    at oracle.xml.sql.dml.OracleXMLSave.saveXML(OracleXMLSave.java:2173)
    at oracle.xml.sql.dml.OracleXMLSave.insertXML(OracleXMLSave.java:1264)
    at OracleXML.Put_XML(OracleXML.java:467)
    at OracleXML.ExecutePutXML(OracleXML.java:389)
    at OracleXML.main(OracleXML.java:177)
    Can anyone please let me know what I am doing wrong? Thanks

    Please remove the xml declaration,
    <?xml version="1.0" ?>, from the xml document.

  • How to use the telnet command line in Labview

    Hi, someone can help me, I need to use a Telnet session in Labview but without using the http protocol, in this application I can only access the Telnet session using command line, here is an example of how I can access:
    From my computer, click on Start, then Run and then type in CMD.
    In the command line enter “telnet 192.168.0.1 5454” (without the quote marks) to bring up a blank DOS screen with a blinking cursor.
    Type “AT” and press the ENTER key, you should receive an “OK” response.
    Type in capital letters “AT+CMAR=1234” (without the quote marks)

    I had a similar situation and here is what I did...
    In MAX (Measurement and Automation eXplorer)
    Select Devices and Interfaces
    Select VISA TCP/IP Resources
    Create a new resource
    Select Manual Entry of Raw Socket
    Enter the IP address and port (23 is the standard telnet port)
    Give it a name. (VISA Ailas)
    Now this "Device" will show up in the VISA drop down just like any other VISA device.
    Use the VISA read and write just like you were communicating through a com port.
    Since Telnet does not have a stop bit like serial, make sure you enable the termination character.
    On your VISA reads set the number of characters to a big number, then VISA will read until it gets the termination character.
    See my attached snippet of my Telnet read vi
    Message Edited by RTSLVU on 06-16-2010 01:49 PM
    Message Edited by RTSLVU on 06-16-2010 01:50 PM
    Attachments:
    telnet.png ‏40 KB
    max1.png ‏33 KB
    max2.png ‏31 KB

  • Starting Managed Server using Node Manager Command Line

    Hi,
    I've configured the Node Manager and it is connected to the Admin Server without problem. Now I wanted to start the Managed Server through the console but it is failing and my guess is the command line used syntax is not correct.
    My question is, how do I change the command line that Node Manager uses to start the Managed Server? I've try using the Server Start tab configuration and it seems like not working. I've also try to update the .properties file for the Managed Server as well.
    Each time I look at the Managed Server logs, it is giving me this line...
    NodeManager> <Starting WebLogic server with command line: <....>
    The command line shown in the logs are not what I've put in the .properties file or the Server Start tab. It is taken from somewhere and I'm not sure where. I just want to configure the command line that Node Manager uses to start a Managed Server.
    Hopefully, I'm clear with my problem and someone might be able to assist. Thanks.

    Great stuff!!
    It actually solved my problem. Thanks.
    Am just wondering why it didn't work using option 1)? If anyone somehow knows the reason, if not at least it did work for me now.

  • Including files/resources using the ADT command line

    Hi all,
    I'm trying to get file support into my ADT helper tool before I release an update.  I am still having problems.
    According to the Adobe docs on the subject, the following commands can be used:
    -C "path/to/new/working/directory" [files and folders to include]
    -e [files and folders to include] [package directory to add these to]
    The following example works fine for me:
    // This changes the working directory to my audio resources folder, and then packages the file 'track.mp3' into the root folder of my application package.
    -C "C:\\resources\audio" "track.mp3"
    Hoiwever using -e option in any way generates an error:
    // This copies the file 'sfx.mp3' from the current working directory to the application package subdirectory 'lib'
    -e sfx.mp3 lib
    This also causes an error:
    // Change the working directory to resources/audio and then copy the file called 'sfx.mp3' to the 'lib' subfolder of the application package. Error.
    -C "C:\\resources\audio" -e sfx.mp3 lib
    The error in both cases is:
    File does not exist: sfx.mp3
    Any ideas how I can use the -e option?  Does the working directory not come in to it - do i always have to use an absolute path to my file?
    Thanks in advance,
    Peter

    Not sure if it will help in your situation, but I just include files by adding the filepath at the end of my adt command line (no -e or -c). Eg (included files or bolded):
    "C:\Program Files (x86)\Java\jre6\bin\java" -jar C:\Users\t.randall\Documents\AIRSDK\AIR_3.0\lib\adt.jar -package -target ipa-ad-hoc -storetype pkcs12 -keystore ..\..\Deployment\CareerBox.p12 -storepass pass -provisioning-profile ..\..\Deployment\CareerBox.mobileprovision ..\..\CareerBox.ipa CareerBox_iPhone-app.xml CareerBox_iPhone.swf AppIconsForPublish\Icon29x.png AppIconsForPublish\Icon57x.png AppIconsForPublish\[email protected] AppIconsForPublish\Icon512x.png AppIconsForPublish\Icon48x.png AppIconsForPublish\Icon72x.png Default.png [email protected] Default-Landscape~ipad.png Data\Cards.xml Data\CareerCards.xml

  • Can apple mail be used from the command line?

    Can the Mac Mail application be used from the OSX command line?  Has anyone installed
    a command-line, Linux-like mail application to run on OSX?

    I don't know about the Mail app, but have you tried installing and configuring postfix? Here is a link to a blog with some details for a postfix solution.

  • REP-0713 error when using r25run32 and command line

    Help,
    I have what seems to be a very strange problem. I have the following
    command line saved as a batch file called Test.bat. If I double-click on it
    or run it from the command prompt, it works fine - it runs a report and
    prints it.
    d:\orant\bin\r25run32.exe report=test1.rep userid=user1/user1@testdb
    paramform=no destype=printer desname="HP" desformat=dflt printjob=no
    However, if I use a program scheduler, it crashes with the error:
    "REP-0713: Invalid printer name 'HP' specified by parameter name DESNAME"
    I have tried Norton Scheduler, NT AT command, as well as a couple other
    shareware programs. All crash with this error. If I use background=yes,
    again it works if I run it, but when a scheduler starts it, the Report
    Server crashes. Instead, if I use batch=yes, it just crashes after a few
    seconds.
    If I use printjob=yes, the printer dialog pops up, I press OK, and it works
    fine. I have tried outputting to a PDF file, but again, it works if I run
    the batch file, but not when a scheduler does.
    I am using Reports 2.5, Oracle 7.1, NT4 SP6. I have also tried the Reports
    3.0 runtime (r30run32) with the same results. I just need to run/print a
    report automatically every day.
    Any ideas are greatly appreciated, Thanks.
    Jason
    null

    I just concatenate them , for example if my key fields of the table are document number and item number , i concatenate them and put it in the key_column.
    How do i read them in my oninputprocessing.
    data: tv type ref to cl_htmlb_tableview.
      tv ?= cl_htmlb_manager=>get_data(
                              request      = runtime->server->request
                              name         = 'tableView'
                              id           = 'test' ).
      if tv is not initial.
        data: tv_data type ref to cl_htmlb_event_tableview.
        tv_data = tv->data.
    <document no.> = tv_data->selectedrowkey+0(10) .
    <item no.>   = tv_data->selectedrowkey+10(5) .
    if i need more info then i read the itab with key document number = <document no.> and
    item number     = <item no.>
    Hope this is clear.
    Regards
    Raja

  • Enterting File to be used at the command line (help!)

    I have this code which works on by loading a .txt which hold a matrix of numbers and doing some maths and the like on it. the problem with this is that it is limited to only being able to read from that one file. i would like to make it possible to enter the name of the .txt file at the command line when running the program
    e.g java FlatCost costs.txt
    heres the code so far (it works).
    import java.io.*;
    import java.util.Vector;
    public class FlatCost
        public static void main(String[] args) throws IOException    {       
            FileInputStream stream = new FileInputStream("costs.txt");
            InputStreamReader reader = new InputStreamReader(stream);       
            StreamTokenizer tokens = new StreamTokenizer(reader);       
            Vector v = new Vector();
            while(tokens.nextToken() != tokens.TT_EOF)        {           
                v.add(new Integer((int) tokens.nval));
                System.out.println(new Integer((int) tokens.nval));        }       
            System.out.println("Enter floor number: ");       
            BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
            String line1 = in.readLine();
            int x = Integer.parseInt(line1);
            if(x > 3) System.out.println("Sorry, out of range");
            System.out.println("Enter no. rooms: ");       
            String line2 = in.readLine();          
            int y = Integer.parseInt(line2);
            if(y > 2) System.out.println("Sorry, out of range");
            int numFloors = v.size()/4;               
            int dest = ((x*4) + y + 1);
            System.out.println("PRICE: " + v.get(dest));   
    }Please help because i dont know how to do it
    Carl

    That's right... specificallyFileInputStream
    stream = new FileInputStream(args[0]);
    Also don't forget make sure the argument was supplied. Otherwise you'll get a runtime array out of bounds.
       if (args.length < 1) {
          System.out.println("Usage: java FlatCost filename");
          System.out.println("   eg: java FlatCost costs.txt");
          // exit or supply default file
       }

  • How do i install new commands to use at the command line

    i want to use macports but get the message command not found

    Information on installin MacPorts can be found here.
    There appear to be a package specific to Mountain Lion

  • Change speed, duplex, auto negotioation of NIC using Powershell or command line

    Hi
    I created Hyper-V cluster using nodes with Microsoft Hyper-V server 2012R2. So these nodes don't have GUI. How to change for example NIC speed? I have 1GB NIC but in system autonegotiation use 100MBps? How to force 1gps speed.
    This is one of example. Using Power Shell Get/Set-NedAdater commands don't have power to do it.
    Thank you for help!
    Kind Regards Tomasz

    Is this the nic on a VM or on a VM Host?
    A physical NIC can usually only be changed by the vendors utilities.  A VM can change NICs in the config file.
    This might be helpfulk in deciding:
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/8746cfc4-df49-4b12-9e66-81d80605e717/configure-hyperv-vm-nic-speed?forum=winserverhyperv
    ¯\_(ツ)_/¯

  • Using defaults in command line

    Greetings,
    I am trying to learn if I can set a screensaver hotcorner using defaults, such as bottom left to "on". Something like:
    defaults -currentHost write com.apple.screensaver hotCorners somevalue
    I would really be grateful for the answer to this one, but it also presents a bigger question. Is there a way to glean the available defaults commands for a particular application? For instance, I would like to determine the configurable attributes of the screensaver.
    Thanks for sharing your knowledge.
    Regards,
    Tim

    ..."I am trying to learn if I can set a screensaver hotcorner using defaults, such as bottom left to "on"."...
    The "hot corner" functions all appear to be stored in the com.apple.dock.plist file, with an integer value of "5" denoting the assigned action to be screensave activation. So a 'defaults' command to set the "bottom left" corner to activate the screensaver might be something like:<pre>defaults write com.apple.dock wvous-bl-corner -int 5
    osascript -e 'tell application "Dock" to quit'</pre>
    The second command restarts the "Dock" so that the preference file is read.
    ..."Is there a way to glean the available defaults commands for a particular application?"...
    Of course, anything actually set from the application's preferences, or "System Preferences.app" can just be read from a .plist file so it's just a matter of finding the file and comparing the contents "before" and "after". For those that aren't, there probably is, but I don't know it - there was something posted a long time ago at macosxhints.com for earlier versions of OS X but it was already out of date and didn't work when I tried it, I think in Panther. There is currently another thread on this site discussing using 'strings' to try to find "candidate" words that might be used as property list keys - maybe join in there...

  • Use versions in command line

    Hi Community,
    is it possible to use the "versions" functions from CLI? When yes, how?
    I work more often with Vim and some scripts to create ASCII files... I think it should be possible to use a command for versioning (staging/commit) like in git, but couldn't find right now
    Thanks in advance
    kind regards
    Dirk

    Hi,
    Agree with garyc007. Exchange 2010 tools show the currently installed Service Pack version, and not what RU is currently installed.
    Exchange 2010 SP3's build number is 14.3.123.4. One CAS server ends up with version 14.03.0174.001, it means this server has installed Update Rollup 4 for Exchange Server 2010 SP3 successfully. I recommend you check if the other server has installed Update
    Rollup 4 for Exchange Server 2010 SP3 successfully.
    Here is a blog for your reference.
    Exchange Server and Update Rollups Build Numbers
    https://social.technet.microsoft.com/wiki/contents/articles/240.exchange-server-and-update-rollups-build-numbers.aspx
    Hope it helps.
    Best regards,
    If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Amy Wang
    TechNet Community Support

  • Using -pingbackAllowed in command line silent install fails

    I've got a script to install an Air based app, the crucial part of which is:
    sudo /Applications/Utilities/Adobe\ AIR\ Application\ Installer.app/Contents/MacOS/Adobe\ AIR\ Application\ Installer -silent -eulaAccepted -location /Applications /private/tmp/Traffic14.1.0\ Update/TrafficApplication-Installer.air
    This works fine but I now want to change this so that it checks for AIR updates using -pingbackAllowed option, so when i add it to the above line like so:
    sudo /Applications/Utilities/Adobe\ AIR\ Application\ Installer.app/Contents/MacOS/Adobe\ AIR\ Application\ Installer -silent -eulaAccepted -pingbackAllowed -location /Applications /private/tmp/Traffic14.1.0\ Update/TrafficApplication-Installer.air
    it fails with a "too many arguments" error.
    So i remove the -eulaAccepted argument but still get the same error
    Am I doing something wrong?
    I'm running this OS X 10.9.5
    Thanks in advance

    Though following installation procedure may not be supported but it worked for me.
    create Inventory Location
    mkdir /var/SP/weloadm/home/oraInventory
    Create an file oraInst.loc with contents in the
    software directory:
    inventory_loc=/var/SP/weloadm/home/oraInventory
    inst_group=welo
    ./runInstaller -jreLoc $JAVA_HOME -silent -
    invPtrLoc /var/SP/weloadm/home/software/oraInst.loc
    “ORACLE_HOME=/opt/SP/weloadm/Middleware/Oracle_ECM1
    ” “MIDDLEWARE_HOME=/opt/SP/weloadm/Middleware”
    Hope it helps

  • Generating XML Using the XSU Command Line  : connection error

    I've been trying run the sample provided by the XSU doc to extract data from a table and present it in XML format. By I've been getting this connection error.
    My DB version : Oracle9i Enterprise Edition Release 9.2.0.1.0
    C:\>java OracleXML getXML -user "scott/tiger" "select * from emp"
    Exception in thread "main" java.lang.UnsatisfiedLinkError: make_c_state
    at oracle.jdbc.oci8.OCIDBAccess.make_c_state(Native Method)
    at oracle.jdbc.oci8.OCIDBAccess.logon(OCIDBAccess.java:397)
    at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:346)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.ja
    va:468)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:314)
    at java.sql.DriverManager.getConnection(DriverManager.java:517)
    at java.sql.DriverManager.getConnection(DriverManager.java:177)
    at OracleXML.getConnection(OracleXML.java:1214)
    at OracleXML.To_XML(OracleXML.java:1014)
    at OracleXML.ExecuteGetXML(OracleXML.java:917)

    Hi,
    Check the solution for this problem from
    Re: Oracle Driver classes12.zip  oci8   Error
    You cna even check the link for more information
    http://technet.oracle.com//tech/java/sqlj_jdbc/htdocs/jdbc_faq.htm
    Regards,
    Anupama

Maybe you are looking for

  • Can we check CLOB datatype to null?

    Hi , i want check clob datatype to null so i have used decode(col1,null,n1,n2) ..it executes the query but it gives nothing ..doesn't return data only show o .. can you please tell me how to do ?

  • Non cumulative key figure is not getting filled based on inflow and outflow

    hi, i have a non cumulative key figure which is having inflow and outflow. i have these three info objects in dso. as i know non *** key figure is calculated based on inflow and outflow. i am getting values for inflow and outflow so non *** should be

  • Query returnining diff values

    Dear all, I have this query This query retuns the right value for other users.. whereas the same query returns no value for some other user.. (this user has select privileges on the tables department,invoice_rec).. What could be the reason ? Kai Edit

  • What is ECC 6.0 Upgration

    Hi, What are the features and functions included in ECC 6.0 upgration? thanks, Rams

  • Installation of ABA_PLUS 100

    Hello, I'm using OSS 626311 to try and install the ABA_PLUS 100 add-on but can't find the installation package. I have support packages  SAPKGPBA01 --> SAPKGPBA20  but can't find the Installation package. Does anyone know where this would be or how I