Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [buckminster-dev] syntax of buckminster import command

Thanks ... the import I see with the --help on the command line ...

is this then the import (resolve) on page 206.

import [ { -? | --help } ]
[ { -B | --bomfile } «filename» ]
[ -C | --continueonerror ]
[ { -D | --define } «key» [ =«value» ] ]
[ { -P | --properties } «url or path» ]
[ { -t | --template } «template workspace» ]
«url or path»

which like the command line help has a -C but has a -t not a -T and
other options like -B, -D, and -P.

Bsically, trying to understand this line in one of our Hudson jobs
with the Buckminster plugin.
import ${WORKSPACE}/org.eclipse.ecf.platform.mspec

 -ted

On Tue, Sep 15, 2009 at 12:02 AM, Thomas Hallgren <thomas@xxxxxxx> wrote:
> Hi Ted,
> The importtargetdefinition and import are two different commands. The former
> imports an Eclipse Target Definition (i.e. a .target file) and the latter
> imports a Buckminster CQUERY, BOM, or MSPEC.
>
> Regards,
> Thomas Hallgren
>
>
> On 09/15/2009 08:46 AM, Ted Kubaska wrote:
>>
>> Reading 0.6 ... page 211 ... syntax of import command ...why is it not
>> the same that I see on command line.
>>
>> Book:
>> importtargetdefinition [ { -? | --help } ]
>> [ { -A | --active } ]
>> «url or path»
>>
>> Command LIne:
>> tomcat>  ./buckminster import --help
>> Missing BOM URL
>> Help text for org.eclipse.buckminster.core.import:This command will
>> populate the workspace from a Bill of Materials (BOM)
>>
>> usage: import
>>        [{ -? | --help }]
>>        [{ -C | --continueonerror}]
>>        [{ -T | --template }<template workspace>  ]
>>        <url_or_path>
>>
>> .......... details also show a -D, -B, -P, and -N
>
>
> _______________________________________________
> buckminster-dev mailing list
> buckminster-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/buckminster-dev
>



-- 
 -Ted


Back to the top