Command Line Compilation of  a Project with different packages

Hi,
I am trying to compile a project through command line, which has different packages with many classes in it. Now If I try to compile package by package It's complaining about other referenced classes of different packages. So I created .bat file, which includes all the packages, but it's complaining input line is too long.
D:\jdk1.3.1\bin>app.bat
My bat file is
javac -d d:\Application\build d:\Application\source\com\ibc\rules\login\*.java d:\Application\source\com\ibc\rules\lookup\*.java .................d:\Application\source\com\ibc\wid\events\*.java d:\Application\source\com\ibc\wid\frames\cust\*.java ...
and so on............
Is there any solution for this problem?
Thanks in advance....

I think the prefered and more elegant way to compile project including packages should be writing makefiles including their compilation, installation, deploying - rules ..
Make is really powerful, the maybe only weak-point is that there are some distribution of them, gnu-make, microsoft nmake .. which are slightly different, that made porting among platforms difficult.
The jakarta-ant was a new approach to this which uses xml parser to proof the dependencies, etc ..
Because I'm not familiar yet with xml & ant and as a in-blooded unix user, "make" is still my prefered way to do roject.
The easiest way to get unix environment required for using make in Windows platforms is to download the "unxutils". It includes make, bzip2, diff, ... and other unix-tools. Refer to this (found from search by google) :
http://www.weihenstephan.de/~syring/win32/
http://www.weihenstephan.de/~syring/win32/UnxUtils.zip
http://sourceforge.net/projects/unxutils/
For more documentation on how to write makefile, use make -tool, see
http://www.gnu.org/manual/
http://www.gnu.org/manual/make-3.79.1/html_mono/make.html

Similar Messages

  • Command line compiler (rhcl.exe) adds on rogue full pathways into [Merge Files] of .hhp

    I'm using RH 9 and generating chm outputs on my Win 7 64-bit computer.
    I have a core chm help file and several sub chm helps that get merged into it.
    I have a batch file that regularly compiles our help files locally and then copies them into a common local directory. It then copies them up to a mapped network drive where they are picked up by the nightly build of our installer.
    The problem I have, is that the command line compiler (rhcl.exe) is adding on a full pathway for all the sub helps listed in the [Merge Files] section of the core help's .hhp file, causing these problems:
    1) First of all, the pathways are wrong. The pathway it puts on is from the location of my .xpj file of my core help project. The output directory for the compiler is actually sending all the helps to a different local directory.
    2) These need to be relative, and should not have full pathways. The full pathways make it so that when I click on a subhelp TOC entry that subhelp's topic opens up in an entirely different window instead of merged into the core help's window. (See #13 on Peter's helpful site here about the problem with absolute paths: http://www.grainge.org/pages/authoring/rh9/using_rh9.htm)
    Here' what I want it to look like (the good):
    [MERGE FILES]
    pcdmisportable.chm
    pcdmistutor.chm
    pcdmisvision.chm
    pcdmislaser.chm
    pcdmiscmm.chm
    pcdmisUJB.chm
    pcdbasic.chm
    toolkitmodulesvwmp.chm
    pcdmisdci.chm
    toolkitmodules.chm
    pcdmisnc.chm
    pcdmisip.chm
    toolkitmodulesblade.chm
    pcdmisregistry.chm
    pcdmisfixturing.chm
    Here's what it looked like after the command line compile (the bad and the ugly):
    [MERGE FILES]
    d:\hg\pcdmisqa\pcdlrn\help\corehelp\pcdmisportable.chm
    d:\hg\pcdmisqa\pcdlrn\help\corehelp\pcdmistutor.chm
    d:\hg\pcdmisqa\pcdlrn\help\corehelp\pcdmisvision.chm
    d:\hg\pcdmisqa\pcdlrn\help\corehelp\pcdmislaser.chm
    d:\hg\pcdmisqa\pcdlrn\help\corehelp\pcdmiscmm.chm
    d:\hg\pcdmisqa\pcdlrn\help\corehelp\pcdmisUJB.chm
    d:\hg\pcdmisqa\pcdlrn\help\corehelp\pcdbasic.chm
    d:\hg\pcdmisqa\pcdlrn\help\corehelp\toolkitmodulesvwmp.chm
    d:\hg\pcdmisqa\pcdlrn\help\corehelp\pcdmisdci.chm
    d:\hg\pcdmisqa\pcdlrn\help\corehelp\toolkitmodules.chm
    d:\hg\pcdmisqa\pcdlrn\help\corehelp\pcdmisnc.chm
    d:\hg\pcdmisqa\pcdlrn\help\corehelp\pcdmisip.chm
    d:\hg\pcdmisqa\pcdlrn\help\corehelp\toolkitmodulesblade.chm
    d:\hg\pcdmisqa\pcdlrn\help\corehelp\pcdmisregistry.chm
    d:\hg\pcdmisqa\pcdlrn\help\corehelp\pcdmisfixturing.chm
    I've done the following ....
    I've checked my .xpj file and they have relative paths only.
    I've deleted my .cpd file.
    I've removed chm references from my rhbag.apj.
    ... and the hhp file still gets modified with pathways to my core project
    directory tacked on:
    It's strange; because if I compile without the command line, by opening the project and running the generation inside of RH, I don't get the problem where it re-writes the [Merge Files] section with the pathnames.
    Any ideas on where are these rogue full pathways coming from and how I can fix it? Or is it just a bug with the command line version of the compiler that Adobe will need to fix?

    I don't use command line generation but to the best of my knowledge, this has not been fixed.
    Please follow this link.
    http://www.Adobe.com/cfusion/mmform/index.cfm?name=wishform&product=38
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Command line compile in RH9

    Okay, folks.  We have TCS3.  We have things set up so that the nightly software build inlcudes the online help using the RHCL command.  After upgrading from RH7 to RH9 the WebHelp output (or any output) created from the command line appears to use only the basic default settings in RH.  I've gotten around the problem with the skin by renaming our custom skin to Default.  However, all other settings in the WebHelp wizard are still ignored (such as navigation buttons).  Additionally, the TOC is missing.  I've had the same problem using one of the Adobe-supplied sample projects.  Has anyone else had issues with this?  I've seen various posts about missing TOC, but nothing I've tried has resolved the problem here. Everything's peachy if we compile from inside the project but due to the project size, the fact that we keep it in RoboSource Control, network speeds, etc., it can take a couple of hours to complete a compile using that method.  The current work-around is to compile through RH then zip the WebHelp output and put it in a shared network location for the developers to grab in the nightly build.  It works, but it worked better using the command line compiler. If we could get it working, we'd all be relieved.  Any help is appreciated!!!
    Thanks a million!
    Meghan

    I don't use command line generation but Bill Albing very kindly wrote an article that can be found on my site. Maybe something he has included in that will help you.
    http://www.grainge.org/pages/authoring/command_line/command_line.htm
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • RoboHelp HTML Command-Line Compiler

    Is there a command-line compiler for RoboHelp HTML?

    Hi all
    While that may be technically accurate, I don't believe you
    will end up with any "RoboHelp Specific" features. Conditional
    expressions, browse sequences, etc.
    Cheers... Rick

  • Pixel Bender command line compiler.

    A blog post from kevin goldsmith http://blogs.adobe.com/kevin.goldsmith/2008/09/spilling_the_be.html says that adobe is soon going to release a command line compiler for pixel bender. has there been any  progress on this as i'd really like to get my hands onto it.
    is the compiler going to be open source, so we can have a look at the opcodes or atleast the EBNF grammar. if not open source is adobe going to release any technical specification as they have done for swf file format specification.
    Regards,
    Manoj.

    The command-line compiler was part of "pre-release 5" that was released several months ago. You can download it as part of the latest release of the Pixel Bender Toolkit on Labs. (see: http://labs.adobe.com/technologies/pixelbender/releasenotes.html)
    We are discussing several options around opening up aspects of the Pixel Bender to Pixel Bender Bytecode compiler. Watch my blog (http://blogs.adobe.com/kevin.goldsmith) for more info.

  • Command line compiler wierdness

    Have been compiling RoboHelp 7 HTML Help projects from the command line without issue, but suddenly no glossary text is displayed in the compiled chms. The .glo file is compiled, but the glossary tab is blank.
    All required dlls are registered, and surprisingly, if I compile the project in the RoboHelp 7 GUI, the glossary text does show up in the compiled chm.
    Using RoboHelp 7.0.3. I've uninstalled and reinstalled, and tried building on a different PC with the same results.
    Very odd - anyone else come across this and know how to fix it?

    Hmmm... Thanks Jeff but I think that goes right back to the realm of a manual process.
    Any other thoughts?
    Thanks again!

  • Flash Command Line Compiler

    Since flash became a complex environment and application are
    often part of huge and hard to mantain projects is very very
    important for us and many like us (as I see in hundreds forums) to
    have an external command line .fla compiler. That because building,
    testing automation could be simply realized if we have such a
    command "exe" to call. We tried using macro recording system, but
    it is a really disaster beacause compilation time is always
    different.

    It seems that JSFL could help in automate compilation. It
    opens ide and can launch build action according JSFL istructions.
    It could be also done on a .fla fileset.
    Some interesting posts about that:
    http://www.mikechambers.com/blog/2003/09/11/executing-jsfl-files/
    http://www.actionscript.org/forums/showthread.php3?t=148946
    http://www.gskinner.com/blog/archives/2004/08/jsfl_fla_batch_1.html

  • SWF and XML for Command line compiling for iOS

    I need to compile an application for iOS using command line ADT. I need to pass the SWF and XML to the ADT command. But which ones do I need to pass as the ones available are in the debug folder and I don't think they are well optimized for mobile publishing. Also the XML has debug with id in it.

    Hi,
    Yes, Flash Builder, by default, doesn’t save release swfs. A simpler way to get them however be to go to Project->Properties->Flex Compiler and set
    ‘-debug=false’ in compiler arguments.
    Now the swf generated in bin-debug will be a release swf.
    Please let us know in case you face any issues.
    Thanks,
    Amish.

  • Command line hangs when starting OC4J with MapViewer

    Hello,
    I have a simple development setup with a stand-alone oc4j instance installed via the MapViewer Quick Start Kit, on an 11g database, on a Windows XP workstation.
    The problem: When I start the oc4j instance everything seems to start up successfully - the AS Control, the MapViewer EAR, etc.., but the command line window hangs after the last command is executed. It does not return to the command prompt. And if I close the Command Prompt window the oc4j instance automatically shuts down. Any thoughts on why this is hanging? Or is this normal behavior? Thank you. The text of the startup is shown below.
    (Oh...and if you have any idea why I am getting a string of [ConverterRule] WARNINGS, please let me know. Thanks.)
    -Dan
    ------- Output below --------
    C:\app\oracle\product\11.1.0\db_1\oc4j_mv\j2ee\home>java -jar oc4j.jar
    WARNING: Code-source C:\app\oracle\product\11.1.0\db_1\oc4j_mv\j2ee\home\applica
    tions\mapviewer\web\WEB-INF\lib\dms.jar (from WEB-INF/lib/ directory in C:\app\o
    racle\product\11.1.0\db_1\oc4j_mv\j2ee\home\applications\mapviewer\web\WEB-INF\l
    ib) has the same filename but is not identical to /C:/app/oracle/product/11.1.0/
    db_1/oc4j_mv/lib/dms.jar (from <code-source> (ignore manifest Class-Path) in MET
    A-INF/boot.xml in C:\app\oracle\product\11.1.0\db_1\oc4j_mv\j2ee\home\oc4j.jar).
    If it contains different versions of the same classes, it will be masked as the
    latter is already visible in the search path of loader mapviewer.web.web:0.0.0.
    WARNING: Code-source C:\app\oracle\product\11.1.0\db_1\oc4j_mv\j2ee\home\applica
    tions\mapviewer\web\WEB-INF\lib\ojdl.jar (from WEB-INF/lib/ directory in C:\app\
    oracle\product\11.1.0\db_1\oc4j_mv\j2ee\home\applications\mapviewer\web\WEB-INF\
    lib) has the same filename but is not identical to /C:/app/oracle/product/11.1.0
    /db_1/oc4j_mv/diagnostics/lib/ojdl.jar (from <code-source> (ignore manifest Clas
    s-Path) in META-INF/boot.xml in C:\app\oracle\product\11.1.0\db_1\oc4j_mv\j2ee\h
    ome\oc4j.jar). If it contains different versions of the same classes, it will be
    masked as the latter is already visible in the search path of loader mapviewer.
    web.web:0.0.0.
    Mar 10, 2009 10:51:19 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Short,null)
    Mar 10, 2009 10:51:19 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Short)
    Mar 10, 2009 10:51:19 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Byte,null)
    Mar 10, 2009 10:51:19 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Byte)
    Mar 10, 2009 10:51:19 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Integer,null)
    Mar 10, 2009 10:51:19 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Integer)
    Mar 10, 2009 10:51:19 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Long,null)
    Mar 10, 2009 10:51:19 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Long)
    Mar 10, 2009 10:51:19 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Float,null)
    Mar 10, 2009 10:51:19 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Float)
    Mar 10, 2009 10:51:19 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Double,null)
    Mar 10, 2009 10:51:19 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Double)
    Mar 10, 2009 10:51:19 AM com.sun.faces.config.rules.ValidatorRule end
    WARNING: [ValidatorRule]{faces-config/validator} Merge(javax.faces.LongRange)
    Mar 10, 2009 10:51:19 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.DateTime,null
    Mar 10, 2009 10:51:19 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Number,null)
    2009-03-10 10:51:20.500 NOTIFICATION oms root path: C:\app\oracle\product\11.1.
    0\db_1\oc4j_mv\j2ee\home\applications\mapviewer\web\
    09/03/10 10:51:20 mbean domain: mapviewer
    2009-03-10 10:51:20.500 NOTIFICATION OMSConfig mbean regisred.
    2009-03-10 10:51:20.500 NOTIFICATION MapTileServer root path: C:\app\oracle\pro
    duct\11.1.0\db_1\oc4j_mv\j2ee\home\applications\mapviewer\web\
    09/03/10 10:51:20 mbean domain: mapviewer
    2009-03-10 10:51:20.515 NOTIFICATION MCSConfig mbean regisred.
    2009-03-10 10:51:20.515 NOTIFICATION MapViewer server version: Ver1033p5_B081010
    2009-03-10 10:51:20.515 NOTIFICATION using default config file: C:\app\oracle\pr
    oduct\11.1.0\db_1\oc4j_mv\j2ee\home\applications\mapviewer\web\WEB-INF\conf\mapV
    iewerConfig.xml
    2009-03-10 10:51:20.515 WARNING dcsf:true
    2009-03-10 10:51:20.531 WARNING destroying ALL mapmaker instances.
    2009-03-10 10:51:20.531 WARNING dcsf:true
    09/03/10 10:51:20 Oracle Containers for J2EE 10g (10.1.3.1.0) initialized
    2009-03-10 10:51:20.578 NOTIFICATION Spatial Provider shapefileSDP has been regi
    stered.
    2009-03-10 10:51:20.578 NOTIFICATION Map Recycling thread started.
    2009-03-10 10:51:20.593 NOTIFICATION *** Oracle MapViewer started. ***
    2009-03-10 10:51:21.515 NOTIFICATION *** Oracle MapTileServer started. ***
    2009-03-10 10:51:21.531 NOTIFICATION *** Oracle Feature of Interest (FOI) Server started ***
    ---> This is where it hangs up. It just sits here and never returns to the command prompt.

    I guess I've come to the conclusion that it's normal for the command window to remain open while mapviewer is running. I just don't recall that from my previous installations.
    -- considered answered.

  • ERR file produced thru command line compile

    I'm trying to compile Oracle6 and Oracle9i forms thru the command line. Fmx files are created but so are err files. Upon inspection of the err files, it just states that there are no compilation errors. So this means that the fmx files are created correctly.
    Is there a way for the Oracle6 form compiler (ifcmp60.exe) and the Oracle9i form compiler (ifcmp90.exe) to suppress the creation of err files if there are no compilation errors ?
    thanks.

    No they will always be created. To check if there is a error with the compile you should check the DOS %ERRORLEVEL% value and if that indicates a non zero value then look at the .err file.

  • Command Line Parameters for Silent Install with Status for BI4.0 Products

    For the XI3.1 product installations, which clearly leveraged MSIEXEC installation files, it was possible to use the /qb+ command line parameter to trigger a silent install which showed the progress of the installation with a final prompt to acknowledge the completion of the installation.
    For the new BI4.0 installation package, it's not clear how to trigger a silent installation which also shows the installation progress.  The installation guide describes using -q in the command line to run a silent installation, or leveraging a response.ini file to trigger a silent install, but in neither case does it show how to modify the silent installation command to enable a display of the installation progress.
    Does anyone know the syntax, either command line or embedded in a response.ini file, to trigger a silent installation for the BI4.0 products which ALSO shows the progress of the installations?
    Thanks,
    Josh

    Yes, I've tried the same switch that I used for the XI3.1 installations, namely "/qb".  In XI3.1 I was able to use this switch either directly in the MSIEXEC command line or in the Response.ini file as "QUIET=/qb".  In either case, this switch resulted in a silent install that showed a progress bar window for the installation, completing with a confirmation prompt indicating that the installation had completed.
    Neither approach works with the BI4.0 installation packages.  My suspicion is that SAP has switched to a different installation engine as I can't find the typical .msi installation files that would indicate this is a MSIEXEC installation.  I'm hoping someone knows what type of installation engine is being used and what the switching syntax is for silent installs. But it can't be a completely transparent silent install (I know how to do this); it must provide an option to show an installation progress bar.
    Thanks,
    Josh

  • Command Line Compile

    Is there an easy way to compile an application via the command line for a JSC application? What about generate the WAR. I am sure it can be done using Javac, but am wondering if there is a batch file or ANT script I could use.
    Thanks

    Did you try to go into the <project> directory and do an 'ant dist' ? That should generate a war file for you.
    You might have to set some additional properties for J2EE 1.3 compiant wars etc.
    Thanks,
    -- Marco

  • Command Line Compile errors in RH6

    We're evaluationg RH6. We can compile Webhelp from the
    command line, but on one of our machines we get the following
    template errors:
    <Snip>___________________________________________
    Applying WebHelp 5.50 Template...
    Template Error: can not resolve macro: WH_LNG_LoadingData
    ..Template Error: can not resolve macro: WH_LNG_MergeError1
    Template Error: can not resolve macro: WH_LNG_MergeError2
    Template Error: can not resolve macro:
    WH_LNG_JS_alert_ProjectLoadingFail
    .Template Error: can not resolve macro: WH_LNG_PreTooltip in
    c:\foo\whtopic.js
    Template Error: can not resolve macro: WH_LNG_NextTooltip in
    c:\foo\whtopic.js
    Template Error: can not resolve macro:
    WH_LNG_Show_Navigation_Component in c:\foo\whtopic.js
    Template Error: can not resolve macro:
    WH_LNG_Hide_Navigation_Component in c:\foo\whtopic.js
    Template Error: can not resolve macro:
    WH_LNG_Show_Navigation_Component in c:\foo\whtopic.js
    Template Error: can not resolve macro:
    WH_LNG_Hide_Navigation_Component in c:\foo\whtopic.js
    Template Error: can not resolve macro: WH_LNG_SyncTocTooltip
    in c:\foo\whtopic.js
    .....Template Error: can not resolve macro:
    WH_LNG_IndexSelectTopicTitle
    Template Error: can not resolve macro:
    WH_LNG_IndexSelectTopicLabel
    .....Template Error: can not resolve macro:
    WH_LNG_LoadingContentsData
    Template Error: can not resolve macro: WH_LNG_Book
    Template Error: can not resolve macro: WH_LNG_Page
    Template Error: can not resolve macro: WH_LNG_Remote_Page
    ....Template Error: can not resolve macro:
    WH_LNG_IndexBtnText
    .Template Error: can not resolve macro: WH_LNG_CantSearch
    Template Error: can not resolve macro: WH_LNG_LoadingData
    ..Template Error: can not resolve macro: WH_LNG_SearchPrompt
    in c:\foo\whfform.htm
    Template Error: can not resolve macro: WH_LNG_SearchPrompt in
    c:\foo\whfform.htm
    Template Error: can not resolve macro: WH_LNG_FtsBtnText
    ....Template Error: can not resolve macro:
    WH_LNG_JS_alert_ErrorInLoading
    .......................................Template Error: can
    not resolve macro: WH_LNG_SearchPrompt in c:\foo\whtbar.js
    Template Error: can not resolve macro:
    WH_LNG_ToolBarSearchBtnText in c:\foo\whtbar.js
    Template Error: can not resolve macro:
    WH_LNG_Show_Navigation_Component in c:\foo\whtbar.js
    Template Error: can not resolve macro:
    WH_LNG_Hide_Navigation_Component in c:\foo\whtbar.js
    Template Error: can not resolve macro:
    WH_LNG_Hide_Navigation_Component in c:\foo\whtbar.js
    Template Error: can not resolve macro: WH_LNG_SyncTocTooltip
    in c:\foo\whtbar.js
    Template Error: can not resolve macro: WH_LNG_NextTooltip in
    c:\foo\whtbar.js
    Template Error: can not resolve macro: WH_LNG_PreTooltip in
    c:\foo\whtbar.js
    <Snip>----------------------------------------------------------------------
    The compile is successful, and we can view the output.
    Note that the project is under SVN (Tortoise). It does not
    generate the errors when compiled on the machine where it resides.
    The errors come when compiling from the other machine.
    Can anyone tell me the source of these errors?

    Hello Dan,
    The phrase "Template Error: can not resolve macro:" tells me
    that you are using a template, which means that you are likely
    generating printed or PDF output. Is this correct?
    Can you generate printed output from this computer manually?
    Has Microsoft Word been launched on this computer?
    Are the macros setup in MS Word set high? You may consider
    lowering it some.
    If these steps do not help narrow down the issue some, you
    might consider renaming normal.dot. You can look on Microsoft's web
    site for details on how to do this:
    http://support.microsoft.com/kb/822005.
    Thank you,
    Bobby Walker
    Adobe Technical Support

  • Command-line Compilation of Photoshop Panels

    Hello,
    I'm attempting to create a Photoshop Panel using the Flex SDK and the mxmlc compiler.  I'd really love to avoid Flash Builder.  Here is the compilation line and the resulting error:
    ~/dev/shared/flex/bin/mxmlc --show-actionscript-warnings=true --strict=true -include-libraries=CSXSLibrary-2.0-sdk-3.4.swc -load-config=config.xml gridpanel.mxml
    Loading configuration file /Users/justin/dev/me/photoshop/gridpanel/config.xml
    /Users/justin/dev/me/photoshop/gridpanel/CSXSLibrary-2.0-sdk-3.4.swc(mx.core:IWindow)
    Error: Type was not found or was not a compile-time constant: NativeWindow.
    /Users/justin/dev/me/photoshop/gridpanel/CSXSLibrary-2.0-sdk-3.4.swc(mx.events:FlexNativeMenuEvent)
    Error: Type was not found or was not a compile-time constant: NativeMenu.
    /Users/justin/dev/me/photoshop/gridpanel/CSXSLibrary-2.0-sdk-3.4.swc(mx.events:FlexNativeMenuEvent)
    Error: Type was not found or was not a compile-time constant: NativeMenuItem.
    /Users/justin/dev/me/photoshop/gridpanel/CSXSLibrary-2.0-sdk-3.4.swc(mx.controls:HTML)
    Error: Type was not found or was not a compile-time constant: HTMLHistoryItem.
    /Users/justin/dev/me/photoshop/gridpanel/CSXSLibrary-2.0-sdk-3.4.swc(mx.controls:HTML)
    Error: Type was not found or was not a compile-time constant: HTMLUncaughtScriptExceptionEvent.
    /Users/justin/dev/me/photoshop/gridpanel/CSXSLibrary-2.0-sdk-3.4.swc(mx.controls:HTML)
    Error: Type was not found or was not a compile-time constant: HTMLHost.
    /Users/justin/dev/me/photoshop/gridpanel/CSXSLibrary-2.0-sdk-3.4.swc(mx.controls:HTML)
    Error: Type was not found or was not a compile-time constant: HTMLHost.
    /Users/justin/dev/me/photoshop/gridpanel/CSXSLibrary-2.0-sdk-3.4.swc(mx.managers:NativeDragManagerImpl)
    Error: Type was not found or was not a compile-time constant: NativeDragEvent.
    I don't have too much experience with Flex, but I'm guessing the CSXS library is using mx.* components that I haven't linked against.
    Here is the config file I'm using.  My flex SDK is located at "/Users/justin/dev/shared/flex/", hence the absolute paths in the config file.
    Out of desperation, I downloaded Flash Builder to see if I could inspect what compilation command it was running.  I had it dump the config file it was generating, and attempted to use it (it looks almost identical) and I ended up with the same error when trying to compile from the command line.
    For the sake of completness, I have a super basic MXML file.
    <?xml version="1.0" encoding="UTF-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
    <!-- Copyright 2010 __MyCompanyName__. -->
    </mx:Application>
    Have any idea what I might be missing?
    - Thanks

    I had an HTML Class instantiated on my code, which is part of air framework. Removing it, all works.

  • RH 6 Command Line Compiling

    I have downloaded the trial copy of RH6 and I'm trying to
    generate WebHelp from the command line. This is a project imported
    from X5. The project compiles properly from within RH, but from the
    command line I get the error "Warning: No baggage file
    description". The compile ends at that point.
    Is there a solution to this or a workaround? This is
    influencing whether we upgrade to RH6 or jump ship.

    Hello Dan,
    I will contact you directly. I would like to gather your
    project to see if I can repoduce this failure and see about working
    on a resolution. Please check your Forum mail.
    Thank you,
    Bobby Walker
    Adobe Technical Support

Maybe you are looking for