2001-03-15 11:30:43 +00:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
2008-04-11 09:36:12 +00:00
|
|
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
2001-03-15 11:30:43 +00:00
|
|
|
*
|
2010-02-12 15:01:35 +01:00
|
|
|
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
2001-03-15 11:30:43 +00:00
|
|
|
*
|
2008-04-11 09:36:12 +00:00
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2001-03-15 11:30:43 +00:00
|
|
|
*
|
2008-04-11 09:36:12 +00:00
|
|
|
* This file is part of OpenOffice.org.
|
2001-03-15 11:30:43 +00:00
|
|
|
*
|
2008-04-11 09:36:12 +00:00
|
|
|
* OpenOffice.org is free software: you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU Lesser General Public License version 3
|
|
|
|
* only, as published by the Free Software Foundation.
|
2001-03-15 11:30:43 +00:00
|
|
|
*
|
2008-04-11 09:36:12 +00:00
|
|
|
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU Lesser General Public License version 3 for more details
|
|
|
|
* (a copy is included in the LICENSE file that accompanied this code).
|
2001-03-15 11:30:43 +00:00
|
|
|
*
|
2008-04-11 09:36:12 +00:00
|
|
|
* You should have received a copy of the GNU Lesser General Public License
|
|
|
|
* version 3 along with OpenOffice.org. If not, see
|
|
|
|
* <http://www.openoffice.org/license.html>
|
|
|
|
* for a copy of the LGPLv3 License.
|
2001-03-15 11:30:43 +00:00
|
|
|
*
|
|
|
|
************************************************************************/
|
2004-03-30 15:48:08 +00:00
|
|
|
|
2006-09-17 07:15:12 +00:00
|
|
|
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
|
|
#include "precompiled_idlc.hxx"
|
|
|
|
|
2010-11-25 14:24:19 +01:00
|
|
|
#include "idlc/options.hxx"
|
|
|
|
|
2001-03-15 11:30:43 +00:00
|
|
|
#include <stdio.h>
|
2010-11-25 14:24:19 +01:00
|
|
|
#include <string.h>
|
2001-03-15 11:30:43 +00:00
|
|
|
|
|
|
|
using namespace rtl;
|
|
|
|
|
CWS-TOOLING: integrate CWS buildverbosity
2009-10-13 15:51:48 +0200 fs r276867 : allow building with 'nodep'==''
2009-10-11 22:39:56 +0200 fs r276820 : silence a compiler warning in a file only used when VERBOSE!=""
2009-10-09 14:37:43 +0200 fs r276807 : let not override the non-presence of $VERBOSE the given command line arguments
2009-10-09 14:36:25 +0200 fs r276806 : also deliver spirit/home/classic/debug/impl
2009-10-08 13:38:07 +0200 fs r276789 : not that many line feeds in --show mode
2009-10-08 13:13:01 +0200 fs r276788 : minor adjustments requested by hjs:
- replaced space/tab mixes at beginning of lines with mere tab
- made "nothing to update" message for the ZIPALLTARGET target more prominent
- removed useless "echo > /dev/nul" statements
2009-10-07 13:32:12 +0200 fs r276753 : #i105585#
2009-10-07 11:31:59 +0200 fs r276742 : #i10000# missing dependency between stoc/security and stoc/util
2009-10-06 22:59:59 +0200 fs r276729 : CWS-TOOLING: rebase CWS buildverbosity to trunk@276699 (milestone: DEV300:m61)
2009-09-29 12:04:58 +0200 fs r276518 : #i10000#
2009-09-29 12:04:25 +0200 fs r276517 : oops
2009-09-29 12:01:07 +0200 fs r276516 : #i84497# removed some more (non-diagnostic) 'echo ------' directives
2009-09-29 11:59:29 +0200 fs r276515 : #i84497# removed some more (non-diagnostic) 'echo ------' directives
2009-09-29 11:52:32 +0200 fs r276514 : #i84497# removed the various 'echo ------------' directives from verbose mode, as per hjs' request
2009-09-29 11:44:16 +0200 fs r276513 : do not duplicate IDLC call commands with different verbosity switches
2009-09-28 21:43:50 +0200 thb r276502 : #i84497# fixed potential recursive macro def + extra ls
* solenv/inc/settings.mk: now setting via VERBOSE!:=, removes warning
and my spurious "recursive macro definition" error
* solenv/inc/tg_app.mk: one extra ls silenced for app target (and
quiet mode, that goes without saying)
2009-09-23 08:57:01 +0200 fs r276366 : use ULFEX_VERBOSITY instead of duplicating the ULFEX call
2009-09-21 11:42:26 +0200 fs r276320 : ignore output paths
2009-09-21 11:04:27 +0200 fs r276318 : silence another compiler warning, which only hits us when actually using this (debug) file, which is the case only when slideshow is compiled with a env variable VERBOSE, thus came up in CWS buildverbosity
2009-09-21 10:30:14 +0200 fs r276313 : make some output depend on VERBOSE==TRUE, not COMMAND_ECHO=""
While both are equivalent at the moment, COMMAND_ECHO finally is an implementation
default of the VERBOSE flag only, so better rely on VERBOSE as the primary verbosity flag
2009-09-21 09:56:57 +0200 fs r276311 : forgot to re-generate from tg_zip before committing
2009-09-21 09:52:11 +0200 fs r276310 : #i84497# even less verbosity
2009-09-17 11:02:47 +0200 fs r276232 : #i84497# verbose implies VERBOSE nowadays, and VERBOSE==FALSE should not lead to -DVERBOSE
2009-09-15 22:59:37 +0200 fs r276189 : #i105022# copy fix for this P1 into this CWS
2009-09-15 11:56:35 +0200 fs r276165 : CWS-TOOLING: rebase CWS buildverbosity to trunk@276043 (milestone: DEV300:m58)
2009-09-14 17:45:10 +0200 fs r276137 : #i84497# don't duplicate zip lines w/ and w/o -q switch, use a variable instead (maintenance)
2009-09-14 15:01:33 +0200 fs r276124 : #i10000#
2009-09-11 23:58:46 +0200 thb r276083 : #i84497#: More quiet-build fine tuning
- silenced rsc for real (properly filtering options for
cpp, and a pretty brutal amputation of the tool blurp,
which would have needed cmd opt parser duplication)
- silenced deliver.pl
- silenced checkdll.sh
- silenced zip via -q (in quiet mode)
- silenced various idl, resource, transex whatever tool,
passing appropriate options down to them '-QQ' sometimes
- silenced dmake, pointless blurb that something does *not*
need update removed
- silenced the old starview idl compiler, to not output
tool's name & progress chars in quiet mode
2009-09-11 21:13:59 +0200 thb r276081 : #i84497#: More bits on the quiet mode of the build.
The bulk of the changes is disabling those annoying
"echo ------------------" lines for the quiet build,
which has the stretch goal of outputting *exactly*
one line per file compiled/linked/processed.
Apart from that, silenced a few especialy annoying
module-specific makefiles (basically adding
$(COMMAND_ECHO) in front of a gazillion rules).
Additionally, slightly tweaked what idlc regards
verbose, normal, and quiet mode; this was to have it
echo exactly one line per idl file processed (the
fact that quiet mode did not echo *anything* for idl
files was a bit too much for my taste)
2009-09-04 09:14:35 +0200 fs r275777 : don't emit the link parameters if VERBOSE!=TRUE
2009-09-02 10:31:15 +0200 fs r275700 : #i10000#
2009-09-02 08:44:14 +0200 fs r275697 : update svn:ignore to ignore the output paths
2009-09-02 08:40:54 +0200 fs r275695 : #i84497# less verbose output during build, unless a dedicated '-verbose' switch is given
2009-09-02 08:40:28 +0200 fs r275694 : GRAPHITE is missing in the BUILD_TYPE
2009-09-02 08:40:05 +0200 fs r275693 : #i84497# less verbose output during build, unless a dedicated '-verbose' switch is given
2009-09-02 08:39:25 +0200 fs r275692 : #i84497# less verbose output during build, unless a dedicated '-verbose' switch is given
2009-09-02 08:39:02 +0200 fs r275691 : #i84497# less verbose output during build, unless a dedicated '-verbose' switch is given
2009-09-02 08:38:09 +0200 fs r275690 : #i84497# less verbose output during build
2009-09-02 08:37:06 +0200 fs r275689 : #i84497# don't emit that much noise, unless a '-verbose' switch is given
2009-10-21 10:43:22 +00:00
|
|
|
Options::Options(): m_stdin(false), m_verbose(false), m_quiet(false)
|
2001-03-15 11:30:43 +00:00
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
Options::~Options()
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
sal_Bool Options::initOptions(int ac, char* av[], sal_Bool bCmdFile)
|
|
|
|
throw( IllegalArgument )
|
|
|
|
{
|
|
|
|
sal_Bool ret = sal_True;
|
2006-06-20 02:49:40 +00:00
|
|
|
sal_uInt16 j=0;
|
2001-03-15 11:30:43 +00:00
|
|
|
|
|
|
|
if (!bCmdFile)
|
|
|
|
{
|
|
|
|
bCmdFile = sal_True;
|
|
|
|
|
|
|
|
m_program = av[0];
|
|
|
|
|
|
|
|
if (ac < 2)
|
|
|
|
{
|
|
|
|
fprintf(stderr, "%s", prepareHelp().getStr());
|
|
|
|
ret = sal_False;
|
|
|
|
}
|
|
|
|
|
2006-06-20 02:49:40 +00:00
|
|
|
j = 1;
|
2001-03-15 11:30:43 +00:00
|
|
|
} else
|
|
|
|
{
|
2006-06-20 02:49:40 +00:00
|
|
|
j = 0;
|
2001-03-15 11:30:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
char *s=NULL;
|
2006-06-20 02:49:40 +00:00
|
|
|
for (; j < ac; j++)
|
2001-03-15 11:30:43 +00:00
|
|
|
{
|
2006-06-20 02:49:40 +00:00
|
|
|
if (av[j][0] == '-')
|
2001-03-15 11:30:43 +00:00
|
|
|
{
|
2006-06-20 02:49:40 +00:00
|
|
|
switch (av[j][1])
|
2001-03-15 11:30:43 +00:00
|
|
|
{
|
2003-10-20 12:08:00 +00:00
|
|
|
case 'O':
|
2006-06-20 02:49:40 +00:00
|
|
|
if (av[j][2] == '\0')
|
2003-10-20 12:08:00 +00:00
|
|
|
{
|
2006-06-20 02:49:40 +00:00
|
|
|
if (j < ac - 1 && av[j+1][0] != '-')
|
2001-03-15 11:30:43 +00:00
|
|
|
{
|
2006-06-20 02:49:40 +00:00
|
|
|
j++;
|
|
|
|
s = av[j];
|
2001-03-15 11:30:43 +00:00
|
|
|
} else
|
|
|
|
{
|
2003-10-20 12:08:00 +00:00
|
|
|
OString tmp("'-O', please check");
|
2006-06-20 02:49:40 +00:00
|
|
|
if (j <= ac - 1)
|
2003-10-20 12:08:00 +00:00
|
|
|
{
|
2006-06-20 02:49:40 +00:00
|
|
|
tmp += " your input '" + OString(av[j+1]) + "'";
|
2003-10-20 12:08:00 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
throw IllegalArgument(tmp);
|
2001-03-15 11:30:43 +00:00
|
|
|
}
|
2003-10-20 12:08:00 +00:00
|
|
|
} else
|
|
|
|
{
|
2006-06-20 02:49:40 +00:00
|
|
|
s = av[j] + 2;
|
2003-10-20 12:08:00 +00:00
|
|
|
}
|
2001-03-15 11:30:43 +00:00
|
|
|
|
2003-10-20 12:08:00 +00:00
|
|
|
m_options["-O"] = OString(s);
|
|
|
|
break;
|
|
|
|
case 'I':
|
|
|
|
{
|
2006-06-20 02:49:40 +00:00
|
|
|
if (av[j][2] == '\0')
|
2001-03-15 11:30:43 +00:00
|
|
|
{
|
2006-06-20 02:49:40 +00:00
|
|
|
if (j < ac - 1 && av[j+1][0] != '-')
|
2001-03-15 11:30:43 +00:00
|
|
|
{
|
2006-06-20 02:49:40 +00:00
|
|
|
j++;
|
|
|
|
s = av[j];
|
2001-03-15 11:30:43 +00:00
|
|
|
} else
|
|
|
|
{
|
2003-10-20 12:08:00 +00:00
|
|
|
OString tmp("'-I', please check");
|
2006-06-20 02:49:40 +00:00
|
|
|
if (j <= ac - 1)
|
2003-10-20 12:08:00 +00:00
|
|
|
{
|
2006-06-20 02:49:40 +00:00
|
|
|
tmp += " your input '" + OString(av[j+1]) + "'";
|
2003-10-20 12:08:00 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
throw IllegalArgument(tmp);
|
2001-03-15 11:30:43 +00:00
|
|
|
}
|
2003-10-20 12:08:00 +00:00
|
|
|
} else
|
|
|
|
{
|
2006-06-20 02:49:40 +00:00
|
|
|
s = av[j] + 2;
|
2003-10-20 12:08:00 +00:00
|
|
|
}
|
2001-03-15 11:30:43 +00:00
|
|
|
|
2003-10-20 12:08:00 +00:00
|
|
|
OString inc(s);
|
|
|
|
if ( inc.indexOf(';') > 0 )
|
|
|
|
{
|
|
|
|
OString tmp(s);
|
|
|
|
sal_Int32 nIndex = 0;
|
|
|
|
inc = OString();
|
2006-11-06 13:40:31 +00:00
|
|
|
do inc = inc + " -I\"" + tmp.getToken( 0, ';', nIndex ) +"\""; while( nIndex != -1 );
|
2003-10-20 12:08:00 +00:00
|
|
|
} else
|
2006-11-06 13:40:31 +00:00
|
|
|
inc = OString("-I\"") + s + "\"";
|
2001-03-15 11:30:43 +00:00
|
|
|
|
2003-10-20 12:08:00 +00:00
|
|
|
if (m_options.count("-I") > 0)
|
|
|
|
{
|
|
|
|
OString tmp(m_options["-I"]);
|
|
|
|
tmp = tmp + " " + inc;
|
|
|
|
m_options["-I"] = tmp;
|
|
|
|
} else
|
|
|
|
{
|
|
|
|
m_options["-I"] = inc;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
case 'D':
|
2006-06-20 02:49:40 +00:00
|
|
|
if (av[j][2] == '\0')
|
2003-10-20 12:08:00 +00:00
|
|
|
{
|
2006-06-20 02:49:40 +00:00
|
|
|
if (j < ac - 1 && av[j+1][0] != '-')
|
2001-03-15 11:30:43 +00:00
|
|
|
{
|
2006-06-20 02:49:40 +00:00
|
|
|
j++;
|
|
|
|
s = av[j];
|
2001-03-15 11:30:43 +00:00
|
|
|
} else
|
|
|
|
{
|
2003-10-20 12:08:00 +00:00
|
|
|
OString tmp("'-D', please check");
|
2006-06-20 02:49:40 +00:00
|
|
|
if (j <= ac - 1)
|
2001-03-15 11:30:43 +00:00
|
|
|
{
|
2006-06-20 02:49:40 +00:00
|
|
|
tmp += " your input '" + OString(av[j+1]) + "'";
|
2001-03-15 11:30:43 +00:00
|
|
|
}
|
2003-10-20 12:08:00 +00:00
|
|
|
|
|
|
|
throw IllegalArgument(tmp);
|
2001-03-15 11:30:43 +00:00
|
|
|
}
|
2003-10-20 12:08:00 +00:00
|
|
|
} else
|
|
|
|
{
|
2006-06-20 02:49:40 +00:00
|
|
|
s = av[j];
|
2003-10-20 12:08:00 +00:00
|
|
|
}
|
2001-03-15 11:30:43 +00:00
|
|
|
|
2003-10-20 12:08:00 +00:00
|
|
|
if (m_options.count("-D") > 0)
|
|
|
|
{
|
|
|
|
OString tmp(m_options["-D"]);
|
|
|
|
tmp = tmp + " " + s;
|
|
|
|
m_options["-D"] = tmp;
|
|
|
|
} else
|
|
|
|
m_options["-D"] = OString(s);
|
|
|
|
break;
|
|
|
|
case 'C':
|
2006-06-20 02:49:40 +00:00
|
|
|
if (av[j][2] != '\0')
|
2003-10-20 12:08:00 +00:00
|
|
|
{
|
2006-06-20 02:49:40 +00:00
|
|
|
throw IllegalArgument(OString(av[j]) + ", please check your input");
|
2003-10-20 12:08:00 +00:00
|
|
|
}
|
|
|
|
if (m_options.count("-C") == 0)
|
2006-06-20 02:49:40 +00:00
|
|
|
m_options["-C"] = OString(av[j]);
|
2003-10-20 12:08:00 +00:00
|
|
|
break;
|
|
|
|
case 'c':
|
2006-06-20 02:49:40 +00:00
|
|
|
if (av[j][2] == 'i' && av[j][3] == 'd' && av[j][4] == '\0')
|
2003-10-20 12:08:00 +00:00
|
|
|
{
|
|
|
|
if (m_options.count("-cid") == 0)
|
2006-06-20 02:49:40 +00:00
|
|
|
m_options["-cid"] = OString(av[j]);
|
2003-10-20 12:08:00 +00:00
|
|
|
} else
|
2006-06-20 02:49:40 +00:00
|
|
|
throw IllegalArgument(OString(av[j]) + ", please check your input");
|
2003-10-20 12:08:00 +00:00
|
|
|
break;
|
CWS-TOOLING: integrate CWS buildverbosity
2009-10-13 15:51:48 +0200 fs r276867 : allow building with 'nodep'==''
2009-10-11 22:39:56 +0200 fs r276820 : silence a compiler warning in a file only used when VERBOSE!=""
2009-10-09 14:37:43 +0200 fs r276807 : let not override the non-presence of $VERBOSE the given command line arguments
2009-10-09 14:36:25 +0200 fs r276806 : also deliver spirit/home/classic/debug/impl
2009-10-08 13:38:07 +0200 fs r276789 : not that many line feeds in --show mode
2009-10-08 13:13:01 +0200 fs r276788 : minor adjustments requested by hjs:
- replaced space/tab mixes at beginning of lines with mere tab
- made "nothing to update" message for the ZIPALLTARGET target more prominent
- removed useless "echo > /dev/nul" statements
2009-10-07 13:32:12 +0200 fs r276753 : #i105585#
2009-10-07 11:31:59 +0200 fs r276742 : #i10000# missing dependency between stoc/security and stoc/util
2009-10-06 22:59:59 +0200 fs r276729 : CWS-TOOLING: rebase CWS buildverbosity to trunk@276699 (milestone: DEV300:m61)
2009-09-29 12:04:58 +0200 fs r276518 : #i10000#
2009-09-29 12:04:25 +0200 fs r276517 : oops
2009-09-29 12:01:07 +0200 fs r276516 : #i84497# removed some more (non-diagnostic) 'echo ------' directives
2009-09-29 11:59:29 +0200 fs r276515 : #i84497# removed some more (non-diagnostic) 'echo ------' directives
2009-09-29 11:52:32 +0200 fs r276514 : #i84497# removed the various 'echo ------------' directives from verbose mode, as per hjs' request
2009-09-29 11:44:16 +0200 fs r276513 : do not duplicate IDLC call commands with different verbosity switches
2009-09-28 21:43:50 +0200 thb r276502 : #i84497# fixed potential recursive macro def + extra ls
* solenv/inc/settings.mk: now setting via VERBOSE!:=, removes warning
and my spurious "recursive macro definition" error
* solenv/inc/tg_app.mk: one extra ls silenced for app target (and
quiet mode, that goes without saying)
2009-09-23 08:57:01 +0200 fs r276366 : use ULFEX_VERBOSITY instead of duplicating the ULFEX call
2009-09-21 11:42:26 +0200 fs r276320 : ignore output paths
2009-09-21 11:04:27 +0200 fs r276318 : silence another compiler warning, which only hits us when actually using this (debug) file, which is the case only when slideshow is compiled with a env variable VERBOSE, thus came up in CWS buildverbosity
2009-09-21 10:30:14 +0200 fs r276313 : make some output depend on VERBOSE==TRUE, not COMMAND_ECHO=""
While both are equivalent at the moment, COMMAND_ECHO finally is an implementation
default of the VERBOSE flag only, so better rely on VERBOSE as the primary verbosity flag
2009-09-21 09:56:57 +0200 fs r276311 : forgot to re-generate from tg_zip before committing
2009-09-21 09:52:11 +0200 fs r276310 : #i84497# even less verbosity
2009-09-17 11:02:47 +0200 fs r276232 : #i84497# verbose implies VERBOSE nowadays, and VERBOSE==FALSE should not lead to -DVERBOSE
2009-09-15 22:59:37 +0200 fs r276189 : #i105022# copy fix for this P1 into this CWS
2009-09-15 11:56:35 +0200 fs r276165 : CWS-TOOLING: rebase CWS buildverbosity to trunk@276043 (milestone: DEV300:m58)
2009-09-14 17:45:10 +0200 fs r276137 : #i84497# don't duplicate zip lines w/ and w/o -q switch, use a variable instead (maintenance)
2009-09-14 15:01:33 +0200 fs r276124 : #i10000#
2009-09-11 23:58:46 +0200 thb r276083 : #i84497#: More quiet-build fine tuning
- silenced rsc for real (properly filtering options for
cpp, and a pretty brutal amputation of the tool blurp,
which would have needed cmd opt parser duplication)
- silenced deliver.pl
- silenced checkdll.sh
- silenced zip via -q (in quiet mode)
- silenced various idl, resource, transex whatever tool,
passing appropriate options down to them '-QQ' sometimes
- silenced dmake, pointless blurb that something does *not*
need update removed
- silenced the old starview idl compiler, to not output
tool's name & progress chars in quiet mode
2009-09-11 21:13:59 +0200 thb r276081 : #i84497#: More bits on the quiet mode of the build.
The bulk of the changes is disabling those annoying
"echo ------------------" lines for the quiet build,
which has the stretch goal of outputting *exactly*
one line per file compiled/linked/processed.
Apart from that, silenced a few especialy annoying
module-specific makefiles (basically adding
$(COMMAND_ECHO) in front of a gazillion rules).
Additionally, slightly tweaked what idlc regards
verbose, normal, and quiet mode; this was to have it
echo exactly one line per idl file processed (the
fact that quiet mode did not echo *anything* for idl
files was a bit too much for my taste)
2009-09-04 09:14:35 +0200 fs r275777 : don't emit the link parameters if VERBOSE!=TRUE
2009-09-02 10:31:15 +0200 fs r275700 : #i10000#
2009-09-02 08:44:14 +0200 fs r275697 : update svn:ignore to ignore the output paths
2009-09-02 08:40:54 +0200 fs r275695 : #i84497# less verbose output during build, unless a dedicated '-verbose' switch is given
2009-09-02 08:40:28 +0200 fs r275694 : GRAPHITE is missing in the BUILD_TYPE
2009-09-02 08:40:05 +0200 fs r275693 : #i84497# less verbose output during build, unless a dedicated '-verbose' switch is given
2009-09-02 08:39:25 +0200 fs r275692 : #i84497# less verbose output during build, unless a dedicated '-verbose' switch is given
2009-09-02 08:39:02 +0200 fs r275691 : #i84497# less verbose output during build, unless a dedicated '-verbose' switch is given
2009-09-02 08:38:09 +0200 fs r275690 : #i84497# less verbose output during build
2009-09-02 08:37:06 +0200 fs r275689 : #i84497# don't emit that much noise, unless a '-verbose' switch is given
2009-10-21 10:43:22 +00:00
|
|
|
case 'v':
|
|
|
|
if ( 0 == strcmp( &av[j][1], "verbose" ) )
|
|
|
|
{
|
|
|
|
m_verbose = true;
|
|
|
|
}
|
|
|
|
else
|
|
|
|
throw IllegalArgument(OString(av[j]) + ", please check your input");
|
|
|
|
break;
|
|
|
|
case 'q':
|
|
|
|
if ( 0 == strcmp( &av[j][1], "quiet" ) )
|
|
|
|
{
|
|
|
|
m_quiet = true;
|
|
|
|
}
|
|
|
|
else
|
|
|
|
throw IllegalArgument(OString(av[j]) + ", please check your input");
|
|
|
|
break;
|
2003-10-20 12:08:00 +00:00
|
|
|
case 'w':
|
2006-06-20 02:49:40 +00:00
|
|
|
if (av[j][2] == 'e' && av[j][3] == '\0') {
|
2003-10-20 12:08:00 +00:00
|
|
|
if (m_options.count("-we") == 0)
|
2006-06-20 02:49:40 +00:00
|
|
|
m_options["-we"] = OString(av[j]);
|
2003-10-20 12:08:00 +00:00
|
|
|
} else {
|
2006-06-20 02:49:40 +00:00
|
|
|
if (av[j][2] == '\0') {
|
2003-10-20 12:08:00 +00:00
|
|
|
if (m_options.count("-w") == 0)
|
2006-06-20 02:49:40 +00:00
|
|
|
m_options["-w"] = OString(av[j]);
|
2001-03-15 11:30:43 +00:00
|
|
|
} else
|
2006-06-20 02:49:40 +00:00
|
|
|
throw IllegalArgument(OString(av[j]) + ", please check your input");
|
2003-10-20 12:08:00 +00:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
case 'h':
|
|
|
|
case '?':
|
2006-06-20 02:49:40 +00:00
|
|
|
if (av[j][2] != '\0')
|
2003-10-20 12:08:00 +00:00
|
|
|
{
|
2006-06-20 02:49:40 +00:00
|
|
|
throw IllegalArgument(OString(av[j]) + ", please check your input");
|
2003-10-20 12:08:00 +00:00
|
|
|
} else
|
|
|
|
{
|
|
|
|
fprintf(stdout, "%s", prepareHelp().getStr());
|
|
|
|
exit(0);
|
|
|
|
}
|
2004-03-30 15:48:08 +00:00
|
|
|
case 's':
|
2010-11-25 14:24:19 +01:00
|
|
|
if (strcmp(&av[j][2], "tdin") == 0)
|
2004-03-30 15:48:08 +00:00
|
|
|
{
|
|
|
|
m_stdin = true;
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
// fall through
|
2003-10-20 12:08:00 +00:00
|
|
|
default:
|
2006-06-20 02:49:40 +00:00
|
|
|
throw IllegalArgument("the option is unknown" + OString(av[j]));
|
2001-03-15 11:30:43 +00:00
|
|
|
}
|
|
|
|
} else
|
|
|
|
{
|
2006-06-20 02:49:40 +00:00
|
|
|
if (av[j][0] == '@')
|
2001-03-15 11:30:43 +00:00
|
|
|
{
|
2006-06-20 02:49:40 +00:00
|
|
|
FILE* cmdFile = fopen(av[j]+1, "r");
|
2001-03-15 11:30:43 +00:00
|
|
|
if( cmdFile == NULL )
|
|
|
|
{
|
|
|
|
fprintf(stderr, "%s", prepareHelp().getStr());
|
|
|
|
ret = sal_False;
|
|
|
|
} else
|
|
|
|
{
|
2010-11-25 14:24:19 +01:00
|
|
|
std::vector< std::string > args;
|
|
|
|
|
|
|
|
std::string buffer;
|
|
|
|
buffer.reserve(256);
|
2001-03-15 11:30:43 +00:00
|
|
|
|
2010-11-25 14:24:19 +01:00
|
|
|
bool quoted = false;
|
|
|
|
int c = EOF;
|
|
|
|
while ((c = fgetc(cmdFile)) != EOF)
|
2001-03-15 11:30:43 +00:00
|
|
|
{
|
2010-11-25 14:24:19 +01:00
|
|
|
switch(c)
|
|
|
|
{
|
|
|
|
case '\"':
|
|
|
|
quoted = !quoted;
|
|
|
|
break;
|
|
|
|
case ' ':
|
|
|
|
case '\t':
|
|
|
|
case '\r':
|
|
|
|
case '\n':
|
|
|
|
if (!quoted)
|
|
|
|
{
|
|
|
|
if (!buffer.empty())
|
|
|
|
{
|
|
|
|
// append current argument.
|
|
|
|
args.push_back(buffer);
|
|
|
|
buffer.clear();
|
2005-10-17 12:20:57 +00:00
|
|
|
}
|
2010-11-25 14:24:19 +01:00
|
|
|
break;
|
2005-10-17 12:20:57 +00:00
|
|
|
}
|
2010-11-25 14:24:19 +01:00
|
|
|
default:
|
|
|
|
// quoted white-space fall through
|
|
|
|
buffer.push_back(sal::static_int_cast<char>(c));
|
|
|
|
break;
|
2005-10-17 12:20:57 +00:00
|
|
|
}
|
2005-10-27 13:20:31 +00:00
|
|
|
}
|
2010-11-25 14:24:19 +01:00
|
|
|
if (!buffer.empty())
|
2001-03-15 11:30:43 +00:00
|
|
|
{
|
2010-11-25 14:24:19 +01:00
|
|
|
// append unterminated argument.
|
|
|
|
args.push_back(buffer);
|
|
|
|
buffer.clear();
|
2001-03-15 11:30:43 +00:00
|
|
|
}
|
2010-11-25 14:24:19 +01:00
|
|
|
(void) fclose(cmdFile);
|
|
|
|
|
|
|
|
ret = initOptions(args.size(), args.data(), bCmdFile);
|
2001-03-15 11:30:43 +00:00
|
|
|
}
|
|
|
|
} else
|
|
|
|
{
|
2006-06-20 02:49:40 +00:00
|
|
|
OString name(av[j]);
|
2001-05-10 12:07:49 +00:00
|
|
|
name = name.toAsciiLowerCase();
|
2001-03-15 11:30:43 +00:00
|
|
|
if ( name.lastIndexOf(".idl") != (name.getLength() - 4) )
|
|
|
|
{
|
2006-06-20 02:49:40 +00:00
|
|
|
throw IllegalArgument("'" + OString(av[j]) +
|
2001-03-15 11:30:43 +00:00
|
|
|
"' is not a valid input file, only '*.idl' files will be accepted");
|
|
|
|
}
|
2006-06-20 02:49:40 +00:00
|
|
|
m_inputFiles.push_back(av[j]);
|
2001-03-15 11:30:43 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
return ret;
|
|
|
|
}
|
|
|
|
|
|
|
|
OString Options::prepareHelp()
|
|
|
|
{
|
|
|
|
OString help("\nusing: ");
|
2004-03-30 15:48:08 +00:00
|
|
|
help += m_program
|
|
|
|
+ " [-options] <file_1> ... <file_n> | @<filename> | -stdin\n";
|
|
|
|
help += " <file_n> = file_n specifies one or more idl files.\n";
|
2001-03-15 11:30:43 +00:00
|
|
|
help += " Only files with the extension '.idl' are valid.\n";
|
|
|
|
help += " @<filename> = filename specifies the name of a command file.\n";
|
2004-03-30 15:48:08 +00:00
|
|
|
help += " -stdin = read idl file from standard input.\n";
|
2001-03-15 11:30:43 +00:00
|
|
|
help += " Options:\n";
|
2004-03-30 15:48:08 +00:00
|
|
|
help += " -O<path> = path specifies the output directory.\n";
|
|
|
|
help += " The generated output is a registry file with\n";
|
|
|
|
help += " the same name as the idl input file (or 'stdin'\n";
|
|
|
|
help += " for -stdin).\n";
|
|
|
|
help += " -I<path> = path specifies a directory where include\n";
|
|
|
|
help += " files will be searched by the preprocessor.\n";
|
|
|
|
help += " Multiple directories can be combined with ';'.\n";
|
|
|
|
help += " -D<name> = name defines a macro for the preprocessor.\n";
|
|
|
|
help += " -C = generate complete type information, including\n";
|
|
|
|
help += " documentation.\n";
|
|
|
|
help += " -cid = check if identifiers fulfill the UNO naming\n";
|
|
|
|
help += " requirements.\n";
|
|
|
|
help += " -w = display warning messages.\n";
|
|
|
|
help += " -we = treat warnings as errors.\n";
|
|
|
|
help += " -h|-? = print this help message and exit.\n";
|
2001-03-15 11:30:43 +00:00
|
|
|
help += prepareVersion();
|
|
|
|
|
|
|
|
return help;
|
|
|
|
}
|
|
|
|
|
|
|
|
OString Options::prepareVersion()
|
|
|
|
{
|
|
|
|
OString version("\nSun Microsystems (R) ");
|
2004-03-30 15:48:08 +00:00
|
|
|
version += m_program + " Version 1.1\n\n";
|
2001-03-15 11:30:43 +00:00
|
|
|
return version;
|
|
|
|
}
|
|
|
|
|
|
|
|
const OString& Options::getProgramName() const
|
|
|
|
{
|
|
|
|
return m_program;
|
|
|
|
}
|
|
|
|
|
|
|
|
sal_Bool Options::isValid(const OString& option)
|
|
|
|
{
|
|
|
|
return (m_options.count(option) > 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
const OString Options::getOption(const OString& option)
|
|
|
|
throw( IllegalArgument )
|
|
|
|
{
|
|
|
|
if (m_options.count(option) > 0)
|
|
|
|
{
|
|
|
|
return m_options[option];
|
|
|
|
} else
|
|
|
|
{
|
|
|
|
throw IllegalArgument("Option is not valid or currently not set.");
|
|
|
|
}
|
|
|
|
}
|