help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] Creating a package - an example


From: Nicolas Petton
Subject: Re: [Help-smalltalk] Creating a package - an example
Date: Fri, 01 Oct 2010 08:29:06 +0200

Le vendredi 01 octobre 2010 à 15:09 +1300, Stephen a écrit :
> Along the way, I was looking at Nico's github repository and I found 
> PackageBuilder.st and made a package.st file but couldn't get it to
> run. 
> Could anyone advise a suitable command line for PackageBuilder.

Hi Stephen,

something like:

gst ./PackageBuilder.st -a package.st > package.xml
or even:
./PackageBuilder.st package.st > package.xml 
(if the PackageBuilder.st script is executable)
should work.

Cheers,
Nico




reply via email to

[Prev in Thread] Current Thread [Next in Thread]