[JBoss-dev] CVS update: manual build.xml

2002-02-27 Thread Jason Dillon

  User: user57  
  Date: 02/02/27 18:01:01

  Modified:.build.xml
  Log:
   o no more docs-pdf
  
  Revision  ChangesPath
  3.3   +1 -32 manual/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/manual/build.xml,v
  retrieving revision 3.2
  retrieving revision 3.3
  diff -u -r3.2 -r3.3
  --- build.xml 6 Dec 2001 02:16:07 -   3.2
  +++ build.xml 28 Feb 2002 02:01:01 -  3.3
  @@ -12,7 +12,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 3.2 2001/12/06 02:16:07 user57 Exp $ --
  +!-- $Id: build.xml,v 3.3 2002/02/28 02:01:01 user57 Exp $ --
   
   project default=main name=JBoss/Manual
   
  @@ -100,9 +100,6 @@
  value=${HACK.win32.url.prefix}${TEMP.oasis.docbook.xsl.root}/
   property name=oasis.docbook.xsl.chunker.quiet value=0/
   
  -!-- FOP --
  -taskdef name=fop classname=org.apache.fop.tools.anttasks.Fop/
  -
   !-- The combined library classpath --
   path id=library.classpath
   /path
  @@ -135,7 +132,6 @@
   property name=build.html.fancy value=${build.html}/fancy/
   property name=build.html.plain value=${build.html}/plain/
   property name=build.html.printable value=${build.html}/printable/
  -property name=build.pdf value=${module.output}/pdf/
   property name=build.lib value=${module.output}/lib/
   property name=build.reports value=${module.output}/reports/
   
  @@ -360,33 +356,6 @@
include name=**/*/
  /fileset
/copy
  -  /target
  -
  -  !-- 
  - | Generate the PDF manual.
  - |
  - | This currently does not work very well, your mileage will vary.
  -   --
  -  target name=docs-pdf depends=compile
  -
  -!-- Force the use of SAXON XSLT --
  -property system=true 
  -   name=javax.xml.transform.TransformerFactory
  -   value=com.icl.saxon.TransformerFactoryImpl/
  -
  -mkdir dir=${build.pdf}/
  -style style=${oasis.docbook.xsl.root}/fo/docbook.xsl 
  -processor=trax
  -extension=.fo
  -basedir=${build.xdocs}
  -   destdir=${build.pdf}
  -   include name=jbossdocs.xml/
  -/style
  -
  -fop basedir=${build.pdf}
  -  fofile=${build.pdf}/jbossdocs.fo 
  -  pdffile=${build.pdf}/manual.pdf
  -  messagelevel=info/
 /target
   
   
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: manual build.xml

2001-12-03 Thread Scott M Stark

  User: starksm 
  Date: 01/12/03 15:23:14

  Modified:.build.xml
  Log:
  Remove the printable docs from the default build
  
  Revision  ChangesPath
  3.1   +2 -3  manual/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/manual/build.xml,v
  retrieving revision 3.0
  retrieving revision 3.1
  diff -u -r3.0 -r3.1
  --- build.xml 2001/11/18 20:10:40 3.0
  +++ build.xml 2001/12/03 23:23:13 3.1
  @@ -10,7 +10,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 3.0 2001/11/18 20:10:40 gropi Exp $ --
  +!-- $Id: build.xml,v 3.1 2001/12/03 23:23:13 starksm Exp $ --
   
   project default=main name=JBoss/Manual
   
  @@ -332,7 +332,6 @@
   war warfile=${build.lib}/manual.war
 webxml=${build.metadata}/manual-web.xml
 zipfileset prefix=HTML dir=${build.html.fancy}/
  -  zipfileset prefix=printable dir=${build.html.printable}/
   /war

   ear earfile=${build.lib}/manual.ear
  @@ -359,7 +358,7 @@
   
 !-- Generate most HTML manual formats --
 target name=docs-html 
  -   depends=docs-html-fancy, docs-html-printable/
  +   depends=docs-html-fancy/
   
 !-- Generate the fancy HTML manual --
 target name=docs-html-fancy depends=compile
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: manual build.xml

2001-09-11 Thread Jason Dillon

  User: user57  
  Date: 01/09/11 17:08:42

  Modified:.build.xml
  Log:
   o moved all task.properties includes to the bottom of _configure
   o changed non init or configure call usage to use depends=
  
  Revision  ChangesPath
  1.22  +6 -7  manual/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/manual/build.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- build.xml 2001/09/11 05:29:11 1.21
  +++ build.xml 2001/09/12 00:08:41 1.22
  @@ -10,7 +10,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.21 2001/09/11 05:29:11 user57 Exp $ --
  +!-- $Id: build.xml,v 1.22 2001/09/12 00:08:41 user57 Exp $ --
   
   project default=main name=JBoss/Manual
   
  @@ -145,6 +145,9 @@
   call target=_configure-libraries/
   call target=_configure-modules/
   call target=_configure-tasks/
  +
  +!-- Load common task properties --
  +property resource=planet57/tools/buildmagic/task.properties/
 /target
   
 !-- Configure the thirdparty tools required to build this module. --
  @@ -180,9 +183,6 @@
   
 !-- Configure the tasks used by this module. --
 target name=_configure-tasks unless=configure-tasks.disable
  -!-- Load common task properties --
  -property resource=planet57/tools/buildmagic/task.properties/
  -
   !-- Where source files live --
   property name=source.metadata value=${module.source}/metadata/
   property name=source.examples value=${module.source}/examples/
  @@ -518,9 +518,8 @@
| Run all tests.
  --
   
  -  target name=tests depends=init description=Execute all tests.
  -call target=tests-junit/
  -call target=tests-reports/
  +  target name=tests depends=init, tests-junit, tests-reports 
  +   description=Execute all tests.
 /target
   
 !--
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: manual build.xml

2001-09-10 Thread Jason Dillon

  User: user57  
  Date: 01/09/10 22:29:11

  Modified:.build.xml
  Log:
   o updating build system, see mail to jboss-dev for more details
  
  Revision  ChangesPath
  1.21  +325 -162  manual/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/manual/build.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- build.xml 2001/09/04 19:35:52 1.20
  +++ build.xml 2001/09/11 05:29:11 1.21
  @@ -10,7 +10,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.20 2001/09/04 19:35:52 user57 Exp $ --
  +!-- $Id: build.xml,v 1.21 2001/09/11 05:29:11 user57 Exp $ --
   
   project default=main name=JBoss/Manual
   
  @@ -19,158 +19,228 @@
 !-- == --
   
 !-- Load Buildmagic extention tasks. --
  -  taskdef name=taskdef classname=planet57.tools.buildmagic.task.Taskdef/
 taskdef resource=planet57/tools/buildmagic/task/autoload.properties/
  +  taskdef name=property classname=planet57.tools.buildmagic.task.Property/
   
  -  !-- Setup the basic project roots. --
  -  path id=project.rootpathelement location=..//path
  -  property name=project.root refid=project.root/
  -  property name=control.root value=${project.root}/build/
  +  !-- Initialize the build system. --
  +  target name=init depends=_init-prepare unless=init.disable
  +!-- Perform any setup required if we are a child of another build --
  +call target=_init-child/
  +
  +!-- Setup the basic project roots. --
  +path id=project.rootpathelement location=..//path
  +property name=project.root refid=project.root/ 
  +property name=project.build value=${project.root}/build/
 
  -  !-- Include user and project property overrides. --
  -  property file=${user.home}/.buildmagic.properties/
  -  property file=${user.home}/.ant.properties/
  -  property file=${control.root}/local.properties/
  -
  -  !-- Setup the basic environment for a project build module. --
  -  property name=project.output value=${control.root}/output/
  -  property name=project.release value=${project.output}/
  -  property name=tools.root value=${project.root}/tools/
  -  property name=thirdparty.root value=${project.root}/thirdparty/
  -
  -  !-- Setup the basic environment for a source module. --
  -  property name=module.root value=${basedir}/
  -  property name=module.source value=${module.root}/src/
  -  property name=module.output value=${module.root}/output/
  -  property name=module.build value=${module.output}/
  -  property name=module.release value=${module.output}/
  -  property file=${module.root}/local.properties/
  +!-- Include user and project property overrides. --
  +property file=${user.home}/.buildmagic.properties/
  +property file=${user.home}/.ant.properties/
  +
  +!-- Setup the project environment. --
  +property file=${project.build}/local.properties/
  +property name=project.tools value=${project.root}/tools/
  +property name=project.thirdparty value=${project.root}/thirdparty/
  +
  +!-- Setup the module environment. --
  +property name=module.root value=${basedir}/
  +call target=_init-local-properties/
  +property file=${module.root}/local.properties/
  +property name=module.source value=${module.root}/src/
  +property name=module.output value=${module.root}/output/
  +property name=module.tools value=${module.root}/tools/
  +property name=module.thirdparty value=${module.root}/thirdparty/
   
  -  !-- Initialize the build system. --
  -  target name=init unless=initialized-already depends=init-buildlog
  +!-- Setup the build.log --
  +call target=_init-buildlog/
  +
  +!-- Load common properties --
  +property resource=planet57/tools/buildmagic/common.properties/
  +
  +!-- Setup the build timestamp  build identifer properties --
   tstamp
 format property=build.number pattern=MMddHHmm/
   /tstamp
  -property name=build.id value=DEV/
  +property name=build.id value=${build.number}/
   
  -property resource=planet57/tools/buildmagic/common.properties/
  -property resource=planet57/tools/buildmagic/task.properties/
  +!-- Invoke the configure task --
  +call target=_configure/
   
  -moduleinfo/
  +!-- Late bind properties  install filters --
   resolver force=${buildmagic.resolveproperties.force}/
   propertyfilter all=${buildmagic.propertyfilter.all}/
  -property name=initialized-already value=true/
  -  /target
   
  -  target name=init-buildlog unless=buildlog-disabled
  -record name=${basedir}/build.log append=no loglevel=info/
  -  /target
  -
  -
  -  !-- == --
  -  

[JBoss-dev] CVS update: manual build.xml

2001-09-04 Thread Jason Dillon

  User: user57  
  Date: 01/09/04 12:35:52

  Modified:.build.xml
  Log:
   o removed extra ''
  
  Revision  ChangesPath
  1.20  +2 -2  manual/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/manual/build.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- build.xml 2001/09/04 05:08:07 1.19
  +++ build.xml 2001/09/04 19:35:52 1.20
  @@ -10,7 +10,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.19 2001/09/04 05:08:07 user57 Exp $ --
  +!-- $Id: build.xml,v 1.20 2001/09/04 19:35:52 user57 Exp $ --
   
   project default=main name=JBoss/Manual
   
  @@ -79,7 +79,7 @@
   
 !-- == --
 !-- Tool Configuration --
  -  !-- == --
  +  !-- == --
   
 !-- DocBook --
 path id=oasis.docbook.xml.root
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: manual build.xml

2001-09-02 Thread Jason Dillon

  User: user57  
  Date: 01/09/02 17:04:40

  Modified:.build.xml
  Log:
   o changed oasis.docbook.xml.root  oasis.docbook.xsl.root properties to be
 set from a path of the same name.  This should fix some platform problems.
  
  Revision  ChangesPath
  1.18  +9 -3  manual/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/manual/build.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- build.xml 2001/09/01 02:20:52 1.17
  +++ build.xml 2001/09/03 00:04:40 1.18
  @@ -10,7 +10,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.17 2001/09/01 02:20:52 user57 Exp $ --
  +!-- $Id: build.xml,v 1.18 2001/09/03 00:04:40 user57 Exp $ --
   
   project default=main
   
  @@ -82,8 +82,14 @@
 !-- == --
   
 !-- DocBook --
  -  property name=oasis.docbook.xml.root 
value=${thirdparty.root}/oasis/docbook-xml/
  -  property name=oasis.docbook.xsl.root 
value=${thirdparty.root}/oasis/docbook-xsl/
  +  path id=oasis.docbook.xml.root
  +pathelement location=${thirdparty.root}/oasis/docbook-xml/
  +  /path
  +  property name=oasis.docbook.xml.root refid=oasis.docbook.xml.root/
  +  path id=oasis.docbook.xsl.root
  +pathelement location=${thirdparty.root}/oasis/docbook-xsl/
  +  /path
  +  property name=oasis.docbook.xsl.root refid=oasis.docbook.xsl.root/
 property name=oasis.docbook.xsl.chunker.quiet value=0/
   
 !-- FOP --
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: manual build.xml

2001-08-31 Thread Jason Dillon

  User: user57  
  Date: 01/08/30 22:30:31

  Modified:.build.xml
  Log:
   o finished initial module level work to automate the website build via
 ant/buildmagic.
   ! still needs project control, to pull files to release.
  
  Revision  ChangesPath
  1.15  +8 -11 manual/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/manual/build.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- build.xml 2001/08/29 22:45:06 1.14
  +++ build.xml 2001/08/31 05:30:31 1.15
  @@ -10,7 +10,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.14 2001/08/29 22:45:06 user57 Exp $ --
  +!-- $Id: build.xml,v 1.15 2001/08/31 05:30:31 user57 Exp $ --
   
   project default=main
   
  @@ -197,7 +197,7 @@
|  different type of compile that needs to be performed, short of
|  documentation compiles.
   --
  -  target name=compile depends=init, compile-stylesheets, compile-docs, 
compile-etc
  +  target name=compile depends=init, compile-stylesheets, compile-docs, 
compile-metadata
  description=Compile all source files./
   
 !-- Compile stylesheets --
  @@ -210,8 +210,8 @@
   /copy
 /target
   
  -  !-- Compile etc --
  -  target name=compile-etc depends=init
  +  !-- Compile metadata --
  +  target name=compile-metadata depends=init
   mkdir dir=${build.metadata}/
   copy todir=${build.metadata} filtering=yes
 fileset dir=${source.metadata}
  @@ -256,8 +256,8 @@
   
   war warfile=${build.jars}/manual.war
 webxml=${build.metadata}/manual-web.xml
  -  zipfileset prefix=HTML/fancy dir=${build.html.fancy}/
  -  zipfileset prefix=HTML/printable dir=${build.html.printable}/
  +  zipfileset prefix=HTML dir=${build.html.fancy}/
  +  zipfileset prefix=printable dir=${build.html.printable}/
   /war

   ear earfile=${build.jars}/manual.ear
  @@ -483,14 +483,11 @@
 target name=main depends=most
  description=Executes the default target (most)./
   
  -  target name=all depends=docs
  +  target name=all depends=jars
  description=Builds everything./
   
  -  target name=most depends=docs
  +  target name=most depends=jars
  description=Builds almost everything./
  -
  -  target name=min depends=compile
  -   description=Builds a minimal subset./
   
 target name=tests depends=init
  description=Execute all tests./
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: manual build.xml

2001-08-31 Thread Jason Dillon

  User: user57  
  Date: 01/08/31 18:31:40

  Modified:.build.xml
  Log:
   o minor logging updates, default to --quiet so we don't loose any logs
 from tee.
   o moved bomb to manual
  
  Revision  ChangesPath
  1.16  +3 -1  manual/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/manual/build.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- build.xml 2001/08/31 05:30:31 1.15
  +++ build.xml 2001/09/01 01:31:40 1.16
  @@ -10,7 +10,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.15 2001/08/31 05:30:31 user57 Exp $ --
  +!-- $Id: build.xml,v 1.16 2001/09/01 01:31:40 user57 Exp $ --
   
   project default=main
   
  @@ -260,6 +260,8 @@
 zipfileset prefix=printable dir=${build.html.printable}/
   /war

  +failboom.../fail
  +
   ear earfile=${build.jars}/manual.ear
 appxml=${build.metadata}/manual-application.xml
 fileset dir=${build.jars}
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: manual build.xml

2001-08-31 Thread Jason Dillon

  User: user57  
  Date: 01/08/31 19:20:52

  Modified:.build.xml
  Log:
   o moved mailing upto nightly-website.sh
   o catchlog.sh will return the exit status of its child
   o status 2 means that the install failed, website could be down
  
  Revision  ChangesPath
  1.17  +1 -3  manual/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/manual/build.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- build.xml 2001/09/01 01:31:40 1.16
  +++ build.xml 2001/09/01 02:20:52 1.17
  @@ -10,7 +10,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.16 2001/09/01 01:31:40 user57 Exp $ --
  +!-- $Id: build.xml,v 1.17 2001/09/01 02:20:52 user57 Exp $ --
   
   project default=main
   
  @@ -260,8 +260,6 @@
 zipfileset prefix=printable dir=${build.html.printable}/
   /war

  -failboom.../fail
  -
   ear earfile=${build.jars}/manual.ear
 appxml=${build.metadata}/manual-application.xml
 fileset dir=${build.jars}
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: manual build.xml

2001-08-29 Thread Jason Dillon

  User: user57  
  Date: 01/08/29 15:45:06

  Modified:.build.xml
  Log:
   o manual jars target will build .war  .ear files for the website,
 should probably make the website a buildmagic module, that includes this
 but for now this will work
  
  Revision  ChangesPath
  1.14  +29 -5 manual/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/manual/build.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- build.xml 2001/08/29 09:19:34 1.13
  +++ build.xml 2001/08/29 22:45:06 1.14
  @@ -10,7 +10,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.13 2001/08/29 09:19:34 user57 Exp $ --
  +!-- $Id: build.xml,v 1.14 2001/08/29 22:45:06 user57 Exp $ --
   
   project default=main
   
  @@ -143,13 +143,14 @@
 /path
   
 !-- Where source files live --
  -  property name=source.etc value=${module.source}/etc/
  +  property name=source.metadata value=${module.source}/metadata/
 property name=source.examples value=${module.source}/examples/
 property name=source.stylesheets value=${module.source}/stylesheets/
 property name=source.docs value=${module.source}/docs/
 property name=source.xdocs value=${module.source}/xdocs/
   
 !-- Where build generated files will go --
  +  property name=build.metadata value=${module.build}/metadata/
 property name=build.docs value=${module.build}/docs/
 property name=build.xdocs value=${module.build}/xdocs/
 property name=build.stylesheets value=${module.build}/stylesheets/
  @@ -196,7 +197,7 @@
|  different type of compile that needs to be performed, short of
|  documentation compiles.
   --
  -  target name=compile depends=init, compile-stylesheets, compile-docs
  +  target name=compile depends=init, compile-stylesheets, compile-docs, 
compile-etc
  description=Compile all source files./
   
 !-- Compile stylesheets --
  @@ -209,6 +210,16 @@
   /copy
 /target
   
  +  !-- Compile etc --
  +  target name=compile-etc depends=init
  +mkdir dir=${build.metadata}/
  +copy todir=${build.metadata} filtering=yes
  +  fileset dir=${source.metadata}
  + include name=**/*/
  +  /fileset
  +/copy
  +  /target
  +
 !-- Compile doc sources  support files --
 target name=compile-docs depends=init
   mkdir dir=${build.docs}/
  @@ -240,8 +251,21 @@
 !-- == --
   
 !-- Build all jar files. --
  -  target name=jars depends=compile description=Builds all jar files.
  - !-- This module creates no jar files. --
  +  target name=jars depends=docs description=Builds all jar files.
  +mkdir dir=${build.jars}/
  +
  +war warfile=${build.jars}/manual.war
  +  webxml=${build.metadata}/manual-web.xml
  +  zipfileset prefix=HTML/fancy dir=${build.html.fancy}/
  +  zipfileset prefix=HTML/printable dir=${build.html.printable}/
  +/war
  + 
  +ear earfile=${build.jars}/manual.ear
  +  appxml=${build.metadata}/manual-application.xml
  +  fileset dir=${build.jars}
  +include name=manual.war/
  +  /fileset
  +/ear
 /target
   
   
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: manual build.xml

2001-08-28 Thread Jason Dillon

  User: user57  
  Date: 01/08/28 16:50:34

  Modified:.build.xml
  Log:
   o removed move of *.html from module.root, there are no *.html files there
  
  Revision  ChangesPath
  1.11  +1 -5  manual/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/manual/build.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- build.xml 2001/08/28 23:49:24 1.10
  +++ build.xml 2001/08/28 23:50:34 1.11
  @@ -10,7 +10,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.10 2001/08/28 23:49:24 user57 Exp $ --
  +!-- $Id: build.xml,v 1.11 2001/08/28 23:50:34 user57 Exp $ --
   
   project default=main
   
  @@ -265,10 +265,6 @@
   destdir=output/html
  include name=jbossdocs.xml/
   /style
  -
  -move todir=${build.html}
  -  fileset dir=${module.root} includes=*.html/
  -/move
   
   copy todir=${build.html}
  fileset dir=${build.docs}
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: manual build.xml

2001-08-27 Thread Jason Dillon

  User: user57  
  Date: 01/08/27 02:01:36

  Modified:.build.xml
  Log:
   o help targets use taskname=help
   o clobbering build.log on all modules
  
  Revision  ChangesPath
  1.8   +3 -3  manual/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/manual/build.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build.xml 2001/08/27 04:47:22 1.7
  +++ build.xml 2001/08/27 09:01:36 1.8
  @@ -10,7 +10,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.7 2001/08/27 04:47:22 user57 Exp $ --
  +!-- $Id: build.xml,v 1.8 2001/08/27 09:01:36 user57 Exp $ --
   
   project default=main
   
  @@ -354,7 +354,7 @@
 !-- Clean up all generated files --
 target name=clobber depends=clean
  description=Cleans up all generated files.
  -!-- Nothing to clobber --
  +delete file=${module.root}/build.log/
 /target
   
   
  @@ -363,7 +363,7 @@
 !-- == --
   
 target name=help
  -projecthelp
  +projecthelp taskname=help
 header![CDATA[
 The ${module.Name} module.
   ]]/header
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: manual build.xml

2001-08-26 Thread Jason Dillon

  User: user57  
  Date: 01/08/26 00:44:40

  Modified:.build.xml
  Log:
   o moved fop.jar int tools/lib
   o added xalan2 stuff from xalan_j-2.0
   o updated style.style attribute for ant 1.4 (needed a more absolute path for
 the stylesheet).
  
  Revision  ChangesPath
  1.6   +5 -15 manual/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/manual/build.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.xml 2001/08/26 07:00:29 1.5
  +++ build.xml 2001/08/26 07:44:40 1.6
  @@ -10,7 +10,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.5 2001/08/26 07:00:29 user57 Exp $ --
  +!-- $Id: build.xml,v 1.6 2001/08/26 07:44:40 user57 Exp $ --
   
   project default=main
   
  @@ -88,15 +88,7 @@
 !-- == --
   
 !-- FOP --
  -  property name=apache.fop.root value=${tools.root}/apache/fop/
  -  property name=apache.fop.lib value=${apache.fop.root}/lib/
  -  path id=apache.fop.classpath
  -fileset dir=${apache.fop.lib}
  -  include name=**/*.jar/
  -/fileset
  -  /path
  -  taskdef name=fop classname=org.apache.fop.tools.anttasks.Fop
  -classpathref=apache.fop.classpath/
  +  taskdef name=fop classname=org.apache.fop.tools.anttasks.Fop/
   
   
 !-- == --
  @@ -160,7 +152,6 @@
 property name=build.html value=${module.build}/html/
 property name=build.printable-html value=${module.build}/printable-html/
 property name=build.pdf value=${module.build}/pdf/
  -  !--property name=build.temp value=${module.build}/temp/--
 property name=build.jars value=${module.build}/lib/
   
 !-- Where release generated files will go --
  @@ -236,11 +227,10 @@
  |  so we move all chunked html files to destination
 --
   
  -
   mkdir dir=${build.html}/
   echo message=build.html is ${build.html}/
   style basedir=${source.docs}
  -style=jboss.xsl
  +style=${source.docs}/jboss.xsl
   extension=.html
   destdir=output/html
   includes=jbossdocs.xml
  @@ -267,7 +257,7 @@
   mkdir dir=${build.printable-html}/
   style basedir=${source.docs}
   destdir=${build.printable-html}
  -style=docbook/html/docbook.xsl
  +style=${source.docs}/docbook/html/docbook.xsl
   extension=.html
   includes=jbossdocs.xml
   /style
  @@ -293,7 +283,7 @@
   mkdir dir=${build.pdf}/
   style basedir=${source.docs}
  destdir=${build.pdf}
  -   style=docbook/fo/docbook.xsl 
  +   style=${source.docs}/docbook/fo/docbook.xsl 
  extension=.fo 
  includes=jbossdocs.xml
   /style
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: manual build.xml config.xml

2001-08-02 Thread Jason Dillon

  User: user57  
  Date: 01/08/01 23:25:50

  Modified:.Tag: jboss_buildmagic build.xml config.xml
  Log:
   o hooked up junit for each module's tests target, though it still needs
 some fine tuning as to which classes to test.
   o looked into junitreport again, but that task is a pile of...
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.1.2.7   +17 -9 manual/Attic/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/manual/Attic/build.xml,v
  retrieving revision 1.1.2.6
  retrieving revision 1.1.2.7
  diff -u -r1.1.2.6 -r1.1.2.7
  --- build.xml 2001/08/01 22:01:54 1.1.2.6
  +++ build.xml 2001/08/02 06:25:50 1.1.2.7
  @@ -10,7 +10,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.1.2.6 2001/08/01 22:01:54 user57 Exp $ --
  +!-- $Id: build.xml,v 1.1.2.7 2001/08/02 06:25:50 user57 Exp $ --
   
   project default=main
   
  @@ -18,17 +18,25 @@
 !-- Basic module configuration --
 !-- == --
   
  +  !--
  + |  Give users a chance to use a different Buildmagic.
  +--
  +  property file=${user.home}/.buildmagic.properties/
  +
 !-- 
|  Load Buildmagic Ant extentions. 
   --
  -  property name=planet57.buildmagic.root
  - value=../tools/planet57/buildmagic/
  -  property name=planet57.buildmagic.lib 
  - value=${planet57.buildmagic.root}/lib/
  -  taskdef name=taskdef 
  -classname=planet57.tools.buildmagic.task.Taskdef
  -classpath=${planet57.buildmagic.lib}/buildmagic-tasks.jar/
  -  taskdef resource=planet57/tools/buildmagic/task/autoload.properties/
  +  property name=planet57.buildmagic.root 
value=${basedir}/../tools/planet57/buildmagic/
  +  property name=planet57.buildmagic.lib value=${planet57.buildmagic.root}/lib/
  +  path id=planet57.buildmagic.classpath
  +fileset dir=${planet57.buildmagic.lib}
  +  include name=**/*.jar/
  +/fileset
  +  /path
  +  taskdef name=taskdef classname=planet57.tools.buildmagic.task.Taskdef
  +classpathref=planet57.buildmagic.classpath/
  +  taskdef classpathref=planet57.buildmagic.classpath
  +resource=planet57/tools/buildmagic/task/autoload.properties/
   
 !--
|  Setup the basic module roots.
  
  
  
  1.1.2.4   +16 -1 manual/Attic/config.xml
  
  Index: config.xml
  ===
  RCS file: /cvsroot/jboss/manual/Attic/config.xml,v
  retrieving revision 1.1.2.3
  retrieving revision 1.1.2.4
  diff -u -r1.1.2.3 -r1.1.2.4
  --- config.xml2001/07/31 05:05:59 1.1.2.3
  +++ config.xml2001/08/02 06:25:50 1.1.2.4
  @@ -7,7 +7,7 @@
   !----
   !-- == --
   
  -!-- $Id: config.xml,v 1.1.2.3 2001/07/31 05:05:59 user57 Exp $ --
  +!-- $Id: config.xml,v 1.1.2.4 2001/08/02 06:25:50 user57 Exp $ --
   
 !-- == --
 !-- Module Setup   --
  @@ -22,6 +22,21 @@
 !-- == --
 !-- Tool Setup --
 !-- == --
  +
  +  !-- Apache Ant and Optional Tasks --
  +  property name=apache.ant.root value=${tools.root}/apache/ant/
  +  property name=apache.ant.lib value=${apache.ant.root}/lib/
  +  property name=apache.ant.lib.ext value=${apache.ant.lib}/ext/
  +  path id=apache.ant.classpath
  +fileset dir=${apache.ant.lib}
  +  include name=**/*.jar/
  +/fileset
  +  /path
  +  path id=apache.ant.ext.classpath
  +fileset dir=${apache.ant.lib.ext}
  +  include name=**/*.jar/
  +/fileset
  +  /path
   
 !-- FOP --
 property name=apache.fop.root value=${tools.root}/apache/fop/
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: manual build.xml

2001-07-31 Thread Jason Dillon

  User: user57  
  Date: 01/07/31 14:36:43

  Modified:.Tag: jboss_buildmagic build.xml
  Log:
   o removed release sub-directory under output since there is a directory
 created for each ${release.id}
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.1.2.5   +2 -2  manual/Attic/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/manual/Attic/build.xml,v
  retrieving revision 1.1.2.4
  retrieving revision 1.1.2.5
  diff -u -r1.1.2.4 -r1.1.2.5
  --- build.xml 2001/07/31 05:05:59 1.1.2.4
  +++ build.xml 2001/07/31 21:36:43 1.1.2.5
  @@ -10,7 +10,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.1.2.4 2001/07/31 05:05:59 user57 Exp $ --
  +!-- $Id: build.xml,v 1.1.2.5 2001/07/31 21:36:43 user57 Exp $ --
   
   project default=main
   
  @@ -71,7 +71,7 @@
 property name=module.source value=${module.root}/src/
 property name=module.output value=${module.root}/output/
 property name=module.build value=${module.output}/
  -  property name=module.release value=${module.output}/release/
  +  property name=module.release value=${module.output}/
 property name=tools.root value=${project.root}/tools/
 property name=thirdparty.root value=${project.root}/thirdparty/
   
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: manual build.xml config.xml

2001-07-30 Thread Jason Dillon

  User: user57  
  Date: 01/07/30 22:05:59

  Modified:.Tag: jboss_buildmagic build.xml config.xml
  Log:
   o fixed up manual build system, still does not work, but uses common
 release targets.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.1.2.4   +40 -159   manual/Attic/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/manual/Attic/build.xml,v
  retrieving revision 1.1.2.3
  retrieving revision 1.1.2.4
  diff -u -r1.1.2.3 -r1.1.2.4
  --- build.xml 2001/07/29 02:13:40 1.1.2.3
  +++ build.xml 2001/07/31 05:05:59 1.1.2.4
  @@ -10,9 +10,9 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.1.2.3 2001/07/29 02:13:40 user57 Exp $ --
  +!-- $Id: build.xml,v 1.1.2.4 2001/07/31 05:05:59 user57 Exp $ --
   
  -project name=jboss-manual default=main
  +project default=main
   
 !-- == --
 !-- Basic module configuration --
  @@ -195,39 +195,8 @@
|  documentation compiles.
   --
 target name=compile 
  -   depends=compile-classes
  description=Compile all source files./
   
  -  !-- Compile all class files --
  -  target name=compile-classes depends=init
  -mkdir dir=${build.classes}/
  -javac destdir=${build.classes}
  -   optimize=${javac.optimize}
  -target=${javac.target}
  -   debug=${javac.debug}
  -depend=${javac.depend}
  -verbose=${javac.verbose}
  -deprecation=${javac.deprecation}
  -includeAntRuntime=${javac.include.ant.runtime}
  -includeJavaRuntime=${javac.include.java.runtime}
  -failonerror=${javac.fail.onerror}
  -   src path=${source.java}/
  -   classpath refid=javac.classpath/
  -   include name=${javac.includes}/
  -   exclude name=${javac.excludes}/
  -/javac
  -  /target
  -
  -  !-- Compile resource files --
  -  target name=compile-resources depends=init
  -mkdir dir=${build.resources}/
  -copy todir=${build.resources} filtering=yes
  -  fileset dir=${source.resources}
  - include name=**/*/
  -  /fileset
  -/copy
  -  /target
  -
   
 !-- == --
 !-- Build Jars --
  @@ -237,24 +206,6 @@
|  Build all jar files.
   --
 target name=jars depends=compile description=Builds all jar files.
  -mkdir dir=${build.jars}/
  -
  -!-- Build the j2ee jar --
  -jar jarfile=${build.jars}/jboss-j2ee.jar
  -  fileset dir=${build.classes}
  -include name=**/
  -!-- do not include the bits that go into jdbc_ext --
  -exclude name=javax/sql/**/
  -  /fileset
  -/jar
  -
  -!-- Build the jdbc ext jar --
  -jar jarfile=${build.jars}/jboss-jdbc_ext.jar
  -  fileset dir=${build.classes}
  -!-- only include jdbc classes --
  -include name=javax/sql/**/
  -  /fileset
  -/jar
 /target
   
   
  @@ -268,54 +219,9 @@
|  This target should depend on other docs-* targets for each 
|  different type of docuementation that is to be generated.
   --
  -  target name=docs depends=docs-api
  +  target name=docs depends=html, printable-html, pdf
  description=Builds all documentation./
   
  -  !-- Javadocs is an exception, but provide a docs-api to conform. --
  -  target name=docs-api depends=javadocs/
  -
  -  !-- 
  - |  Check if we need to build javadocs 
  - |
  - |  Javadocs will only be generated if one or more .java source files
  - |  is newer than the generated index.html.
  ---
  -  target name=javadocs-check depends=init
  -!-- if index.html is newer than the sources we are up to date --
  -uptodate property=javadoc-generated-already
  -   targetfile=${build.api}/index.html
  -  srcfiles dir=${source.java} includes=**/*.java/
  -/uptodate
  -
  -!-- create the directory here to prevent install/release from failing --
  -mkdir dir=${build.api}/
  -  /target
  -
  -  !-- Generate Javadoc if we are out of date --
  -  target name=javadocs 
  -   depends=javadocs-check 
  -   unless=javadoc-generated-already
  -javadoc packagenames=${javadoc.packages}
  - sourcepath=${source.java}
  - destdir=${build.api}
  - classpathref=javadoc.classpath
  - windowtitle=${javadoc.windowtitle}
  -  splitindex=${javadoc.splitindex}
  - doctitle=${javadoc.doctitle}
  - author=${javadoc.author}
  - version=${javadoc.version}
  - 

[JBoss-dev] CVS update: manual build.xml

2001-07-28 Thread Jason Dillon

  User: user57  
  Date: 01/07/28 00:03:25

  Modified:.Tag: jboss_buildmagic build.xml
  Log:
   o fixed javadoc.packages for modules that do not use org.jboss
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.1.2.2   +4 -4  manual/Attic/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/manual/Attic/build.xml,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- build.xml 2001/07/28 05:56:55 1.1.2.1
  +++ build.xml 2001/07/28 07:03:25 1.1.2.2
  @@ -27,7 +27,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.1.2.1 2001/07/28 05:56:55 user57 Exp $ --
  +!-- $Id: build.xml,v 1.1.2.2 2001/07/28 07:03:25 user57 Exp $ --
   
   project name=jboss-manual default=main
   
  @@ -246,9 +246,9 @@
 target name=html depends=init
   
   !-- 
  -   -  Create chunked tutorial 
  -   -  destdir parameter is ignored due to chunking
  -   -  so we move all chunked html files to destination
  +   |  Create chunked tutorial 
  +   |  destdir parameter is ignored due to chunking
  +   |  so we move all chunked html files to destination
 --
   
   delete dir=${build.temp} quiet=true/
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development