ajack 2004/02/29 11:03:39
Modified: src/documentation skinconf.xml
src/documentation/content/xdocs/python usage.xml
profile gump.xml
src/documentation/content/xdocs nagged.xml
gettingstarted.xml index.xml site.xml faq.xml
. gumpy.bat gumpy.sh
project gumpy.xml
Added: repository gump.xml
Log:
Tweaks for Gump migration to TLP changes.
Revision Changes Path
1.10 +3 -4 gump/src/documentation/skinconf.xml
Index: skinconf.xml
===================================================================
RCS file: /home/cvs/gump/src/documentation/skinconf.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- skinconf.xml 28 Feb 2004 00:09:23 -0000 1.9
+++ skinconf.xml 29 Feb 2004 19:03:39 -0000 1.10
@@ -99,9 +99,9 @@
<!-- optional group logo
skin: forrest-site renders it at the top-left corner -->
- <group-name>Jakarta</group-name>
- <group-url>http://jakarta.apache.org</group-url>
- <group-logo>images/apache-jakarta.png</group-logo>
+ <!-- group-name>Apache</group-name>
+ <group-url>http://www.apache.org</group-url>
+ <group-logo>images/apache.png</group-logo -->
<!-- optional host logo (e.g. sourceforge logo)
skin: forrest-site renders it at the bottom-left corner -->
@@ -120,7 +120,6 @@
-->
<trail>
<link1 name="Apache Gump" href="http://gump.apache.org/"/>
- <!-- link2 name="Jakarta Gump" href="http://jakarta.apache.org/gump/"/ -->
<link2 name="" href=""/>
<link3 name="" href=""/>
</trail>
1.1 gump/repository/gump.xml
Index: gump.xml
===================================================================
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
Copyright 2003-2004 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<repository name="gump" type="cvs">
<title>Gump</title>
<home-page>http://gump.apache.org/</home-page>
<cvsweb>http://cvs.apache.org/viewcvs/</cvsweb>
<redistributable/>
<root>
<method>pserver</method>
<user>anoncvs</user>
<password>anoncvs</password>
<hostname>cvs.apache.org</hostname>
<path>/home/cvspublic</path>
</root>
</repository>
1.7 +11 -11 gump/src/documentation/content/xdocs/python/usage.xml
Index: usage.xml
===================================================================
RCS file: /home/cvs/gump/src/documentation/content/xdocs/python/usage.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- usage.xml 27 Feb 2004 09:38:57 -0000 1.6
+++ usage.xml 29 Feb 2004 19:03:39 -0000 1.7
@@ -55,8 +55,8 @@
</li>
</ul>
<source>
-SET PYTHONPATH=C:\jakarta-gump\python
-CD /d C:\jakarta-gump\python
+SET PYTHONPATH=C:\gump\python
+CD /d C:\gump\python
python gump\gui\view.py -w ..\myworkspace.xml
</source>
<source>
@@ -86,12 +86,12 @@
</li>
</ul>
<source>
-SET PYTHONPATH=C:\jakarta-gump\python
-CD /d C:\jakarta-gump\python
+SET PYTHONPATH=C:\gump\python
+CD /d C:\gump\python
python gump\build.py -w ..\myworkspace.xml all
</source>
<source>
-cd /jakarta-gump/python
+cd /gump/python
export PYTHONPATH=`pwd`
python gump/build.py -w ../myworkspace.xml all
</source>
@@ -108,18 +108,18 @@
<!--
== Automating the "integration process" using integrate.py ==
-* install 'regular' gump as per http://jakarta.apache.org/gump/usage.html
+* install 'regular' gump as per http://gump.apache.org/usage.html
* install [http://www.activestate.com/Products/ActivePython/ Python 2.3]
* open a shell and do something similar to:
<source>
-SET PYTHONPATH=C:\jakarta-gump\python
-CD /d C:\jakarta-gump\python
-python jakarta-gump\integrate.py -w ..\myworkspace.xml all
+SET PYTHONPATH=C:\gump\python
+CD /d C:\gump\python
+python gump\integrate.py -w ..\myworkspace.xml all
</source>
<source>
-cd /jakarta-gump/python
+cd /gump/python
export PYTHONPATH=`pwd`
-python jakarta-gump/integrate.py -w ../myworkspace.xml krysalis-*
+python gump/integrate.py -w ../myworkspace.xml krysalis-*
</source>
This tool is intended for use from cron, or similar scheduling software. It does:
1.310 +1 -0 gump/profile/gump.xml
Index: gump.xml
===================================================================
RCS file: /home/cvs/gump/profile/gump.xml,v
retrieving revision 1.309
retrieving revision 1.310
diff -u -r1.309 -r1.310
--- gump.xml 29 Feb 2004 15:00:02 -0000 1.309
+++ gump.xml 29 Feb 2004 19:03:39 -0000 1.310
@@ -332,6 +332,7 @@
<repository href="repository/dbxml.xml"/>
<repository href="repository/devworks.xml"/>
<repository href="repository/exolab.xml"/>
+ <repository href="repository/gump.xml"/>
<repository href="repository/incubator.xml"/>
<repository href="repository/jakarta.xml"/>
<repository href="repository/james.xml"/>
1.3 +2 -2 gump/src/documentation/content/xdocs/nagged.xml
Index: nagged.xml
===================================================================
RCS file: /home/cvs/gump/src/documentation/content/xdocs/nagged.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nagged.xml 27 Feb 2004 09:38:56 -0000 1.2
+++ nagged.xml 29 Feb 2004 19:03:39 -0000 1.3
@@ -87,8 +87,8 @@
<p>The most common occurrence of problems here is introducing a new
dependency without the Gump project definition being updated. A note
- to <link href="mailto:[EMAIL PROTECTED]">
- [EMAIL PROTECTED]</link> letting us know what is going on
+ to <link href="mailto:[EMAIL PROTECTED]">
+ [EMAIL PROTECTED]</link> letting us know what is going on
is appreciated when this occurs.</p>
<p>Of course, you should always send e-mail if you suspect that Gump itself
1.8 +1 -1 gump/src/documentation/content/xdocs/gettingstarted.xml
Index: gettingstarted.xml
===================================================================
RCS file: /home/cvs/gump/src/documentation/content/xdocs/gettingstarted.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gettingstarted.xml 27 Feb 2004 09:38:56 -0000 1.7
+++ gettingstarted.xml 29 Feb 2004 19:03:39 -0000 1.8
@@ -112,7 +112,7 @@
<source>
export CVSROOT=:pserver:[EMAIL PROTECTED]:/home/cvspublic
cvs login
- cvs co jakarta-gump
+ cvs co gump
</source>
<p>If prompted for the password, enter <strong>anoncvs</strong></p>
1.5 +4 -4 gump/src/documentation/content/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/gump/src/documentation/content/xdocs/index.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- index.xml 27 Feb 2004 09:38:56 -0000 1.4
+++ index.xml 29 Feb 2004 19:03:39 -0000 1.5
@@ -19,12 +19,12 @@
<header>
- <title>Gump</title>
+ <title>Apache Gump</title>
<authors>
<person name="Sam Ruby" email="rubys AT us.ibm DOT com"/>
<person name="Adam Jack" email="ajack AT sybase DOT com"/>
- <person name="Community" email="gump AT jakarta DOT apache DOT org"/>
+ <person name="Community" email="general AT gump DOT apache DOT org"/>
</authors>
</header>
<body>
@@ -53,14 +53,14 @@
you could help with.<br/>
Contact us on the
- Gump <link href="mailto:[EMAIL PROTECTED]">mailing list</link>
+ Gump <link href="mailto:[EMAIL PROTECTED]">mailing list</link>
</fixme>
</section>
<section><title>How does Gump work?</title>
<p>
- With Traditional Gump, <link
href="http://cvs.apache.org/viewcvs/jakarta-gump/project">
+ With Traditional Gump, <link
href="http://cvs.apache.org/viewcvs/gump/project">
project</link> definitions are converted from XML to scripts native to the
platform on which you are running. With Python Gump the XML is mapped into
in memory
objects for processing. Scripts execute cvs or svn update
1.10 +3 -3 gump/src/documentation/content/xdocs/site.xml
Index: site.xml
===================================================================
RCS file: /home/cvs/gump/src/documentation/content/xdocs/site.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- site.xml 28 Feb 2004 00:09:23 -0000 1.9
+++ site.xml 29 Feb 2004 19:03:39 -0000 1.10
@@ -22,7 +22,7 @@
<gump label="Gump">
<index href="index.html" label="Home"/>
<status href="status.html" label="Status"/>
- <source href="http://cvs.apache.org/viewcvs/jakarta-gump/" label="Source"/>
+ <source href="http://cvs.apache.org/viewcvs/gump/" label="Source"/>
<faq href="faq.html" label="FAQ"/>
<gettingstarted href="gettingstarted.html" label="Getting Started"/>
<todo href="todo.html" label="Help Wanted"/>
@@ -42,8 +42,8 @@
</menu>
-->
<getinvolved label="Get Involved">
- <overview href="http://jakarta.apache.org/site/getinvolved.html"
label="Overview"/>
- <joinmailinglists href="http://jakarta.apache.org/getinvolved/mail.html"
label="Mailing List"/>
+ <!-- overview href="http://www.apache.org/site/getinvolved.html"
label="Overview"/ -->
+ <!-- joinmailinglists href="http://www.apache.org/getinvolved/mail.html"
label="Mailing List"/ -->
<searchmailinglists
href="http://marc.theaimsgroup.com/?l=alexandria-dev&r=1&w=2" label="Search
List"/>
<browsemailinglists
href="http://nagoya.apache.org/eyebrowse/SummarizeList?listId=198" label="Browse
List"/>
<wiki href="http://wiki.apache.org/gump" label="Wiki"/>
1.4 +6 -6 gump/src/documentation/content/xdocs/faq.xml
Index: faq.xml
===================================================================
RCS file: /home/cvs/gump/src/documentation/content/xdocs/faq.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- faq.xml 27 Feb 2004 09:38:56 -0000 1.3
+++ faq.xml 29 Feb 2004 19:03:39 -0000 1.4
@@ -63,8 +63,8 @@
<section><title>Question: How do I get nagging to stop (or start)?</title>
<p><strong>Answer: </strong>If there is consensus on your project,
send an e-mail to
- <link href="mailto:[EMAIL PROTECTED]">
- [EMAIL PROTECTED]</link> letting us know what
+ <link href="mailto:[EMAIL PROTECTED]">
+ [EMAIL PROTECTED]</link> letting us know what
the outcome was, and it will be respected.</p>
</section>
@@ -83,7 +83,7 @@
definition for a project I'm a committer on...how do I get
the change to be made?</title>
<p><strong>Answer: </strong>The
- <link href="http://cvs.apache.org/viewcvs/jakarta-gump/">
+ <link href="http://cvs.apache.org/viewcvs/gump/">
gump cvs repository</link> is open to all ASF committers.
Simply check it out and commit your changes. It is highly
recommended that you build the "gen" target first of the
@@ -96,8 +96,8 @@
<section><title>Question: How do I get a project to be added to Gump?
Must it
be an Apache project?</title>
<p><strong>Answer: </strong>Send an e-mail (preferably a patch) to
- <link href="mailto:[EMAIL PROTECTED]">
- [EMAIL PROTECTED]</link>. Being Apache related
+ <link href="mailto:[EMAIL PROTECTED]">
+ [EMAIL PROTECTED]</link>. Being Apache related
(i.e, used by or a consumer of other Apache projects) helps,
but is not required. What is important is that your code be
publicly accessible via cvs and that it be buildable in an
@@ -109,7 +109,7 @@
<p><strong>Answer: </strong>That's supported too, as long as your
project supports
viewcvs or equivalent. Simply put the URL of the project
definition in the
- <link
href="http://cvs.apache.org/viewcvs/jakarta-gump/profile/gump.xml?rev=HEAD&content-type=text/vnd.viewcvs-markup">
+ <link
href="http://cvs.apache.org/viewcvs/gump/profile/gump.xml?rev=HEAD&content-type=text/vnd.viewcvs-markup">
gump profile</link>. However, if you are an ASF committer, why
not consider leaving it in the gump cvs repository, that
way others can also help out too?
1.4 +1 -1 gump/gumpy.bat
Index: gumpy.bat
===================================================================
RCS file: /home/cvs/gump/gumpy.bat,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gumpy.bat 27 Feb 2004 09:30:47 -0000 1.3
+++ gumpy.bat 29 Feb 2004 19:03:39 -0000 1.4
@@ -128,7 +128,7 @@
IF NOT "" == "%GUMP_WITHOUT_CVS_UPDATE" GOTO skipCVSUpdate
ECHO %SEPARATOR% >> %GUMP_LOG%
CD %GUMP%
-ECHO "Update Jakarta Gump from CVS" >> %GUMP_LOG%
+ECHO "Update Gump from CVS" >> %GUMP_LOG%
cvs -q update -dP >> %GUMP_LOG% 2>&1
REMOVE -f .timestamp
:skipCVSUpdate
@@ -218,8 +218,8 @@
REM _ J A K A R T A G U M P _ J A K A R T A G U M P _ J A K A R T A G U M P _
REM
REM $Log$
-REM Revision 1.3 2004/02/27 09:30:47 bodewig
-REM Add license
+REM Revision 1.4 2004/02/29 19:03:39 ajack
+REM Tweaks for Gump migration to TLP changes.
REM
REM
REM _ J A K A R T A G U M P _ J A K A R T A G U M P _ J A K A R T A G U M P _
1.30 +1 -1 gump/gumpy.sh
Index: gumpy.sh
===================================================================
RCS file: /home/cvs/gump/gumpy.sh,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- gumpy.sh 27 Feb 2004 09:30:47 -0000 1.29
+++ gumpy.sh 29 Feb 2004 19:03:39 -0000 1.30
@@ -33,7 +33,7 @@
. $HOST_LOCAL_ENV
fi
if [ ! $GUMP ] ; then
- echo "Set the \$GUMP variable to your gump install (e.g. /opt/jakarta-gump)"
+ echo "Set the \$GUMP variable to your gump install (e.g. /opt/gump)"
exit 1
fi
@@ -232,6 +232,6 @@
pkill -KILL -P $$
# $Log$
-# Revision 1.29 2004/02/27 09:30:47 bodewig
-# Add license
+# Revision 1.30 2004/02/29 19:03:39 ajack
+# Tweaks for Gump migration to TLP changes.
#
1.3 +4 -5 gump/project/gumpy.xml
Index: gumpy.xml
===================================================================
RCS file: /home/cvs/gump/project/gumpy.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gumpy.xml 27 Feb 2004 09:22:56 -0000 1.2
+++ gumpy.xml 29 Feb 2004 19:03:39 -0000 1.3
@@ -14,22 +14,21 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<module name="jakarta-gump">
+<module name="gump">
- <url href="http://jakarta.apache.org/gump/"/>
+ <url href="http://gump.apache.org/"/>
<description>
Cross project build tool
</description>
- <cvs repository="jakarta"/>
-
+ <cvs repository="gump"/>
<!-- Gump Self-Testing... -->
<project name="gump-test">
<script name="gumpytest"/>
<home nested="gumpytest"/>
<!-- nag from="Adam Jack <[EMAIL PROTECTED]>"
- to="[EMAIL PROTECTED]"/ -->
+ to="[EMAIL PROTECTED]"/ -->
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]