New cirrus command-line development in linux

Hey everybody.   I've been researching and planning a development using the cirrus service for a while now and have finally gotten around to some serious development.  I decided to use the Flex SDK command line tools on a linux system for a majority of the early work.  I don't know how many members of the community are relying on the comand-line tools for their development, but I have run into a few issues.
Here's what I'm running:
Ubuntu 10.10
Flex SDK 4.1.0 build 16076
Flash Projector 10.1.102.64
..  I've been prototyping my app as a flex 4 mxml and have run into compiler issues when cirrus specific components are integrated into the code.
So I have a few basic questions that some of the cirrus veterans might be able to easily answer.
1.  Does the current stable Flex SDK release have support for the cirrus specific classes and logic?
2.  If no, does the Flex SDK have to be configured or referenced via the OS in order to support cirrus, or is there a development build with support?
3.  If yes, do actionscript or mxml files need to reference specifc libraries to identify the cirrus?
4.  Do the command-line compilers need specific config variables to enable or disable cirrus features?

HypUser wrote:
The patch mentioned in the posts is related to Version 9.3.1. The version I am working on is 11.1.2.1.And one of the other replies says it does not exist in 11.1.2 and there is an enhancement request logged, not sure if any patches have addressed the issue since the post, may be worth raising an sr or having a look on oracle support.
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • How to uninstall Command Line Developer Tools

    Hello, After upgrade to OSX Mavericks by mistake I downloaded Command Line Developer Tools. I'm not a coder, just a graphic designer and I'm not gonna need it. It's about 300 MB size and I don't want it. The worst part is that its the second time Apple Update shows a new update for this. If I try to move Library/Developer/CommandLineTools folder to trash I'm asked to provide my admin password, so I don't do it because I'm affraid to harm my OS. I've been searching on the web for an answer close to my case but only found uninstall tips related to Xcode that don't apply to me. Can you please help me to get rid of this Command Line Tools? Thanks a lot in advance!

    latiffrommexico wrote:
    If I try to move Library/Developer/CommandLineTools folder to trash I'm asked to provide my admin password, so I don't do it because I'm affraid to harm my OS.
    Do it. It will not harm OS X, and you will be removing the Command Line Developer tools. Nothing will happen to your Mac, but you should make a backup of your files before modifying system files.

  • Since updating to OS X Mavericks I get a continuous update request for command line developer tools.  How do I stop this?

    Since installing OS X Mavericks, automatic updates keep producing download demand for Command Line Developer tools 6.0 and 6.1.  I don't need these but cannot seem to stop the updates available, even if they are downloaded and installed.  Can anyone tell me how to stop this?

    Try re-indexing Spotlight.
    Spotlight – Re-index

  • Using Command Line Tool for Linux

    I have to use the command lines of Linux for SCM commands(like repcmd, set workarea, checkin etc...)
    should I have to install something?
    I have documentation for using the oracle repository command line Toll for Windows and Unix, but I didn't found anything about using the oracle repository command line Toll for Linux.

    JDeveloper runs excellent on Linux and is supposed to be able to use the repository, but that's a GUI...

  • Using the Oracle Repository Command Line Tool under Linux

    I have to use the command lines of Linux for SCM commands(like repcmd,
    set workarea, checkin etc...)
    should I have to install something?
    I have documentation for using the oracle repository command line Toll
    for Windows and Unix, but I didn't found anything about using the oracle
    repository command line Tool for Linux.

    JDeveloper runs excellent on Linux and is supposed to be able to use the repository, but that's a GUI...

  • Where is the php command line executable on Linux?

    Hi, I am trying to configure my PHP Runtime Settings, but I have installed PHP5 from a tar.gz on Linux and I dont know where is my "php command line executable",
    somebody knows?
    Thanks.

    Hi,
    Should be in /usr/local/bin/php
    or try this...
    [root@mmkserv root]# find / -name "php"
    /usr/local/bin/php
    /usr/local/include/php
    /usr/local/lib/php
    /usr/local/apache/.LoL/LOST-FOUND/Forms/php
    [root@mmkserv root]#

  • Compiling command line utilities for Linux with static libc

    Hi,
    The following command used to compile and link BerkeleyDB with both static libdb and static libc:
    make clean
    env LDFLAGS=-static ../dist/configure --disable-shared
    make
    Now the command only statically links libdb and not libc.
    [root@fedora8 ~]# ldd /usr/local/BerkeleyDB.5.3/bin/db_dump
    linux-gate.so.1 => (0x00110000)
    libpthread.so.0 => /lib/libpthread.so.0 (0x00c15000)
    libc.so.6 => /lib/libc.so.6 (0x00a88000)
    /lib/ld-linux.so.2 (0x00a69000)
    [root@fedora8 ~]#
    It appears that the link of the command line utilities has now been moved into "make install".
    Can anyone suggest how to also force a static link of libc?

    The command line utils are in /opt/novell/ncl/bin. There are man pages for
    them to describe how they work. If you run "ncl_man" it will list all the
    NCL man pages.
    >>> On 9/1/2006 at 8:42 AM, in message
    <[email protected]> , Joseph
    Marton<[email protected]> wrote:
    > Are there any command-line utilities for the 1.2 client? I'm thinking
    > what if my X gets hosed and I want to access my server. It'd be nice to
    > be able to still login and map drives. Granted there's always
    > samba/CIFS,
    > but if I have a working Novell Client installation and my X just fails
    > for
    > some reason it'd be nice to still utilize the Novell Client.
    >
    > Joe

  • Is there Business Rules Command Line launcher in Linux?

    Hi,
    I have Hyperion Planning, Essbase, EAS and BR installed on Linux. I am trying to automate a Business Rule using Command Line Launcher, but couldn't find the shell script for it in Linux env. I know that there is a utility in Windows env, but was wondering if the same is available in Linux or not. If it is not, if someone could show me a way to automate Business Rules in Linux, I would really appreciate it.
    Thanks in advance,
    Prashanth

    HypUser wrote:
    The patch mentioned in the posts is related to Version 9.3.1. The version I am working on is 11.1.2.1.And one of the other replies says it does not exist in 11.1.2 and there is an enhancement request logged, not sure if any patches have addressed the issue since the post, may be worth raising an sr or having a look on oracle support.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Mxmlc command line compiling under Linux

    Trying to compile a large library of documents with my AIR app using commnad line and cannot get a runtime created due to
    several warnings in the code - which I expected to be ignored.
    Is there no way to compile and ignore warnings ?
    I've tried editing the air-config.xml and using the following
    amxmlc -strict=false -show-unused-type-selector-warnings=false [mySourceMXML]
    neither will compile the app and displays the list of code warnings (primarily CSS)
    Also it even reports an untyped variable warning for code that is //commented  ????

    Hi,
    You need to download the Adobe AIR SDK for Linux from http://www.adobe.com/cfusion/entitlement/index.cfm?e=airsdk&loc=en_us, extract it and use ADT(which you will get as part of this SDK) to package the application. You might want to see http://livedocs.adobe.com/flex/3/html/help.html?content=CommandLineTools_5.html#1035876 for checking out the ADT options and usage.
    Hope that helps.
    Regards,
    Sanika

  • How to compile forms and reports in linux command line ?

    Hi,
    I'm working on a migration from forms 6i to 11g R2. The development/migration is being made on a Windows 7 64 bits, however, those forms and reports will run on a Linux RHEL 5. Thus, I have to compile them inside that linux box.
    How can I do it? Is there a tool to compile the forms and reports in command line withn a linux box?
    Thanks a lot.

    Thanks for the answer, Carlos.
    I run the command but this error message is displayed "FRM-91500: Unable to start/complete the build".
    Edited by: _blackjack on Dec 18, 2012 5:18 AM                                                                                                                                                                                                                                                                                                                                                                           

  • Output to command line in Linux with built exe

    Hi Folks,
    Here's an interesting challenge...
    I've got a VI that a customer wants to use as a command line utility in
    Linux.  I've gotten command line arguments in without any
    problem.  However, I can't seem to figure out how to get strings
    back out to the prompt.  The first thing I tried was the system
    exec VI that's in the communication palette.  Is there something
    silly I've overlooked?
    I've also seen some very limited discussion on how to output to the
    command line using Windows API calls.  However, please remember
    that I'm trying to output to the command line in Linux.
    Thanks very much as always.
    Jim

    Hi Jim,
    You can accomplish this using the pipe commands. Just don't open the
    handle, stdout (0), stdin (1), and stderr (2) are always open. See the
    attatched VI.
    For the record, I haven't tried this as an executable, but it works
    running in LabVIEW and I have no reason to expect that it wouldn't work
    as an exe.
    Jason
    Attachments:
    stdout.vi ‏17 KB

  • Command Line Export/Import for ApEx

    Hi There,
    I was wondering if there is an ApEx Utility that allows the Export and Import of applications/pages/images/style sheets etc from the command line on a Linux box.
    I am using Oracle Application Express v3.0.1
    Thanks.
    Tony.

    Tony,
    Another post in the past has discussed about this already.
    Exporting/Importing a *Bunch* of Applications
    John Scott wrote a blog post about this as well at [http://jes.blogs.shellprompt.net/2006/12/12/backing-up-your-applications/|http://jes.blogs.shellprompt.net/2006/12/12/backing-up-your-applications/]
    In short, you can use APEX utility - APEXExport to export and standard SQL to import.
    Ittichai
    Edited by: ittichai on Mar 16, 2009 9:38 PM

  • Achiving of reports uing catalog manager command line

    Hi ,
      I want to automate the archiving of reports using catalog manager  command line using Unix/Linux . Has anyone archived the reports like this . Please help . I am using OBIEE 11.1.1.6 and want to archive all the reports of the OBIEE catalog .

    You need to have the proper physical address of each report and corresponding files for that particular report to archive, you need to pass them as command line arguments.
    I would say it is time consuming process to validate your automation, more over you need to go with online mode to get security in place for catalog objects.
    I can feel the complex part thats the reason asked you to share the code

  • Command line property issue

    I am having a problem passing a property value on the command line in a Linux box. Here is a simple version of the script.
    java -DmyName="Joe Smith" ShowName
    I want "Joe Smith" to be the value of the property myName but myName has "Joe instead. What do I need to do so that myName contains both words?

    java -DmyName="Joe Smith" ShowNameYou're doing this on Windows, right? (Thanks (not!) for providing all the necessary information to debug your problem).
    The problem is that "CMD.EXE" is dumb about quotes in the middle of an argument. It treats -DmyName="foo bar" as two strings, with explicit strings.
    You have to say "-DmyName=Joe Smith".

  • Using ide don't know what command line is. would you be so kind...

    In various howtos see using the args array from main's signature. Some mystical commandline... As I understand, there's some way to compile and launch java prgms using only the jdk sourses. HOW?

    JDK 5.0 Update 9
    The Java SE Development Kit (JDK) includes:
    *the Java Runtime Environment (JRE)
    *command-line development tools, such as compilers and debuggers, that are necessary or useful for developing applets and applications
    how to use these "command-line development tools"
    if these are some exes from "*\jdk1.5.0_09\bin" directory, all of them somewhy close immediatelly. i launch, everything they do - "self termination":)
    it seems even to me, that its smth simple, but useless without "initiation"
    Message was edited by:
    mjod

Maybe you are looking for

  • Toshiba hard drive no longer recognised on Macbook Air

    Hi everyone I wondered if you could help? I have a Toshiba external hard driver (http://www.amazon.co.uk/gp/product/B00560Z2ZM/ref=oh_aui_detailpage_o01_s00?ie=U TF8&psc=1) which I purchased last November. I reformatted it and it worked swimmingly wi

  • Purchase order can not partial receipt

    HI Experts, When i am make gr for Account assigned (K) purchase order.i am getting below error msg already the made the GR for 200 quantity Po is created without material no Item 000010 is not relevant for goods receipt; increase quantity to 2,000.00

  • GP and WD with Adobe Interactive form question - need some guidance.

    Hello experts, FYI, I'm running ECC 5.0 Support Stack 9, EP 7.0 SPS 11, NWDS 2.0.9_15 with Adobe Livecyle Designer. I am slightly stuck with what I'm trying to do. I have created a web dynpro application that has an Adobe interactive form. I'm trying

  • Trying to update to Firefox 3.6.4, - Software Update window says "Connecting to Update Server", but nothing seems to be happening.

    The Software Update screen says Connecting to Update Server, "Paused Downloading Firefox 3.6.4". Nothing seems to be happening. * I have shut down my computer and restarted. * I have cleared my history. I'm hoping the upgrade will help with the crash

  • Bootcamp question mark

    After partitioning disk, I restart with windows 7 dvd inserted into the external dvd drive I just used to burn it. But it restarts with a question mark. (I must use a external DVD drive becuase macbook pro optical drives don't last.)  (also my dvd dr