Archived

This forum has been archived. Please start a new discussion on GitHub.

Unable to run icepackadmin -e command

Hi,

running Ice-1.5.1, Windows 2000.

Tried to run
icepackadmin --Ice.Config=config -e 'application add "application.xml" '
icepackadmin: `-e' option cannot be used if input files are given
Usage: icepackadmin [options] [file...]
Options:
-h, --help Show this message.
-v, --version Display the Ice version.
-DNAME Define NAME as 1.
-DNAME=DEF Define NAME as DEF.
-UNAME Remove any definition for NAME.
-IDIR Put DIR in the include file search path.
-e COMMANDS Execute COMMANDS.
-d, --debug Print debug messages.

I get the above error. This is what is specified in the README file of demoj\icepack\simple\ directory.

Thanks,
--Venkat.

Comments

  • mes
    mes California
    Hi Venkat,

    You're right, on Windows the quotes should be inverted:

    icepackadmin --Ice.Config=config -e "application add 'application.xml' "

    We'll update the README files.

    Thanks,
    - Mark