How to get ALL command line parameters

Hi,
Is there possibility to get all command line parameters which
Flex builder invokes when I press RUN button ?
I am asking because I want to create mxmlc ant task with the
same parameters as Flex builder.
I wrote something like that below but I have a problem with
invoking remote function, it seems that poduced SWF inf flex
builder an my script (below) arent the same - and mayby have some
security differences.
Any Ideas how to get all compiler argumets from flex builder
quote:
<mxmlc
file="${flex.src}\main.mxml"
output="${flex.output}\main.swf"
services="${path.tomcat.root.WEB}/flex/services-config.xml"
context-root="${path.tomcat.root}"
use-network="true"
keep-generated-actionscript="false"
debug="false"
locale="en_US"
incremental="true"
>
<!--load-externs="${LOADEXTERNS}"
link-report="link-report.xml" -->
<load-config
filename="${FLEX_HOME}\frameworks\flex-config.xml"/>
<source-path path-element="${FLEX_HOME}\frameworks"/>
<compiler.source-path path-element="${flex.src}"/>
<compiler.library-path dir="${FLEX_HOME}\frameworks"
append="true">
<include name="libs" />
<include name="../bundles/{locale}" />
</compiler.library-path>
</mxmlc>

Hi,
Try -dump-config compiler argument, which will write all the
currently set configuration values. Please find more details at the
URL below.
http://www.quilix.com/node/9
Hope this helps.

Similar Messages

  • How to get the command line interface for WRT160NL router

    hi,
    How can I get the command line interface for WRT160NL router. please suggest.

    If you’re trying to access the web-based interface of your router, just use its default IP address (192.168.1.1). The Username is left blank and the Password is "admin". Here’s a quick link on how to do that.

  • How to get all the line items for each Purchasing Document ?

    Hi,
    There are multiple purchase orders (EBELN) in PSA with different line items (EBELP). But, when loaded into ODS from PSA, I am getting purcahse orders with only one Line item.
    Eg.,If the EBELN has a Record# 4000005 and has 3 line items in it (10,20, 30), I am receiving 10 or 20 or 30 Line item.
    As there are more than one line item per PO, how can I retreive all of them?
    Also, there are no conditions / routines in transfer structure and update rules.
    Please let me know

    problem solved.
    I moved the EBELP field from Data fields to Key Fields in ODS.

  • How to pass command line parameters in calling ant file

    Hi All, I m using a Build file which calls another build file.
    That build file is run from the command prompt by give ant -lib <path of jars it needs for executing>.
    Now i m calling this file from main build file but it does not work as i m not able to set <b>-lib </b>.
    Pls can anybody let me know how to set such command line parameters to call the build file in ant script.
    Thanks in Advance.
    Ketan.B.Parekh

    Create the control file dynamically (and fill one of the columns with the file name as a constant) before you start SQL*Loader
    Another option is to use external tables
    Re: Data Loading
    Message was edited by:
    Jens Petersen

  • XSQL Command-Line, parameters with blanks

    Is it possible to use XSQL Command-Line with parameters containing blanks (space characters).
    In an URL parameter spaces can be encoded with "+" or "%20", but this does'nt seem to work with XSQL Command-Line parameters.
    -- Peter

    I can't make this work on Unix (solaris), but I can see it is a shell script problem, not a XSQL problem.
    The normal syntax for Unix shell script would be
    $ script.sh foo="one two"
    but the standard Oracle-supplied xsql unix shell script sets environment and passes all command-line parameters to the java program with
    oracle.xml.xsql.XSQLCommandLine $*
    and thereby the quotes disappear.
    The problem is not really big, since I could just do
    oracle.xml.xsql.XSQLCommandLine test.xsql "foo=one two"
    after setting classpath. Anyway, if anybody knows how to make the xsql script work with quoted parameters, let me know.
    -- Peter

  • BSM / audit_syslog ... how to get command line parameters in syslog?

    Hi All!
    I have been experimenting with Sun Basic Security Module (BSM) and was trying to send audit data via syslog to a central logging server like so:
    # cat /etc/security/audit_startup
    /usr/sbin/auditconfig -setpolicy +argv,arge
    # cat /etc/security/audit_control
    plugin: name=audit_syslog.so;p_flags=lo,ex,fr,fc,fd,fw,fmThis does produce the desired log output on the central logging server, except that the log lines do not contain command line parameters / environment variables:
    2008-10-14T15:04:26-06:00 csadm4/csadm4 audit: [ID 702911 audit.notice] execve(2) ok session 1576737601 by rem_adm as root:root in csadm4 from csadm1-16.shell.ca obj /usr/bin/lessAs this makes it pretty useless for keeping proper audit records (there is a difference between
    rm ~/file and
    rm /file that I would like to see) I was wondering if there is a way to customize what is actually produced by audit_syslog.so?
    Thanks in advance,
    Rudolf

    No, your plugin doesn't get any access to the command line.  Look for other methods of IAC (COM, DDE, shared memory, shared file, etc.)

  • How to get all lines in a paragraph?

    Hey all,
    I've got a confusing question, see the codes below:
    tell application "Adobe InDesign CS4"
              set doc to open orphan_check
              tell doc
                        set myPage to page 4
                        set myTextFrame to first text frame in myPage
                        set myParagraph to third paragraph in myTextFrame
                        set lineList to lines in myParagraph
                        if (length of lineList is greater than 1) then
                                  set hasMultipleLine to true
                        else
                                  set hasMultipleLine to false
                        end if
              end tell
    end tell
    I'm trying to get all the lines from one paragraph by using "set lineList to lines in myParagraph", and it returns an error. Also, if try "count of lines of myParagraph", it returns 0 all the time. But it works well for the text fame. For example, if I tried "set lineList to lines in myTextFrame", it can break the line correctly. So any suggestions? I am trying to do the orphan check, that is see if the last line in each paragraph contains enough characters.
    Thanks~

    Well,
    '                    set myParagraph to third paragraph in myTextFrame'
    returns the content fo the paragraph ...
    try to set:
    'set myParagraph to object reference of third paragraph of myTextFrame'
    or just:
    count lines of paragraph 1 of first text frame
    Hope it'll be of some help

  • InstallShield command line parameters when launching install

    Hi,
    I am attempting to install Ver 5.0.1.4 (same error occurs with ver 4.x)and after the .exe unpackages, I get the following error: InstallShield - command line parameters... etc etc..
    I have attempted to uninstall all Apple apps and reinstall. The iPod Updater reinstalls without error, iTunes always returns the above error. I have performed the following steps:
    1. msiexec /regserver - reboot
    2. uninstalling and reinstalling Windows Installer 3.1 KB893803v2
    3. clearing the %temp% dir
    4. deleting the Program Files/Common Files/InstallShield/Engine contents
    5. rebooting, cursing and taking numerous mental 'time-outs'
    I'm running XP SP2 w/ all updates. Zonealarm FW - disabled, McAfee Virusscan - disabled, and no active anti-spy software.
    I've scoured the forums for help on this issue and can't find any. Google also hasn't been much help.
    Does anyone know how to get past this error?
    Cheers

    Jakub,
    I've seen people complain about this problem a time or two, but it's very rare. I'm told that you can work around this problem by downloading the winrar application and opening that to uncompress the iTunesSetup.exe file.
    http://www.download.com/3000-2250-10007677.html

  • Command Line Parameters Nightmare!

    My issue--and it seems to only be my issue--is with the Command Line Parameters. I have been trying to install iTunes 5.0 for five days now. I have tried everything posted in these forums. Dmitry, thanks for such a great resource; it helped some, but not with this one problem, unfortunately.
    Anyway, everytime I open the iTunes installer I get a message about command line parameters. It gives me a list of a bunch of parameters that I know nothing about. If you would like to see a screen shot of this travesty, you can go to this link: http://staff.fcps.net/nfish/specialdownloadspage.htm.
    Anyone know how to fix this problem or know an alternative solution? Thanks.

    I solved my problem...Everyone who has this problem needs to go see Tim's incredible solution at Nathanael Fish, "new error......" #13, 09:55am Sep 23, 2005 CDT
    It will fix this problem, guaranteed.
    Nate

  • Command line parameters for OMBPlus?

    Hi,
    Is it possible to pass command line parameters to TCL scripts running in OMBPlus.sh, and if so, can someone provide an example?
    I'm able to use the argv0 variable to get the script name itself but not sure how to get any other additional parms...
    Thanks,
    Jim

    Jim,
    If you are building command-line scripts to automate OMB+ commands, there is another factor you should be aware of. If your script errors out cleanly, the OMBPlus.sh does NOT pass this back to the shell. The return code is evaluated within OMBPlus as the return from a "source" command and then OMBPlus exits normally.
    For example:
    #file test.tcl
    return -code error
    Unix/shell> OMBPlus.sh test.tcl
    Unix/shell> echo $?
    0What I do to pass an error state back to the shell is to create a flag file in my script if exiting due to error. My shell script deletes this file prior to running the script and then tests for it after the run as part of the conditional logic
    Function in tcl file:
    #Get location where this script installed
    #This variable is set at the top of the script.
    set theScriptDir  [ file dirname [info script]]
    #If we want to bail in the script at any point we call exit_failure with an appropriate error message
    proc exit_failure { msg } {
       global theScriptDir 
       set ERRFLAGFILE "$theScriptDir/ers_owb_import.error"
    #rollback any uncommitted work
       OMBROLLBACK
    #Log the error and exit
       set fout [open "$ERRFLAGFILE" a+]     
       puts $fout "Error:-> $msg"
       close $fout
       # return and also bail from calling function
       return -code error
    }And my shell script does something like:
    cd ${JOB_DIR}
    rm -f ers_owb_import.error 2>/dev/null
    echo \\nBegining Uninstall of OWB Project
    ./OMBPlus.sh ${JOB_DIR}/my_tcl_Script.tcl
    if [ -f ${JOB_DIR}/ers_owb_import.error ] ; then
          echo \\nERROR - SCRIPT FAILED
    else
         echo \\nScript Succeeded.
         # script logic continues....
    fiCheers,
    Mike

  • Edit command line parameters without restarting LabVIEW

    Is there a way to edit the command line parameters passed to a VI WITHOUT having to restart LabVIEW?  Perhaps I'm accustomed to how it works in just about every other development environment, but having to do so is quite frustrating.
    Solved!
    Go to Solution.

    ronbrown wrote:
    I'm just surprised that LabVIEW doesn't have just a simple "command line parameters" option somewhere in the VI options for debugging purposes, just like Visual Studio and other deveopment environments.
    If memory serves, Visual Studio runs the compiled program as a separate process. That should make it easier to give it separate switches. In LabVIEW, if you let the user change the parameters, you would have to do some conflict resolution, since this is a global setting (e.g. did the changes you make affect everything or a single VI/hierarchy/app instance, are the original switches lost or can you get them back somehow and when).
    If you want a workaround, I suggest you create a simple subVI with a 1D array output and a 1D array control on its FP or BD. If the control has something in it, use it. Otherwise, use the CLA[] property. Alternatively, you can check if you're running in the IDE or use a boolean, etc. Personally, the only time I think I needed to use switches, I believe the code was simple and I simply tested it by building the EXE. It probably took longer to figure out that I needed to explicitly turn on CLA support for the EXE than the actual testing.
    Try to take over the world!

  • Retrieving command line parameters

    How I can retrieve the command line parameters generated by following JSP?
    <HTML>
    <Head>
    <Title> Reading command line parameters </title>
    </head>
    <Body>
    <P><H1> Press here to try the test command line string</H1></P>
    </body>
    </html>
    Zulfi

    hi,
    ur url should have a name/value pair
    something like this
    thread.jsp?forum=45&thread=279067
    and then get these values from request object.
    vasanth

  • Command line parameters as args

    Hi,
    My program expects configuration as parameter.
    for ex
    java Myclass url myURL u myUser --p myPwd
    now, In case of loadjava, how do i pass these parameters as command line arguments on oracle db server???
    Regards
    Praveen

    user10583423 wrote:
    In case of loadjava, how do i pass these parameters as command line arguments
    public static void main(String args[])Here args[] array is used to get the command line arguments as an array. Following example will help you.
    public class MyClass {
         public static void main(String args[]) {
              System.out.println("url : "+args[0]);
              System.out.println("user : "+args[1]);
              System.out.println("password : "+args[2]);
    }Give the command line arguments with spaces like the following,
    java MyClass testURL testUser testPassNo need to specify the argument name like as you posted
    java Myclass --url myURL --u myUser --p myPwd

  • OMB Plus : how to get all the generated messages into a text file ?

    Hello,
    I wrote an OMB TCL script and I would like to know how to get all the messages generated during the exécution into a text file.
    I tried this, but it works only for a puts command :
    set DesProjet ACT_1
    set filename [ open "c:\\temp\\INFDE_010_IMPORT_REPOSITORY_$DesProjet.log" w]
    puts "test"
    Thank you for your help

    Hello Alain, you should try the OMBLOG variable. If you set it inside OMBPlus:
    set OMBLOG c:/temp/mylog.txtthen all the OWB specific commands are logged with their output. By OWB specific I mean all those that start with OMB.
    This is more than what you see in the interface, because:
    - messages inside procedures are logged; you wouldn't see them on std.output when you call a proc
    - variables are resolved, so if you issue the command
    set my_var VERY_IMPORTANT_TABLE
    OMBDROP TABLE '$v_myvar'the log will show:
    OMBDROP TABLE 'VERY_IMPORTANT_TABLE'
    Table dropped
    and you know something is wrong... so OMBLOG is very useful to intercept all manipulations on you repository.
    If what you want instead is a dump of the screen output when you execute a script, I suggest you redirect standard output from the operating system command line. Unfortunately OMBPlus doesn't support all advanced redirection and tracing features of the TCL language.
    Hope this helps, Antonio

  • Argument "10.2.8.39 c/ 1435.Process" for option "connection" is not valid. The command line parameters are invalid.

    Hello,
    I am running a sql job which runs SSIs pakcage imported from Integration Service Sever..
    it give me this error.... the server is :10.2.8.39 and the database is process
    how can I fix It? 

    Hello Arthux ,, thx alot for your help,,, I run the job again and this time it gives me this error ??
    Date,Source,Severity,Step ID,Server,Job Name,Step Name,Notifications,Message,Duration,Sql Severity,Sql Message ID,Operator Emailed,Operator Net sent,Operator Paged,Retries Attempted
    11/28/2011 13:58:09,SSISScoreCardsSDM,Error,0,OPLINKDEVINTRA\OPLINKDEVINTRA,SSISScoreCardsSDM,(Job outcome),,The job failed.  The Job was invoked by User LINKDOTNET\michael.philip.  The last step to run was step 1 (SDM).,00:00:01,0,0,,,,0
    11/28/2011 13:58:10,SSISScoreCardsSDM,Error,1,OPLINKDEVINTRA\OPLINKDEVINTRA,SSISScoreCardsSDM,SDM,,Executed as user: LINKDEV\OPSQLADMIN. Microsoft (R) SQL Server Execute Package Utility  Version 10.50.1600.1 for 64-bit  Copyright (C) Microsoft
    Corporation 2010. All rights reserved.    Option "    /CONNECTION" is not valid.  The command line parameters are invalid.  The step failed.,00:00:00,0,0,,,,0

Maybe you are looking for

  • Activate Creative Cloud 6 on new computer

    Hi, I had to buy a new MacBook. I deactivated Creative Cloud 6 three hours ago on the old Mac, but it's still impossible to install it on the new one. Can you help me?

  • Calculation of Depreciation based on Remianing Useful Life

    Hi I have a scenario in which depreciation percentage should be derived based on remaining useful life and it should remain same through out the remaining useful life. For eg, Take over date = 30.11.2010 Acquisition Date= 01.04.2009 Acquisition Amoun

  • Problem in downloading and installing application ...

    hey  m havng problem in downloading and installing application on mah x2-01 . many times i tried to dwnload whatsapp to mah phn and if the application isz downloaded thn while verifyng the no. it says error unitterupted problem in contacting the serv

  • Connecting to an ejb from another appserver

    Hello, I need to connect to an EJB running on a company's REMOTE Weblogic appserver. I have done so using normal class files but now I wish to use an EJB to do so. I am using Jboss but am getting errors from Jboss saying that it cannot find certain f

  • Problem in Creating Business Partner through BP

    Hi All, I am facing a problem in creating a business partner through transaction BP. I am selecting the Create Person tab. Selecting 'Employee' as BP role, choosing Xxternal Assignment. I am also giving mandatory fields like First name , last name an