Command Line and Resource Manager

When using the command line to compile a Robohelp project, is there a way to update the shared resources within the project before generation?
For example, say you have Project1 and it is using snippet1 in that project. However, snippet1 has been modified in the resource manager (just say, for argument's sake, that snippet1 is also used in Project2, and you modified the snippet there and synced it to the resource manager). When you do a regular command line compile, the snippet is not updated.
Is there a way to sync the snippets and images from the resource manager in the project before doing the command line compile (other than opening the project and syncing manually)? After all, if I have to open the project, there's no reason to command line compile since I'm already there and can just compile it from the project.
Thanks!

I don't think that is possible as, correct me if I am wrong, even within RoboHelp the images don't get updated automatically. It's something you have to do.
It's a good point though so I suggest submitting a feature request.
The more people who request a feature, the more likely it is to be actioned. 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

Similar Messages

  • Command line for credential manager

    can anyone help me in getting command line for credential manager ... ?
    Thanks,
    VRAGHU

    If there are a lot of them you could go to a command prompt and type:
    cmdkey /list
    Or better yet:  cmdkey /list > del_creds.cmd
    Then edit the file so you are only left with, for example:
        cmdkey /delete:info-services.dev-inside.lni.wa.gov
        cmdkey /delete:info-services.inside.lni.wa.gov
        cmdkey /delete:inside.lni.wa.gov
        cmdkey /delete:lnidaptumtfs08.wads.res
        cmdkey /delete:lniduttumvm05
        cmdkey /delete:lnipstum01.wads.res
        cmdkey /delete:lnipstum02.wads.res
        cmdkey /delete:lnixapolysrm1.wads.res
        cmdkey /delete:ohr.apps-inside.lni.wa.gov
        cmdkey /delete:portal.apps-inside.lni.wa.gov
        cmdkey /delete:portal.dev-inside.lni.wa.gov
        cmdkey /delete:scsd8.unit-test.wads.wa.gov
    then run your del_creds.cmd file and they will all be gone.
    Steven Shippee

  • How can i install snow leopard on my mac G5 using a command line and booting from an external usb rom, since my disk i have is not a bootable media

    How can i install snow leopard on my mac G5 using a command line and booting from an external usb rom, since my disk i have is not a bootable media

    Hi.
    You simply can't. Snow Leopard is compiled in Intel binary only.
    Good Luck.

  • Project Management and Resource Management Reporting Views

    I am wondering if anyone would have and is willing to share some documentation they may have put together around reporting views related to Project Management and Resource Management modules. We are installing the projects suite and I have never done custom reporting out of these modules and would be interested in feedback or documentation anyone may have related to these or any offer of assistance or direction in designing the reporting views.
    Thank you in advance!
    Matt

    hello Tony,
    What I can say. Maybe you should use SAP PPM as a operational Project Management tool and integrate it with WBS elements and projects in SAP PS. Probably it will be the best solution for you.
    The second way is to use a second project structure for project management as you wrote, with different number of this project. So you will have 2 structures one for actual posting of costs and the second for rest management needs and statistical posting of costs. Probably you will need CO substitution for posting of costs to post costs on these 2 structures.
    There will be many other conditions to get right solution but I think this 2 ways are possible.
    Adam

  • Sap wm task and resource management configuration

    Hello Experts,
    Can somebody give me configuration steps of "Task and Resource Mangement", Its urgent.
    Thanks in anticipation.
    Regards,
    Hari.

    Hi Hari Krishna,
    I am also in need of the configuration steps of "Task and Resource Management", Will plz arrange.
    Thanks in advance
    Sai Krishna

  • How to Install IHAT10.1.3 for both command line and web

    Hi,
    I am trying to install iHAT10.1.3 onto my linux x86 machine. However the instruction I am following in the README is not working for me. Can anyone give me an example of how to install and view iHat for command line and the web
    Cheers
    Jat

    What stage during the instructions are you encountering problems. Can you provide the error details if any?
    The 10.1.3 iHAT is only Web based using Flash at the client for displaying compopnents. Unlike the old iHAT, there is not thick client provided to invoke from the command line.
    null

  • Activate the TRM (Task and Resource Management)

    Could you tell me where to activate the TRM (Task and Resource Management) in WM?

    Hi Stefanie,
    First, you create the TRM site in:
    SPRO>Logistics Execution>Task and Resource Management>Master Data>General Settings for TRM
    You can assign your TRM site to you warehouse number here:
    SPRO>Logistics Execution>Warehouse Management>Interfaces>Task and Resource Management>Assign Site
    And you can also activate/deactivate the interface WM-TRM for some Source Storage Types / Destination Storage Types / Movement Type:
    SPRO>Logistics Execution>Warehouse Management>Interfaces>Task and Resource Management>Control WMS-TRM Interface for Transfer Orders
    Then, you continue with the rest of TRM customizing work.
    Hope this will be helpful for you.

  • TRM (Task and resource management) extractor

    Hi people!!
    I would like to know, if is there some
    TRM extractor for sap bw, or what could be
    the procces to load TRM information in BW.
    Regards!

    Hi Stefanie,
    First, you create the TRM site in:
    SPRO>Logistics Execution>Task and Resource Management>Master Data>General Settings for TRM
    You can assign your TRM site to you warehouse number here:
    SPRO>Logistics Execution>Warehouse Management>Interfaces>Task and Resource Management>Assign Site
    And you can also activate/deactivate the interface WM-TRM for some Source Storage Types / Destination Storage Types / Movement Type:
    SPRO>Logistics Execution>Warehouse Management>Interfaces>Task and Resource Management>Control WMS-TRM Interface for Transfer Orders
    Then, you continue with the rest of TRM customizing work.
    Hope this will be helpful for you.

  • Difference between command line and Runtime.exec()

    Hi all.
    I'm coding some lines to call sqlldr program.
    System info:
    OS: Win2k server
    Java platform: JSK 1.4
    DBMS: Oracle 9i
    I've tested sqlldr in command line and it is OK. But when i call Runtime.exec("sqlldr user/pass@servicename control=mycontrol.ctl")
    the ErrorStream show that: Message 2100 not found,No message file for product=RDBMS ,facility=UL...
    So i had to put a String array which contained "ORACLE_HOME" as the second parameter of exec method. But there's another error appear:
    SQL*Loader-704: Internal error: ulconnect: OCIServerAttach [0]
    ORA-12560: TNS:protocol adapter error
    I checked tnsnames.ora and it's OK. I do the command line again and it's still OK. Why did Runtime.exec("...") method get Error.
    Does Someone solve it for me.
    Thanks so much.

    I'm having the similar/same issue.
    I'm trying to run SQLLdr from JAVA.
    From a command line, it works fine.. From within JAVA, I get..
    SQL*Loader-704: Internal error: ulconnect: OCIServerAttach [0]
    ORA-12640: Authentication adapter initialization failed.
    Did you find a solution to your problem?

  • I will starting afresh website in my iWeb, it shows only the head or the command line and the command new website is inactive - what do I need to start over

    Help........
    I will starting afresh website in my iWeb, when I start the program it only shows the head or the command line and the command new website is inactive - what do I need to start over - what have I done wrong

    Don't quite understand what you mean, but it says at the bottom that you are still using iWeb 08 so depending on what OSX you are running, you might consider upgrading to iWeb 09.  This works with Lion, Mountain Lion and Mavericks.
    Apple no longer sells iWeb so if you decide to upgrade, then you'll need to purchase iWeb by going to Amazon and buying the iLife 09 or 11 boxed sets, both of which contain iWeb 09.
    Install this on your Mac and it might solve your problems, or just ditch iWeb and start again with one of the newer programmes out there that are still being supported and updated, such as RapidWeaver, Sandvox, Freeway Pro/Express, Flux 4, WebAcapella 4 and EverWeb (http://www.everwebapp.com).

  • Why not all jars picked up by ojdeloy and how to generate build.xml from command line and not JDEV GUI - quick question

    Hi All
    We have 11.1.1.7 ojdeploy to compile our app.
    We notice in the log that not all jars are used in classpath arguments when we explicitly set them up for compilation.
    eg:
      <path id="classpath">
        <pathelement location="../../Oracle/Middleware/oracle_common/modules/oracle.adf.share_11.1.1/commons-el.jar"/>
        <pathelement location="../../Oracle/Middleware/oracle_common/modules/oracle.adf.share_11.1.1/jsp-el-api.jar"/>
        <pathelement location="../../Oracle/Middleware/oracle_common/modules/oracle.adf.share_11.1.1/oracle-el.jar"/>
        <pathelement location="interface/public_html/WEB-INF/lib/a.jar"/>
        <pathelement location="interface/public_html/WEB-INF/lib/b.jar"/>
        <pathelement location="interface/public_html/WEB-INF/lib/c.jar"/>
        <pathelement location="interface/public_html/WEB-INF/lib/d.jar"/>
    </path>
    Log Output -
    [ora:ojdeploy] /path/to/Oracle/Middleware/jdk160_24/bin/javac
    [ora:ojdeploy] -g
      [ora:ojdeploy] -Xlint:all
      [ora:ojdeploy] -Xlint:-cast
    [ora:ojdeploy] -Xlint:-empty
      [ora:ojdeploy] -Xlint:-fallthrough
      [ora:ojdeploy] -Xlint:-path
      [ora:ojdeploy] -Xlint:-serial
      [ora:ojdeploy] -Xlint:-unchecked
      [ora:ojdeploy] -source 1.6
      [ora:ojdeploy] -target 1.6
      [ora:ojdeploy] -verbose
      [ora:ojdeploy] -encoding Cp1252
      [ora:ojdeploy] -classpath
    [ora:ojdeploy] /path/to/Oracle/Middleware/jdk160_24/jre/lib/resources.jar:
    [ora:ojdeploy] /path/to/Oracle/Middleware/jdk160_24/jre/lib/rt.jar:
      [ora:ojdeploy] /path/to/Oracle/Middleware/jdk160_24/jre/lib/jsse.jar:
        [ora:ojdeploy] /path/to/interface/public_html/WEB-INF/lib/a.jar"/>
        [ora:ojdeploy] /path/to/interface/public_html/WEB-INF/lib/c.jar"/>
    1- Is it because it depends on how jpr or jws are configured ?
    2- How can we automatically generate a build file of the application from command-line (as opposed to using Jdev IDE to click to generate a build.xml) ?

    The first  warning is happening because you're stating drivers for input devices without need. You haven't disabled hotplug so evdev gets used instead of kbd. This is normal, and you should change the driver line from kbd to evdev so that whatever options (if any) you've specified for the keyboard get parsed.
    The second warning is about you not installing acpid.
    The third I have no idea about, but look at the synaptics wiki. None of the (WW) are related to your video card.
    And every card that has 2 or more output ports show up as "two cards". You also don't need to specify the pci port in xorg.conf. edit: this is the general case with laptops, might be different for desktops.
    When I do lspci -v I get:
    00:02.0 VGA compatible controller: Intel Corporation Mobile 945GME Express Integrated Graphics Controller (rev 03) (prog-if 00 [VGA controller])
    Subsystem: Micro-Star International Co., Ltd. Device 0110
    Flags: bus master, fast devsel, latency 0, IRQ 16
    Memory at dfe80000 (32-bit, non-prefetchable) [size=512K]
    I/O ports at d0f0 [size=8]
    Memory at c0000000 (32-bit, prefetchable) [size=256M]
    Memory at dff00000 (32-bit, non-prefetchable) [size=256K]
    Expansion ROM at <unassigned> [disabled]
    Capabilities: <access denied>
    00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
    Subsystem: Micro-Star International Co., Ltd. Device 0110
    Flags: bus master, fast devsel, latency 0
    Memory at dfe00000 (32-bit, non-prefetchable) [size=512K]
    Capabilities: <access denied>
    And it doesn't matter if it errs in trying to sli up with it self. That's just not a possibility.
    Last edited by gog (2009-10-15 23:59:49)

  • Command line control Profile Manager 2

    Greeting All,
    Any guide that introduce command line that can control Profile Manager 2 to make device camera on/off? Do know is this possible via command line?
    Here is the sernario.
    1. User scan a QR code that trigger App to commnuicate Profile Manager turn off camera.
    2. App to login Profile Manager in background and turn off camera in profile.
    3. Profile Manager push profile to trun off device camera.
    4. App logout Profile Manager in background.
    Any advise is welcome.
    Thanks,
    Spin

    The CommandLine tool is also shipped with JCAPS and which is very useful to tool.
    We can do deploy, redeploy and undeploy with this tool. and the respective docs are available as said in the above location.

  • Insance Caging and Resource Manager Plan

    I want to test the instance caging feature of oracle 11g database on Solaris Sparc 64-bit O.S. I have configured two rac dbs on a server which has 2 processors.
    Now, i want to use over-provisioning technique for that CPU_COUNT is already set as 2 on both the rac databases. Now my concern is, i want to see how much cpu every instance is using.
    Kindly suggest me some guide line for this.
    Thanks and regards,
    Kazmi

    Hi kazmi,
    Oracle Enterprise Manager 11g introduces more flexible alternatives to server partitioning to support resource management. Instance caging allows you to limit CPU count per instance and enables resource management that has more consistent support across operating systems compared to resource managers available in many operating systems. It also has lower administration overhead than traditional virtualization techniques.
    Best regards,
    Rafi.
    http://rafioracledba.blogspot.com/

  • How do I install XCode on Lion with Command Line and UNIX development support?

    I installed Xcode via the App Store in Lion.  I try to install Macports, latest relase but get this error messagE:
    "Xcode is not installed, or was installed with UNIX Development (10.5+) or Command Line Support (10.4) deselected."
    I am not presented with an option for selecting or deselecting different parts of Xcode, does anyone know how I can make sure I have these above
    parts installed on Lion?

    where would it have put the installer?  I goto /Developer/Applications and run Xcode and it says I have version 3.2.5(1760).  I looked in Downloads and didn't see an installer.

  • How to execute some code in command line, and read its output?

    I'v found here http://www.sap-advisor.com/abap-coding/how-to-execute-operating-system-commands-from-within-sap/ that I can execute commands from the windows command line for example inside SAP.
    But I want to take it one step further and read its output. is it possible?

    Hi RagnaRock,
    one possible approach can be outputting the results of the command into a text file (i.e. "command >result.txt"), and then read this file from SAP/ABAP.
    I hope this helps. Kind regards,
    Alvaro

Maybe you are looking for

  • Need help for thread synchronization

    Hi guys, i got some problem with the thread synchronization. actually my code is like, class myClass public static void main() PvsIdentify identifyThread = new PvsIdentify(this); //Child trd 1 PvsPolling pollingThread = new PvsPolling(this); //Child

  • CDATA in xml file

    Hi everybody Can anyone tell me the best way to transform parts of my xml file as CDATA ? For some part of my xml file i need the '&lt' '&gt' instead of < and > . Thanks for your help

  • Is there a log file for iDVD '08?

    I'm trying to burn a DVD using iDVD '08 and I can get the contents in iDVD '08, but when I try to burn the DVD, I get the popup message that says: "Encoding video: There was an error during movie encoding" and it quits. Is there a way (like a log fil

  • System Prefs won't stick

    I have a couple of Mac G-5 towers that have annoying quirks in the OS that I wonder if someone can help me solve. Both of them are running Leopard 10.5.8. One of the Macs has two hard drives in it, which I named A and B. I do all my work with Drive A

  • How to make a photo small so I can send it by e-mail

    want to know how it make a photo small on my desktop so I can send it by e-mail, thank you