commit-gnue
[Top][All Lists]
Advanced

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

r5128 - in trunk/gnue-appserver: . doc/man


From: reinhard
Subject: r5128 - in trunk/gnue-appserver: . doc/man
Date: Wed, 18 Feb 2004 13:10:52 -0600 (CST)

Author: reinhard
Date: 2004-02-18 13:10:51 -0600 (Wed, 18 Feb 2004)
New Revision: 5128

Added:
   trunk/gnue-appserver/doc/man/gnue-gsdgen.1
Modified:
   trunk/gnue-appserver/MANIFEST.in
   trunk/gnue-appserver/setup.py
Log:
Added manpage for gnue-gsdgen, consider gnue-gsdgen in setup.


Modified: trunk/gnue-appserver/MANIFEST.in
===================================================================
--- trunk/gnue-appserver/MANIFEST.in    2004-02-18 18:29:36 UTC (rev 5127)
+++ trunk/gnue-appserver/MANIFEST.in    2004-02-18 19:10:51 UTC (rev 5128)
@@ -35,6 +35,6 @@
 include samples/*.sql
 include samples/*.sh
 
-include scripts/gnue-appserver
+include scripts/gnue-*
 
 include src/classrep/repository.ini

Added: trunk/gnue-appserver/doc/man/gnue-gsdgen.1
===================================================================
--- trunk/gnue-appserver/doc/man/gnue-gsdgen.1  2004-02-18 18:29:36 UTC (rev 
5127)
+++ trunk/gnue-appserver/doc/man/gnue-gsdgen.1  2004-02-18 19:10:51 UTC (rev 
5128)
@@ -0,0 +1,108 @@
+.ig
+Copyright (C) 2000-2004 Free Software Foundation, Inc.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the
+entire resulting derived work is distributed under the terms of a
+permission notice identical to this one.
+
+Permission is granted to copy and distribute translations of this
+manual into another language, under the above conditions for modified
+versions, except that this permission notice may be included in
+translations approved by the Free Software Foundation instead of in
+the original English.
+..
+.TH GNUE\-GSDGEN 1 "18 Februar 2004" "geasGsdGen"
+.SH NAME
+gnue\-gsdgen \- geasGsdGen
+.SH SYNOPSIS
+.ll +8
+.B gnue\-gsdgen
+[
+.I options
+]
+[
+.I classname
+]
+[
+.I classname
+]
+[
+.I \&...
+]
+.SH DESCRIPTION
+A tool to create GNUe Schema Definition (gsd) files from the 
+appservers class repository.
+
+.SH OPTIONS
+.TP
+.B \-\-configuration-options
+Displays a list of valid configuration file entries, their purpose, 
+and their default values.
+.TP
+.B \-\-connections <loc>
+Specifies the location of the connection definition file. <loc> may 
+specify a file name (/usr/local/gnue/etc/connections.conf),or a URL 
+location (http://localhost/connections.conf).If this option is not 
+specified, the environent variable GNUE_CONNECTIONS is checked.If 
+neither of them is set, "/home/reinhard/gnue/etc/connections.conf" 
+is used as a default.
+.TP
+.B \-\-debug-file <file>
+Sends all debugging messages to a specified file (e.g., 
+"\-\-debug\-file trace.log" sends all output to "trace.log")
+.TP
+.B \-\-debug-level <level>
+Enables debugging messages.  Argument specifies the level of 
+messages to display (e.g., "\-\-debug\-level 5" displays all 
+debugging messages at level 5 or below.)
+.TP
+.B \-\-export <type>, \-e
+What to export: "schema", "data", "both". Default is "both"
+.TP
+.B \-\-generate-man-page
+Generates a groff\-formatted man page as a file in the current 
+directory.
+.TP
+.B \-\-help
+Displays this help screen.
+.TP
+.B \-\-interactive-debugger
+Run the app inside Python's built\-in debugger
+.TP
+.B \-\-output-file <file>, \-o
+Name of the resulting gsd\-file
+.TP
+.B \-\-profile
+Run Python's built\-in profiler and display the resulting run 
+statistics.
+.TP
+.B \-\-version
+Displays the version information for this program.
+.SH AUTHOR
+GNU Enterprise Project <address@hidden>
+.SH BUGS
+Please report any bugs to address@hidden
+Include a complete, self-contained example
+that will allow the bug to be reproduced,
+and say which version of this tool you are using.
+.SH COPYRIGHT
+Copyright \(co 2000-2004 Free Software Foundation, Inc.
+.LP
+gnue\-gsdgen is free software; you can redistribute it and/or modify it under
+the terms of the GNU General Public License as published by the Free
+Software Foundation; either version 2, or (at your option) any later
+version.
+.LP
+gnue\-gsdgen is distributed in the hope that it will be useful, but WITHOUT ANY
+WARRANTY; without even the implied warranty of MERCHANTABILITY or
+FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+for more details.
+.LP
+You should have received a copy of the GNU General Public License along
+with gnue\-gsdgen; see the file COPYING.  If not, write to the Free Software
+Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

Modified: trunk/gnue-appserver/setup.py
===================================================================
--- trunk/gnue-appserver/setup.py       2004-02-18 18:29:36 UTC (rev 5127)
+++ trunk/gnue-appserver/setup.py       2004-02-18 19:10:51 UTC (rev 5128)
@@ -60,7 +60,8 @@
 
     # The Programs
     params ["package_dir"] = {"gnue.appserver": "src"}
-    params ["scripts"]     = ["scripts/gnue-appserver"]
+    params ["scripts"]     = ["scripts/gnue-appserver",
+                              "scripts/gnue-gsdgen"]
 
     # The Data
     datafiles   = ["src/classrep/repository.ini"]





reply via email to

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