cvs commit: jakarta-commons/net build.xml

2004-09-28 Thread rwinston
rwinston2004/09/28 02:04:58

  Modified:net  build.xml
  Log:
  Remove examples/ from redistributable .jar
  
  Revision  ChangesPath
  1.29  +4 -1  jakarta-commons/net/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-commons/net/build.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- build.xml 24 Sep 2004 13:47:48 -  1.28
  +++ build.xml 28 Sep 2004 09:04:58 -  1.29
  @@ -61,7 +61,10 @@
   /copy
 /target
 target name=jar description=o Create the jar depends=compile,test
  -jar jarfile=${defaulttargetdir}/${final.name}.jar excludes=**/package.html 
basedir=${classesdir}
  +jar jarfile=${defaulttargetdir}/${final.name}.jar
  + fileset dir=${classesdir}
  + exclude name=**/examples/**/
  + /fileset
   /jar
 /target
 target name=clean description=o Clean up the generated directories
  
  
  

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



cvs commit: jakarta-commons/net build.xml

2004-09-24 Thread rwinston
rwinston2004/09/24 06:47:48

  Modified:net  build.xml
  Log:
  remove private members from generated Javadoc, as per TODO list
  
  Revision  ChangesPath
  1.28  +2 -2  jakarta-commons/net/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-commons/net/build.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- build.xml 9 Sep 2004 03:26:42 -   1.27
  +++ build.xml 24 Sep 2004 13:47:48 -  1.28
  @@ -146,7 +146,7 @@
   /property
   property name=title value=Jakarta Commons Net 1.3.0-dev API
   /property
  -javadoc use=true private=true destdir=${javadocdir} author=true 
version=true sourcepath=src/java packagenames=org.apache.commons.net.*
  +javadoc use=true private=false destdir=${javadocdir} author=true 
version=true sourcepath=src/java packagenames=org.apache.commons.net.*
 classpath
   path refid=build.classpath
   /path
  @@ -167,4 +167,4 @@
   unjar dest=${maven.home} src=${user.home}/maven-install-latest.jar
   /unjar
 /target
  -/project
  \ No newline at end of file
  +/project
  
  
  

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



cvs commit: jakarta-commons/net build.xml

2004-09-08 Thread rwinston
rwinston2004/09/08 08:36:23

  Modified:net  build.xml
  Log:
  Remove the POP3 tests from the default test target for now - Gump was complaining. 
It would be  nice to be able to e.g. programmatically start James for the purposes of 
NNTP and POP3 testing. Maybe later.
  
  Revision  ChangesPath
  1.26  +3 -3  jakarta-commons/net/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-commons/net/build.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- build.xml 7 May 2004 03:08:43 -   1.25
  +++ build.xml 8 Sep 2004 15:36:23 -   1.26
  @@ -107,8 +107,8 @@
   fileset dir=src/test
 include name=**/*Test.java
 /include
  -  exclude name=**/*FunctionalTest.java
  -  /exclude
  +   exclude name=**/*FunctionalTest.java /
  +   exclude name=**/*POP3*.java /
   /fileset
 /batchtest
   /junit
  @@ -169,4 +169,4 @@
   unjar dest=${maven.home} src=${user.home}/maven-install-latest.jar
   /unjar
 /target
  -/project
  \ No newline at end of file
  +/project
  
  
  

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



cvs commit: jakarta-commons/net build.xml project.xml

2004-09-08 Thread brekke
brekke  2004/09/08 20:26:42

  Modified:net  build.xml project.xml
  Log:
  Bringing our POM up to date and regen'd the build.xml
  
  Revision  ChangesPath
  1.27  +50 -52jakarta-commons/net/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-commons/net/build.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- build.xml 8 Sep 2004 15:36:23 -   1.26
  +++ build.xml 9 Sep 2004 03:26:42 -   1.27
  @@ -1,22 +1,7 @@
   ?xml version=1.0 encoding=UTF-8?
  -!--
  -   Copyright 2002-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.
  ---
  -
  -!--build.xml generated by maven from project.xml version 1.2.0-dev
  -  on date February 16 2004, time 2310--
  +!--build.xml generated by maven from project.xml version 1.3.0-dev
  +  on date September 8 2004, time 2216--
   
   project default=jar name=commons-net basedir=.
 property name=defaulttargetdir value=target
  @@ -27,6 +12,8 @@
 /property
 property name=testclassesdir value=target/test-classes
 /property
  +  property name=testclassesdir value=target/test-classes
  +  /property
 property name=testreportdir value=target/test-reports
 /property
 property name=distdir value=dist
  @@ -35,6 +22,12 @@
 /property
 property name=final.name value=commons-net-1.3.0-dev
 /property
  +  path id=build.classpath
  +fileset dir=${libdir}
  +  include name=**/*.jar
  +  /include
  +/fileset
  +  /path
 target name=init description=o Initializes some properties
   mkdir dir=${libdir}
   /mkdir
  @@ -42,6 +35,10 @@
 equals arg2=only arg1=${build.sysclasspath}
 /equals
   /condition
  +!--Test if JUNIT is present in ANT classpath--
  +
  +available property=Junit.present classname=junit.framework.Test
  +/available
 /target
 target name=compile description=o Compile the code depends=get-deps
   mkdir dir=${classesdir}
  @@ -51,16 +48,20 @@
   pathelement location=src/java
   /pathelement
 /src
  -  classpath
  -fileset dir=${libdir}
  -  include name=*.jar
  -  /include
  -/fileset
  +  classpath refid=build.classpath
 /classpath
   /javac
  +mkdir dir=${classesdir}/META-INF
  +/mkdir
  +copy todir=${classesdir}/META-INF
  +  fileset dir=.
  +include name=NOTICE.txt
  +/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 jarfile=${defaulttargetdir}/${final.name}.jar excludes=**/package.html 
basedir=${classesdir}
   /jar
 /target
 target name=clean description=o Clean up the generated directories
  @@ -75,7 +76,7 @@
   copy todir=dist
 fileset dir=${defaulttargetdir} includes=*.jar
 /fileset
  -  fileset dir=${basedir} includes=LICENSE*, NOTICE*, README*
  +  fileset dir=${basedir} includes=LICENSE*, README*
 /fileset
   /copy
 /target
  @@ -83,7 +84,7 @@
   fail message=There were test failures.
   /fail
 /target
  -  target name=internal-test depends=compile-tests
  +  target name=internal-test if=Junit.present 
depends=junit-present,compile-tests
   mkdir dir=${testreportdir}
   /mkdir
   junit dir=./ failureproperty=test.failure printSummary=yes fork=true 
haltonerror=true
  @@ -94,10 +95,8 @@
 formatter usefile=false type=plain
 /formatter
 classpath
  -fileset dir=${libdir}
  -  include name=*.jar
  -  /include
  -/fileset
  +path refid=build.classpath
  +/path
   pathelement path=${testclassesdir}
   /pathelement
   pathelement path=${classesdir}
  @@ -107,13 +106,20 @@
   fileset dir=src/test
 include name=**/*Test.java
 /include
  -   exclude name=**/*FunctionalTest.java /
  -   exclude name=**/*POP3*.java /
  +  exclude name=**/*FunctionalTest.java
  +  /exclude
  +  exclude name=**/*POP3*.java
  +  /exclude
   /fileset
 /batchtest
   /junit
 /target
  -  target name=compile-tests depends=compile
  +  

Re: cvs commit: jakarta-commons/net build.xml

2004-09-08 Thread Jeffrey D. Brekke

The build.xml is generated from maven via the 'maven ant' goal.  We do
have a test:functional ( inside maven.xml ) goal also in maven to
execute any test whose name ends with *FunctionalTest, 'maven
test:functional'.  I'll commit changes to project.xml, regen the
build.xml and commit.

Maybe our test:functional goal could start/stop some server or
something?

 On Wed, 08 Sep 2004 15:36:23 +, [EMAIL PROTECTED] said:

 rwinston 2004/09/08 08:36:23 Modified: net build.xml Log: Remove the
 POP3 tests from the default test target for now - Gump was
 complaining. It would be nice to be able to e.g. programmatically
 start James for the purposes of NNTP and POP3 testing. Maybe later.
  
   Revision Changes Path 1.26 +3 -3 jakarta-commons/net/build.xml
  
   Index: build.xml
 ===
 RCS file: /home/cvs/jakarta-commons/net/build.xml,v retrieving
 revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 ---
 build.xml 7 May 2004 03:08:43 - 1.25 +++ build.xml 8 Sep 2004
 15:36:23 - 1.26 @@ -107,8 +107,8 @@ fileset dir=src/test
 include name=**/*Test.java /include - exclude
 name=**/*FunctionalTest.java - /exclude + exclude
 name=**/*FunctionalTest.java / + exclude name=**/*POP3*.java
 / /fileset /batchtest /junit @@ -169,4 +169,4 @@ unjar
 dest=${maven.home} src=${user.home}/maven-install-latest.jar
 /unjar /target -/project \ No newline at end of file
 +/project

-- 
=
Jeffrey D. Brekke   [EMAIL PROTECTED]
Wisconsin,  USA [EMAIL PROTECTED]
[EMAIL PROTECTED]


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



cvs commit: jakarta-commons/net build.xml

2004-05-06 Thread scohen
scohen  2004/05/06 20:08:43

  Modified:net  build.xml
  Log:
  update version number to 1.3.0-dev after release of 1.2.1
  
  Revision  ChangesPath
  1.25  +2 -2  jakarta-commons/net/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-commons/net/build.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- build.xml 5 May 2004 03:40:22 -   1.24
  +++ build.xml 7 May 2004 03:08:43 -   1.25
  @@ -33,7 +33,7 @@
 /property
 property name=javadocdir value=dist/docs/api
 /property
  -  property name=final.name value=commons-net-1.2.1
  +  property name=final.name value=commons-net-1.3.0-dev
 /property
 target name=init description=o Initializes some properties
   mkdir dir=${libdir}
  @@ -140,7 +140,7 @@
   /tstamp
   property name=copyright value=Copyright amp;copy;  Apache Software 
Foundation. All Rights Reserved.
   /property
  -property name=title value=Jakarta Commons/Net 1.2.1 API
  +property name=title value=Jakarta Commons/Net 1.2.0 API
   /property
   javadoc use=true private=true destdir=${javadocdir} author=true 
version=true sourcepath=src/java packagenames=org.apache.commons.net.*
 classpath
  
  
  

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



cvs commit: jakarta-commons/net build.xml project.xml

2004-05-01 Thread scohen
scohen  2004/05/01 11:55:22

  Modified:net  build.xml project.xml
  Log:
  update version number to 1.3.0-dev after release of 1.2.0
  
  Revision  ChangesPath
  1.23  +1 -1  jakarta-commons/net/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-commons/net/build.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- build.xml 29 Feb 2004 10:27:29 -  1.22
  +++ build.xml 1 May 2004 18:55:21 -   1.23
  @@ -33,7 +33,7 @@
 /property
 property name=javadocdir value=dist/docs/api
 /property
  -  property name=final.name value=commons-net-1.2.0-dev
  +  property name=final.name value=commons-net-1.3.0-dev
 /property
 target name=init description=o Initializes some properties
   mkdir dir=${libdir}
  
  
  
  1.49  +1 -1  jakarta-commons/net/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-commons/net/project.xml,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- project.xml   1 May 2004 00:59:32 -   1.48
  +++ project.xml   1 May 2004 18:55:21 -   1.49
  @@ -19,7 +19,7 @@
 
 nameJakarta Commons Net/name
 idcommons-net/id
  -  currentVersion1.2.0/currentVersion
  +  currentVersion1.3.0-dev/currentVersion
 inceptionYear1997/inceptionYear
 shortDescriptionJakarta Commons Net/shortDescription
 description/
  
  
  

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



cvs commit: jakarta-commons/net build.xml project.xml

2004-01-05 Thread dfs
dfs 2004/01/05 08:17:27

  Modified:net  build.xml project.xml
  Log:
  Changed dependency from oro 2.0.7 to 2.0.8 since the newer version contains bug 
fixes.
  
  Revision  ChangesPath
  1.19  +1 -1  jakarta-commons/net/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-commons/net/build.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- build.xml 29 Dec 2003 20:25:12 -  1.18
  +++ build.xml 5 Jan 2004 16:17:27 -   1.19
  @@ -139,7 +139,7 @@
   /javadoc
 /target
 target name=get-deps unless=noget depends=init
  -get dest=${libdir}/oro-2.0.7.jar usetimestamp=true ignoreerrors=true 
src=http://www.ibiblio.org/maven/oro/jars/oro-2.0.7.jar;
  +get dest=${libdir}/oro-2.0.8.jar usetimestamp=true ignoreerrors=true 
src=http://www.ibiblio.org/maven/oro/jars/oro-2.0.8.jar;
   /get
   get dest=${libdir}/junit-3.8.1.jar usetimestamp=true ignoreerrors=true 
src=http://www.ibiblio.org/maven/junit/jars/junit-3.8.1.jar;
   /get
  
  
  
  1.37  +1 -1  jakarta-commons/net/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-commons/net/project.xml,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- project.xml   1 Jan 2004 17:33:03 -   1.36
  +++ project.xml   5 Jan 2004 16:17:27 -   1.37
  @@ -119,7 +119,7 @@
 dependencies
dependency
   idoro/id
  -version2.0.7/version
  +version2.0.8/version
 /dependency
 /dependencies
 
  
  
  

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



cvs commit: jakarta-commons/net build.xml

2004-01-05 Thread brekke
brekke  2004/01/05 20:26:12

  Modified:net  build.xml
  Log:
  Newly generated build.xml which removes the jar dep on the javadoc target.
  
  Revision  ChangesPath
  1.20  +3 -3  jakarta-commons/net/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-commons/net/build.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- build.xml 5 Jan 2004 16:17:27 -   1.19
  +++ build.xml 6 Jan 2004 04:26:12 -   1.20
  @@ -1,7 +1,7 @@
   ?xml version=1.0 encoding=UTF-8?
   
   !--build.xml generated by maven from project.xml version 1.2.0-dev
  -  on date December 29 2003, time 1419--
  +  on date January 5 2004, time 2208--
   
   project default=jar name=commons-net basedir=.
 property name=defaulttargetdir value=target
  @@ -116,7 +116,7 @@
 /classpath
   /javac
 /target
  -  target name=javadoc description=o Generate javadoc depends=jar
  +  target name=javadoc description=o Generate javadoc
   mkdir dir=${javadocdir}
   /mkdir
   tstamp
  @@ -154,4 +154,4 @@
   unjar dest=${maven.home} src=${user.home}/maven-install-latest.jar
   /unjar
 /target
  -/project
  +/project
  \ No newline at end of file
  
  
  

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



cvs commit: jakarta-commons/net build.xml

2003-12-29 Thread brekke
brekke  2003/12/29 12:25:12

  Modified:net  build.xml
  Log:
  Minor, just updating version numbers.
  
  Revision  ChangesPath
  1.18  +5 -7  jakarta-commons/net/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-commons/net/build.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- build.xml 30 Apr 2003 13:29:20 -  1.17
  +++ build.xml 29 Dec 2003 20:25:12 -  1.18
  @@ -1,9 +1,7 @@
   ?xml version=1.0 encoding=UTF-8?
   
  -!--
  -  build.xml generated by maven from project.xml version 1.0.1-dev
  -  on date April 30 2003, time 0824
  ---
  +!--build.xml generated by maven from project.xml version 1.2.0-dev
  +  on date December 29 2003, time 1419--
   
   project default=jar name=commons-net basedir=.
 property name=defaulttargetdir value=target
  @@ -20,7 +18,7 @@
 /property
 property name=javadocdir value=dist/docs/api
 /property
  -  property name=final.name value=commons-net-1.0.1-dev
  +  property name=final.name value=commons-net-1.2.0-dev
 /property
 target name=init description=o Initializes some properties
   mkdir dir=${libdir}
  @@ -127,7 +125,7 @@
   /tstamp
   property name=copyright value=Copyright amp;copy;  Apache Software 
Foundation. All Rights Reserved.
   /property
  -property name=title value=Jakarta Commons/Net 1.0.1-dev API
  +property name=title value=Jakarta Commons/Net 1.2.0-dev API
   /property
   javadoc use=true private=true destdir=${javadocdir} author=true 
version=true sourcepath=src/java packagenames=org.apache.commons.net.*
 classpath
  @@ -156,4 +154,4 @@
   unjar dest=${maven.home} src=${user.home}/maven-install-latest.jar
   /unjar
 /target
  -/project
  \ No newline at end of file
  +/project
  
  
  

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



cvs commit: jakarta-commons/net build.xml

2003-03-02 Thread scohen
scohen  2003/03/02 10:22:24

  Modified:net  build.xml
  Log:
  add dependency for oro jar
  
  Revision  ChangesPath
  1.16  +6 -4  jakarta-commons/net/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-commons/net/build.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- build.xml 26 Jan 2003 05:39:25 -  1.15
  +++ build.xml 2 Mar 2003 18:22:24 -   1.16
  @@ -15,7 +15,7 @@
 /property
 property name=javadocdir value=dist/docs/api
 /property
  -  property name=final.name value=commons-net-1.0.0-dev
  +  property name=final.name value=commons-net-1.0.1-dev
 /property
 target name=init description=o Initializes some properties
   mkdir dir=${libdir}
  @@ -41,7 +41,7 @@
 /classpath
   /javac
 /target
  -  target name=jar description=o Create the jar depends=compile
  +  target name=jar description=o Create the jar depends=compile,test
   jar jarfile=target/${final.name}.jar excludes=**/package.html 
basedir=${classesdir}
   /jar
 /target
  @@ -120,7 +120,7 @@
   /tstamp
   property name=copyright value=Copyright amp;copy;  Apache Software 
Foundation. All Rights Reserved.
   /property
  -property name=title value=Jakarta Commons/Net 1.0.0-dev API
  +property name=title value=Jakarta Commons/Net 1.0.1-dev API
   /property
   javadoc use=true private=true destdir=${javadocdir} author=true 
version=true sourcepath=src/java packagenames=org.apache.commons.net.*
 classpath
  @@ -134,6 +134,8 @@
   /javadoc
 /target
 target name=get-deps unless=noget depends=init
  +get dest=${libdir}/oro-2.0.7.jar usetimestamp=true ignoreerrors=true 
src=http://www.ibiblio.org/maven/oro/jars/oro-2.0.7.jar;
  +/get
   get dest=${libdir}/junit-3.8.1.jar usetimestamp=true ignoreerrors=true 
src=http://www.ibiblio.org/maven/junit/jars/junit-3.8.1.jar;
   /get
   get dest=${libdir}/ant-1.5.jar usetimestamp=true ignoreerrors=true 
src=http://www.ibiblio.org/maven/ant/jars/ant-1.5.jar;
  @@ -147,4 +149,4 @@
   unjar dest=${maven.home} src=${user.home}/maven-install-latest.jar
   /unjar
 /target
  -/project
  +/project
  \ No newline at end of file
  
  
  

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