Comand line compiler f60genm

Has anyone had an issue with the command line compiler f60genm, since upgrading to patchset 11. We are receiving an error FRM-91500: Unable to start/complete the build.

Am having the same problem. Can you tell me how you resolved it ?
thx
kalpana

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

  • Run unit test in comand line

    Hello everybody,
    I try to run existing unit test in comand line:
    ututil -run -test -name ROW_COUNT -repo unit_test_repos -db finch
    where
    ROW_COUNT - simple unit test
    unit_test_repos - unit test repository, which i create using tutorial (http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/sqldev_unit_test/sqldev_unit_test_otn.htm)
    finch - owner of procedure, which i try to test
    after execution this command i receive this message:
    C:\sqldeveloper\sqldeveloper\bin>ututil -run -test -name ROW_COUNT -repo unit_test_repos -db finch
    SEVERE Error: No Repository was found on the selected connection, you need to create a repository. - oracle.dbtools.unit_test.UtRepositoryManager.openConnectionWithChecks(UtRepositoryManager.java:214)
    Unable to open repositoryafter that i try to execute command with another parametres (instead of finch i use sys-user), but receive equal result.
    what`s wrong?
    in Help document i find next:
    The following example runs a unit test named AWARD_BONUS in a Windows environment where SQL Developer is installed under Program Files. (Note that test and suite names are case sensitive for the command-line interface.) This example uses the repository connection for user unit_test_repos and runs the test as user fred.
    cd c:\Program Files\sqldeveloper\sqldeveloper\bin
    ututil -run -test -name AWARD_BONUS -repo unit_test_repos -db fred"
    fred is connection which exist in oracle sql developer interface? what kind of privilegies should fred has?
    In oracle sql deevloper exist several connection to another servers. i`t can be reason of error?
    I trying in oracle sql developer interface select finch as manager of unit tests (tools - unit_test - manage_users to the next i select in dropdown list "finch" and granted needed privilegies for him) , but result was`t changed.
    thanks.

    It looks like you need to spark up SQL Developer, create a repository connection and assign that in the Unit Test Menu. It will walk you through creating the repository and then you can refer to that from the command line.

  • JDeveloper Line Compiler and Generics

    Hello all. Well it's great to finally have a fully Java 6 compatible JDeveloper. I have run into a problem with
    generics however. Consider the following code:
    public class MyMessageFactory
    public static <Type extends MyMessageType> Type getInstance()
    Type rtnObj;
    // some code
    return rtnObj;
    where MyMessageType is defined as an abstract class:
    public abstract class MyMessageType
    So far everything is good. When I refer to the above method in another class however, the line compiler complains that I am
    equating to an incompatible type:
    MyMessageImpl myMessageImpl = MyMessageFactory.getInstance();
    When I use NetBeans or Eclipse I do not get this error. However the JDeveloper line compiler forces me to use a cast:
    MyMessageImpl myMessageImpl = (MyMessageImpl)MyMessageFactory.getInstance();
    Anyone have any ideas on what may be wrong here?

    What is wrong is that there is a bug in Audit and also in the OJC compiler. Sorry about that. I filed bugs to have this fixed.
    Please use the cast to avoid the bugs.
    Keimpe Bronkhorst
    JDev IDE team

  • Create functio on Comand line!

    Hi!!
    I need to create download procedure, so i must modify the stored function called "wwv_flow_epg_include_mod_local" using SQL comand line.
    Example: http://daust.blogspot.com/2006/04/xe-calling-stored-procedures.html
    I make:
    SQL> connect
    SQL>SYSTEM
    SQL>PASSWORD
    connected
    SQL>alter session set current_schema=FLOWS_020100;
    Session altered.
    SQL>CREATE OR REPLACE function wwv_flow_epg_include_mod_local(
    procedure_name in varchar2)
    2 return boolean
    3 is
    4 begin
    5 if upper(procedure_name) in ('LIONEL.DOWNLOAD_MY_FILE') then
    6 return TRUE;
    7 else
    8 return FALSE;
    9 end if;
    10 end wwv_flow_epg_include_mod_local;
    11
    12
    13
    14
    15
    What should i make to run the create funtion?
    Why it dont stop creating lines?
    Thanks Lionel

    A simple slash and it has create the function and now the download procedure is working.
    Thank´s a lot

  • 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.

  • Problem with pfi commend line compiler

    hi, i am trying to test the renderingdiagnostics of the pfi command line compiler, but always send me the message "not enough arguments" and i don't know what is the problem. I use:
    java -jar pfi.jar -package -target ipa-test -storetype pkcs12 -keystore D:\ipad\cert.p12 -storepass abcde -provisioning-profile cert.mobileprovision myApp.ipa D:\ipad\prueba-app.xml -C D:\ipad\prueba.swf
    when i compile with the flash cs5 i don't have any problem.
    Thanks a lot

    Two possibilities:
    1. The compiler patch introduced a compiler bug.
    2. The code was always invalid, but earlier versions of the compiler did not detect the error.
    If you can post a self-contained test case that shows the error message using the patched compiler but not with the unpatched compiler, I can tell you more.
    Also, what was the patch level of the compiler before you applied patch -18? That is, what was the output of the command
    CC -V
    C++ 5.4 is End Of Life, and little support is available for it. I recommend that you update to Sun Studio 11 (C++ 5.8), and install all the current patches. Studio 11 is free, and you can get it here:
    http://developers.sun.com/sunstudio/

  • 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

  • Comand line JSDK Installation

    I need to automate the installation of JSDK 1.3.1 or higher on a Win 2K box. It needs to be ran directly from the comand line with no other input necissary.
    Is this even possible. Any help would be great.
    Thanks.
    -john

    Yeah, I want the same thing. Any answers?

  • 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 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!

  • 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.

Maybe you are looking for