From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Thread: 103376,7dc0815e0e821f9f X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!proxad.net!usenet-fr.net!news.enst.fr!melchior!cuivre.fr.eu.org!melchior.frmug.org!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: ANN: XML EZ Out 1.03 posted Date: Wed, 15 Jun 2005 16:19:31 +0200 Organization: PVV Message-ID: References: <4c7b3$42aedbb6$49950c9$10048@ALLTEL.NET> <49f25$42b02986$4995395$31514@ALLTEL.NET> NNTP-Posting-Host: lovelace.ada-france.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: melchior.cuivre.fr.eu.org 1118845191 26384 212.85.156.195 (15 Jun 2005 14:19:51 GMT) X-Complaints-To: usenet@melchior.cuivre.fr.eu.org NNTP-Posting-Date: Wed, 15 Jun 2005 14:19:51 +0000 (UTC) To: comp.lang.ada@ada-france.org Return-Path: Content-Disposition: inline In-Reply-To: <49f25$42b02986$4995395$31514@ALLTEL.NET> User-Agent: Mutt/1.4i X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at ada-france.org X-BeenThere: comp.lang.ada@ada-france.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Gateway to the comp.lang.ada Usenet newsgroup" List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: g2news1.google.com comp.lang.ada:11375 Date: 2005-06-15T16:19:31+02:00 "Marc A. Criley" wrote on 15/06/2005 (13:16) : > > Yes, you can distribute the source code with a program using it. Please > keep it together in a single directory and keep the String_Stream and > Text_File child packages in there, even if you're not using them, so > that the users of your app would see XML EZ Out as a utility they could > pick up and use as well. I was thinking to put all in a mckae folder. Could you perhaps make the packages with a bottom folder. If one unpack the packages now all files goes into current directory. A bit more tidy if there is a hierarchy like: mckae/README mckae/mckae.ads ... > In that folder you can omit the tmeztf.adb test program, as well as the > README, but I would appreciate a link somewhere in your README or other > documentation pointing back to www.mckae.com. Think I'll leave all the file as they are. Perhaps the user might want to try it herself/himself. I will link and mention all libraries I use in the documentation too. Preben