Dear Wiki user, You have subscribed to a wiki page or wiki category on "Struts Wiki" for change notification.
The following page has been changed by NiallPemberton: http://wiki.apache.org/struts/StrutsMaintenanceGump The comment on the change is: messing around with images ------------------------------------------------------------------------------ ---- - '''N.B.''' The gump '''metadata''' resides in SVN and '''can be updated by any committer''' - not just ''gump'' committers. + {i} The gump '''metadata''' resides in SVN and '''can be updated by any committer''' - not just ''gump'' committers. ---- == 1. Links == @@ -25, +25 @@ The main artifacts relevant to struts are the following files: - * profile/gump.xml - '''Live Gump ''profile''''' + * {1} profile/gump.xml - '''Live Gump ''profile''''' - * project/struts.xml - '''Current Struts ''module'' using SVN''' + * {2} project/struts.xml - '''Current Struts ''module'' using SVN''' - * repository/struts-svn.xml - '''Struts SVN ''repository''''' + * {3} repository/struts-svn.xml - '''Struts SVN ''repository''''' === 2.1 profile/gump.xml === There are currently (as of October 6, 2004) two lines in the [http://cvs.apache.org/viewcvs.cgi/gump/profile/gump.xml gump.xml] ''profile'' which directly relate to struts: - * a pointer to the ''module'' defintion for Struts + * {1} a pointer to the ''module'' defintion for Struts - * a pointer to the ''repository'' definiton for Struts SVN + * {2} a pointer to the ''repository'' definiton for Struts SVN {{{ <profile name="gump"> @@ -89, +89 @@ There are three steps to doing this (two which we can do and one which requires special kama) - * '''3.1''' set up a project descriptor + * {1} set up a project descriptor - * '''3.2''' add the project to the gump profile + * {2} add the project to the gump profile - * '''3.3''' upload the jar to the gump machine (''requires special kama for vmgump machine'') + * {3} upload the jar to the gump machine (''requires special kama for vmgump machine'') ==== 3.1 Project Definition ==== Add an xml file definition to '''gumps metadata/project''' directory. The one for the maven-taglib-plugin is called '''maven-taglib-plugin.xml''' and looks like the following... @@ -109, +109 @@ Add entries to the gump's profile by editing the '''metadata/profile/gump.xml''' file: - * Add a '''module''' entry, for example... + * {1} Add a '''module''' entry, for example... {{{ <module href="project/maven-taglib-plugin.xml"/> }}} - * Add a '''package''' entry, for example... + * {2} Add a '''package''' entry, for example... {{{ <project name="maven-taglib-plugin" package="maven-taglib-plugin"/> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
