cvs commit: jakarta-commons-sandbox/sql project.xml

2004-02-27 Thread bayard
bayard  2004/02/27 21:34:02

  Modified:sql  project.xml
  Log:
  switched to use super-pom
  
  Revision  ChangesPath
  1.18  +1 -50 jakarta-commons-sandbox/sql/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-commons-sandbox/sql/project.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- project.xml   28 Feb 2004 05:01:26 -  1.17
  +++ project.xml   28 Feb 2004 05:34:02 -  1.18
  @@ -1,16 +1,12 @@
   ?xml version=1.0?
   project
   
  +  extend../sandbox-build/project.xml/extend
 version3/version
 namecommons-sql/name
 idcommons-sql/id
 currentVersion1.0-dev/currentVersion
   
  -  organization
  -nameApache Software Foundation/name
  -urlhttp://www.apache.org/url
  -logohttp://jakarta.apache.org/images/jakarta-logo-blue.gif/logo
  -  /organization
 logo/images/logo.jpg/logo
   
 inceptionYear2002/inceptionYear
  @@ -18,36 +14,11 @@
   
 shortDescriptionProject Management Tools/shortDescription
   
  -  !-- Gump integration --
  -  gumpRepositoryIdjakarta/gumpRepositoryId
  -
 description
   The Commons SQL package is a set of tools for dealing with various
   databases.
 /description
   
  -  urlhttp://jakarta.apache.org/commons/sql//url
  -  cvsWebUrlhttp://cvs.apache.org/viewcvs/jakarta-commons-sandbox/sql//cvsWebUrl
  -  
issueTrackingUrlhttp://nagoya.apache.org:8080/scarab/servlet/scarab//issueTrackingUrl
  -  siteAddressjakarta.apache.org/siteAddress
  -  siteDirectory/www/jakarta.apache.org/commons/sandbox/sql//siteDirectory
  -  
distributionDirectory/www/jakarta.apache.org/builds/jakarta-commons-sandbox/sql//distributionDirectory
  -
  -  mailingLists
  -mailingList
  -  nameCommons User List/name
  -  subscribe[EMAIL PROTECTED]/subscribe
  -  unsubscribe[EMAIL PROTECTED]/unsubscribe
  -  archivehttp://nagoya.apache.org:8080/eyebrowse/[EMAIL PROTECTED]/archive
  -/mailingList
  -mailingList
  -  nameCommons Developer List/name
  -  subscribe[EMAIL PROTECTED]/subscribe
  -  unsubscribe[EMAIL PROTECTED]/unsubscribe
  -  archivehttp://nagoya.apache.org:8080/eyebrowse/[EMAIL PROTECTED]/archive
  -/mailingList
  -  /mailingLists
  -
 developers
   
   developer
  @@ -79,17 +50,6 @@
   
 /developers
   
  -
  -  repository
  -connection
  -scm:cvs:pserver:[EMAIL 
PROTECTED]:/home/cvspublic:jakarta-commons-sandbox/sql
  -/connection
  -
  -urlhttp://cvs.apache.org/viewcvs/jakarta-commons-sandbox/sql/url
  -  /repository
  -
  -
  -
 dependencies
dependency
 idcommons-logging/id
  @@ -166,12 +126,6 @@
   
 build
   
  -nagEmailAddress[EMAIL PROTECTED]/nagEmailAddress
  -sourceDirectorysrc/java/sourceDirectory
  -unitTestSourceDirectorysrc/test/unitTestSourceDirectory
  -integrationUnitTestSourceDirectory/
  -aspectSourceDirectory/
  -
   !-- Unit test classes --
   unitTest
 includes
  @@ -185,9 +139,6 @@
 /resources
   /unitTest
   
  -
  -!-- Integration unit test classes --
  -integrationUnitTestPatterns/integrationUnitTestPatterns
   
   !-- 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-commons-sandbox/sql project.xml

2003-11-18 Thread matth
matth   2003/11/18 15:19:14

  Modified:sql  project.xml
  Log:
  Updated maven build to newest jelly version (was broken otehrwise) and updated code 
samples in docs to display correctly.
  
  Revision  ChangesPath
  1.13  +27 -19jakarta-commons-sandbox/sql/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-commons-sandbox/sql/project.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- project.xml   30 Apr 2003 11:15:42 -  1.12
  +++ project.xml   18 Nov 2003 23:19:13 -  1.13
  @@ -1,6 +1,6 @@
   ?xml version=1.0?
   project
  -  
  +
 version3/version
 namecommons-sql/name
 idcommons-sql/id
  @@ -9,7 +9,7 @@
 organization
   nameApache Software Foundation/name
   urlhttp://www.apache.org/url
  -logo/images/jakarta-logo-blue.gif/logo
  +logohttp://jakarta.apache.org/images/jakarta-logo-blue.gif/logo
 /organization
 logo/images/logo.jpg/logo
   
  @@ -74,12 +74,21 @@
 /developers
   
   
  +  repository
  +connection
  +scm:cvs:pserver:[EMAIL 
PROTECTED]:/home/cvspublic:jakarta-commons-sandbox/sql
  +/connection
  +
  +urlhttp://cvs.apache.org/viewcvs/jakarta-commons-sandbox/sql/url
  +  /repository
  +
  +
 !-- Need to mark these as compile-time/run-time --
   
 dependencies
dependency
 idcommons-logging/id
  -  version1.0.2/version
  +  version1.0.3/version
   /dependency
   
   dependency
  @@ -98,18 +107,17 @@
   
   dependency
 idcommons-digester/id
  -  version1.3/version
  +  version1.5/version
   /dependency
   
  -
  - dependency
  +dependency
 idcommons-betwixt/id
  -  version1.0-alpha-1/version
  +  version1.0-beta-1-dev/version
   /dependency
   
   dependency
 idcommons-jelly/id
  -  version1.0-beta-4/version
  +  versionSNAPSHOT/version
   /dependency
   
   dependency
  @@ -138,12 +146,12 @@
 idxml-apis/id
 version1.0.b2/version
   /dependency
  -
  +
   dependency
 idxerces/id
  -  version2.0.2/version
  +  version2.5.0/version
   /dependency
  -
  +
   !-- database used for testing --
   dependency
 idaxion/id
  @@ -156,8 +164,8 @@
   
 /dependencies
   
  - 
  - 
  +
  +
 build
   
   nagEmailAddress[EMAIL PROTECTED]/nagEmailAddress
  @@ -173,18 +181,18 @@
 /includes
   /unitTest
   
  -
  +
   !-- Integration unit test classes --
   integrationUnitTestPatterns/integrationUnitTestPatterns
   
   !-- J A R  R E S O U R C E S --
   !-- Resources that are packaged up inside the JAR file --
   resources
  - directorysrc/java/directory
  - includes
  - include**/*.properties/include
  - include**/*.betwixt/include
  - /includes
  +directorysrc/java/directory
  +includes
  +include**/*.properties/include
  +include**/*.betwixt/include
  +/includes
   /resources
 /build
   /project
  
  
  

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



cvs commit: jakarta-commons-sandbox/sql project.xml

2002-11-11 Thread bayard
bayard  2002/11/11 09:11:28

  Modified:sql  project.xml
  Log:
  Noticed that the name of the mailing lists were wrong.
  
  Revision  ChangesPath
  1.10  +2 -2  jakarta-commons-sandbox/sql/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-commons-sandbox/sql/project.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- project.xml   6 Nov 2002 19:30:48 -   1.9
  +++ project.xml   11 Nov 2002 17:11:28 -  1.10
  @@ -35,13 +35,13 @@
   
 mailingLists
   mailingList
  -  nameMaven User List/name
  +  nameCommons User List/name
 subscribe[EMAIL PROTECTED]/subscribe
 unsubscribe[EMAIL PROTECTED]/unsubscribe
 
archivehttp://nagoya.apache.org:8080/eyebrowse/SummarizeList?listName=commons-user;jakarta.apache.org/archive
   /mailingList
   mailingList
  -  nameMaven Developer List/name
  +  nameCommons Developer List/name
 subscribe[EMAIL PROTECTED]/subscribe
 unsubscribe[EMAIL PROTECTED]/unsubscribe
 
archivehttp://nagoya.apache.org:8080/eyebrowse/SummarizeList?listName=commons-dev;jakarta.apache.org/archive
  
  
  

--
To unsubscribe, e-mail:   mailto:commons-dev-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:commons-dev-help;jakarta.apache.org




cvs commit: jakarta-commons-sandbox/sql project.xml build.xml

2002-11-06 Thread jstrachan
jstrachan2002/11/06 11:30:48

  Modified:sql  project.xml build.xml
  Log:
  Created a new Ant build file from the latest Maven Ant plugin so that this project 
now builds and unit test cases run correctly using vanilla Ant as well as in Maven
  
  Revision  ChangesPath
  1.9   +4 -3  jakarta-commons-sandbox/sql/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-commons-sandbox/sql/project.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- project.xml   4 Nov 2002 12:04:46 -   1.8
  +++ project.xml   6 Nov 2002 19:30:48 -   1.9
   -161,10 +161,11 
   !-- J A R  R E S O U R C E S --
   !-- Resources that are packaged up inside the JAR file --
   resources
  -  includes
  -include**/*.properties/include
  + directorysrc/java/directory
  + includes
  + include**/*.properties/include
include**/*.betwixt/include
  -  /includes
  + /includes
   /resources
 /build
   /project
  
  
  
  1.3   +83 -63jakarta-commons-sandbox/sql/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-commons-sandbox/sql/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml 19 Sep 2002 06:39:39 -  1.2
  +++ build.xml 6 Nov 2002 19:30:48 -   1.3
   -6,19 +6,36 
 property name=classesdir value=target/classes/property
 property name=testclassesdir value=target/test-classes/property
 property name=testreportdir value=target/test-reports/property
  +  
  +  
  +  
  +  
  + 
  + 
  +  
  +  
  +  
  +  
  + 
  +  
  +  
  +  property name=resourcedir value=src/java/property
  +  property name=testresourcedir value=./property
  +  
  +  
 property name=distdir value=dist/property
 property name=javadocdir value=target/docs/apidocs/property
 property name=final.name value=commons-sql-1.0-dev/property
 
 target name=init description=o Initializes some properties
  -
  +mkdir dir=lib/mkdir
   condition property=noget
 equals arg2=only arg1=${build.sysclasspath}/equals
   /condition
 /target
  -
  -  target name=jar description=o Create the jar depends=get-deps
   
  +  target name=compile description=o Compile the code depends=get-deps
  +
   mkdir dir=${classesdir}/mkdir
   
   javac destdir=${classesdir} deprecation=true debug=true optimize=false 
excludes=**/package.html
   -31,25 +48,32 
   /fileset
 /classpath
   /javac
  -
  +
   

   

   copy todir=${classesdir}
 
  +  fileset dir=${resourcedir}
 
 
  -  fileset dir=${basedir}
  +include name=**/*.properties/include
 
  -  
  -include name=**/*.properties, **/*.betwixt/include
  +include name=**/*.betwixt/include
 
 
 /fileset
   /copy

   
  +
  +
  +
  +  /target
  +
  +  target name=jar description=o Create the jar depends=compile,test
  +
   jar jarfile=target/${final.name}.jar excludes=**/package.html 
basedir=${classesdir}/jar
   
 /target
   -66,54 +90,57 
   /copy
 /target

  -  target name=test description=o Run the test cases depends=compile-tests
  -mkdir dir=${testreportdir}/mkdir
  -junit dir=./ printSummary=yes fork=true haltonerror=true
  -  sysproperty key=basedir value=src/test/sysproperty
  -  formatter type=xml/formatter
  -  formatter usefile=true type=plain/formatter
  -  classpath
  -fileset dir=lib
  -  include name=*.jar/include
  -/fileset
  -pathelement location=target/${final.name}.jar/pathelement
  -pathelement path=${testclassesdir}/pathelement
  -  /classpath
  -  batchtest todir=${testreportdir}
  -fileset dir=src/test
  -  
  -include name=**/Test*.java/include
  -  
  -  
  -/fileset
  -  /batchtest
  -/junit
  +  target name=test description=o Run the test cases if=test.failure 
depends=internal-test
  +fail message=There were test failures./fail
 /target
  -
  -  target name=compile-tests depends=jar
  -mkdir dir=${testclassesdir}/mkdir
  -javac destdir=${testclassesdir} deprecation=true debug=true 
optimize=false excludes=**/package.html
  -  src
  -pathelement location=src/test/pathelement
  -  /src
  -  classpath
  -fileset dir=lib
  -  include name=*.jar/include
  -/fileset
  -pathelement location=target/${final.name}.jar/pathelement
  -  /classpath
  -/javac
  -
  +  target name=internal-test