cvs commit: jakarta-struts project.xml

2004-03-08 Thread rleland
rleland 2004/03/08 15:27:51

  Modified:.project.xml
  Log:
  Struts must now be compiled against the nightly validator inorder
  for client side validations to work.
  
  Revision  ChangesPath
  1.26  +1 -1  jakarta-struts/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-struts/project.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- project.xml   29 Feb 2004 22:55:45 -  1.25
  +++ project.xml   8 Mar 2004 23:27:51 -   1.26
  @@ -215,7 +215,7 @@
   dependency
 groupIdcommons-validator/groupId
 artifactIdcommons-validator/artifactId
  -  version1.1.1/version
  +  version1.1.2-dev/version
 urlhttp://jakarta.apache.org/commons/validator//url
 properties
   war.bundletrue/war.bundle
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-struts project.xml

2004-01-08 Thread husted
husted  2004/01/08 19:44:25

  Modified:.project.xml
  Log:
  Migrate deprecated id elements to groupId and artifactId combos.
  
  Revision  ChangesPath
  1.22  +48 -37jakarta-struts/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-struts/project.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- project.xml   9 Jan 2004 03:38:02 -   1.21
  +++ project.xml   9 Jan 2004 03:44:25 -   1.22
  @@ -158,7 +158,8 @@
 /contributors
 dependencies
   dependency
  -  idcommons-beanutils/id
  +  groupIdcommons-beanutils/groupId
  +  artifactIdcommons-beanutils/artifactId
 version1.6.1/version
 urlhttp://jakarta.apache.org/commons/beanutils.html/url
 properties
  @@ -167,7 +168,8 @@
 /properties
   /dependency
   dependency
  -  idcommons-collections/id
  +  groupIdcommons-collections/groupId
  +  artifactIdcommons-collections/artifactId
 version2.1/version
 urlhttp://jakarta.apache.org/commons/collections.html/url
 properties
  @@ -176,7 +178,8 @@
 /properties
   /dependency
   dependency
  -  idcommons-digester/id
  +  groupIdcommons-digester/groupId
  +  artifactIdcommons-digester/artifactId
 version1.5/version
 urlhttp://jakarta.apache.org/commons/digester.html/url
 properties
  @@ -185,7 +188,8 @@
 /properties
   /dependency
   dependency
  -  idcommons-fileupload/id
  +  groupIdcommons-fileupload/groupId
  +  artifactIdcommons-fileupload/artifactId
 version1.0/version
 urlhttp://jakarta.apache.org/commons/fileupload//url
 properties
  @@ -194,7 +198,8 @@
 /properties
   /dependency
   dependency
  -  idcommons-logging/id
  +  groupIdcommons-logging/groupId
  +  artifactIdcommons-logging/artifactId
 version1.0.3/version
 urlhttp://jakarta.apache.org/commons/logging.html/url
 properties
  @@ -203,24 +208,25 @@
 /properties
   /dependency
   dependency
  -  !-- 
  -  Note that this version of commons-validator is not yet
  -  served from the iBiblio repository.  You can download 
  -  a distribution from 
http://www.apache.org/~rleland/ValidatorAlpha/1.1.1/
  -  or build it from the CVS repository.  (With Maven, you can use 
  -  the goal jar:install to build a jar and put it in your Maven 
repository.)
  -  
  -  If you download the binary, don't forget to rename to include the 
version number 
  -  (from commons-validator.jar to commons-validator-1.1.1.jar
  -  
  -  If you build it from the CVS repository, you will probably end up with
  -  version 1.1.2-dev.  You can tell Maven to use that version with Struts
  -  by editing your build.properties file in the root of your local
  -  copy of the Struts CVS distribution.  Include these two lines:
  -  maven.jar.override=on
  -  maven.jar.commons-validator=1.1.2-dev
  ---
  -  idcommons-validator/id
  +  !--
  +Note that this version of commons-validator is not yet
  +served from the iBiblio repository.  You can download
  +a distribution from 
http://www.apache.org/~rleland/ValidatorAlpha/1.1.1/
  +or build it from the CVS repository.  (With Maven, you can use
  +the goal jar:install to build a jar and put it in your Maven 
repository.)
  +
  +If you download the binary, don't forget to rename to include 
the version number
  +(from commons-validator.jar to commons-validator-1.1.1.jar
  +
  +If you build it from the CVS repository, you will probably end 
up with
  +version 1.1.2-dev.  You can tell Maven to use that version with 
Struts
  +by editing your build.properties file in the root of your 
local
  +copy of the Struts CVS distribution.  Include these two lines:
  +maven.jar.override=on
  +maven.jar.commons-validator=1.1.2-dev
  +  --
  +  groupIdcommons-validator/groupId
  +  artifactIdcommons-validator/artifactId
 version1.1.1/version
 urlhttp://jakarta.apache.org/commons/validator//url
 properties
  @@ -229,7 +235,8 @@
 /properties
   /dependency
   dependency
  -  idoro/id
  +  groupIdoro/groupId
  +  artifactIdoro/artifactId
 version2.0.7/version
 urlhttp://jakarta.apache.org/oro//url
 properties
  @@ -238,7 +245,8 @@
 /properties
   /dependency
   

cvs commit: jakarta-struts project.xml

2003-12-30 Thread sraeburn
sraeburn2003/12/30 12:46:38

  Modified:.project.xml
  Log:
  Added user ids required for various Maven reports
  
  Revision  ChangesPath
  1.18  +15 -0 jakarta-struts/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-struts/project.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- project.xml   26 Dec 2003 22:14:17 -  1.17
  +++ project.xml   30 Dec 2003 20:46:38 -  1.18
  @@ -102,90 +102,105 @@
 developers
   
   developer
  +idcraigmcc/id
   nameCraig R. McClanahan/name
emailcraigmcc at apache.org/email
organization/organization
   /developer
   
   developer
  +idhusted/id
   nameTed Husted/name
emailhusted at apache.org/email
organization/organization
   /developer
   
   developer
  +idrleland/id
   nameRob Leland/name
emailrleland at apache.org/email
organization/organization
   /developer
   
   developer
  +idcedric/id
   nameCedric Dumoulin/name
emailcedric.dumoulin at lifl.fr/email
 organization/organization
   /developer
   
   developer
  +idmartinc/id
   nameMartin Cooper/name
emailmartinc at apache.org/email
 organization/organization
   /developer
   
   developer
  +idarron/id
   nameArron Bates/name
emailarron at apache.org/email
 organization/organization
   /developer
   
   developer
  +idjholmes/id
   nameJames Holmes/name
emailjholmes at apache.org/email
 organization/organization
   /developer
   
   developer
  +iddmkarr/id
   nameDavid M. Karr/name
emaildmkarr at apache.org/email
 organization/organization
   /developer
   
   developer
  +idekbush/id
   nameEddie Bush/name
emailekbush at apache.org/email
 organization/organization
   /developer
   
   developer
  +iddgraham/id
   nameDavid Graham/name
emaildgraham at apache.org/email
 organization/organization
   /developer
   
   developer
  +idjmitchell/id
   nameJames Mitchell/name 
   emailjmitchell at apache.org/email
organization/organization
   /developer
   
   developer
  +idturner/id
   nameJames Turner/name
   emailturner at blackbear.com/email
organization/organization
   /developer
   
   developer
  +idsraeburn/id
   nameSteve Raeburn/name
   emailsraeburn at apache.org/email
organization/organization
   /developer
   
   developer
  +idmrdon/id
   nameDon Brown/name
   emailmrdon at apache.org/email
organization/organization
   /developer
   
   developer
  +idgermuska/id
   nameJoe Germuska/name
   emailgermuska at apache.org/email
organization/organization
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-struts project.xml

2003-12-09 Thread husted
husted  2003/12/09 17:06:10

  Modified:.project.xml
  Log:
  Add war.bundle properties for webapp generartion; update commons lang version number
  
  Revision  ChangesPath
  1.16  +53 -44jakarta-struts/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-struts/project.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- project.xml   3 Dec 2003 02:05:09 -   1.15
  +++ project.xml   10 Dec 2003 01:06:10 -  1.16
  @@ -21,22 +21,22 @@
 gumpRepositoryIdjakarta/gumpRepositoryId
   
 description
  - The core of the Struts framework is a flexible control layer based on standard
  - technologies like Java Servlets, JavaBeans, ResourceBundles, 
  - and Extensible Markup Language (XML), as well as various Jakarta Commons 
packages.
  - Struts encourages application architectures based on the Model 2 approach, a 
variation
  - of the classic  Model-View-Controller (MVC) design paradigm.
  - 
  - Struts provides its own Controller component and integrates with other 
technologies
  - to provide the Model and the View. For the Model, Struts can interact with any 
standard
  - data access technology, including Enterprise Java Beans, JDBC, and Object 
Relational Bridge.
  - For the View, Struts works well with JavaServer Pages, including JSTL and JSF, 
  - as well as Velocity Templates, XSLT, and other presentation systems.
  - 
  - The Struts framework provides the invisible underpinnings every professional 
  - web application needs to survive. Struts helps you create an extensible 
  - development environment for your application, based on published standards
  - and proven design patterns.
  +The core of the Struts framework is a flexible control layer based on standard
  +technologies like Java Servlets, JavaBeans, ResourceBundles, 
  +and Extensible Markup Language (XML), as well as various Jakarta Commons 
packages.
  +Struts encourages application architectures based on the Model 2 approach, a 
variation
  +of the classic  Model-View-Controller (MVC) design paradigm.
  +
  +Struts provides its own Controller component and integrates with other 
technologies
  +to provide the Model and the View. For the Model, Struts can interact with any 
standard
  +data access technology, including Enterprise Java Beans, JDBC, and Object 
Relational Bridge.
  +For the View, Struts works well with JavaServer Pages, including JSTL and JSF, 
  +as well as Velocity Templates, XSLT, and other presentation systems.
  +
  +The Struts framework provides the invisible underpinnings every professional 
  +web application needs to survive. Struts helps you create an extensible 
  +development environment for your application, based on published standards
  +and proven design patterns.
 /description
   
 urlhttp://jakarta.apache.org//url
  @@ -197,33 +197,38 @@
 idcommons-beanutils/id
 version1.6.1/version
 urlhttp://jakarta.apache.org/commons/beanutils.html/url
  +  propertieswar.bundletrue/war.bundle/properties
   /dependency
   
   dependency
 idcommons-collections/id
 version2.1/version
 urlhttp://jakarta.apache.org/commons/collections.html/url
  +  propertieswar.bundletrue/war.bundle/properties
   /dependency
   
   dependency
 idcommons-digester/id
 version1.5/version
 urlhttp://jakarta.apache.org/commons/digester.html/url
  +  propertieswar.bundletrue/war.bundle/properties
   /dependency
   
   dependency
 idcommons-fileupload/id
 version1.0/version
 urlhttp://jakarta.apache.org/commons/fileupload.html/url
  +  propertieswar.bundletrue/war.bundle/properties
   /dependency
   
   dependency
 idcommons-logging/id
 version1.0.3/version
 urlhttp://jakarta.apache.org/commons/logging.html/url
  +  propertieswar.bundletrue/war.bundle/properties
   /dependency
   
  - !--
  +!--
   dependency
 idcommons-validator/id
 versionSNAPSHOT/version
  @@ -235,32 +240,36 @@
 idcommons-validator/id
 version1.1.1-dev/version
 urlhttp://jakarta.apache.org/commons/validator.html/url
  +  propertieswar.bundletrue/war.bundle/properties
   /dependency
   
   dependency
 idoro/id
 version2.0.7/version
 urlhttp://jakarta.apache.org/oro//url
  +  propertieswar.bundletrue/war.bundle/properties
   /dependency
   
   dependency
 idxml-apis/id
 version2.0.2/version
 urlhttp://xml.apache.org/commons//url
  +  propertieswar.bundletrue/war.bundle/properties
   /dependency
   
   dependency
  -  idservletapi/id
  -  

cvs commit: jakarta-struts project.xml

2003-11-28 Thread sraeburn
sraeburn2003/11/28 01:07:13

  Modified:.project.xml
  Log:
  Update Validator dependency to 1.1.1
  Enable some JUnit tests
  
  Revision  ChangesPath
  1.12  +14 -6 jakarta-struts/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-struts/project.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- project.xml   27 Nov 2003 19:28:13 -  1.11
  +++ project.xml   28 Nov 2003 09:07:13 -  1.12
  @@ -222,11 +222,19 @@
 urlhttp://jakarta.apache.org/commons/logging.html/url
   /dependency
   
  + !--
   dependency
 idcommons-validator/id
 versionSNAPSHOT/version
 urlhttp://jakarta.apache.org/commons/validator.html/url
   /dependency
  +--
  +
  +dependency
  +  idcommons-validator/id
  +  version1.1.1-dev/version
  +  urlhttp://jakarta.apache.org/commons/validator.html/url
  +/dependency
   
   dependency
 idoro/id
  @@ -286,7 +294,7 @@
   
   sourceDirectorysrc/share/sourceDirectory
   
  -  !-- Unit test cases
  +  !-- Unit test cases --
   unitTestSourceDirectorysrc/test/unitTestSourceDirectory
   integrationUnitTestSourceDirectory/
   
  @@ -294,13 +302,13 @@
   
   unitTest
 includes
  -include**/*Test.java/include
  +includeorg/apache/struts/action/TestDynaActionForm.java/include
  +includeorg/apache/struts/action/TestDynaActionFormClass.java/include
  +includeorg/apache/struts/config/TestModuleConfig.java/include
  +includeorg/apache/struts/config/TestActionConfigMatcher.java/include
  +includeorg/apache/struts/util/Test*.java/include
 /includes
  -  excludes
  -exclude**/RepositoryTest.java/exclude
  -  /excludes
   /unitTest
  ---
   
   !-- J A R  R E S O U R C E S --
   !-- Resources that are packaged up inside the JAR file --
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-struts project.xml

2003-11-28 Thread husted
husted  2003/11/28 14:05:55

  Modified:.project.xml
  Log:
  Apply  Tim Chen's patch (#25075) to fix the Maven build.
  
  Revision  ChangesPath
  1.13  +16 -0 jakarta-struts/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-struts/project.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- project.xml   28 Nov 2003 09:07:13 -  1.12
  +++ project.xml   28 Nov 2003 22:05:55 -  1.13
  @@ -308,6 +308,22 @@
   includeorg/apache/struts/config/TestActionConfigMatcher.java/include
   includeorg/apache/struts/util/Test*.java/include
 /includes
  +  resources
  +resource
  +   directory${basedir}/conf/share/directory
  +   targetPathorg/apache/struts/resources/targetPath
  +   includes
  + include**/*.xml/include
  + include**/*.dtd/include
  +   /includes
  + /resource
  + resource
  +   directory${basedir}/src/test/directory
  +   includes
  + include**/*.xml/include
  +   /includes
  + /resource
  +  /resources
   /unitTest
   
   !-- J A R  R E S O U R C E S --
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-struts project.xml

2003-11-27 Thread dgraham
dgraham 2003/11/27 11:28:13

  Modified:.project.xml
  Log:
  Moved lang dependency to test section.  I'm not sure we
  even need to maintain a list of test dependencies because
  it may confuse people just looking for jars they need to
  include in their app.
  
  Revision  ChangesPath
  1.11  +6 -6  jakarta-struts/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-struts/project.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- project.xml   27 Nov 2003 04:06:27 -  1.10
  +++ project.xml   27 Nov 2003 19:28:13 -  1.11
  @@ -217,12 +217,6 @@
   /dependency
   
   dependency
  -  idcommons-lang/id
  -  version1.0.1/version
  -  urlhttp://jakarta.apache.org/commons/lang.html/url
  -/dependency
  -
  -dependency
 idcommons-logging/id
 version1.0.3/version
 urlhttp://jakarta.apache.org/commons/logging.html/url
  @@ -262,6 +256,12 @@
 idjunit/id
 version3.8.1/version
 urlhttp://www.junit.org/url
  +/dependency
  +
  +dependency
  +  idcommons-lang/id
  +  version1.0.1/version
  +  urlhttp://jakarta.apache.org/commons/lang.html/url
   /dependency
   
   dependency
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-struts project.xml

2003-11-26 Thread husted
husted  2003/11/26 20:06:27

  Modified:.project.xml
  Log:
  Move resource area to SourceForge site.
  
  Revision  ChangesPath
  1.10  +4 -3  jakarta-struts/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-struts/project.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- project.xml   21 Nov 2003 06:22:09 -  1.9
  +++ project.xml   27 Nov 2003 04:06:27 -  1.10
  @@ -230,7 +230,7 @@
   
   dependency
 idcommons-validator/id
  -  version1.1.0/version
  +  versionSNAPSHOT/version
 urlhttp://jakarta.apache.org/commons/validator.html/url
   /dependency
   
  @@ -286,12 +286,12 @@
   
   sourceDirectorysrc/share/sourceDirectory
   
  +  !-- Unit test cases
   unitTestSourceDirectorysrc/test/unitTestSourceDirectory
   integrationUnitTestSourceDirectory/
   
   aspectSourceDirectory/
   
  -!-- Unit test cases --
   unitTest
 includes
   include**/*Test.java/include
  @@ -300,7 +300,8 @@
   exclude**/RepositoryTest.java/exclude
 /excludes
   /unitTest
  -  
  +--
  +
   !-- J A R  R E S O U R C E S --
   !-- Resources that are packaged up inside the JAR file --
   resources
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-struts project.xml maven.xml

2003-11-20 Thread rleland
rleland 2003/11/20 22:22:09

  Modified:.project.xml maven.xml
  Log:
  Apply patched by Tim Chen for Maven build items.
  
  Revision  ChangesPath
  1.9   +9 -10 jakarta-struts/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-struts/project.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- project.xml   23 Aug 2003 04:24:35 -  1.8
  +++ project.xml   21 Nov 2003 06:22:09 -  1.9
  @@ -2,7 +2,7 @@
   project
 pomVersion3/pomVersion
 namestruts/name
  -  idStruts/id
  +  idstruts/id
 currentVersion1.2.0/currentVersion
 organization
   nameApache Software Foundation/name
  @@ -20,11 +20,11 @@
 gumpRepositoryIdjakarta/gumpRepositoryId
   
 description
  - The core of the Struts framework is a flexible control layer based on standard
  - technologies like Java Servlets, JavaBeans, ResourceBundles, 
  - and Extensible Markup Language (XML), as well as various Jakarta Commons packages.
  - Struts encourages application architectures based on the Model 2 approach, a 
variation
  - of the classic  Model-View-Controller (MVC) design paradigm.
  +The core of the Struts framework is a flexible control layer based on standard
  +technologies like Java Servlets, JavaBeans, ResourceBundles, 
  +and Extensible Markup Language (XML), as well as various Jakarta Commons packages.
  +Struts encourages application architectures based on the Model 2 approach, a 
variation
  +of the classic  Model-View-Controller (MVC) design paradigm.
   
   Struts provides its own Controller component and integrates with other technologies
   to provide the Model and the View. For the Model, Struts can interact with any 
standard
  @@ -36,7 +36,6 @@
   web application needs to survive. Struts helps you create an extensible 
   development environment for your application, based on published standards
   and proven design patterns.
  -
 /description
   
 urlhttp://jakarta.apache.org//url
  @@ -182,12 +181,12 @@
 /developers
 contributors
   contributor
  -  name/name
  +  nameTim Chen/name
 id/id
  -  email/email
  +  emailtchen at ampabay.rr.com/email
 organization/organization
 roles
  -roleJava Developer/role
  +role/role
 /roles
   /contributor
 /contributors
  
  
  
  1.2   +1 -1  jakarta-struts/maven.xml
  
  Index: maven.xml
  ===
  RCS file: /home/cvs/jakarta-struts/maven.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- maven.xml 23 Aug 2003 03:01:24 -  1.1
  +++ maven.xml 21 Nov 2003 06:22:09 -  1.2
  @@ -1,4 +1,4 @@
  -project default=java:jar
  +project default=jar:jar
   
 preGoal name=xdoc:jelly-transform
   attainGoal name=html2xdoc/
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-struts project.xml

2003-08-22 Thread rleland
rleland 2003/08/22 00:22:43

  Modified:.project.xml
  Log:
  Update jar values.
  
  Revision  ChangesPath
  1.6   +36 -2 jakarta-struts/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-struts/project.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.xml   10 Aug 2003 03:56:15 -  1.5
  +++ project.xml   22 Aug 2003 07:22:43 -  1.6
  @@ -196,16 +196,19 @@
   dependency
 idcommons-beanutils/id
 version1.6.1/version
  +  urlhttp://jakarta.apache.org/commons/beanutils.html/url
   /dependency
   
   dependency
 idcommons-collections/id
 version2.1/version
  +  urlhttp://jakarta.apache.org/commons/collections.html/url
   /dependency
   
   dependency
 idcommons-digester/id
 version1.5/version
  +  urlhttp://jakarta.apache.org/commons/digester.html/url
   /dependency
   
   dependency
  @@ -221,16 +224,19 @@
   dependency
 idcommons-logging/id
 version1.0.3/version
  +  urlhttp://jakarta.apache.org/commons/logging.html/url
   /dependency
   
   dependency
 idcommons-validator/id
  -  version1.0.2/version
  +  version1.1.0/version
  +  urlhttp://jakarta.apache.org/commons/validator.html/url
   /dependency
   
   dependency
 idoro/id
  -  version2.0.6/version
  +  version2.0.7/version
  +  urlhttp://jakarta.apache.org/oro//url
   /dependency
   
   dependency
  @@ -306,4 +312,32 @@
   jars
   /jars
 /build
  +
  +  reports
  +!--
  + |
  + | These should all be completely self contained. You should be able
  + | to generate each of them individually without needing the final
  + | xdoc transformation.
  + |
  + | Each report plugin with it's POM and plugin.jelly logic should
  + | contain everything needed to produced the report.
  + |
  +--
  +
  +reportmaven-jdepend-plugin/report
  +reportmaven-checkstyle-plugin/report
  +reportmaven-changes-plugin/report
  +reportmaven-changelog-plugin/report
  +reportmaven-file-activity-plugin/report
  +reportmaven-developer-activity-plugin/report
  +reportmaven-javadoc-plugin/report
  +reportmaven-jxr-plugin/report
  +reportmaven-junit-report-plugin/report
  +reportmaven-tasklist-plugin/report
  +reportmaven-pmd-plugin/report
  +reportmaven-simian-plugin/report
  +reportmaven-faq-plugin/report
  +  /reports
  +
   /project
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-struts project.xml

2003-08-14 Thread rleland
rleland 2003/08/07 20:51:53

  Modified:.project.xml
  Log:
  Only minutes old and I find a bug, sigh !
  point to struts repository instead of mavens.
  
  Revision  ChangesPath
  1.2   +3 -3  jakarta-struts/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-struts/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml   8 Aug 2003 03:34:10 -   1.1
  +++ project.xml   8 Aug 2003 03:51:53 -   1.2
  @@ -45,15 +45,15 @@
   /www/jakarta.apache.org/struts
 /siteDirectory
 distributionDirectory
  -/www/jakarta.apache.org/builds/jakarta-turbine-maven/
  +/www/apache.mirrors.pair.com/jakarta/struts/
 /distributionDirectory
   
 repository
   connection
  -  scm:cvs:pserver:[EMAIL PROTECTED]:/home/cvspublic:maven
  +  scm:cvs:pserver:[EMAIL PROTECTED]:/home/cvspublic:jakarta-struts
   /connection
   url
  -  http://cvs.apache.org/viewcvs/maven/
  +  http://cvs.apache.org/viewcvs/jakarta-struts/
   /url
 /repository
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-struts project.xml

2003-08-14 Thread rleland
rleland 2003/08/07 23:16:21

  Modified:.project.xml
  Log:
  Ok :
 MAVEN site:generate works !
  
  The link test for doc validation failed,
  ie I believe it detected an illegal url
  in the javadocs.
  
  Still need to tie in docs under /doc.
  
   MAVEN jar
   failed on first cactus test
   so need to look into that one.
  
  If you want to be blown away do a
  MAVEN -g
  
  Revision  ChangesPath
  1.3   +18 -0 jakarta-struts/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-struts/project.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.xml   8 Aug 2003 03:51:53 -   1.2
  +++ project.xml   8 Aug 2003 06:16:21 -   1.3
  @@ -9,6 +9,8 @@
   urlhttp://jakarta.apache.org//url
 /organization
 inceptionYear2000/inceptionYear
  +  logo href=/doc//images/struts.jpgCommons/logo
  +
 packageorg.apache.struts/package
   
 shortDescriptionMVC Web Application Framework/shortDescription
  @@ -237,10 +239,26 @@
   /dependency
   
   dependency
  +  groupIdantlr/groupId
  +  artifactIdantlr/artifactId
  +  version2.7.2/version
  +/dependency
  +
  +dependency
 idjunit/id
 version3.8.1/version
   /dependency
   
  +dependency
  +  groupIdcactus/groupId
  +  artifactIdcactus/artifactId
  +  version12-1.4.1/version
  +/dependency
  +dependency
  +  groupIdcactus/groupId
  +  artifactIdcactus-ant/artifactId
  +  version1.4.1/version
  +/dependency
 /dependencies
   
 build
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-struts project.xml

2003-08-14 Thread sraeburn
sraeburn2003/08/09 19:39:28

  Modified:.project.xml
  Log:
  Added myself
  
  Revision  ChangesPath
  1.4   +5 -0  jakarta-struts/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-struts/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml   8 Aug 2003 06:16:21 -   1.3
  +++ project.xml   10 Aug 2003 02:39:28 -  1.4
  @@ -173,6 +173,11 @@
organization/organization
   /developer
   
  +developer
  +nameSteve Raeburn/name
  +emailsraeburn at apache.org/email
  + organization/organization
  +/developer
   
 /developers
 contributors
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-struts project.xml

2003-08-14 Thread rleland
rleland 2003/08/09 20:56:15

  Modified:.project.xml
  Log:
  Small change to site generation logo.
  
  Revision  ChangesPath
  1.5   +2 -2  jakarta-struts/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-struts/project.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.xml   10 Aug 2003 02:39:28 -  1.4
  +++ project.xml   10 Aug 2003 03:56:15 -  1.5
  @@ -7,9 +7,9 @@
 organization
   nameApache Software Foundation/name
   urlhttp://jakarta.apache.org//url
  +logo href=/doc/images/struts.jpgStruts/logo
 /organization
 inceptionYear2000/inceptionYear
  -  logo href=/doc//images/struts.jpgCommons/logo
   
 packageorg.apache.struts/package
   
  @@ -62,7 +62,7 @@
 versions
   version
 id1.0.2/id
  -  name1.0.02/name
  +  name1.0.2/name
 tagSTRUTS_1_0_2/tag
   /version
   version
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-struts project.xml

2003-08-14 Thread rleland
rleland 2003/08/07 20:34:10

  Added:   .project.xml
  Log:
  Here is my donation for a maven project file.
  We still need a maven.xml file to generate the
  distribution, I believe. I'm not making any
  promises when I'll get around to creating the
  maven.xml, since I don't know anything about maven.
  
  So feel free to jump in !
  
  Revision  ChangesPath
  1.1  jakarta-struts/project.xml
  
  Index: project.xml
  ===
  ?xml version=1.0?
  project
pomVersion3/pomVersion
namestruts/name
idStruts/id
currentVersion1.2-dev/currentVersion
organization
  nameApache Software Foundation/name
  urlhttp://jakarta.apache.org//url
/organization
inceptionYear2000/inceptionYear
packageorg.apache.struts/package
  
shortDescriptionMVC Web Application Framework/shortDescription
  
!-- Gump integration --
gumpRepositoryIdjakarta/gumpRepositoryId
  
description
   The core of the Struts framework is a flexible control layer based on standard
   technologies like Java Servlets, JavaBeans, ResourceBundles, 
   and Extensible Markup Language (XML), as well as various Jakarta Commons packages.
   Struts encourages application architectures based on the Model 2 approach, a 
variation
   of the classic  Model-View-Controller (MVC) design paradigm.
  
  Struts provides its own Controller component and integrates with other technologies
  to provide the Model and the View. For the Model, Struts can interact with any 
standard
  data access technology, including Enterprise Java Beans, JDBC, and Object Relational 
Bridge.
  For the View, Struts works well with JavaServer Pages, including JSTL and JSF, 
  as well as Velocity Templates, XSLT, and other presentation systems.
  
  The Struts framework provides the invisible underpinnings every professional 
  web application needs to survive. Struts helps you create an extensible 
  development environment for your application, based on published standards
  and proven design patterns.
  
/description
  
urlhttp://jakarta.apache.org//url
issueTrackingUrl
  http://issues.apache.org/bugzilla/
/issueTrackingUrl
siteAddressjakarta.apache.org/struts/siteAddress
siteDirectory
  /www/jakarta.apache.org/struts
/siteDirectory
distributionDirectory
  /www/jakarta.apache.org/builds/jakarta-turbine-maven/
/distributionDirectory
  
repository
  connection
scm:cvs:pserver:[EMAIL PROTECTED]:/home/cvspublic:maven
  /connection
  url
http://cvs.apache.org/viewcvs/maven/
  /url
/repository
  
versions
  version
id1.0.2/id
name1.0.02/name
tagSTRUTS_1_0_2/tag
  /version
  version
id1.1.0/id
name1.1.0/name
tagSTRUTS_1_1/tag
  /version
/versions
  
mailingLists
  mailingList
nameStruts User List/name
subscribe
  [EMAIL PROTECTED]
/subscribe
unsubscribe
  [EMAIL PROTECTED]
/unsubscribe
archive
  http://nagoya.apache.org/eyebrowse/SummarizeList?listId=42
/archive
  /mailingList
  mailingList
nameStruts Developer List/name
subscribe
  [EMAIL PROTECTED]
/subscribe
unsubscribe
  [EMAIL PROTECTED]
/unsubscribe
archive
  http://nagoya.apache.org/eyebrowse/SummarizeList?listId=41
/archive
  /mailingList
/mailingLists
  
developers
  
  developer
  nameCraig R. McClanahan/name
   emailcraigmcc at apache.org/email
   organization/organization
  /developer
  
  developer
  nameTed Husted/name
   emailhusted at apache.org/email
   organization/organization
  /developer
  
  developer
  nameRob Leland/name
   emailrleland at apache.org/email
   organization/organization
  /developer
  
  developer
  nameCedric Dumoulin/name
   emailcedric.dumoulin at lifl.fr/email
organization/organization
  /developer
  
  developer
  nameMartin Cooper/name
   emailmartinc at apache.org/email
organization/organization
  /developer
  
  developer
  nameArron Bates/name
   emailarron at apache.org/email
organization/organization
  /developer
  
  developer
  nameJames Holmes/name
   emailjholmes at apache.org/email
organization/organization
  /developer
  
  developer
  nameDavid M. Karr/name
   emaildmkarr at apache.org/email
organization/organization
  /developer
  
  developer
  nameEddie