Home > Archive > Smalltalk > April 2004 > Chunk-Code and package information
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Chunk-Code and package information
|
|
| Marten Feldtmann 2004-04-10, 1:32 pm |
| I've written a small class definition tool and with
this tool I generate source code for my domain classes.
After having VA and VW ENVY code completed, I'm trying
to add VW 7.2 chunk format support and I'm having trouble
with the package information of new defined classes.
Whenever I filein a chunk source code the system asks me,
in which package this classes should be put into. This
is a very boring question.
How can I define in the chunk format, in which package
a class belongs to ?
Marten
| |
| Alan Knight 2004-04-14, 12:43 pm |
| An alternative would be to load the FileOut30 goodie, at which point you
should be able to file in either the VW ENVY or VA format directly.
Marten Feldtmann <feldtmann_noSpam@butzkies.de> wrote in news:c4tmib$rgc
$00$1@news.t-online.com:
> I've written a small class definition tool and with
> this tool I generate source code for my domain classes.
>
> After having VA and VW ENVY code completed, I'm trying
> to add VW 7.2 chunk format support and I'm having trouble
> with the package information of new defined classes.
> Whenever I filein a chunk source code the system asks me,
> in which package this classes should be put into. This
> is a very boring question.
>
> How can I define in the chunk format, in which package
> a class belongs to ?
>
> Marten
--
Alan Knight [|], Cincom Smalltalk Development
knight@acm.org
aknight@cincom.com
http://www.cincom.com/smalltalk
"I believe that many of the systems we build today in Java would be
better built in Smalltalk and Gemstone." -- Martin Fowler, JAOO 2003
|
|
|
|
|