[Glass] How can I create a package correctly via code ?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

[Glass] How can I create a package correctly via code ?

GLASS mailing list
How can I create a package correctly via code ?

I tried stuff like (in a Jade Workspace)

PackageOrganizer default registerPackageNamed: 'Keks4'

SystemOrganization addCategory: 'Keks4'

but the package does not appear in the browser. Then I tried


Marten

--
Marten Feldtmann
_______________________________________________
Glass mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/glass
Reply | Threaded
Open this post in threaded view
|

Re: [Glass] How can I create a package correctly via code ?

GLASS mailing list
Marten,

Are you using Jade, GemTools or tODE.

For GemTools there is menu item in the Monticello Browser.

For tODE, you use the `mc create` command (`man mc` for a little bit more detail).

Don't know how to do them in Jade ...

Or are you asking for the details of the GemTools and/or tODE commands?

Dale

On Sat, Oct 4, 2014 at 12:25 AM, [hidden email] via Glass <[hidden email]> wrote:
How can I create a package correctly via code ?

I tried stuff like (in a Jade Workspace)

PackageOrganizer default registerPackageNamed: 'Keks4'

SystemOrganization addCategory: 'Keks4'

but the package does not appear in the browser. Then I tried


Marten

--
Marten Feldtmann
_______________________________________________
Glass mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/glass


_______________________________________________
Glass mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/glass
Reply | Threaded
Open this post in threaded view
|

Re: [Glass] How can I create a package correctly via code ?

GLASS mailing list
Actually I mean via a Topaz script

Marten


--
Marten Feldtmann
_______________________________________________
Glass mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/glass
Reply | Threaded
Open this post in threaded view
|

Re: [Glass] How can I create a package correctly via code ?

GLASS mailing list
This is the correct answer (from Dale):

PackageInfo registerPackageName: packageName
MCWorkingCopy forPackage: (MCPackage new name: packageName)

--
Marten Feldtmann
_______________________________________________
Glass mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/glass