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

2002-04-13 Thread David Jencks

  User: d_jencks
  Date: 02/04/13 21:31:57

  Modified:.build.xml
  Log:
  A little config cleanup and possible solution to jdk1.4 hslqdb login problem
  
  Revision  ChangesPath
  1.83  +5 -1  jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.82
  retrieving revision 1.83
  diff -u -r1.82 -r1.83
  --- build.xml 7 Apr 2002 02:59:32 -   1.82
  +++ build.xml 14 Apr 2002 04:31:57 -  1.83
  @@ -12,7 +12,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.82 2002/04/07 02:59:32 d_jencks Exp $ --
  +!-- $Id: build.xml,v 1.83 2002/04/14 04:31:57 d_jencks Exp $ --
   
   project default=main name=JBoss/Server
   
  @@ -483,6 +483,10 @@
   
   !-- default.type.mapping is used in standardjaws.xml and 
standardjbosscmp-jdbc.xml--
   property name=default.type.mapping value=Hypersonic SQL/
  +!--property name=default.type.mapping value=InterBase/--
  +!--property name=default.type.mapping value=mySQL/--
  +!--property name=default.type.mapping value=Oracle/--
  +!--property name=default.type.mapping value=Postgres/--
   
   !-- cmp1 persistence manager for standardjboss.xml --
   !--JAWS--
  
  
  

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



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

2002-04-09 Thread Scott M Stark

  User: starksm 
  Date: 02/04/09 00:50:39

  Modified:.Tag: Branch_2_4 build.xml
  Log:
  Update for JBoss_2_4_5_RC1
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.33.2.10 +16 -6 jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.33.2.9
  retrieving revision 1.33.2.10
  diff -u -r1.33.2.9 -r1.33.2.10
  --- build.xml 4 Apr 2002 08:27:55 -   1.33.2.9
  +++ build.xml 9 Apr 2002 07:50:39 -   1.33.2.10
  @@ -11,8 +11,8 @@
   your system/environment. This can be done by editing this file,
   or creating an .ant.properties file in the directory from step 1.
   a. version-tag: set this to the cvs tag you want to build. For example,
  -to build the JBoss_2_4_4 version use:
  -  version-tag=JBoss_2_4_4
  +to build the JBoss_2_4_5 version use:
  +  version-tag=JBoss_2_4_5
   To build the latest 2.4 branch chode use:
 version-tag=Branch_2_4
   b. tomcat3x: set to the absolute path of the jakarta-tomcat-3.2.3 distribution
  @@ -30,9 +30,9 @@
   project name=JBoss-2.4.x Dist default=dist
 property file=.ant.properties /
   
  -  property name=version value=2.4.5/
  +  property name=version value=2.4.5.RC1/
 !-- Change to the cvs version tag you want to build --
  -  property name=version-tag value=JBoss_2_4_5 /
  +  property name=version-tag value=JBoss_2_4_5_RC1 /
 !-- The CVSROOT value --
 property name=cvsroot 
value=:pserver:[EMAIL PROTECTED]:/cvsroot/jboss /
 !-- The location of the jakarta-tomcat-3.2.3 distribution --
  @@ -40,8 +40,8 @@
 !-- The location of the jakarta-tomcat-4.0 distribution --
 property name=tomcat4x value=jakarta-tomcat-4.0.3 /
 !-- The location of the Jetty-3.1.3-1 distribution --
  -  property name=jetty value=Jetty-3.1.3-1 /
  -  property name=jetty-jmx value=JettyExtra-1.0.1/jmx /
  +  property name=jetty value=Jetty-4.0.0 /
  +  property name=jetty-jmx value=JettyExtra-4.0.0/jmx /
   
 target name=init unless=build.time
   tstamp
  @@ -141,6 +141,15 @@
  quiet=true
  output=jetty.log
   /
  +echo message=Checking out JBossTest/
  +cvs cvsRoot=${cvsroot}
  +   command=${cvs-op}
  +   package=jbosstest
  +   tag=${version-tag}
  +   dest=.
  +   quiet=true
  +   output=jbosstest.log
  +/
 /target
   
 target name=cvs-co 
  @@ -256,3 +265,4 @@
 /target
   
   /project
  +
  
  
  

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



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

2002-04-07 Thread David Jencks

  User: d_jencks
  Date: 02/04/06 18:59:32

  Modified:.build.xml
  Log:
  updated to xjavadoc and jmx documentation generator
  
  Revision  ChangesPath
  1.82  +2 -1  jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.81
  retrieving revision 1.82
  diff -u -r1.81 -r1.82
  --- build.xml 24 Mar 2002 21:44:32 -  1.81
  +++ build.xml 7 Apr 2002 02:59:32 -   1.82
  @@ -12,7 +12,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.81 2002/03/24 21:44:32 d_jencks Exp $ --
  +!-- $Id: build.xml,v 1.82 2002/04/07 02:59:32 d_jencks Exp $ --
   
   project default=main name=JBoss/Server
   
  @@ -310,6 +310,7 @@
   path id=xdoclet.task.classpath
 path refid=javac.classpath/
 pathelement location=${project.tools}/lib/xdoclet.jar/
  +  pathelement location=${project.tools}/lib/xjavadoc.jar/
 pathelement location=${project.tools}/lib/ant.jar/
   /path
   property name=xdoclet.task.classpath 
  
  
  

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



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

2002-04-04 Thread Scott M Stark

  User: starksm 
  Date: 02/04/04 00:27:55

  Modified:.Tag: Branch_2_4 build.xml
  Log:
  Update version to 2.4.5
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.33.2.9  +3 -3  jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.33.2.8
  retrieving revision 1.33.2.9
  diff -u -r1.33.2.8 -r1.33.2.9
  --- build.xml 29 Dec 2001 11:10:37 -  1.33.2.8
  +++ build.xml 4 Apr 2002 08:27:55 -   1.33.2.9
  @@ -30,15 +30,15 @@
   project name=JBoss-2.4.x Dist default=dist
 property file=.ant.properties /
   
  -  property name=version value=2.4.4/
  +  property name=version value=2.4.5/
 !-- Change to the cvs version tag you want to build --
  -  property name=version-tag value=JBoss_2_4_4 /
  +  property name=version-tag value=JBoss_2_4_5 /
 !-- The CVSROOT value --
 property name=cvsroot 
value=:pserver:[EMAIL PROTECTED]:/cvsroot/jboss /
 !-- The location of the jakarta-tomcat-3.2.3 distribution --
 property name=tomcat3x value=jakarta-tomcat-3.2.3 /
 !-- The location of the jakarta-tomcat-4.0 distribution --
  -  property name=tomcat4x value=jakarta-tomcat-4.0.1 /
  +  property name=tomcat4x value=jakarta-tomcat-4.0.3 /
 !-- The location of the Jetty-3.1.3-1 distribution --
 property name=jetty value=Jetty-3.1.3-1 /
 property name=jetty-jmx value=JettyExtra-1.0.1/jmx /
  
  
  

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



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

2002-03-23 Thread Adrian Brock

  User: ejort   
  Date: 02/03/23 13:11:02

  Modified:.build.xml
  Log:
  JBoss/JBossMX integration. Also includes a fix to the cluster tests and a more 
complete ejblink test that currently fails
  
  Revision  ChangesPath
  1.80  +13 -9 jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.79
  retrieving revision 1.80
  diff -u -r1.79 -r1.80
  --- build.xml 11 Mar 2002 04:31:34 -  1.79
  +++ build.xml 23 Mar 2002 21:11:02 -  1.80
  @@ -12,7 +12,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.79 2002/03/11 04:31:34 schaefera Exp $ --
  +!-- $Id: build.xml,v 1.80 2002/03/23 21:11:02 ejort Exp $ --
   
   project default=main name=JBoss/Server
   
  @@ -73,6 +73,10 @@
   property name=sun.javacc.root value=${project.thirdparty}/sun/javacc/
   property name=sun.javacc.lib value=${sun.javacc.root}/lib/
   
  +!-- Java Management Extensions (JMX) --
  +property name=sun.jmx.root value=${project.thirdparty}/sun/jmx/
  +property name=sun.jmx.lib value=${sun.jmx.root}/lib/
  +
   !-- Java Naming and Directory Interface (JNDI) --
   property name=sun.jndi.root value=${project.thirdparty}/sun/jndi/
   property name=sun.jndi.lib value=${sun.jndi.root}/lib/
  @@ -80,13 +84,6 @@
 pathelement path=${sun.jndi.lib}/jndi.jar/
   /path
   
  -!-- Java Management Extensions (JMX) --
  -property name=sun.jmx.root value=${project.thirdparty}/sun/jmx/
  -property name=sun.jmx.lib value=${sun.jmx.root}/lib/
  -path id=sun.jmx.classpath
  -  pathelement path=${sun.jmx.lib}/jmxri.jar/
  -/path
  -
   !-- Java API for XML Processing (JAXP) --
   property name=sun.jaxp.root value=${project.thirdparty}/sun/jaxp/
   property name=sun.jaxp.lib value=${sun.jaxp.root}/lib/
  @@ -175,7 +172,6 @@
   !-- The combined library classpath --
   path id=library.classpath
 path refid=sun.jndi.classpath/
  -  path refid=sun.jmx.classpath/
 path refid=sun.jaxp.classpath/
 path refid=sun.jaas.classpath/
 path refid=sun.jsse.classpath/
  @@ -213,6 +209,13 @@
 pathelement path=${jboss.system.lib}/jboss-system.jar/
   /path
   
  +!-- JMX --
  +property name=jboss.jmx.root value=${project.root}/jmx/output/
  +property name=jboss.jmx.lib value=${jboss.jmx.root}/lib/
  +path id=jboss.jmx.classpath
  +  pathelement path=${jboss.jmx.lib}/jboss-jmx.jar/
  +/path
  +
   !-- Naming --
   property name=jboss.naming.root value=${project.root}/naming/output/
   property name=jboss.naming.lib value=${jboss.naming.root}/lib/
  @@ -233,6 +236,7 @@
 path refid=jboss.j2ee.classpath/
 path refid=jboss.common.classpath/
 path refid=jboss.system.classpath/
  +  path refid=jboss.jmx.classpath/
 path refid=jboss.naming.classpath/
 path refid=jboss.management.classpath/
   /path
  
  
  

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



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

2002-03-10 Thread Andreas Schaefer

  User: schaefera
  Date: 02/03/10 20:31:34

  Modified:.build.xml
  Log:
  Moved the JSR-77 code to the new management module. It contains the
  specification implementation for MEJB and the JBoss implementation.
  It does not contain references to JBoss server.
  
  The only workaround there is that MEJB needs to use the JMX RemoteMBean-
  Server which is not available in JBossMX right now. Therefore I added
  this to a JAR achive under tools/lib.
  
  Revision  ChangesPath
  1.79  +10 -72jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.78
  retrieving revision 1.79
  diff -u -r1.78 -r1.79
  --- build.xml 8 Mar 2002 05:30:46 -   1.78
  +++ build.xml 11 Mar 2002 04:31:34 -  1.79
  @@ -12,7 +12,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.78 2002/03/08 05:30:46 schaefera Exp $ --
  +!-- $Id: build.xml,v 1.79 2002/03/11 04:31:34 schaefera Exp $ --
   
   project default=main name=JBoss/Server
   
  @@ -172,13 +172,6 @@
 pathelement path=${javagroups.javagroups.lib}/javagroups-2.0.jar/
   /path
   
  -!-- JSR 77 --
  -property name=sun.jsr77.root value=${project.thirdparty}/sun/jsr77/
  -property name=sun.jsr77.lib value=${sun.jsr77.root}/lib/
  -path id=sun.jsr77.classpath
  -  pathelement path=${sun.jsr77.lib}/jsr77.jar/
  -/path
  -
   !-- The combined library classpath --
   path id=library.classpath
 path refid=sun.jndi.classpath/
  @@ -193,7 +186,6 @@
 path refid=gnu.getopt.classpath/
 path refid=oswego.concurrent.classpath/
 path refid=junit.junit.classpath/
  -  path refid=sun.jsr77.classpath/
   /path
   
   !-- === --
  @@ -228,12 +220,21 @@
 pathelement path=${jboss.naming.lib}/jnpserver.jar/
   /path
   
  +!-- Management --
  +property name=jboss.management.root 
value=${project.root}/management/output/
  +property name=jboss.management.lib value=${jboss.management.root}/lib/
  +path id=jboss.management.classpath
  +  pathelement path=${jboss.management.lib}/jboss-jsr77.jar/
  +  pathelement path=${jboss.management.lib}/jboss-management.jar/
  +/path
  +
   !-- The combined dependant module classpath --
   path id=dependentmodule.classpath
 path refid=jboss.j2ee.classpath/
 path refid=jboss.common.classpath/
 path refid=jboss.system.classpath/
 path refid=jboss.naming.classpath/
  +  path refid=jboss.management.classpath/
   /path
   
   !-- = --
  @@ -404,54 +405,6 @@
 jboss xmlencoding=UTF-8 destdir=${build.beans}/ejbadaptor/META-INF/
   /xdoclet
   
  -mkdir dir=${build.beans}/mejb/
  -xdoclet sourcepath=${source.java}
  -  destdir=${build.beans}/mejb
  -  classpath=${xdoclet.task.classpath}
  -  ejbspec=1.1
  -  excludedtags=@version,@author
  -  fileset dir=${source.java}
  -include name=org/jboss/management/mejb/*Bean.java/
  -exclude name=org/jboss/management/mejb/*MBean.java/
  -  /fileset
  -  packageSubstitution packages=ejb substituteWith=interfaces/
  -  remoteinterface/
  -  homeinterface/
  -  session/
  -  deploymentdescriptor xmlencoding=UTF-8 
destdir=${build.beans}/mejb/META-INF/
  -  jboss xmlencoding=UTF-8 destdir=${build.beans}/mejb/META-INF/
  -/xdoclet
  -
  -!-- AS: Create Standard MBean interfaces until XMBean is ready --
  -taskdef name=xdoclet classname=xdoclet.jmx.JMXDocletTask/
  -
  -mkdir dir=${build.gen-src}/
  -xdoclet sourcepath=${source.java}
  -  destdir=${build.gen-src}
  -  classpath=${xdoclet.task.classpath}
  -  excludedtags=@version,@author
  -
  -  fileset dir=${source.java}
  -include name=org/jboss/management/j2ee/*.java/
  -exclude name=org/jboss/management/j2ee/J2EEDomainTarget.java/
  -  /fileset
  -  mbeaninterface/
  -/xdoclet
  -
  -!-- AS XMBean/XDoclet is not ready right now therefore keep out for now
  -taskdef name=xdoclet classname=xdoclet.jmx.JMXDocletTask/
  -
  -xdoclet sourcepath=${source.java}
  -  destdir=${build.gen-src}
  -  classpath=${xdoclet.task.classpath}
  -  excludedtags=@version,@author
  -
  -  fileset dir=${source.java}
  -include name=org/jboss/management/j2ee/*Target.java/
  -  /fileset
  -  jbossxmbean/
  -/xdoclet
  ---
 /target
   
 !-- Compile all class files --
  @@ -498,7 +451,6 @@
 include name=org/jboss/jmx/adaptor/rmi/RMIAdaptorImpl.class/
 include 
name=org/jboss/jmx/connector/notification/RMIClientNotificationListener.class/

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

2002-03-07 Thread Neale Swinnerton

  User: neales  
  Date: 02/03/07 09:03:53

  Modified:.build.xml
  Log:
  o Replace org.jboss.proxy.compiler with a BCEL implementation
  o Add a test for this.
  
  Revision  ChangesPath
  1.76  +9 -1  jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.75
  retrieving revision 1.76
  diff -u -r1.75 -r1.76
  --- build.xml 6 Mar 2002 01:07:46 -   1.75
  +++ build.xml 7 Mar 2002 17:03:53 -   1.76
  @@ -12,7 +12,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.75 2002/03/06 01:07:46 schaefera Exp $ --
  +!-- $Id: build.xml,v 1.76 2002/03/07 17:03:53 neales Exp $ --
   
   project default=main name=JBoss/Server
   
  @@ -126,6 +126,13 @@
 pathelement path=${apache.log4j.lib}/log4j.jar/
   /path
   
  +!-- BCEL --
  +property name=apache.bcel.root value=${project.thirdparty}/apache/bcel/
  +property name=apache.bcel.lib value=${apache.bcel.root}/lib/
  +path id=apache.bcel.classpath
  +  pathelement path=${apache.bcel.lib}/bcel.jar/
  +/path
  +
   !-- EDU.oswego.cs.dl.util.concurrent --
   property name=oswego.concurrent.root 
value=${project.thirdparty}/oswego/concurrent/
   property name=oswego.concurrent.lib value=${oswego.concurrent.root}/lib/
  @@ -181,6 +188,7 @@
 path refid=sun.jsse.classpath/
 path refid=sun.jts.classpath/
 path refid=apache.log4j.classpath/
  +  path refid=apache.bcel.classpath/
 path refid=gjt.jpl-util.classpath/
 path refid=gnu.getopt.classpath/
 path refid=oswego.concurrent.classpath/
  
  
  

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



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

2002-03-07 Thread marc fleury

  User: mnf999  
  Date: 02/03/07 10:29:54

  Modified:.build.xml
  Log:
  include the client side classes
  
  Revision  ChangesPath
  1.77  +4 -3  jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.76
  retrieving revision 1.77
  diff -u -r1.76 -r1.77
  --- build.xml 7 Mar 2002 17:03:53 -   1.76
  +++ build.xml 7 Mar 2002 18:29:54 -   1.77
  @@ -12,7 +12,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.76 2002/03/07 17:03:53 neales Exp $ --
  +!-- $Id: build.xml,v 1.77 2002/03/07 18:29:54 mnf999 Exp $ --
   
   project default=main name=JBoss/Server
   
  @@ -584,8 +584,10 @@
manifest=${build.etc}/manifest/version.mf
 fileset dir=${build.classes}
   include name=org/jboss/proxy/**/
  -include name=org/jboss/invocation/Invoker.class/
   include name=org/jboss/invocation/Invocation.class/
  +include name=org/jboss/invocation/InvocationContext.class/
  +include name=org/jboss/invocation/Invoker.class/
  +include name=org/jboss/invocation/InvokerInterceptor.class/
   include name=org/jboss/invocation/MarshalledInvocation.class/
   include name=org/jboss/invocation/MarshalledValue.class/
   include name=org/jboss/invocation/MarshalledValueInputStream.class/
  @@ -594,7 +596,6 @@
   include name=org/jboss/invocation/jrmp/server/*Stub.class/
   include name=org/jboss/ejb/CacheKey.class/
   include name=org/jboss/ejb/ListCacheKey.class/
  -include name=org/jboss/ejb/FastKey.class/
   include 
name=org/jboss/ejb/plugins/lock/ApplicationDeadlockException.class/
   include name=org/jboss/monitor/client/*.class/
   include name=org/jboss/tm/TransactionPropagationContextFactory.class/
  
  
  

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



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

2002-03-07 Thread Andreas Schaefer

  User: schaefera
  Date: 02/03/07 21:30:46

  Modified:.build.xml
  Log:
  Adjusted the JSR-77 implementation to the current specification. Also the
  StateManageable methods are renamed to avoid conflicts with the JBoss
  MBean lifecycle. Also XDoclet is used to generated the StandardMBean
  interfaces.
  
  Revision  ChangesPath
  1.78  +19 -1 jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.77
  retrieving revision 1.78
  diff -u -r1.77 -r1.78
  --- build.xml 7 Mar 2002 18:29:54 -   1.77
  +++ build.xml 8 Mar 2002 05:30:46 -   1.78
  @@ -12,7 +12,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.77 2002/03/07 18:29:54 mnf999 Exp $ --
  +!-- $Id: build.xml,v 1.78 2002/03/08 05:30:46 schaefera Exp $ --
   
   project default=main name=JBoss/Server
   
  @@ -422,6 +422,23 @@
 jboss xmlencoding=UTF-8 destdir=${build.beans}/mejb/META-INF/
   /xdoclet
   
  +!-- AS: Create Standard MBean interfaces until XMBean is ready --
  +taskdef name=xdoclet classname=xdoclet.jmx.JMXDocletTask/
  +
  +mkdir dir=${build.gen-src}/
  +xdoclet sourcepath=${source.java}
  +  destdir=${build.gen-src}
  +  classpath=${xdoclet.task.classpath}
  +  excludedtags=@version,@author
  +
  +  fileset dir=${source.java}
  +include name=org/jboss/management/j2ee/*.java/
  +exclude name=org/jboss/management/j2ee/J2EEDomainTarget.java/
  +  /fileset
  +  mbeaninterface/
  +/xdoclet
  +
  +!-- AS XMBean/XDoclet is not ready right now therefore keep out for now
   taskdef name=xdoclet classname=xdoclet.jmx.JMXDocletTask/
   
   xdoclet sourcepath=${source.java}
  @@ -434,6 +451,7 @@
 /fileset
 jbossxmbean/
   /xdoclet
  +--
 /target
   
 !-- Compile all class files --
  
  
  

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



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

2002-03-05 Thread Andreas Schaefer

  User: schaefera
  Date: 02/03/05 17:07:46

  Modified:.build.xml
  Log:
  Added some new JSR-77 components written by Scott McLaughlin adding
  JCA, JMS and ResourceAdaptor as JSR-77 components.
  I also added a new test to see how XMBean and the newest version of
  XDoclet can be used to generate the XMBeans as easiest as possible.
  
  Revision  ChangesPath
  1.75  +14 -1 jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.74
  retrieving revision 1.75
  diff -u -r1.74 -r1.75
  --- build.xml 28 Feb 2002 04:08:05 -  1.74
  +++ build.xml 6 Mar 2002 01:07:46 -   1.75
  @@ -12,7 +12,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.74 2002/02/28 04:08:05 user57 Exp $ --
  +!-- $Id: build.xml,v 1.75 2002/03/06 01:07:46 schaefera Exp $ --
   
   project default=main name=JBoss/Server
   
  @@ -412,6 +412,19 @@
 session/
 deploymentdescriptor xmlencoding=UTF-8 
destdir=${build.beans}/mejb/META-INF/
 jboss xmlencoding=UTF-8 destdir=${build.beans}/mejb/META-INF/
  +/xdoclet
  +
  +taskdef name=xdoclet classname=xdoclet.jmx.JMXDocletTask/
  +
  +xdoclet sourcepath=${source.java}
  +  destdir=${build.gen-src}
  +  classpath=${xdoclet.task.classpath}
  +  excludedtags=@version,@author
  +
  +  fileset dir=${source.java}
  +include name=org/jboss/management/j2ee/*Target.java/
  +  /fileset
  +  jbossxmbean/
   /xdoclet
 /target
   
  
  
  

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



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

2002-02-26 Thread Dain Sundstrom

  User: dsundstrom
  Date: 02/02/26 16:47:05

  Modified:.build.xml
  Log:
  Added generate-parsers target which uses JavaCC to generate the EJB-QL and
  JBossQL parsers.
  
  Revision  ChangesPath
  1.72  +40 -2 jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.71
  retrieving revision 1.72
  diff -u -r1.71 -r1.72
  --- build.xml 24 Feb 2002 10:24:31 -  1.71
  +++ build.xml 27 Feb 2002 00:47:04 -  1.72
  @@ -12,7 +12,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.71 2002/02/24 10:24:31 user57 Exp $ --
  +!-- $Id: build.xml,v 1.72 2002/02/27 00:47:04 dsundstrom Exp $ --
   
   project default=main name=JBoss/Server
   
  @@ -69,6 +69,10 @@
   !-- Libraries --
   !-- = --
   
  +!-- JavaCC --
  +property name=sun.javacc.root value=${project.thirdparty}/sun/javacc/
  +property name=sun.javacc.lib value=${sun.javacc.root}/lib/
  +
   !-- Java Naming and Directory Interface (JNDI) --
   property name=sun.jndi.root value=${project.thirdparty}/sun/jndi/
   property name=sun.jndi.lib value=${sun.jndi.root}/lib/
  @@ -242,6 +246,7 @@
   property name=build.etc value=${module.output}/etc/
   property name=build.bin value=${module.output}/bin/
   property name=build.docs value=${module.output}/docs/
  +property name=build.parsers value=${module.output}/parsers/
   property name=build.beans value=${module.output}/beans/
   property name=build.gen-src value=${module.output}/gen-src/
   property name=build.resources value=${module.output}/resources/
  @@ -311,7 +316,8 @@
|  documentation compiles.
   --
 target name=compile 
  -   depends=compile-bean-sources, 
  +   depends=generate-parsers,
  + compile-bean-sources, 
  compile-mbean-sources,
  compile-classes, 
  compile-rmi, 
  @@ -320,6 +326,37 @@
  compile-bin
  description=Compile all source files./
   
  +  !-- Generate parsers --
  +  target name=generate-parsers depends=init
  +mkdir dir=${build.parsers}/org/jboss/ejb/plugins/cmp/ejbql/
  +
  +!--
  +   | make sure to generate the JBoss-QL parser first so the node
  +   | interface is keyed to JBossQLParserVisitor.
  +  --
  +
  +!-- JBoss-QL parser --
  +jjtree
  +  target=${source.java}/org/jboss/ejb/plugins/cmp/ejbql/JBossQLParser.jjt 
  +outputdirectory=${build.parsers}/org/jboss/ejb/plugins/cmp/ejbql
  +javacchome=${sun.javacc.lib}/
  +
  +javacc
  +  target=${build.parsers}/org/jboss/ejb/plugins/cmp/ejbql/JBossQLParser.jj
  +javacchome=${sun.javacc.lib}/
  +
  +!-- EJB-QL parser --
  +jjtree
  +  target=${source.java}/org/jboss/ejb/plugins/cmp/ejbql/EJBQLParser.jjt 
  +outputdirectory=${build.parsers}/org/jboss/ejb/plugins/cmp/ejbql
  +javacchome=${sun.javacc.lib}/
  +
  +javacc
  +  target=${build.parsers}/org/jboss/ejb/plugins/cmp/ejbql/EJBQLParser.jj 
  +javacchome=${sun.javacc.lib}/
  +
  +  /target
  +
 !-- Compile mbeans with XDoclet --
 target name=compile-mbean-sources depends=init
   taskdef name=xdoclet classname=xdoclet.jmx.JMXDocletTask/
  @@ -394,6 +431,7 @@
  classpath refid=javac.classpath/
   
  src path=${source.java}/
  +   src path=${build.parsers}/
  src path=${build.beans}/
  src path=${build.gen-src}/
   
  
  
  

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



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

2002-02-24 Thread Jason Dillon

  User: user57  
  Date: 02/02/24 02:24:31

  Modified:.build.xml
  Log:
   o moved core system from server to system (includes
 all of org.jboss.system, some of org.jboss.deployment +
 Main, Shutdown  Version)
   o finished the integration of ServerLoader, Server and
 ServerConfig are now interfaces so had to update refering
 classes to use ServerConfigImplMBean
   o ServerLoader changes effectivly remove the need for lib/ + lib/ext
 seperation, updated build to use lib for lib/ext and updated
 config files
  
  Revision  ChangesPath
  1.71  +11 -76jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.70
  retrieving revision 1.71
  diff -u -r1.70 -r1.71
  --- build.xml 22 Feb 2002 04:24:54 -  1.70
  +++ build.xml 24 Feb 2002 10:24:31 -  1.71
  @@ -12,7 +12,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.70 2002/02/22 04:24:54 d_jencks Exp $ --
  +!-- $Id: build.xml,v 1.71 2002/02/24 10:24:31 user57 Exp $ --
   
   project default=main name=JBoss/Server
   
  @@ -202,6 +202,13 @@
 pathelement path=${jboss.common.lib}/jboss-common.jar/
   /path
   
  +!-- System --
  +property name=jboss.system.root value=${project.root}/system/output/
  +property name=jboss.system.lib value=${jboss.system.root}/lib/
  +path id=jboss.system.classpath
  +  pathelement path=${jboss.system.lib}/jboss-system.jar/
  +/path
  +
   !-- Naming --
   property name=jboss.naming.root value=${project.root}/naming/output/
   property name=jboss.naming.lib value=${jboss.naming.root}/lib/
  @@ -213,6 +220,7 @@
   path id=dependentmodule.classpath
 path refid=jboss.j2ee.classpath/
 path refid=jboss.common.classpath/
  +  path refid=jboss.system.classpath/
 path refid=jboss.naming.classpath/
   /path
   
  @@ -512,63 +520,10 @@
 /fileset
   /jar
   
  -!-- 
  -   | jboss-boot.jar
  -   |
  -   | This file is always local and contains the basic classed required
  -   | to start the server and setup network service loading.
  - --
  -jar jarfile=${build.lib}/jboss-boot.jar 
manifest=${build.etc}/manifest/version.mf
  -  fileset dir=${build.classes}
  -include name=org/jboss/Version.class/
  -include name=org/jboss/system/BootstrapLogger.class/
  -include name=org/jboss/system/UnifiedClassLoader*.class/
  -include name=org/jboss/system/MBeanClassLoader*.class/
  -include name=org/jboss/system/ServiceLibraries*.class/
  -include name=org/jboss/system/Server*.class/
  -  /fileset
  -  fileset dir=${build.resources}
  -include name=org/jboss/version.properties/
  -  /fileset
  -
  -  !-- 
  - | HACK, HACK, HACK 
  - |
  - | Allows core components to use these common classes.  Should 
  - | fix this so they can be loaded from the net.  May need to abstract
  - | Server to a Loader, whichs setsup SCL and then loads + starts Server...
  -   --
  -  fileset dir=${jboss.common.root}/classes
  -include name=org/jboss/util/jmx/ObjectNameFactory*.class/
  -  /fileset
  -/jar
  -
  -!-- jboss-spine.jar --
  -jar jarfile=${build.lib}/jboss-spine.jar 
manifest=${build.etc}/manifest/version.mf
  -  fileset dir=${build.classes}
  -include name=org/jboss/logging/**/
  -include name=org/jboss/system/Service.class/
  -include name=org/jboss/system/ServiceMBean.class/
  -include name=org/jboss/system/ServiceMBeanSupport.class/
  -include name=org/jboss/system/ServiceController*.class/
  -include name=org/jboss/system/ServiceCreator*.class/
  -include name=org/jboss/system/ServiceConfigurator.class/
  -include name=org/jboss/system/ServiceContext.class/
  -include name=org/jboss/system/ConfigurationException.class/
  -include name=org/jboss/system/Info*/
  -include name=org/jboss/deployment/MainDeployer*.class/
  -include name=org/jboss/deployment/SARDeployer*.class/
  -include name=org/jboss/deployment/DeploymentInfo.class/
  -include name=org/jboss/deployment/DeployerMBean*.class/
  -include name=org/jboss/deployment/DeploymentException.class/
  -  /fileset
  -/jar
  -  
   !-- jboss-client.jar --
   jar jarfile=${build.lib}/jboss-client.jar
manifest=${build.etc}/manifest/version.mf
 fileset dir=${build.classes}
  -include name=org/jboss/deployment/DeploymentException.class/
   include name=org/jboss/proxy/**/
   include name=org/jboss/invocation/Invoker.class/
   

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

2002-02-21 Thread Hiram Chirino

  User: chirino 
  Date: 02/02/21 15:33:19

  Modified:.build.xml
  Log:
  Finished integrating the new Boot class into the build system.
  
  Revision  ChangesPath
  1.69  +8 -1  jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.68
  retrieving revision 1.69
  diff -u -r1.68 -r1.69
  --- build.xml 17 Feb 2002 09:52:51 -  1.68
  +++ build.xml 21 Feb 2002 23:33:19 -  1.69
  @@ -12,7 +12,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.68 2002/02/17 09:52:51 user57 Exp $ --
  +!-- $Id: build.xml,v 1.69 2002/02/21 23:33:19 chirino Exp $ --
   
   project default=main name=JBoss/Server
   
  @@ -567,6 +567,13 @@
   include name=org/jboss/tm/usertx/client/*.class/
   include name=org/jboss/tm/usertx/interfaces/*.class/
   include name=org/jboss/tm/usertx/server/*Stub.class/
  +  /fileset
  +/jar
  +
  +!-- boot.jar --
  +jar jarfile=${build.lib}/boot.jar manifest=${build.etc}/manifest/boot.mf
  +  fileset dir=${build.classes}
  +include name=org/jboss/Boot*/
 /fileset
   /jar
   
  
  
  

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



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

2002-02-21 Thread David Jencks

  User: d_jencks
  Date: 02/02/21 20:24:55

  Modified:.build.xml
  Log:
  Made classes visible across all subpackages in a deployment such as an ear. (bug 
520676. Restructured deployment process to involve 3 phases: classloading, create 
where components set up their externally visible aspects, and start where components 
connect to other components. Renamed Application to EjbModule.
  
  Revision  ChangesPath
  1.70  +21 -1 jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.69
  retrieving revision 1.70
  diff -u -r1.69 -r1.70
  --- build.xml 21 Feb 2002 23:33:19 -  1.69
  +++ build.xml 22 Feb 2002 04:24:54 -  1.70
  @@ -12,7 +12,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.69 2002/02/21 23:33:19 chirino Exp $ --
  +!-- $Id: build.xml,v 1.70 2002/02/22 04:24:54 d_jencks Exp $ --
   
   project default=main name=JBoss/Server
   
  @@ -235,6 +235,7 @@
   property name=build.bin value=${module.output}/bin/
   property name=build.docs value=${module.output}/docs/
   property name=build.beans value=${module.output}/beans/
  +property name=build.gen-src value=${module.output}/gen-src/
   property name=build.resources value=${module.output}/resources/
   property name=build.reports value=${module.output}/reports/
   
  @@ -303,6 +304,7 @@
   --
 target name=compile 
  depends=compile-bean-sources, 
  +   compile-mbean-sources,
  compile-classes, 
  compile-rmi, 
  compile-etc, 
  @@ -310,6 +312,23 @@
  compile-bin
  description=Compile all source files./
   
  +  !-- Compile mbeans with XDoclet --
  +  target name=compile-mbean-sources depends=init
  +taskdef name=xdoclet classname=xdoclet.jmx.JMXDocletTask/
  +
  +mkdir dir=${build.gen-src}/
  +xdoclet sourcepath=${source.java}
  +  destdir=${build.gen-src}
  +  classpath=${xdoclet.task.classpath}
  +  excludedtags=@version,@author
  +  fileset dir=${source.java}
  +include name=org/jboss/ejb/EjbModule.java/
  +  /fileset
  +  mbeaninterface/
  +
  +/xdoclet
  +  /target
  +
 !-- Compile EJB beans with XDoclet --
 target name=compile-bean-sources depends=init
   taskdef name=xdoclet classname=xdoclet.ejb.EjbDocletTask/
  @@ -368,6 +387,7 @@
   
  src path=${source.java}/
  src path=${build.beans}/
  +   src path=${build.gen-src}/
   
  include name=${javac.includes}/
  exclude name=${javac.excludes}/
  
  
  

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



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

2002-02-17 Thread Scott M Stark

  User: starksm 
  Date: 02/02/17 00:39:06

  Modified:.build.xml
  Log:
  Incorporate the build information into the output jars
  
  Revision  ChangesPath
  1.67  +28 -12jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.66
  retrieving revision 1.67
  diff -u -r1.66 -r1.67
  --- build.xml 17 Feb 2002 06:13:29 -  1.66
  +++ build.xml 17 Feb 2002 08:39:05 -  1.67
  @@ -12,7 +12,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.66 2002/02/17 06:13:29 user57 Exp $ --
  +!-- $Id: build.xml,v 1.67 2002/02/17 08:39:05 starksm Exp $ --
   
   project default=main name=JBoss/Server
   
  @@ -410,11 +410,24 @@
 !-- Compile etc files (manifests and such) --
 target name=compile-etc depends=init
   mkdir dir=${build.etc}/
  +!-- Copy with filtering to replace the following tokens that are
  + used to make up the jar manifest version information.
  + --
  +filter token=version.major value=${version.major}/
  +filter token=version.minor value=${version.minor}/
  +filter token=version.revision value=${version.revision}/
  +filter token=version.tag value=${version.tag}/
  +filter token=version.name value=${version.name}/
   copy todir=${build.etc} filtering=yes
 fileset dir=${source.etc}
include name=**/*/
 /fileset
   /copy
  +copy todir=${build.etc}/manifest filtering=yes
  +  fileset dir=${project.root}/build/etc
  + include name=version.mf/
  +  /fileset
  +/copy
 /target
   
 !-- Compile bin scripts --
  @@ -453,7 +466,7 @@
   mkdir dir=${build.lib}/
   
   !-- jboss.jar --
  -jar jarfile=${build.lib}/jboss.jar manifest=${build.etc}/manifest/jboss.mf
  +jar jarfile=${build.lib}/jboss.jar 
manifest=${build.etc}/manifest/version.mf
 fileset dir=${build.classes}
   include name=org/jboss/**/
   
  @@ -485,7 +498,7 @@
  | This file is always local and contains the basic classed required
  | to start the server and setup network service loading.
--
  -jar jarfile=${build.lib}/jboss-boot.jar
  +jar jarfile=${build.lib}/jboss-boot.jar 
manifest=${build.etc}/manifest/version.mf
 fileset dir=${build.classes}
   include name=org/jboss/Version.class/
   include name=org/jboss/system/BootstrapLogger.class/
  @@ -511,7 +524,7 @@
   /jar
   
   !-- jboss-spine.jar --
  -jar jarfile=${build.lib}/jboss-spine.jar
  +jar jarfile=${build.lib}/jboss-spine.jar 
manifest=${build.etc}/manifest/version.mf
 fileset dir=${build.classes}
   include name=org/jboss/logging/**/
   include name=org/jboss/system/Service.class/
  @@ -533,7 +546,7 @@
 
   !-- jboss-client.jar --
   jar jarfile=${build.lib}/jboss-client.jar
  - manifest=${build.etc}/manifest/jboss-client.mf
  + manifest=${build.etc}/manifest/version.mf
 fileset dir=${build.classes}
   include name=org/jboss/deployment/DeploymentException.class/
   include name=org/jboss/proxy/**/
  @@ -581,7 +594,8 @@
   /jar
   
   !-- jmx-rmi-adaptor.sar -- 
  -jar jarfile=${build.lib}/jmx-rmi-adaptor.sar
  +jar jarfile=${build.lib}/jmx-rmi-adaptor.sar
  + manifest=${build.etc}/manifest/version.mf
 fileset dir=${build.classes}
   include name=org/jboss/jmx/adaptor/rmi/**/
   include name=org/jboss/jmx/connector/notification/**/
  @@ -593,7 +607,8 @@
   /jar
   
   !-- jmx-ejb-adaptor.jar -- 
  -jar jarfile=${build.lib}/jmx-ejb-adaptor.jar
  +jar jarfile=${build.lib}/jmx-ejb-adaptor.jar
  + manifest=${build.etc}/manifest/version.mf
 fileset dir=${build.classes}
   include name=org/jboss/jmx/ObjectHandler**/
   include name=org/jboss/jmx/adaptor/ejb/**/
  @@ -608,7 +623,8 @@
   !-- ejb-management.jar -- 
   !-- (should try to use jlink for this) --  
   unjar src=${sun.jsr77.lib}/jsr77.jar dest=${build.classes}/ 
  -jar jarfile=${build.lib}/ejb-management.jar
  +jar jarfile=${build.lib}/ejb-management.jar
  + manifest=${build.etc}/manifest/version.mf
 fileset dir=${build.classes}
   include name=org/jboss/management/mejb/**/
   include name=javax/management/j2ee/Management*.class/
  @@ -620,7 +636,7 @@
   
   !-- jmx-ejb-connector-client.jar --
   jar jarfile=${build.lib}/jmx-ejb-connector-client.jar
  - manifest=${build.etc}/manifest/ejb-connector-client.mf
  + manifest=${build.etc}/manifest/version.mf
 fileset dir=${build.classes}
   include name=org/jboss/jmx/ObjectHandler**/
   include 

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

2002-02-17 Thread Jason Dillon

  User: user57  
  Date: 02/02/17 01:52:52

  Modified:.build.xml
  Log:
   o revert to j2ee, connector  messaging
  
  Revision  ChangesPath
  1.68  +7 -7  jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.67
  retrieving revision 1.68
  diff -u -r1.67 -r1.68
  --- build.xml 17 Feb 2002 08:39:05 -  1.67
  +++ build.xml 17 Feb 2002 09:52:51 -  1.68
  @@ -12,7 +12,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.67 2002/02/17 08:39:05 starksm Exp $ --
  +!-- $Id: build.xml,v 1.68 2002/02/17 09:52:51 user57 Exp $ --
   
   project default=main name=JBoss/Server
   
  @@ -188,11 +188,11 @@
   !-- Modules --
   !-- === --
   
  -!-- Plastic --
  -property name=jboss.plastic.root value=${project.root}/plastic/output/
  -property name=jboss.plastic.lib value=${jboss.plastic.root}/lib/
  -path id=jboss.plastic.classpath
  -  pathelement path=${jboss.plastic.lib}/jboss-plastic-j2ee.jar/
  +!-- J2EE --
  +property name=jboss.j2ee.root value=${project.root}/j2ee/output/
  +property name=jboss.j2ee.lib value=${jboss.j2ee.root}/lib/
  +path id=jboss.j2ee.classpath
  +  pathelement path=${jboss.j2ee.lib}/jboss-j2ee.jar/
   /path
   
   !-- Common --
  @@ -211,7 +211,7 @@
   
   !-- The combined dependant module classpath --
   path id=dependentmodule.classpath
  -  path refid=jboss.plastic.classpath/
  +  path refid=jboss.j2ee.classpath/
 path refid=jboss.common.classpath/
 path refid=jboss.naming.classpath/
   /path
  
  
  

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



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

2002-02-16 Thread Jason Dillon

  User: user57  
  Date: 02/02/16 02:37:16

  Modified:.build.xml
  Log:
   o don't unclude fastkey
  
  Revision  ChangesPath
  1.63  +1 -2  jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.62
  retrieving revision 1.63
  diff -u -r1.62 -r1.63
  --- build.xml 16 Feb 2002 07:21:50 -  1.62
  +++ build.xml 16 Feb 2002 10:37:15 -  1.63
  @@ -12,7 +12,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.62 2002/02/16 07:21:50 user57 Exp $ --
  +!-- $Id: build.xml,v 1.63 2002/02/16 10:37:15 user57 Exp $ --
   
   project default=main name=JBoss/Server
   
  @@ -741,7 +741,6 @@
include name=org/jboss/system/ServiceMBean*.class/
include name=org/jboss/logging/**/
include name=org/jboss/ejb/CacheKey.class/
  - include name=org/jboss/util/FastKey.class/
 /fileset
   /jar
   
  
  
  

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



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

2002-02-16 Thread Jason Dillon

  User: user57  
  Date: 02/02/16 20:10:37

  Modified:.build.xml
  Log:
   o extend from NestedException for better stack trace handling
  
  Revision  ChangesPath
  1.64  +2 -2  jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.63
  retrieving revision 1.64
  diff -u -r1.63 -r1.64
  --- build.xml 16 Feb 2002 10:37:15 -  1.63
  +++ build.xml 17 Feb 2002 04:10:36 -  1.64
  @@ -12,7 +12,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.63 2002/02/16 10:37:15 user57 Exp $ --
  +!-- $Id: build.xml,v 1.64 2002/02/17 04:10:36 user57 Exp $ --
   
   project default=main name=JBoss/Server
   
  @@ -494,7 +494,6 @@
   include name=org/jboss/system/MBeanClassLoader*.class/
   include name=org/jboss/system/ServiceLibraries*.class/
   include name=org/jboss/system/Server*.class/
  -include name=org/jboss/deployment/DeploymentException.class/
 /fileset
 fileset dir=${build.resources}
   include name=org/jboss/version.properties/
  @@ -523,6 +522,7 @@
   include name=org/jboss/deployment/SARDeployer*.class/
   include name=org/jboss/deployment/DeploymentInfo.class/
   include name=org/jboss/deployment/DeployerMBean*.class/
  +include name=org/jboss/deployment/DeploymentException.class/
 /fileset
   /jar
 
  
  
  

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



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

2002-02-16 Thread Jason Dillon

  User: user57  
  Date: 02/02/16 20:22:25

  Modified:.build.xml
  Log:
   o Some re-org in preperation for a 3.0 release
   o Added ejb  system modules
   o Renamed messaging to mq, I don't know what I was thinking when I changed
 it in the first place.
   o Connector becomes resource for clarity, since that is how things are
 packaged (under org.jboss and javax)
   o j2ee becomes plastic, partly because I think it sounds cool and to keep
 it from being confused with a j2ee impl
   o Adding iiop module.
  
  Revision  ChangesPath
  1.65  +13 -7 jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.64
  retrieving revision 1.65
  diff -u -r1.64 -r1.65
  --- build.xml 17 Feb 2002 04:10:36 -  1.64
  +++ build.xml 17 Feb 2002 04:22:25 -  1.65
  @@ -12,7 +12,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.64 2002/02/17 04:10:36 user57 Exp $ --
  +!-- $Id: build.xml,v 1.65 2002/02/17 04:22:25 user57 Exp $ --
   
   project default=main name=JBoss/Server
   
  @@ -188,11 +188,11 @@
   !-- Modules --
   !-- === --
   
  -!-- J2EE --
  -property name=jboss.j2ee.root value=${project.root}/j2ee/output/
  -property name=jboss.j2ee.lib value=${jboss.j2ee.root}/lib/
  -path id=jboss.j2ee.classpath
  -  pathelement path=${jboss.j2ee.lib}/jboss-j2ee.jar/
  +!-- Plastic --
  +property name=jboss.plastic.root value=${project.root}/plastic/output/
  +property name=jboss.plastic.lib value=${jboss.plastic.root}/lib/
  +path id=jboss.plastic.classpath
  +  pathelement path=${jboss.plastic.lib}/jboss-plastic-j2ee.jar/
   /path
   
   !-- Common --
  @@ -211,7 +211,7 @@
   
   !-- The combined dependant module classpath --
   path id=dependentmodule.classpath
  -  path refid=jboss.j2ee.classpath/
  +  path refid=jboss.plastic.classpath/
 path refid=jboss.common.classpath/
 path refid=jboss.naming.classpath/
   /path
  @@ -499,7 +499,13 @@
   include name=org/jboss/version.properties/
 /fileset
   
  -  !-- HACK, HACK, HACK to allow core components to use these common classes --
  +  !-- 
  + | HACK, HACK, HACK 
  + |
  + | Allows core components to use these common classes.  Should 
  + | fix this so they can be loaded from the net.  May need to abstract
  + | Server to a Loader, whichs setsup SCL and then loads + starts Server...
  +   --
 fileset dir=${jboss.common.root}/classes
   include name=org/jboss/util/jmx/ObjectNameFactory*.class/
 /fileset
  
  
  

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



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

2002-02-16 Thread Jason Dillon

  User: user57  
  Date: 02/02/16 22:13:29

  Modified:.build.xml
  Log:
   o moved JMSRA to resource module
   o repackaged under org.jboss.resource.jms
  
  Revision  ChangesPath
  1.66  +1 -17 jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.65
  retrieving revision 1.66
  diff -u -r1.65 -r1.66
  --- build.xml 17 Feb 2002 04:22:25 -  1.65
  +++ build.xml 17 Feb 2002 06:13:29 -  1.66
  @@ -12,7 +12,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.65 2002/02/17 04:22:25 user57 Exp $ --
  +!-- $Id: build.xml,v 1.66 2002/02/17 06:13:29 user57 Exp $ --
   
   project default=main name=JBoss/Server
   
  @@ -476,7 +476,6 @@
   include name=org/jboss/**/
   exclude name=org/jboss/ejb/deployment/**/
   exclude name=org/jboss/ejb/plugins/**/
  -exclude name=org/jboss/jms/ra/META-INF*/
 /fileset
   /jar
   
  @@ -701,21 +700,6 @@
   include name=org/jboss/system/Service.class/
   include name=org/jboss/system/ServiceMBean*.class/
   include name=org/jboss/logging/**/
  -  /fileset
  -/jar
  -
  -!-- jms-ra.rar --
  -jar jarfile=${build.lib}/jms-ra.jar
  -  fileset dir=${build.classes}
  -include name=org/jboss/jms/ra/**/
  -  /fileset
  -/jar
  -jar jarfile=${build.lib}/jms-ra.rar
  -  fileset dir=${build.lib}
  -include name=jms-ra.jar/
  -  /fileset
  -  fileset dir=${build.resources}/org/jboss/jms/ra/
  -include name=**/
 /fileset
   /jar
   
  
  
  

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



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

2002-02-15 Thread Jason Dillon

  User: user57  
  Date: 02/02/15 17:33:25

  Modified:.build.xml
  Log:
   o cleaned up server/src/etc a bit.  Probably need to reconsider how
 we paqkage configuration files, since our notion of a configuration file
 has changed so much with the recent deployable xml stuff.
 For now just cleaning stuff up to make the build system cleaner
  
  Revision  ChangesPath
  1.61  +69 -117   jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.60
  retrieving revision 1.61
  diff -u -r1.60 -r1.61
  --- build.xml 15 Feb 2002 06:18:30 -  1.60
  +++ build.xml 16 Feb 2002 01:33:25 -  1.61
  @@ -12,7 +12,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.60 2002/02/15 06:18:30 user57 Exp $ --
  +!-- $Id: build.xml,v 1.61 2002/02/16 01:33:25 user57 Exp $ --
   
   project default=main name=JBoss/Server
   
  @@ -108,20 +108,6 @@
 /fileset
   /path
   
  -!-- JavaBeans Activation Framework (JAF) --
  -property name=sun.jaf.root value=${project.thirdparty}/sun/jaf/
  -property name=sun.jaf.lib value=${sun.jaf.root}/lib/
  -path id=sun.jaf.classpath
  -  pathelement path=${sun.jaf.lib}/activation.jar/
  -/path
  -
  -!-- JavaMail --
  -property name=sun.javamail.root value=${project.thirdparty}/sun/javamail/
  -property name=sun.javamail.lib value=${sun.javamail.root}/lib/
  -path id=sun.javamail.classpath
  -  pathelement path=${sun.javamail.lib}/mail.jar/
  -/path
  -
   !-- Java Transaction Service (JTS) --
   property name=sun.jts.root value=${project.thirdparty}/sun/jts/
   property name=sun.jts.lib value=${sun.jts.root}/lib/
  @@ -189,8 +175,6 @@
 path refid=sun.jaxp.classpath/
 path refid=sun.jaas.classpath/
 path refid=sun.jsse.classpath/
  -  path refid=sun.jaf.classpath/
  -  path refid=sun.javamail.classpath/
 path refid=sun.jts.classpath/
 path refid=apache.log4j.classpath/
 path refid=gjt.jpl-util.classpath/
  @@ -250,12 +234,7 @@
   property name=build.etc value=${module.output}/etc/
   property name=build.bin value=${module.output}/bin/
   property name=build.docs value=${module.output}/docs/
  -property name=build.ejbadaptor value=${module.output}/ejbadaptor/
  -property name=build.ejbadaptor.beans value=${build.ejbadaptor}/beans/
  -property name=build.ejbadaptor.metadata 
value=${build.ejbadaptor}/metadata/
  -property name=build.mejb value=${module.output}/mejb/
  -property name=build.mejb.beans value=${build.mejb}/beans/
  -property name=build.mejb.metadata value=${build.mejb}/metadata/
  +property name=build.beans value=${module.output}/beans/
   property name=build.resources value=${module.output}/resources/
   property name=build.reports value=${module.output}/reports/
   
  @@ -335,10 +314,9 @@
 target name=compile-bean-sources depends=init
   taskdef name=xdoclet classname=xdoclet.ejb.EjbDocletTask/
   
  -mkdir dir=${build.ejbadaptor.beans}/
  -mkdir dir=${build.ejbadaptor.metadata}/META-INF/
  +mkdir dir=${build.beans}/ejbadaptor/
   xdoclet sourcepath=${source.java}
  -  destdir=${build.ejbadaptor.beans}
  +  destdir=${build.beans}/ejbadaptor
 classpath=${xdoclet.task.classpath}
 ejbspec=1.1
 excludedtags=@version,@author
  @@ -350,16 +328,13 @@
 remoteinterface/
 homeinterface/
 session/
  -  deploymentdescriptor xmlencoding =UTF-8
  - destdir=${build.ejbadaptor.metadata}/META-INF/
  -  jboss xmlencoding=UTF-8 
  -  destdir=${build.ejbadaptor.metadata}/META-INF/
  +  deploymentdescriptor xmlencoding=UTF-8 
destdir=${build.beans}/ejbadaptor/META-INF/
  +  jboss xmlencoding=UTF-8 destdir=${build.beans}/ejbadaptor/META-INF/
   /xdoclet
   
  -mkdir dir=${build.mejb.beans}/
  -mkdir dir=${build.mejb.metadata}/META-INF/
  +mkdir dir=${build.beans}/mejb/
   xdoclet sourcepath=${source.java}
  -  destdir=${build.mejb.beans}
  +  destdir=${build.beans}/mejb
 classpath=${xdoclet.task.classpath}
 ejbspec=1.1
 excludedtags=@version,@author
  @@ -371,10 +346,8 @@
 remoteinterface/
 homeinterface/
 session/
  -  deploymentdescriptor xmlencoding =UTF-8
  - destdir=${build.mejb.metadata}/META-INF/
  -  jboss xmlencoding=UTF-8 
  -  destdir=${build.mejb.metadata}/META-INF/
  +  deploymentdescriptor xmlencoding=UTF-8 
destdir=${build.beans}/mejb/META-INF/
  +  jboss xmlencoding=UTF-8 destdir=${build.beans}/mejb/META-INF/
   /xdoclet
 

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

2002-02-15 Thread Jason Dillon

  User: user57  
  Date: 02/02/15 23:21:50

  Modified:.build.xml
  Log:
   o moved SerializableEnumeration to org.jboss.util.collection in common
 module.
  
  Revision  ChangesPath
  1.62  +1 -2  jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.61
  retrieving revision 1.62
  diff -u -r1.61 -r1.62
  --- build.xml 16 Feb 2002 01:33:25 -  1.61
  +++ build.xml 16 Feb 2002 07:21:50 -  1.62
  @@ -12,7 +12,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.61 2002/02/16 01:33:25 user57 Exp $ --
  +!-- $Id: build.xml,v 1.62 2002/02/16 07:21:50 user57 Exp $ --
   
   project default=main name=JBoss/Server
   
  @@ -549,7 +549,6 @@
   include name=org/jboss/tm/usertx/client/*.class/
   include name=org/jboss/tm/usertx/interfaces/*.class/
   include name=org/jboss/tm/usertx/server/*Stub.class/
  -include name=org/jboss/util/SerializableEnumeration.class/
 /fileset
   /jar
   
  
  
  

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



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

2002-02-14 Thread Jason Dillon

  User: user57  
  Date: 02/02/14 17:17:35

  Modified:.build.xml
  Log:
   o MBeanProxy does not use org.jboss.proxy.compiler anymore, just plain
 old JDK1.3 Dymanic Proxy API will work just fine here (since we don't
 support 1.2 anymore).
  
  Revision  ChangesPath
  1.59  +1 -4  jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.58
  retrieving revision 1.59
  diff -u -r1.58 -r1.59
  --- build.xml 14 Feb 2002 07:37:32 -  1.58
  +++ build.xml 15 Feb 2002 01:17:35 -  1.59
  @@ -12,7 +12,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.58 2002/02/14 07:37:32 user57 Exp $ --
  +!-- $Id: build.xml,v 1.59 2002/02/15 01:17:35 user57 Exp $ --
   
   project default=main name=JBoss/Server
   
  @@ -508,9 +508,6 @@
   jar jarfile=${build.lib}/jboss-util.jar
 fileset dir=${build.classes}
   include name=org/jboss/util/**/
  -
  -!-- MBeanProxy needs this.  This compiler stuff should be moved under util 
--
  -include name=org/jboss/proxy/compiler/**/
 /fileset
   /jar
   
  
  
  

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



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

2002-02-14 Thread Jason Dillon

  User: user57  
  Date: 02/02/14 22:18:30

  Modified:.build.xml
  Log:
   o Moved MBeanProxy, ObjectNameFactory and MBeanServerLocator to
 jboss/common and repackaged under org.jboss.util.jmx
   o Not building jboss-util.jar anymore, jboss-common.jar covers this, though
 still need to move some more stuff over (and some to varia)
   o updated users of the repackaged classes
  
  Revision  ChangesPath
  1.60  +16 -31jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.59
  retrieving revision 1.60
  diff -u -r1.59 -r1.60
  --- build.xml 15 Feb 2002 01:17:35 -  1.59
  +++ build.xml 15 Feb 2002 06:18:30 -  1.60
  @@ -12,7 +12,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.59 2002/02/15 01:17:35 user57 Exp $ --
  +!-- $Id: build.xml,v 1.60 2002/02/15 06:18:30 user57 Exp $ --
   
   project default=main name=JBoss/Server
   
  @@ -211,6 +211,13 @@
 pathelement path=${jboss.j2ee.lib}/jboss-j2ee.jar/
   /path
   
  +!-- Common --
  +property name=jboss.common.root value=${project.root}/common/output/
  +property name=jboss.common.lib value=${jboss.common.root}/lib/
  +path id=jboss.common.classpath
  +  pathelement path=${jboss.common.lib}/jboss-common.jar/
  +/path
  +
   !-- Naming --
   property name=jboss.naming.root value=${project.root}/naming/output/
   property name=jboss.naming.lib value=${jboss.naming.root}/lib/
  @@ -221,6 +228,7 @@
   !-- The combined dependant module classpath --
   path id=dependentmodule.classpath
 path refid=jboss.j2ee.classpath/
  +  path refid=jboss.common.classpath/
 path refid=jboss.naming.classpath/
   /path
   
  @@ -481,9 +489,6 @@
   !-- Exclude command line utilities --
   exclude name=org/jboss/*/
   
  -!-- Exclude utilities, they are now in jboss-util.jar --
  -exclude name=org/jboss/util/*/
  -
   !-- Exclude JMX Connector stuff we will use the connector SAR for that --
   exclude name=org/jboss/jmx/**/
 /fileset
  @@ -504,13 +509,6 @@
 /fileset
   /jar
   
  -!-- Build jboss-util.jar --
  -jar jarfile=${build.lib}/jboss-util.jar
  -  fileset dir=${build.classes}
  -include name=org/jboss/util/**/
  -  /fileset
  -/jar
  -
   !-- 
  | Build jboss-boot.jar
  |
  @@ -526,13 +524,15 @@
   include name=org/jboss/system/ServiceLibraries*.class/
   include name=org/jboss/system/Server*.class/
   include name=org/jboss/deployment/DeploymentException.class/
  -
  -!-- Included as a duplicate class to allow core components to use it. --
  -include name=org/jboss/util/ObjectNameFactory.class/
 /fileset
 fileset dir=${build.resources}
   include name=org/jboss/version.properties/
 /fileset
  +
  +  !-- HACK, HACK, HACK to allow core components to use these common classes --
  +  fileset dir=${jboss.common.root}/classes
  +include name=org/jboss/util/jmx/ObjectNameFactory*.class/
  +  /fileset
   /jar
   
   !-- Build jboss-spine.jar --
  @@ -552,9 +552,6 @@
   include name=org/jboss/deployment/SARDeployer*.class/
   include name=org/jboss/deployment/DeploymentInfo.class/
   include name=org/jboss/deployment/DeployerMBean*.class/
  -
  -!-- Currently duplicated to allow the testsuite to run --
  -include name=org/jboss/deployment/DeploymentException.class/
 /fileset
   /jar
 
  @@ -562,7 +559,7 @@
   jar jarfile=${build.lib}/jboss-client.jar
manifest=${build.etc}/jboss-client.mf
 fileset dir=${build.classes}
  -include name=org/jboss/ejb/DeploymentException.class/
  +include name=org/jboss/deployment/DeploymentException.class/
   include name=org/jboss/proxy/**/
   include name=org/jboss/invocation/Invoker.class/
   include name=org/jboss/invocation/Invocation.class/
  @@ -705,6 +702,7 @@
   jar jarfile=${build.lib}/deploy.jar
manifest=${build.etc}/deploy.mf
 fileset dir=${build.classes}
  + include name=org/jboss/deployment/**/
include name=org/jboss/jmx/service/Deployer.class/
include name=org/jboss/jmx/connector/RemoteMBeanServer**/
include name=org/jboss/jmx/connector/notification/RMI**/
  @@ -786,19 +784,6 @@
 /fileset
 fileset dir=${build.etc}/conf/default
   include name=standardjboss.xml/
  -  /fileset
  -/jar
  -
  -!-- Build jboss-util.jar --
  -jar jarfile=${build.lib}/jboss-util.jar
  -  fileset dir=${build.classes}
  

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

2002-02-13 Thread Bill Burke

  User: patriot1burke
  Date: 02/02/13 15:20:12

  Modified:.build.xml
  Log:
  added ApplicationDeadlockException to jboss-client
  
  Revision  ChangesPath
  1.57  +2 -1  jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.56
  retrieving revision 1.57
  diff -u -r1.56 -r1.57
  --- build.xml 13 Feb 2002 04:22:31 -  1.56
  +++ build.xml 13 Feb 2002 23:20:11 -  1.57
  @@ -12,7 +12,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.56 2002/02/13 04:22:31 user57 Exp $ --
  +!-- $Id: build.xml,v 1.57 2002/02/13 23:20:11 patriot1burke Exp $ --
   
   project default=main name=JBoss/Server
   
  @@ -575,6 +575,7 @@
   include name=org/jboss/ejb/CacheKey.class/
   include name=org/jboss/ejb/ListCacheKey.class/
   include name=org/jboss/ejb/FastKey.class/
  +include 
name=org/jboss/ejb/plugins/lock/ApplicationDeadlockException.class/
   include name=org/jboss/logging/Logger.class/
   include name=org/jboss/logging/TracePriority.class/
   include name=org/jboss/monitor/client/*.class/
  
  
  

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



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

2002-02-13 Thread Jason Dillon

  User: user57  
  Date: 02/02/13 23:37:32

  Modified:.build.xml
  Log:
   o drop bogus encoding variable, so the docs will build again
  
  Revision  ChangesPath
  1.58  +1 -2  jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.57
  retrieving revision 1.58
  diff -u -r1.57 -r1.58
  --- build.xml 13 Feb 2002 23:20:11 -  1.57
  +++ build.xml 14 Feb 2002 07:37:32 -  1.58
  @@ -12,7 +12,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.57 2002/02/13 23:20:11 patriot1burke Exp $ --
  +!-- $Id: build.xml,v 1.58 2002/02/14 07:37:32 user57 Exp $ --
   
   project default=main name=JBoss/Server
   
  @@ -874,7 +874,6 @@
package=${javadoc.package}
protected=${javadoc.protected}
private=${javadoc.private}
  - encoding=${javadoc.encoding}
use=${javadoc.use}
 verbose=${javadoc.verbose} 
 group title=JDBC Extension packages=javax.sql*/
  
  
  

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



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

2002-02-12 Thread Jason Dillon

  User: user57  
  Date: 02/02/12 20:22:31

  Modified:.build.xml
  Log:
   o renamed SafeObjectNameFactory - ObjectNameFactory
   o updated existing users of SafeObjectNameFactory to use new name
   o converted a few more
  
  Revision  ChangesPath
  1.56  +2 -2  jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.55
  retrieving revision 1.56
  diff -u -r1.55 -r1.56
  --- build.xml 12 Feb 2002 06:51:17 -  1.55
  +++ build.xml 13 Feb 2002 04:22:31 -  1.56
  @@ -12,7 +12,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.55 2002/02/12 06:51:17 user57 Exp $ --
  +!-- $Id: build.xml,v 1.56 2002/02/13 04:22:31 user57 Exp $ --
   
   project default=main name=JBoss/Server
   
  @@ -531,7 +531,7 @@
   include name=org/jboss/deployment/DeploymentException.class/
   
   !-- Included as a duplicate class to allow core components to use it. --
  -include name=org/jboss/util/SafeObjectNameFactory.class/
  +include name=org/jboss/util/ObjectNameFactory.class/
 /fileset
 fileset dir=${build.resources}
   include name=org/jboss/version.properties/
  
  
  

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



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

2002-02-11 Thread Jason Dillon

  User: user57  
  Date: 02/02/11 19:22:02

  Modified:.build.xml
  Log:
   o Adding SafeObjectFactory, which simply makes ObjectNames and
 turns ant malformed exceptions into Errors.  This is used to
 create ObjectName OBJECT_NAME fields, so we don't have to keep
 creating new ObjectNames all the time.
   o MainDeployer  ServiceController use new ObjectName OBJECT_NAME
   o Updated refering classes to not wrap OBJECT_NAME with new ObjectName
   o Using MBeanProxy to talk to ServiceController (and MainDeployer
 in some areas).  MBeanProxy is a central location to put in that
 pesky JMX exception handling + is tidies up the code base.  Can
 evevntually optimize this to make it veru efficient too.
   o Putting org.jboss.util classes into lib/ext/jboss-util.jar and adding
 it to the bootlibraries, so that the core system components have access
 to these when loading (not just when running, aka after
 jboss-service.xml loads).
   * Need to clean up jboss-util, move deployable stuff out of it and such
 (they don't really belong there).
   o updated modules that needed util, to include jboss-util.jar in there
 external module config
  
  Revision  ChangesPath
  1.54  +24 -24jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- build.xml 4 Feb 2002 21:27:07 -   1.53
  +++ build.xml 12 Feb 2002 03:22:02 -  1.54
  @@ -12,7 +12,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.53 2002/02/04 21:27:07 patriot1burke Exp $ --
  +!-- $Id: build.xml,v 1.54 2002/02/12 03:22:02 user57 Exp $ --
   
   project default=main name=JBoss/Server
   
  @@ -480,6 +480,9 @@
   
   !-- Exclude command line utilities --
   exclude name=org/jboss/*/
  +
  +!-- Exclude utilities, they are now in jboss-util.jar --
  +exclude name=org/jboss/util/*/
   
   !-- Exclude JMX Connector stuff we will use the connector SAR for that --
   exclude name=org/jboss/jmx/**/
  @@ -501,6 +504,16 @@
 /fileset
   /jar
   
  +!-- Build jboss-util.jar --
  +jar jarfile=${build.lib}/jboss-util.jar
  +  fileset dir=${build.classes}
  +include name=org/jboss/util/**/
  +
  +!-- MBeanProxy needs this.  This compiler stuff should be moved under util 
--
  +include name=org/jboss/proxy/compiler/**/
  +  /fileset
  +/jar
  +
   !-- 
  | Build jboss-boot.jar
  |
  @@ -511,16 +524,10 @@
 fileset dir=${build.classes}
   include name=org/jboss/Version.class/
   include name=org/jboss/system/BootstrapLogger.class/
  -include name=org/jboss/system/UnifiedClassLoader.class/
  -include name=org/jboss/system/UnifiedClassLoaderMBean.class/
  -include name=org/jboss/system/MBeanClassLoader.class/
  -include name=org/jboss/system/MBeanClassLoaderMBean.class/
  -include name=org/jboss/system/ServiceLibraries.class/
  -include name=org/jboss/system/ServiceLibrariesMBean.class/
  -include name=org/jboss/system/Server.class/
  -include name=org/jboss/system/Server**.class/
  -include name=org/jboss/system/ServerMBean.class/
  -include name=org/jboss/system/ServerConfig.class/
  +include name=org/jboss/system/UnifiedClassLoader*.class/
  +include name=org/jboss/system/MBeanClassLoader*.class/
  +include name=org/jboss/system/ServiceLibraries*.class/
  +include name=org/jboss/system/Server*.class/
   include name=org/jboss/deployment/DeploymentException.class/
 /fileset
 fileset dir=${build.resources}
  @@ -535,23 +542,16 @@
   include name=org/jboss/system/Service.class/
   include name=org/jboss/system/ServiceMBean.class/
   include name=org/jboss/system/ServiceMBeanSupport.class/
  -include name=org/jboss/system/ServiceController**.class/
  -include name=org/jboss/system/ServiceCreator**.class/
  +include name=org/jboss/system/ServiceController*.class/
  +include name=org/jboss/system/ServiceCreator*.class/
   include name=org/jboss/system/ServiceConfigurator.class/
  -include name=org/jboss/system/ServiceControllerMBean.class/
  +include name=org/jboss/system/ServiceContext.class/
   include name=org/jboss/system/ConfigurationException.class/
   include name=org/jboss/system/Info*/
  -include name=org/jboss/system/ServiceContext.class/
  -include name=org/jboss/deployment/MainDeployer.class/
  -include name=org/jboss/deployment/MainDeployerMBean.class/
  -

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

2002-02-11 Thread Jason Dillon

  User: user57  
  Date: 02/02/11 22:51:17

  Modified:.build.xml
  Log:
   o testsuite pulls DeploymentException from jboss-spine, which is broken
 but I haven't the energy to fix right now, it will be duplicated in
 jboss-boot  jboss-spine for now.
  
  Revision  ChangesPath
  1.55  +7 -1  jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -u -r1.54 -r1.55
  --- build.xml 12 Feb 2002 03:22:02 -  1.54
  +++ build.xml 12 Feb 2002 06:51:17 -  1.55
  @@ -12,7 +12,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.54 2002/02/12 03:22:02 user57 Exp $ --
  +!-- $Id: build.xml,v 1.55 2002/02/12 06:51:17 user57 Exp $ --
   
   project default=main name=JBoss/Server
   
  @@ -529,6 +529,9 @@
   include name=org/jboss/system/ServiceLibraries*.class/
   include name=org/jboss/system/Server*.class/
   include name=org/jboss/deployment/DeploymentException.class/
  +
  +!-- Included as a duplicate class to allow core components to use it. --
  +include name=org/jboss/util/SafeObjectNameFactory.class/
 /fileset
 fileset dir=${build.resources}
   include name=org/jboss/version.properties/
  @@ -552,6 +555,9 @@
   include name=org/jboss/deployment/SARDeployer*.class/
   include name=org/jboss/deployment/DeploymentInfo.class/
   include name=org/jboss/deployment/DeployerMBean*.class/
  +
  +!-- Currently duplicated to allow the testsuite to run --
  +include name=org/jboss/deployment/DeploymentException.class/
 /fileset
   /jar
 
  
  
  

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



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

2002-02-04 Thread Bill Burke

  User: patriot1burke
  Date: 02/02/04 13:27:07

  Modified:.build.xml
  Log:
  JavaGroups 2.0
  
  Revision  ChangesPath
  1.53  +2 -2  jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- build.xml 2002/01/28 23:42:21 1.52
  +++ build.xml 2002/02/04 21:27:07 1.53
  @@ -12,7 +12,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.52 2002/01/28 23:42:21 mnf999 Exp $ --
  +!-- $Id: build.xml,v 1.53 2002/02/04 21:27:07 patriot1burke Exp $ --
   
   project default=main name=JBoss/Server
   
  @@ -172,7 +172,7 @@
   property name=javagroups.javagroups.root 
value=${project.thirdparty}/javagroups/javagroups/
   property name=javagroups.javagroups.lib 
value=${javagroups.javagroups.root}/lib/
   path id=javagroups.javagroups.classpath
  -  pathelement path=${javagroups.javagroups.lib}/JavaGroups.jar/
  +  pathelement path=${javagroups.javagroups.lib}/javagroups-2.0.jar/
   /path
   
   !-- JSR 77 --
  
  
  

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



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

2002-01-28 Thread marc fleury

  User: mnf999  
  Date: 02/01/28 15:42:21

  Modified:.build.xml
  Log:
  The stuff from the Jason main so that it boots
  
  Revision  ChangesPath
  1.52  +6 -1  jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- build.xml 2002/01/20 15:14:10 1.51
  +++ build.xml 2002/01/28 23:42:21 1.52
  @@ -12,7 +12,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.51 2002/01/20 15:14:10 mnf999 Exp $ --
  +!-- $Id: build.xml,v 1.52 2002/01/28 23:42:21 mnf999 Exp $ --
   
   project default=main name=JBoss/Server
   
  @@ -509,6 +509,7 @@
--
   jar jarfile=${build.lib}/jboss-boot.jar
 fileset dir=${build.classes}
  +include name=org/jboss/Version.class/
   include name=org/jboss/system/BootstrapLogger.class/
   include name=org/jboss/system/UnifiedClassLoader.class/
   include name=org/jboss/system/UnifiedClassLoaderMBean.class/
  @@ -516,6 +517,10 @@
   include name=org/jboss/system/MBeanClassLoaderMBean.class/
   include name=org/jboss/system/ServiceLibraries.class/
   include name=org/jboss/system/ServiceLibrariesMBean.class/
  +include name=org/jboss/system/Server.class/
  +include name=org/jboss/system/Server**.class/
  +include name=org/jboss/system/ServerMBean.class/
  +include name=org/jboss/system/ServerConfig.class/
   include name=org/jboss/deployment/DeploymentException.class/
 /fileset
 fileset dir=${build.resources}
  
  
  

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



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

2002-01-20 Thread marc fleury

  User: mnf999  
  Date: 02/01/20 07:14:10

  Modified:.build.xml
  Log:
  Include new classes in teh MX microkernel for hotdeploy
  
  Revision  ChangesPath
  1.51  +15 -11jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- build.xml 2002/01/15 16:45:55 1.50
  +++ build.xml 2002/01/20 15:14:10 1.51
  @@ -12,7 +12,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.50 2002/01/15 16:45:55 d_jencks Exp $ --
  +!-- $Id: build.xml,v 1.51 2002/01/20 15:14:10 mnf999 Exp $ --
   
   project default=main name=JBoss/Server
   
  @@ -509,12 +509,14 @@
--
   jar jarfile=${build.lib}/jboss-boot.jar
 fileset dir=${build.classes}
  -include name=org/jboss/system/BootstrapLogger*/
  -include name=org/jboss/system/URLClassLoader*/
  -include name=org/jboss/system/MBeanClassLoader*/
  -include name=org/jboss/system/ServiceLibraries*/
  -include name=org/jboss/system/Server*/
  -include name=org/jboss/Version*/
  +include name=org/jboss/system/BootstrapLogger.class/
  +include name=org/jboss/system/UnifiedClassLoader.class/
  +include name=org/jboss/system/UnifiedClassLoaderMBean.class/
  +include name=org/jboss/system/MBeanClassLoader.class/
  +include name=org/jboss/system/MBeanClassLoaderMBean.class/
  +include name=org/jboss/system/ServiceLibraries.class/
  +include name=org/jboss/system/ServiceLibrariesMBean.class/
  +include name=org/jboss/deployment/DeploymentException.class/
 /fileset
 fileset dir=${build.resources}
   include name=org/jboss/version.properties/
  @@ -535,10 +537,12 @@
   include name=org/jboss/system/ConfigurationException.class/
   include name=org/jboss/system/Info*/
   include name=org/jboss/system/ServiceContext.class/
  -include name=org/jboss/deployment/ServiceDeployer.class/
  -include name=org/jboss/deployment/ServiceDeployerMBean.class/
  -include name=org/jboss/deployment/ServiceDeployer**.class/
  -include name=org/jboss/deployment/ServiceDeploymentInfo.class/
  +include name=org/jboss/deployment/MainDeployer.class/
  +include name=org/jboss/deployment/MainDeployerMBean.class/
  +include name=org/jboss/deployment/SARDeployer.class/
  +include name=org/jboss/deployment/SARDeployerMBean.class/
  +include name=org/jboss/deployment/SARDeployer**.class/
  +include name=org/jboss/deployment/DeploymentInfo.class/
   include name=org/jboss/deployment/DeployerMBean.class/
   include name=org/jboss/deployment/DeployerMBeanSupport.class/
   include name=org/jboss/deployment/DeployerMBeanSupport**.class/
  
  
  

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



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

2002-01-15 Thread David Jencks

  User: d_jencks
  Date: 02/01/15 08:45:56

  Modified:.build.xml
  Log:
  updated to xdoclet 1.1
  
  Revision  ChangesPath
  1.50  +3 -1  jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.49
  retrieving revision 1.50
  diff -u -r1.49 -r1.50
  --- build.xml 2002/01/03 04:00:56 1.49
  +++ build.xml 2002/01/15 16:45:55 1.50
  @@ -12,7 +12,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.49 2002/01/03 04:00:56 user57 Exp $ --
  +!-- $Id: build.xml,v 1.50 2002/01/15 16:45:55 d_jencks Exp $ --
   
   project default=main name=JBoss/Server
   
  @@ -338,6 +338,7 @@
   include name=org/jboss/jmx/adaptor/ejb/*Bean.java/
   exclude name=org/jboss/jmx/adaptor/ejb/*MBean.java/
 /fileset
  +  packageSubstitution packages=ejb substituteWith=interfaces/
 remoteinterface/
 homeinterface/
 session/
  @@ -358,6 +359,7 @@
   include name=org/jboss/management/mejb/*Bean.java/
   exclude name=org/jboss/management/mejb/*MBean.java/
 /fileset
  +  packageSubstitution packages=ejb substituteWith=interfaces/
 remoteinterface/
 homeinterface/
 session/
  
  
  

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



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

2002-01-02 Thread Jason Dillon

  User: user57  
  Date: 02/01/02 20:00:56

  Modified:.build.xml
  Log:
   o migrated all components to a new JMX domain name model.  jboss.system
 is now where to core/spine components live.  moved all components that
 were in JBOSS-SYSTEM that did not move into a jboss.* domain into
 jboss (where the server is now registered).  The point was to limit the
 members of jboss.system to core bits only.
   o Created org.jboss.system.Server, which does the work of initialization
 that org.jboss.Main used to do.  Main now only parses the command line,
 sets up basic legecy properties and creates a Server instance.
   o Moved functionality of Shutdown (component not cl tool) into Server (
 which is bound as jboss.system:service=Server)
   o Moved more Runtime access from Info into Server.  Exposed memory info
 as attributes.
   o Logging a WARN everywhere that uses System.getProperty(jboss.system.home)
 as that should go away soon/eventually.
   o Initialized the invokerMap in the harmi impl to avoid NPE
   o Made getopt.jar a member of the lib/* dir instead of adding it to the
 run.jar and shutdown.jars each time.
   o Minor cosmetic changes along the way.
  
  Revision  ChangesPath
  1.49  +33 -33jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- build.xml 2001/12/18 21:40:21 1.48
  +++ build.xml 2002/01/03 04:00:56 1.49
  @@ -12,7 +12,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.48 2001/12/18 21:40:21 mnf999 Exp $ --
  +!-- $Id: build.xml,v 1.49 2002/01/03 04:00:56 user57 Exp $ --
   
   project default=main name=JBoss/Server
   
  @@ -315,7 +315,12 @@
|  documentation compiles.
   --
 target name=compile 
  -   depends=compile-bean-sources, compile-classes, compile-rmi, compile-etc, 
compile-resources, compile-bin
  +   depends=compile-bean-sources, 
  +   compile-classes, 
  +   compile-rmi, 
  +   compile-etc, 
  +   compile-resources, 
  +   compile-bin
  description=Compile all source files./
   
 !-- Compile EJB beans with XDoclet --
  @@ -467,17 +472,18 @@
   mkdir dir=${build.lib}/
   
   !-- Build jboss.jar --
  -jar jarfile=${build.lib}/jboss.jar
  - manifest=${build.etc}/jboss.mf
  +jar jarfile=${build.lib}/jboss.jar manifest=${build.etc}/jboss.mf
 fileset dir=${build.classes}
   include name=org/jboss/**/
  -!-- Exclude Main, it will go into run.jar --
  -exclude name=org/jboss/Main*/
  -!-- Exclude JMX Connector stuff we will use the connector JSR for that --
  +
  +!-- Exclude command line utilities --
  +exclude name=org/jboss/*/
  +
  +!-- Exclude JMX Connector stuff we will use the connector SAR for that --
   exclude name=org/jboss/jmx/**/
  -!-- But include this interface because the Farm needs it --
  -include name=org/jboss/jmx/connector/RemoteMBeanServer.class/
 /fileset
  +  
  +  !-- HACK --
 fileset dir=${build.classes}
   !-- But include this interface because the Farm needs it --
   include name=org/jboss/jmx/connector/RemoteMBeanServer.class/
  @@ -493,18 +499,24 @@
 /fileset
   /jar
   
  -!-- Build jboss-boot.jar --
  +!-- 
  +   | Build jboss-boot.jar
  +   |
  +   | This file is always local and contains the basic classed required
  +   | to start the server and setup network service loading.
  + --
   jar jarfile=${build.lib}/jboss-boot.jar
 fileset dir=${build.classes}
  -include name=org/jboss/system/BootstrapLogger.class/
  -include name=org/jboss/system/URLClassLoader.class/
  -include name=org/jboss/system/URLClassLoaderMBean.class/
  -include name=org/jboss/system/MBeanClassLoader.class/
  -include name=org/jboss/system/MBeanClassLoaderMBean.class/
  -include name=org/jboss/system/ServiceLibraries.class/
  -include name=org/jboss/system/ServiceLibrariesMBean.class/
  -include name=org/jboss/deployment/DeploymentException.class/
  +include name=org/jboss/system/BootstrapLogger*/
  +include name=org/jboss/system/URLClassLoader*/
  +include name=org/jboss/system/MBeanClassLoader*/
  +include name=org/jboss/system/ServiceLibraries*/
  +include name=org/jboss/system/Server*/
  +include name=org/jboss/Version*/
 /fileset
  +  fileset dir=${build.resources}
  +include name=org/jboss/version.properties/
  +  

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

2001-12-29 Thread Scott M Stark

  User: starksm 
  Date: 01/12/29 00:56:05

  Modified:.Tag: Branch_2_4 build.xml
  Log:
  tomcat3x is jakarta-tomcat-3.2.3
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.33.2.6  +1 -1  jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.33.2.5
  retrieving revision 1.33.2.6
  diff -u -r1.33.2.5 -r1.33.2.6
  --- build.xml 2001/12/29 08:37:51 1.33.2.5
  +++ build.xml 2001/12/29 08:56:05 1.33.2.6
  @@ -36,7 +36,7 @@
 !-- The CVSROOT value --
 property name=cvsroot 
value=:pserver:[EMAIL PROTECTED]:/cvsroot/jboss /
 !-- The location of the jakarta-tomcat-3.2.3 distribution --
  -  property name=tomcat3x value=jakarta-tomcat-3.2.4 /
  +  property name=tomcat3x value=jakarta-tomcat-3.2.3 /
 !-- The location of the jakarta-tomcat-4.0 distribution --
 property name=tomcat4x value=jakarta-tomcat-4.0.1 /
 !-- The location of the Jetty-3.1.3-1 distribution --
  
  
  

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



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

2001-12-29 Thread Scott M Stark

  User: starksm 
  Date: 01/12/29 02:22:38

  Modified:.Tag: Branch_2_4 build.xml
  Log:
  Use pathconvert to generate absolute paths to pass to the servlet
  builds.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.33.2.7  +29 -3 jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.33.2.6
  retrieving revision 1.33.2.7
  diff -u -r1.33.2.6 -r1.33.2.7
  --- build.xml 2001/12/29 08:56:05 1.33.2.6
  +++ build.xml 2001/12/29 10:22:38 1.33.2.7
  @@ -41,6 +41,7 @@
 property name=tomcat4x value=jakarta-tomcat-4.0.1 /
 !-- The location of the Jetty-3.1.3-1 distribution --
 property name=jetty value=Jetty-3.1.3-1 /
  +  property name=jetty-jmx value=JettyExtra-1.0.1/jmx /
   
 target name=init unless=build.time
   tstamp
  @@ -131,10 +132,19 @@
  quiet=true
  output=catalina.log
   /
  +echo message=Checking out Jetty/
  +cvs cvsRoot=${cvsroot}
  +   command=${cvs-op}
  +   package=contrib/jetty
  +   tag=${version-tag}
  +   dest=.
  +   quiet=true
  +   output=jetty.log
  +/
 /target
   
 target name=cvs-co 
  -property name=cvs-op value=co /
  +property name=cvs-op value=co -P /
   antcall target=do-cvs /
 /target
   
  @@ -202,20 +212,36 @@
 /target
 target name=tomcat4x-dist if=have-tomcat4x depends=check-tomcat
   echo message=+++ Building JBoss/Catalina bundle(module=contrib/catalina) /
  +pathconvert targetos=unix property=catalina.dist
  +  path id=catalina.path
  +pathelement location=${tomcat4x} /
  +  /path
  +/pathconvert
   ant antfile=src/build/build.xml dir=contrib/catalina target=bundle
   output=catlina.log
  -  property name=catalina.dist value=${tomcat4x} /
   /ant
 /target
 target name=jetty-dist if=have-jetty depends=check-tomcat
   echo message=+++ Building JBoss/Jetty bundle(module=contrib/jetty) /
  +pathconvert targetos=unix property=jetty.dist
  +  path id=jetty.path
  +pathelement location=${jetty} /
  +  /path
  +/pathconvert
  +pathconvert targetos=unix property=jetty.jmx
  +  path id=jetty.jmx.path
  +pathelement location=${jetty-jmx} /
  +  /path
  +/pathconvert
   ant antfile=src/build/build.xml dir=contrib/jetty target=bundle
   output=jetty.log
  -  property name=jetty.dist value=${jetty} /
   /ant
 /target
   
 target name=clean
  +delete
  +   fileset dir=. includes=*.log /
  +/delete
   ant antfile=src/build/build.xml dir=jboss target=clean /
   ant antfile=src/build/build.xml dir=jboss-j2ee target=clean /
   ant antfile=src/build/build.xml dir=jnp target=clean /
  
  
  

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



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

2001-12-29 Thread Scott M Stark

  User: starksm 
  Date: 01/12/29 03:10:37

  Modified:.Tag: Branch_2_4 build.xml
  Log:
  Add jetty-dist to dist target
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.33.2.8  +1 -0  jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.33.2.7
  retrieving revision 1.33.2.8
  diff -u -r1.33.2.7 -r1.33.2.8
  --- build.xml 2001/12/29 10:22:38 1.33.2.7
  +++ build.xml 2001/12/29 11:10:37 1.33.2.8
  @@ -198,6 +198,7 @@
   ant antfile=src/build/build.xml dir=jboss target=dist-zip /
   antcall target=tomcat3x-dist /
   antcall target=tomcat4x-dist /
  +antcall target=jetty-dist /
 /target
 target name=tomcat3x-dist if=have-tomcat3x depends=check-tomcat
   echo message=+++ Building JBoss/Tomcat bundle(module=contrib/tomcat) /
  
  
  

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



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

2001-12-14 Thread Jason Dillon

  User: user57  
  Date: 01/12/14 18:19:58

  Modified:.build.xml
  Log:
   o only load the source files which have xdoclet tags.  assume that files
 ending with Bean and not MBean will have these tags.
  
  Revision  ChangesPath
  1.47  +5 -3  jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- build.xml 2001/12/13 19:33:42 1.46
  +++ build.xml 2001/12/15 02:19:58 1.47
  @@ -12,7 +12,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.46 2001/12/13 19:33:42 starksm Exp $ --
  +!-- $Id: build.xml,v 1.47 2001/12/15 02:19:58 user57 Exp $ --
   
   project default=main name=JBoss/Server
   
  @@ -330,7 +330,8 @@
 ejbspec=1.1
 excludedtags=@version,@author
 fileset dir=${source.java}
  -include name=org/jboss/jmx/adaptor/ejb/*Bean.java /
  +include name=org/jboss/jmx/adaptor/ejb/*Bean.java/
  +exclude name=org/jboss/jmx/adaptor/ejb/*MBean.java/
 /fileset
 remoteinterface/
 homeinterface/
  @@ -349,7 +350,8 @@
 ejbspec=1.1
 excludedtags=@version,@author
 fileset dir=${source.java}
  -include name=org/jboss/management/mejb/** /
  +include name=org/jboss/management/mejb/*Bean.java/
  +exclude name=org/jboss/management/mejb/*MBean.java/
 /fileset
 remoteinterface/
 homeinterface/
  
  
  

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



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

2001-12-13 Thread Scott M Stark

  User: starksm 
  Date: 01/12/13 11:33:42

  Modified:.build.xml
  Log:
  Add Logger and TracePriority to jboss-client.jar
  
  Revision  ChangesPath
  1.46  +3 -1  jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- build.xml 2001/12/09 05:22:23 1.45
  +++ build.xml 2001/12/13 19:33:42 1.46
  @@ -12,7 +12,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.45 2001/12/09 05:22:23 user57 Exp $ --
  +!-- $Id: build.xml,v 1.46 2001/12/13 19:33:42 starksm Exp $ --
   
   project default=main name=JBoss/Server
   
  @@ -543,6 +543,8 @@
   include name=org/jboss/ejb/CacheKey.class/
   include name=org/jboss/ejb/ListCacheKey.class/
   include name=org/jboss/ejb/FastKey.class/
  +include name=org/jboss/logging/Logger.class/
  +include name=org/jboss/logging/TracePriority.class/
   include name=org/jboss/monitor/client/*.class/
   include name=org/jboss/tm/TransactionPropagationContextFactory.class/
   include name=org/jboss/tm/GlobalId.class/
  
  
  

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



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

2001-12-08 Thread Andreas Schaefer

  User: schaefera
  Date: 01/12/08 21:01:43

  Modified:.build.xml
  Log:
  Added Notification Transport to JSR-77 which works similar to EJB-Connector
  but with the tweak of JSR-77 interface.
  Added the adjusted JDBC JSR-77 shadow objects.
  Added JSR-77 to the Connector Factory enabling JSR-77 to start and stop
  Datasources.
  Added a testsuite for JSR-77 which tests the basic stuff inclusive the
  notification delivery.
  
  Revision  ChangesPath
  1.44  +2 -1  jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- build.xml 2001/12/08 04:40:46 1.43
  +++ build.xml 2001/12/09 05:01:43 1.44
  @@ -12,7 +12,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.43 2001/12/08 04:40:46 starksm Exp $ --
  +!-- $Id: build.xml,v 1.44 2001/12/09 05:01:43 schaefera Exp $ --
   
   project default=main name=JBoss/Server
   
  @@ -404,6 +404,7 @@
 include name=org/jboss/tm/usertx/server/UserTransactionSessionImpl.class/
 include name=org/jboss/jmx/adaptor/rmi/RMIAdaptorImpl.class/
 include 
name=org/jboss/jmx/connector/notification/RMIClientNotificationListener.class/
  +  include 
name=org/jboss/management/mejb/RMIClientNotificationListener.class/
 include name=org/jboss/ejb/plugins/jrmp/server/JRMPContainerInvoker.class/
   /rmic
 /target
  
  
  

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



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

2001-12-08 Thread Jason Dillon

  User: user57  
  Date: 01/12/08 21:22:24

  Modified:.build.xml
  Log:
   o creating shutdown.jar for the shutdown.[sh|bat] scripts
  
  Revision  ChangesPath
  1.45  +10 -1 jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- build.xml 2001/12/09 05:01:43 1.44
  +++ build.xml 2001/12/09 05:22:23 1.45
  @@ -12,7 +12,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.44 2001/12/09 05:01:43 schaefera Exp $ --
  +!-- $Id: build.xml,v 1.45 2001/12/09 05:22:23 user57 Exp $ --
   
   project default=main name=JBoss/Server
   
  @@ -565,6 +565,15 @@
 /fileset
 fileset dir=${build.resources}
   include name=org/jboss/version.properties/
  +  /fileset
  +/jar
  +
  +!-- Build shutdown.jar --
  +unjar src=${gnu.getopt.lib}/getopt.jar dest=${build.classes}/ 
  +jar jarfile=${build.lib}/shutdown.jar
  +  fileset dir=${build.classes}
  +include name=org/jboss/Shutdown*/
  +include name=gnu/getopt/**/
 /fileset
   /jar
   
  
  
  

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



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

2001-12-07 Thread Scott M Stark

  User: starksm 
  Date: 01/12/07 20:40:46

  Modified:.build.xml
  Log:
  Include org/jboss/system/BootstrapLogger.class in the jboss-boot.jar
  
  Revision  ChangesPath
  1.43  +2 -1  jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- build.xml 2001/12/06 02:16:10 1.42
  +++ build.xml 2001/12/08 04:40:46 1.43
  @@ -12,7 +12,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.42 2001/12/06 02:16:10 user57 Exp $ --
  +!-- $Id: build.xml,v 1.43 2001/12/08 04:40:46 starksm Exp $ --
   
   project default=main name=JBoss/Server
   
  @@ -493,6 +493,7 @@
   !-- Build jboss-boot.jar --
   jar jarfile=${build.lib}/jboss-boot.jar
 fileset dir=${build.classes}
  +include name=org/jboss/system/BootstrapLogger.class/
   include name=org/jboss/system/URLClassLoader.class/
   include name=org/jboss/system/URLClassLoaderMBean.class/
   include name=org/jboss/system/MBeanClassLoader.class/
  
  
  

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



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

2001-12-05 Thread Andreas Schaefer

  User: schaefera
  Date: 01/12/05 16:31:22

  Modified:.build.xml
  Log:
  Adjustments to the latest update of the JSR-77 spec. as well as the
  implementation of remote listeners.
  
  Revision  ChangesPath
  1.41  +3 -1  jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- build.xml 2001/12/03 04:44:19 1.40
  +++ build.xml 2001/12/06 00:31:21 1.41
  @@ -10,7 +10,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.40 2001/12/03 04:44:19 starksm Exp $ --
  +!-- $Id: build.xml,v 1.41 2001/12/06 00:31:21 schaefera Exp $ --
   
   project default=main name=JBoss/Server
   
  @@ -689,9 +689,11 @@
   /jar
   
   !-- Build ejb-management.jar -- 
  +unjar src=${sun.jsr77.lib}/jsr77.jar dest=${build.classes}/ 
   jar jarfile=${build.lib}/ejb-management.jar
 fileset dir=${build.classes}
   include name=org/jboss/management/mejb/**/
  +include name=javax/management/j2ee/Management*.class/
 /fileset
 fileset dir=${build.mejb.metadata}
   include name=META-INF/*.xml/
  
  
  

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



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

2001-12-02 Thread Scott M Stark

  User: starksm 
  Date: 01/12/02 17:43:40

  Modified:.Tag: Branch_2_4 build.xml
  Log:
  Clean up the build further
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.33.2.4  +65 -16jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.33.2.3
  retrieving revision 1.33.2.4
  diff -u -r1.33.2.3 -r1.33.2.4
  --- build.xml 2001/11/28 21:14:01 1.33.2.3
  +++ build.xml 2001/12/03 01:43:39 1.33.2.4
  @@ -11,8 +11,8 @@
   your system/environment. This can be done by editing this file,
   or creating an .ant.properties file in the directory from step 1.
   a. version-tag: set this to the cvs tag you want to build. For example,
  -to build the JBoss_2_4_2 version use:
  -  version-tag=JBoss_2_4_2
  +to build the JBoss_2_4_4 version use:
  +  version-tag=JBoss_2_4_4
   To build the latest 2.4 branch chode use:
 version-tag=Branch_2_4
   b. tomcat3x: set to the absolute path of the jakarta-tomcat-3.2.3 distribution
  @@ -20,7 +20,7 @@
   c. tomcat4x: set to the absolute path of the jakarta-tomcat-4.0 distribution 
   This is required to build the contrib/catalina bundle
   
  -3. Execute the dist target by running Ant1.3 in the directory created
  +3. Execute the dist target by running Ant1.4.1 in the directory created
   in step 1. This will create a jboss/dist directory with the JBoss
   server version and contrib/tomcat/bundle/JBoss_x_Tomcat-3.x directory
   with the JBoss/Tomcat bundle, and a contrib/catalina/bundle/JBoss_x_Tomcat-4.x
  @@ -36,9 +36,9 @@
 !-- The CVSROOT value --
 property name=cvsroot 
value=:pserver:[EMAIL PROTECTED]:/cvsroot/jboss /
 !-- The location of the jakarta-tomcat-3.2.3 distribution --
  -  property name=tomcat3x value=/home/starksm/cvsroot/jakarta-tomcat-3.2.4 /
  +  property name=tomcat3x value=jakarta-tomcat-3.2.4 /
 !-- The location of the jakarta-tomcat-4.0 distribution --
  -  property name=tomcat4x value=/home/starksm/cvsroot/jakarta-tomcat-4.0.1 /
  +  property name=tomcat4x value=jakarta-tomcat-4.0.1 /
   
 target name=init unless=build.time
   tstamp
  @@ -137,21 +137,70 @@
 /target
   
 target name=build depends = cvs-co,init
  -ant antfile=src/build/build.xml dir=jboss target=main /
  -ant antfile=src/build/build.xml dir=jnp target=src-install /
  -ant antfile=src/build/build.xml dir=jbosssx target=src-install /
  -ant antfile=src/build/build.xml dir=jbossmq target=src-install /
  -ant antfile=src/build/build.xml dir=jbosscx target=src-install /
  -ant antfile=src/build/build.xml dir=jbosspool target=src-install /
  -ant antfile=src/build/build.xml dir=jboss-j2ee target=src-install /
  + antcall target=build-jboss /
  + antcall target=build-jbossj2ee /
  + antcall target=build-jbossns /
  + antcall target=build-jbosssx /
  + antcall target=build-jbosscx /
  + antcall target=build-jbossmq /
  + antcall target=build-jbossdist /
 /target
   
  +  target name=build-jboss
  +echo message=+++ Building JBossServer(module=jboss) for compilation /
  +ant antfile=src/build/build.xml dir=jboss target=main output=jboss.log 
/
  +  /target
  +  target name=build-jbossj2ee
  +echo message=+++ Building JBoss-J2EE(module=jboss-j2ee) /
  +ant antfile=src/build/build.xml dir=jboss-j2ee target=src-install 
output=jboss-j2ee.log/
  +  /target
  +  target name=build-jbossns
  +echo message=+++ Building JBossNS(module=jnp) /
  +ant antfile=src/build/build.xml dir=jnp target=src-install 
output=jnp.log /
  +  /target
  +  target name=build-jbosssx
  +echo message=+++ Building JBossSX(module=jbosssx) /
  +ant antfile=src/build/build.xml dir=jbosssx target=src-install 
output=jbosssx.log /
  +  /target
  +  target name=build-jbosscx
  +echo message=+++ Building JBossCX(module=jbosscx) /
  +ant antfile=src/build/build.xml dir=jbosscx target=src-install 
output=jbosscx.log /
  +echo message=+++ Building JBossCX(module=jbosspool) /
  +ant antfile=src/build/build.xml dir=jbosspool target=src-install 
output=jbosspool.log /
  +  /target
  +  target name=build-jbossmq
  +echo message=+++ Building JBossMQ(module=jbossmq) /
  +ant antfile=src/build/build.xml dir=jbossmq target=src-install 
output=jbossmq.log /
  +  /target
  +  target name=build-jbossdist
  +echo message=+++ Rebuilding JBossServer(module=jboss) /
  +ant antfile=src/build/build.xml dir=jboss target=main 
output=jboss2.log /
  +  /target
  +
  +  target name=check-tomcat
  +available property=have-tomcat3x file=${tomcat3x} /
  +available property=have-tomcat4x file=${tomcat4x} /
  +  /target
 target name=dist depends=build
  -ant antfile=src/build/build.xml dir=jboss target=main /
  -ant antfile=src/build/build.xml dir=contrib/tomcat target=bundle
  -  

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

2001-12-02 Thread Scott M Stark

  User: starksm 
  Date: 01/12/02 20:33:06

  Modified:.build.xml
  Log:
  Add JSSE jars to build path
  
  Revision  ChangesPath
  1.39  +10 -1 jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- build.xml 2001/11/12 04:24:18 1.38
  +++ build.xml 2001/12/03 04:33:06 1.39
  @@ -10,7 +10,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.38 2001/11/12 04:24:18 schaefera Exp $ --
  +!-- $Id: build.xml,v 1.39 2001/12/03 04:33:06 starksm Exp $ --
   
   project default=main name=JBoss/Server
   
  @@ -188,6 +188,14 @@
 pathelement path=${sun.jaas.lib}/jaas.jar/
   /path
   
  +!-- Java Secure Socket Extension (JSSE) --
  +property name=sun.jsse.root value=${project.thirdparty}/sun/jsse/
  +property name=sun.jsse.lib value=${sun.jsse.root}/lib/
  +path id=sun.jsse.classpath
  +  pathelement path=${sun.jaas.lib}/jsse.jar/
  +  pathelement path=${sun.jaas.lib}/jnet.jar/
  +/path
  +
   !-- JavaBeans Activation Framework (JAF) --
   property name=sun.jaf.root value=${project.thirdparty}/sun/jaf/
   property name=sun.jaf.lib value=${sun.jaf.root}/lib/
  @@ -268,6 +276,7 @@
 path refid=sun.jmx.classpath/
 path refid=sun.jaxp.classpath/
 path refid=sun.jaas.classpath/
  +  path refid=sun.jsse.classpath/
 path refid=sun.jaf.classpath/
 path refid=sun.javamail.classpath/
 path refid=sun.jts.classpath/
  
  
  

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



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

2001-12-02 Thread Scott M Stark

  User: starksm 
  Date: 01/12/02 20:44:19

  Modified:.build.xml
  Log:
  Need all jsse jars
  
  Revision  ChangesPath
  1.40  +4 -3  jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- build.xml 2001/12/03 04:33:06 1.39
  +++ build.xml 2001/12/03 04:44:19 1.40
  @@ -10,7 +10,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.39 2001/12/03 04:33:06 starksm Exp $ --
  +!-- $Id: build.xml,v 1.40 2001/12/03 04:44:19 starksm Exp $ --
   
   project default=main name=JBoss/Server
   
  @@ -192,8 +192,9 @@
   property name=sun.jsse.root value=${project.thirdparty}/sun/jsse/
   property name=sun.jsse.lib value=${sun.jsse.root}/lib/
   path id=sun.jsse.classpath
  -  pathelement path=${sun.jaas.lib}/jsse.jar/
  -  pathelement path=${sun.jaas.lib}/jnet.jar/
  +  fileset dir=${sun.jsse.lib}
  +include name=**/*.jar/
  +  /fileset
   /path
   
   !-- JavaBeans Activation Framework (JAF) --
  
  
  

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



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

2001-11-28 Thread Scott M Stark

  User: starksm 
  Date: 01/11/28 13:14:01

  Modified:.Tag: Branch_2_4 build.xml
  Log:
  Change release to version
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.33.2.3  +21 -20jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.33.2.2
  retrieving revision 1.33.2.3
  diff -u -r1.33.2.2 -r1.33.2.3
  --- build.xml 2001/11/28 06:26:16 1.33.2.2
  +++ build.xml 2001/11/28 21:14:01 1.33.2.3
  @@ -1,20 +1,20 @@
   !-- An Ant build script for retrieving and building all core modules on the
  -2.4. branch so that a distribution may be made for a given release tag.
  +2.4. branch so that a distribution may be made for a given version tag.
   This script has been used with 2.4.2 on.
   
  -To create a build for a given release tag, follow these steps:
  +To create a build for a given version tag, follow these steps:
   1. Create a directory and copy this build.xml script into it. This
   will be the directory into which all module source will be retrieved
  -and the release built into.
  +and the version built into.
   
   2. Set the value of the key build.xml properties as they apply to
   your system/environment. This can be done by editing this file,
   or creating an .ant.properties file in the directory from step 1.
  -a. release-tag: set this to the cvs tag you want to build. For example,
  -to build the JBoss_2_4_2 release use:
  -  release-tag=JBoss_2_4_2
  +a. version-tag: set this to the cvs tag you want to build. For example,
  +to build the JBoss_2_4_2 version use:
  +  version-tag=JBoss_2_4_2
   To build the latest 2.4 branch chode use:
  -  release-tag=Branch_2_4
  +  version-tag=Branch_2_4
   b. tomcat3x: set to the absolute path of the jakarta-tomcat-3.2.3 distribution
   This is required to build the contrib/tomcat bundle
   c. tomcat4x: set to the absolute path of the jakarta-tomcat-4.0 distribution 
  @@ -22,7 +22,7 @@
   
   3. Execute the dist target by running Ant1.3 in the directory created
   in step 1. This will create a jboss/dist directory with the JBoss
  -server release and contrib/tomcat/bundle/JBoss_x_Tomcat-3.x directory
  +server version and contrib/tomcat/bundle/JBoss_x_Tomcat-3.x directory
   with the JBoss/Tomcat bundle, and a contrib/catalina/bundle/JBoss_x_Tomcat-4.x
   directory with the JBoss/Catalina bundle.
   
  @@ -30,9 +30,9 @@
   project name=JBoss-2.4.x Dist default=dist
 property file=.ant.properties /
   
  -  property name=release value=2.4.4/
  -  !-- Change to the cvs release tag you want to build --
  -  property name=release-tag value=JBoss_2_4_4 /
  +  property name=version value=2.4.4/
  +  !-- Change to the cvs version tag you want to build --
  +  property name=version-tag value=JBoss_2_4_4 /
 !-- The CVSROOT value --
 property name=cvsroot 
value=:pserver:[EMAIL PROTECTED]:/cvsroot/jboss /
 !-- The location of the jakarta-tomcat-3.2.3 distribution --
  @@ -52,7 +52,7 @@
   cvs cvsRoot=${cvsroot}
  command=${cvs-op}
  package=jboss
  -   tag=${release-tag}
  +   tag=${version-tag}
  dest=.
  quiet=true
  output=jboss_co.log
  @@ -61,7 +61,7 @@
   cvs cvsRoot=${cvsroot}
  command=${cvs-op}
  package=jnp
  -   tag=${release-tag}
  +   tag=${version-tag}
  dest=.
  quiet=true
  output=jnp_co.log
  @@ -70,7 +70,7 @@
   cvs cvsRoot=${cvsroot}
  command=${cvs-op}
  package=jbosssx
  -   tag=${release-tag}
  +   tag=${version-tag}
  dest=.
  quiet=true
  output=jbosssx_co.log
  @@ -79,7 +79,7 @@
   cvs cvsRoot=${cvsroot}
  command=${cvs-op}
  package=jbossmq
  -   tag=${release-tag}
  +   tag=${version-tag}
  dest=.
  quiet=true
  output=jbossmq_co.log
  @@ -88,7 +88,7 @@
   cvs cvsRoot=${cvsroot}
  command=${cvs-op}
  package=jbosscx
  -   tag=${release-tag}
  +   tag=${version-tag}
  dest=.
  quiet=true
  output=jbosscx_co.log
  @@ -97,7 +97,7 @@
   cvs cvsRoot=${cvsroot}
  command=${cvs-op}
  package=jbosspool
  -   tag=${release-tag}
  +   tag=${version-tag}
  dest=.
  quiet=true
  output=jbosspool_co.log
  @@ -106,7 +106,7 @@
   cvs cvsRoot=${cvsroot}
  command=${cvs-op}
  package=jboss-j2ee
  -   tag=${release-tag}
  +   tag=${version-tag}
  dest=.
  quiet=true
  output=jbossj2ee_co.log
  @@ -115,7 +115,7 @@
   cvs cvsRoot=${cvsroot}
  command=${cvs-op}
  package=contrib/tomcat
  -   tag=${release-tag}
  +   tag=${version-tag}
  dest=.
  quiet=true
  output=tomcat.log
  @@ -124,7 +124,7 @@
   cvs cvsRoot=${cvsroot}
 

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

2001-11-27 Thread Scott M Stark

  User: starksm 
  Date: 01/11/27 22:26:16

  Modified:.Tag: Branch_2_4 build.xml
  Log:
  Add support for package version manifest headers
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.33.2.2  +17 -10jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.33.2.1
  retrieving revision 1.33.2.2
  diff -u -r1.33.2.1 -r1.33.2.2
  --- build.xml 2001/10/01 17:15:53 1.33.2.1
  +++ build.xml 2001/11/28 06:26:16 1.33.2.2
  @@ -15,9 +15,9 @@
 release-tag=JBoss_2_4_2
   To build the latest 2.4 branch chode use:
 release-tag=Branch_2_4
  -b. tomcat323: set to the absolute path of the jakarta-tomcat-3.2.3 distribution
  +b. tomcat3x: set to the absolute path of the jakarta-tomcat-3.2.3 distribution
   This is required to build the contrib/tomcat bundle
  -c. tomcat40: set to the absolute path of the jakarta-tomcat-4.0 distribution 
  +c. tomcat4x: set to the absolute path of the jakarta-tomcat-4.0 distribution 
   This is required to build the contrib/catalina bundle
   
   3. Execute the dist target by running Ant1.3 in the directory created
  @@ -27,18 +27,25 @@
   directory with the JBoss/Catalina bundle.
   
   --
  -project name=2.4.x Dist default=dist
  +project name=JBoss-2.4.x Dist default=dist
 property file=.ant.properties /
   
  +  property name=release value=2.4.4/
 !-- Change to the cvs release tag you want to build --
  -  property name=release-tag value=JBoss_2_4_2 /
  +  property name=release-tag value=JBoss_2_4_4 /
 !-- The CVSROOT value --
 property name=cvsroot 
value=:pserver:[EMAIL PROTECTED]:/cvsroot/jboss /
 !-- The location of the jakarta-tomcat-3.2.3 distribution --
  -  property name=tomcat323 value=/home/starksm/cvsroot/jakarta-tomcat-3.2.3 /
  +  property name=tomcat3x value=/home/starksm/cvsroot/jakarta-tomcat-3.2.4 /
 !-- The location of the jakarta-tomcat-4.0 distribution --
  -  property name=tomcat40 value=/home/starksm/cvsroot/jakarta-tomcat-4.0 /
  +  property name=tomcat4x value=/home/starksm/cvsroot/jakarta-tomcat-4.0.1 /
   
  +  target name=init unless=build.time
  +tstamp
  +   format property=build.time pattern=-MM-dd HH:mm:ss z /
  +/tstamp
  +  /target
  +
 !-- Retrieve the SourceForge JBoss modules --
 target name=do-cvs
   echo message=Checking out JBossServer/
  @@ -129,7 +136,7 @@
   antcall target=do-cvs /
 /target
   
  -  target name=build depends = cvs-co
  +  target name=build depends = cvs-co,init
   ant antfile=src/build/build.xml dir=jboss target=main /
   ant antfile=src/build/build.xml dir=jnp target=src-install /
   ant antfile=src/build/build.xml dir=jbosssx target=src-install /
  @@ -142,10 +149,10 @@
 target name=dist depends=build
   ant antfile=src/build/build.xml dir=jboss target=main /
   ant antfile=src/build/build.xml dir=contrib/tomcat target=bundle
  -  property name=tomcat.dist value=${tomcat323} /
  +  property name=tomcat.dist value=${tomcat3x} /
   /ant
   ant antfile=src/build/build.xml dir=contrib/catalina target=bundle
  -  property name=catalina.dist value=${tomcat40} /
  +  property name=catalina.dist value=${tomcat4x} /
   /ant
 /target
   
  @@ -159,5 +166,5 @@
   ant antfile=src/build/build.xml dir=contrib/tomcat target=clean /
   ant antfile=src/build/build.xml dir=contrib/catalina target=clean /
 /target
  -/project
   
  +/project
  
  
  

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



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

2001-10-23 Thread Andreas Schaefer

  User: schaefera
  Date: 01/10/23 00:10:45

  Modified:.build.xml
  Log:
  Now the farm does not rely how the members are added it should work any-
  way. The problem was that when a new member is added that the new member
  does not get notified about the existing members which is fixed now.
  Also the deployed services are not pulled from the receiving members
  instead of pushed from the deploying server. Thus if a connection is
  down the services will be deployed anyway because on another route
  the server will be notified.
  
  Revision  ChangesPath
  1.37  +10 -2 jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- build.xml 2001/10/11 01:41:58 1.36
  +++ build.xml 2001/10/23 07:10:45 1.37
  @@ -10,7 +10,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.36 2001/10/11 01:41:58 schaefera Exp $ --
  +!-- $Id: build.xml,v 1.37 2001/10/23 07:10:45 schaefera Exp $ --
   
   project default=main name=JBoss/Server
   
  @@ -525,7 +525,15 @@
   !-- Exclude Main, it will go into run.jar --
   exclude name=org/jboss/Main*/
   !-- Exclude JMX Connector stuff we will use the connector JSR for that --
  - exclude name=org/jboss/jmx/**/
  +exclude name=org/jboss/jmx/**/
  +!-- But include this interface because the Farm needs it --
  +include name=org/jboss/jmx/connector/RemoteMBeanServer.class/
  +  /fileset
  +  fileset dir=${build.classes}
  +!-- But include this interface because the Farm needs it --
  +include name=org/jboss/jmx/connector/RemoteMBeanServer.class/
  +include name=org/jboss/jmx/adaptor/rmi/RMIAdaptorImpl.class/
  +include name=org/jboss/jmx/adaptor/interfaces/Adaptor*.class/
 /fileset
   
 fileset dir=${build.resources}
  
  
  

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



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

2001-09-26 Thread David Jencks

  User: d_jencks
  Date: 01/09/26 14:47:04

  Modified:.build.xml
  Log:
  ServiceDeployer: added local dir support, undeploy support for depends, reworked 
classpath dependencies. Changed config files to work. REMOVE core-service.xml or 
build.sh cleancvs update -d -P update11.log
  
  Revision  ChangesPath
  1.31  +18 -8 jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- build.xml 2001/09/16 05:27:44 1.30
  +++ build.xml 2001/09/26 21:47:03 1.31
  @@ -10,7 +10,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.30 2001/09/16 05:27:44 d_jencks Exp $ --
  +!-- $Id: build.xml,v 1.31 2001/09/26 21:47:03 d_jencks Exp $ --
   
   project default=main name=JBoss/Server
   
  @@ -558,6 +558,8 @@
   include name=org/jboss/deployment/ServiceDeployerMBean.class/
   include name=org/jboss/deployment/ServiceDeployer**.class/
   include name=org/jboss/deployment/DeployerMBean.class/
  +include name=org/jboss/deployment/DeployerMBeanSupport.class/
  +include name=org/jboss/deployment/DeployerMBeanSupport**.class/
   include name=org/jboss/deployment/DeploymentException.class/
 /fileset
   /jar
  @@ -605,8 +607,8 @@
 fileset dir=${build.resources}/org/jboss/verifier/
   /jar
   
  -!-- Build jmx-rmi-connector-server.jsr (should try to use jlink for this)-- 
  -jar jarfile=${build.lib}/jmx-rmi-connector-server.jsr
  +!-- Build jmx-rmi-connector-server.sar (should try to use jlink for this)-- 
  +jar jarfile=${build.lib}/jmx-rmi-connector-server.sar
!-- manifest=${build.etc}/rmiconnector.mf --
 fileset dir=${build.classes}
   include name=org/jboss/jmx/ObjectHandler**/
  @@ -644,8 +646,8 @@
 /fileset
   /jar
   
  -!-- Build jmx-ejb-connector-server.jsr (should try to use jlink for this)-- 
  -jar jarfile=${build.lib}/jmx-ejb-connector-server.jsr
  +!-- Build jmx-ejb-connector-server.sar (should try to use jlink for this)-- 
  +jar jarfile=${build.lib}/jmx-ejb-connector-server.sar
!-- manifest=${build.etc}/ejb-connector-server.mf --
 fileset dir=${build.classes}
   include name=org/jboss/jmx/connector/notification/**/
  @@ -656,9 +658,9 @@
 /fileset
   /jar
   
  -!-- Build jmx-html-adaptor.jsr (should try to use jlink for this)-- 
  +!-- Build jmx-html-adaptor.sar (should try to use jlink for this)-- 
   unjar src=${sun.jmx.lib}/jmxtools.jar dest=${build.classes}/
  -jar jarfile=${build.lib}/jmx-html-adaptor.jsr
  +jar jarfile=${build.lib}/jmx-html-adaptor.sar
!-- manifest=${build.etc}/rmiconnector.mf --
 fileset dir=${build.classes}
   include name=org/jboss/jmx/interfaces/**/
  @@ -741,9 +743,17 @@
   /jar
   
   !-- Build jms-ra.rar --
  -jar jarfile=${build.lib}/jms-ra.rar
  +!-- First build the inside jar --
  +jar jarfile=${build.lib}/jms-ra.jar
 fileset dir=${build.classes}
   include name=org/jboss/jms/ra/**/
  +  /fileset
  +/jar
  +
  +!-- Now build the rar containing the jar and the ra.xml --
  +jar jarfile=${build.lib}/jms-ra.rar
  +  fileset dir=${build.lib}
  +include name=jms-ra.jar/
 /fileset
 fileset dir=${build.resources}/org/jboss/jms/ra/
   include name=**/
  
  
  

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



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

2001-09-26 Thread Jason Dillon

  User: user57  
  Date: 01/09/26 19:30:40

  Modified:.build.xml
  Log:
   o replaced custom command line option parsing in Main with gnu.getopt
   o added -D to set system properties
   o expanded the help text, moved examples to --help-examples
   o setting -Djboss.boot.loader.name in run.sh and run.bat, so the cl help
 bits know which program name to use (default to jboss when unknown)
   o run.jar includes gnu.getopt.* (two classes and 6 properties files) this
 makes run.jar about 17k.
  
  Revision  ChangesPath
  1.32  +14 -1 jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- build.xml 2001/09/26 21:47:03 1.31
  +++ build.xml 2001/09/27 02:30:39 1.32
  @@ -10,7 +10,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.31 2001/09/26 21:47:03 d_jencks Exp $ --
  +!-- $Id: build.xml,v 1.32 2001/09/27 02:30:39 user57 Exp $ --
   
   project default=main name=JBoss/Server
   
  @@ -232,6 +232,15 @@
 /fileset
   /path
   
  +!-- GNU Getopt --
  +property name=gnu.getopt.root value=${project.thirdparty}/gnu/getopt/
  +property name=gnu.getopt.lib value=${gnu.getopt.root}/lib/
  +path id=gnu.getopt.classpath
  +  fileset dir=${gnu.getopt.lib}
  +include name=*.jar/
  +  /fileset
  +/path
  +
   !-- JUnit --
   property name=junit.junit.root value=${project.thirdparty}/junit/junit/
   property name=junit.junit.lib value=${junit.junit.root}/lib/
  @@ -264,6 +273,7 @@
 path refid=sun.jts.classpath/
 path refid=apache.log4j.classpath/
 path refid=gjt.jpl-util.classpath/
  +  path refid=gnu.getopt.classpath/
 path refid=oswego.concurrent.classpath/
 path refid=junit.junit.classpath/
 path refid=sun.jsr77.classpath/
  @@ -587,11 +597,14 @@
   /jar
   
   !-- Build run.jar --
  +!-- should use jlink for this, but jlink sucks --
  +unjar src=${gnu.getopt.lib}/getopt.jar dest=${build.classes}/ 
   jar jarfile=${build.lib}/run.jar
manifest=${build.etc}/run.mf
 fileset dir=${build.classes}
   include name=org/jboss/Main*/
   include name=org/jboss/Version*/
  +include name=gnu/getopt/**/
 /fileset
 fileset dir=${build.resources}
   include name=org/jboss/version.properties/
  
  
  

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



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

2001-09-15 Thread David Jencks

  User: d_jencks
  Date: 01/09/15 22:27:44

  Modified:.build.xml
  Log:
  added JMSNotificationListener to jmx-rmi-connector-client.jar so tests would run -- 
seems to be used by RMIConnectorImpl
  
  Revision  ChangesPath
  1.30  +2 -1  jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- build.xml 2001/09/15 03:06:48 1.29
  +++ build.xml 2001/09/16 05:27:44 1.30
  @@ -10,7 +10,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.29 2001/09/15 03:06:48 schaefera Exp $ --
  +!-- $Id: build.xml,v 1.30 2001/09/16 05:27:44 d_jencks Exp $ --
   
   project default=main name=JBoss/Server
   
  @@ -717,6 +717,7 @@
   include name=org/jboss/jmx/connector/JMXConnector.class/
   include name=org/jboss/jmx/connector/JMXConnectorMBean.class/
   include name=org/jboss/jmx/connector/notification/RMI**/
  +include 
name=org/jboss/jmx/connector/notification/JMSNotificationListener.class/
   include name=org/jboss/jmx/connector/rmi/RMIConnector.class/
   include name=org/jboss/jmx/connector/rmi/RMINotificationListener.class/
   include name=org/jboss/jmx/connector/rmi/RMIClientConnectorImpl*.class/
  
  
  

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



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

2001-09-14 Thread Andreas Schaefer

  User: schaefera
  Date: 01/09/14 20:06:49

  Modified:.build.xml
  Log:
  Added some fixes, reorganized the packaging therefore that the Test Client
  is outside of RMI/EJB Connector and utilize both Connectors.
  NOTE that the Test Client as well as the Test Server (for RMI Connector)
  is not there to replace JUnit test cases but to allow to test the components
  outside of JBoss.
  
  Revision  ChangesPath
  1.29  +34 -25jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- build.xml 2001/09/13 07:38:14 1.28
  +++ build.xml 2001/09/15 03:06:48 1.29
  @@ -10,7 +10,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.28 2001/09/13 07:38:14 schaefera Exp $ --
  +!-- $Id: build.xml,v 1.29 2001/09/15 03:06:48 schaefera Exp $ --
   
   project default=main name=JBoss/Server
   
  @@ -605,14 +605,14 @@
 fileset dir=${build.resources}/org/jboss/verifier/
   /jar
   
  -!-- Build jmx-rmi-connector.jsr (should try to use jlink for this)-- 
  -jar jarfile=${build.lib}/jmx-rmi-connector.jsr
  - manifest=${build.etc}/rmiconnector.mf
  +!-- Build jmx-rmi-connector-server.jsr (should try to use jlink for this)-- 
  +jar jarfile=${build.lib}/jmx-rmi-connector-server.jsr
  + !-- manifest=${build.etc}/rmiconnector.mf --
 fileset dir=${build.classes}
   include name=org/jboss/jmx/ObjectHandler**/
   include name=org/jboss/jmx/connector/notification/**/
   include name=org/jboss/jmx/connector/rmi/RMIConnector**/
  -include name=com/sun/jdmk/**/
  +include name=org/jboss/jmx/connector/rmi/RMIClient**Stub.class/
 /fileset
 fileset dir=${source.java}/org/jboss/jmx/connector/rmi
   include name=META-INF/**/
  @@ -622,6 +622,7 @@
   !-- Build jmx-ejb-adaptor.jar -- 
   jar jarfile=${build.lib}/jmx-ejb-adaptor.jar
 fileset dir=${build.classes}
  +include name=org/jboss/jmx/ObjectHandler**/
   include name=org/jboss/jmx/adaptor/ejb/**/
   include name=org/jboss/jmx/adaptor/interfaces/**/
 /fileset
  @@ -630,9 +631,9 @@
 /fileset
   /jar
   
  -!-- Build jmx-ejb-connector.jar (should try to use jlink for this)-- 
  -jar jarfile=${build.lib}/jmx-ejb-connector.jar
  - manifest=${build.etc}/ejb-connector.mf
  +!-- Build jmx-ejb-connector-client.jar (should try to use jlink for this)-- 
  +jar jarfile=${build.lib}/jmx-ejb-connector-client.jar
  + manifest=${build.etc}/ejb-connector-client.mf
 fileset dir=${build.classes}
   include name=org/jboss/jmx/ObjectHandler**/
   include name=org/jboss/jmx/connector/notification/**/
  @@ -644,8 +645,8 @@
   /jar
   
   !-- Build jmx-ejb-connector-server.jsr (should try to use jlink for this)-- 
  -jar jarfile=${build.lib}/jmx-ejb-connector-server.jsr
  - manifest=${build.etc}/ejb-connector.mf
  +jar jarfile=${build.lib}/jmx-ejb-connector-server.jsr
  + !-- manifest=${build.etc}/ejb-connector-server.mf --
 fileset dir=${build.classes}
   include name=org/jboss/jmx/connector/notification/**/
   include name=org/jboss/jmx/connector/ejb/**Stub.class/
  @@ -657,33 +658,33 @@
   
   !-- Build jmx-html-adaptor.jsr (should try to use jlink for this)-- 
   unjar src=${sun.jmx.lib}/jmxtools.jar dest=${build.classes}/
  -jar jarfile=${build.lib}/jmx-html-adaptor.jsr
  - manifest=${build.etc}/rmiconnector.mf
  +jar jarfile=${build.lib}/jmx-html-adaptor.jsr
  + !-- manifest=${build.etc}/rmiconnector.mf --
 fileset dir=${build.classes}
   include name=org/jboss/jmx/interfaces/**/
   include name=org/jboss/jmx/server/**/
   include name=org/jboss/jmx/client**/
  -include name=com/sun/jdmk/**/
 /fileset
 fileset dir=${source.java}/org/jboss/jmx
   include name=META-INF/**/
 /fileset
   /jar
   
  -!-- Build rmiconnector.jar --
  -jar jarfile=${build.lib}/rmiconnector.jar
  - manifest=${build.etc}/rmiconnector.mf
  +!-- Build jmx-rmi-connector-server.jar --
  +jar jarfile=${build.lib}/jmx-rmi-connector-server.jar
  + manifest=${build.etc}/rmi-connector-server.mf
 fileset dir=${build.classes}
   include name=org/jboss/jmx/connector/JMXConnector**/
  -include name=org/jboss/jmx/connector/notification/RMI**/
  -include name=org/jboss/jmx/connector/rmi/RMI**/
  +include name=org/jboss/jmx/connector/notification/**/
  +!-- include name=org/jboss/jmx/connector/rmi/RMI**/ --
   include 

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

2001-09-13 Thread Mad

  User: schaefera
  Date: 01/09/13 00:38:15

  Modified:.build.xml
  Log:
  Finished the EJB-Adaptor and Connector to work with the current JBoss
  version.
  
  Revision  ChangesPath
  1.28  +30 -7 jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- build.xml 2001/09/12 20:41:48 1.27
  +++ build.xml 2001/09/13 07:38:14 1.28
  @@ -10,7 +10,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.27 2001/09/12 20:41:48 schaefera Exp $ --
  +!-- $Id: build.xml,v 1.28 2001/09/13 07:38:14 schaefera Exp $ --
   
   project default=main name=JBoss/Server
   
  @@ -386,7 +386,7 @@
   taskdef name=ejbdoclet classname=ejbdoclet.EJBDocletTask/
   
   mkdir dir=${build.beans}/
  -mkdir dir=${build.metadata}/
  +mkdir dir=${build.metadata}/META-INF/
   ejbdoclet sourcepath=${source.java}
   destdir=${build.beans}
   classpath=${dreambean.ejbdoclet.task.classpath}
  @@ -399,9 +399,9 @@
 homeinterface/
 session/
 deploymentdescriptor xmlencoding =UTF-8
  - destdir=${build.metadata}/
  + destdir=${build.metadata}/META-INF/
 jboss xmlencoding=UTF-8 
  -  destdir=${build.metadata}/
  +  destdir=${build.metadata}/META-INF/
   /ejbdoclet
 /target
   
  @@ -619,13 +619,36 @@
 /fileset
   /jar
   
  -!-- Build jmx-ejb-connector.jsr (should try to use jlink for this)-- 
  -jar jarfile=${build.lib}/jmx-ejb-connector.jsr
  - manifest=${build.etc}/rmiconnector.mf
  +!-- Build jmx-ejb-adaptor.jar -- 
  +jar jarfile=${build.lib}/jmx-ejb-adaptor.jar
  +  fileset dir=${build.classes}
  +include name=org/jboss/jmx/adaptor/ejb/**/
  +include name=org/jboss/jmx/adaptor/interfaces/**/
  +  /fileset
  +  fileset dir=${build.metadata}
  +include name=META-INF/*.xml/
  +  /fileset
  +/jar
  +
  +!-- Build jmx-ejb-connector.jar (should try to use jlink for this)-- 
  +jar jarfile=${build.lib}/jmx-ejb-connector.jar
  + manifest=${build.etc}/ejb-connector.mf
 fileset dir=${build.classes}
   include name=org/jboss/jmx/ObjectHandler**/
   include name=org/jboss/jmx/connector/notification/**/
   include name=org/jboss/jmx/connector/ejb/**/
  +include name=org/jboss/jmx/adaptor/ejb/*Exception.class/
  +include name=org/jboss/jmx/adaptor/ejb/AdaptorSession.class/
  +include name=org/jboss/jmx/adaptor/interfaces/**/
  +  /fileset
  +/jar
  +
  +!-- Build jmx-ejb-connector-server.jsr (should try to use jlink for this)-- 
  +jar jarfile=${build.lib}/jmx-ejb-connector-server.jsr
  + manifest=${build.etc}/ejb-connector.mf
  +  fileset dir=${build.classes}
  +include name=org/jboss/jmx/connector/notification/**/
  +include name=org/jboss/jmx/connector/ejb/**Stub.class/
 /fileset
 fileset dir=${source.java}/org/jboss/jmx/connector/ejb
   include name=META-INF/**/
  
  
  

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



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

2001-09-12 Thread Mad

  User: schaefera
  Date: 01/09/12 13:41:48

  Modified:.build.xml
  Log:
  Fixed some problems with the deployer.
  
  Revision  ChangesPath
  1.27  +12 -17jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- build.xml 2001/09/12 02:10:23 1.26
  +++ build.xml 2001/09/12 20:41:48 1.27
  @@ -10,7 +10,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.26 2001/09/12 02:10:23 schaefera Exp $ --
  +!-- $Id: build.xml,v 1.27 2001/09/12 20:41:48 schaefera Exp $ --
   
   project default=main name=JBoss/Server
   
  @@ -445,7 +445,6 @@
   
 include 
name=org/jboss/tm/usertx/server/UserTransactionSessionFactoryImpl.class/
 include name=org/jboss/tm/usertx/server/UserTransactionSessionImpl.class/
  -  include name=org/jboss/jmx/server/JMXAdaptorImpl.class/
 include name=org/jboss/jmx/connector/ejb/EJBConnector*Listener.class/
 include name=org/jboss/jmx/connector/rmi/RMIConnectorImpl.class/
 include 
name=org/jboss/jmx/connector/rmi/RMIClientConnectorImpl*Listener.class/
  @@ -670,21 +669,17 @@
   jar jarfile=${build.lib}/deploy.jar
manifest=${build.etc}/deploy.mf
 fileset dir=${build.classes}
  - include name=org/jboss/jmx/client/Deployer.class/
  - include name=org/jboss/jmx/interfaces/JMXAdaptor.class/
  - include name=org/jboss/jmx/server/JMXAdaptorImpl_Stub.class/
  - include name=org/jboss/ejb/CacheKey.class/
  - include name=org/jboss/util/FastKey.class/
  -  /fileset
  -/jar
  -
  -!-- Build stop.jar --
  -jar jarfile=${build.lib}/stop.jar
  - manifest=${build.etc}/stop.mf
  -  fileset dir=${build.classes}
  - include name=org/jboss/jmx/client/Stop.class/
  - include name=org/jboss/jmx/interfaces/JMXAdaptor.class/
  - include name=org/jboss/jmx/server/JMXAdaptorImpl_Stub.class/
  + include name=org/jboss/jmx/service/Deployer.class/
  + include name=org/jboss/jmx/connector/JMXConnector**/
  + include name=org/jboss/jmx/connector/notification/RMI**/
  + include name=org/jboss/jmx/connector/rmi/RMIConnector.class/
  + include name=org/jboss/jmx/connector/rmi/RMINotificationListener.class/
  + include name=org/jboss/jmx/connector/rmi/RMIClientConnectorImpl*.class/
  + include name=org/jboss/jmx/connector/rmi/RMIConnectorImpl_Stub.class/
  + include name=org/jboss/jmx/connector/ConnectorFactory*.class/
  + include name=org/jboss/system/Service.class/
  + include name=org/jboss/system/ServiceMBean*.class/
  + include name=org/jboss/logging/**/
include name=org/jboss/ejb/CacheKey.class/
include name=org/jboss/util/FastKey.class/
 /fileset
  
  
  

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



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

2001-09-11 Thread Jason Dillon

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

  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.25  +8 -10 jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- build.xml 2001/09/11 05:29:13 1.24
  +++ build.xml 2001/09/12 00:08:43 1.25
  @@ -10,7 +10,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.24 2001/09/11 05:29:13 user57 Exp $ --
  +!-- $Id: build.xml,v 1.25 2001/09/12 00:08:43 user57 Exp $ --
   
   project default=main name=JBoss/Server
   
  @@ -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. --
  @@ -293,9 +296,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.java value=${module.source}/main/
   property name=source.etc value=${module.source}/etc/
  @@ -712,9 +712,8 @@
| different type of docuementation that is to be generated.
  --
   
  -  target name=docs depends=init description=Builds all documentation.
  -call target=docs-static/
  -call target=docs-api/
  +  target name=docs depends=init, docs-static, docs-api 
  +   description=Builds all documentation.
 /target
   
 !-- Compile static documents --
  @@ -835,9 +834,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: jboss build.xml

2001-09-11 Thread Mad

  User: schaefera
  Date: 01/09/11 19:10:23

  Modified:.build.xml
  Log:
  Adjusted files because of the repackaging of the JMX Connector
  and Adaptors.
  Also the connector and adaptor service files (*.jsr) are separated into
  3 different files because it is neccessary to allow the administrator
  to select which one to use (security, performance etc.). Now the admin
  can add or remove the service files as the need arise.
  
  Revision  ChangesPath
  1.26  +94 -30jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- build.xml 2001/09/12 00:08:43 1.25
  +++ build.xml 2001/09/12 02:10:23 1.26
  @@ -10,7 +10,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.25 2001/09/12 00:08:43 user57 Exp $ --
  +!-- $Id: build.xml,v 1.26 2001/09/12 02:10:23 schaefera Exp $ --
   
   project default=main name=JBoss/Server
   
  @@ -310,6 +310,8 @@
   property name=build.etc value=${module.output}/etc/
   property name=build.bin value=${module.output}/bin/
   property name=build.docs value=${module.output}/docs/
  +property name=build.beans value=${module.output}/beans/
  +property name=build.metadata value=${module.output}/metadata/
   property name=build.resources value=${module.output}/resources/
   property name=build.reports value=${module.output}/reports/
   
  @@ -353,6 +355,14 @@
   property name=junit.timeout value=24/ !-- 4 minutes --
   property name=junit.batchtest.todir value=${build.reports}/
   property name=junit.jvm.options value=-Ddummy/
  +
  +!-- ejbdoclet --
  +path id=dreambean.ejbdoclet.task.classpath
  +  path refid=javac.classpath/
  +  pathelement location=${project.tools}/lib/ejbdoclet.jar/
  +/path
  +property name=dreambean.ejbdoclet.task.classpath 
  +   refid=dreambean.ejbdoclet.task.classpath/
 /target
   
   
  @@ -368,9 +378,33 @@
|  documentation compiles.
   --
 target name=compile 
  -   depends=compile-classes, compile-rmi, compile-etc, compile-resources, 
compile-bin
  +   depends=compile-bean-sources, compile-classes, compile-rmi, compile-etc, 
compile-resources, compile-bin
  description=Compile all source files./
   
  +  !-- Compile EJB beans with EJBDoclet --
  +  target name=compile-bean-sources depends=init
  +taskdef name=ejbdoclet classname=ejbdoclet.EJBDocletTask/
  +
  +mkdir dir=${build.beans}/
  +mkdir dir=${build.metadata}/
  +ejbdoclet sourcepath=${source.java}
  +destdir=${build.beans}
  +classpath=${dreambean.ejbdoclet.task.classpath}
  +ejbspec=1.1
  +excludedtags=@version,@author
  +  fileset dir=${source.java}
  +include name=org/jboss/jmx/adaptor/ejb/*Bean.java /
  +  /fileset
  +  remoteinterface/
  +  homeinterface/
  +  session/
  +  deploymentdescriptor xmlencoding =UTF-8
  + destdir=${build.metadata}/
  +  jboss xmlencoding=UTF-8 
  +  destdir=${build.metadata}/
  +/ejbdoclet
  +  /target
  +
 !-- Compile all class files --
 target name=compile-classes depends=init
   mkdir dir=${build.classes}/
  @@ -385,6 +419,7 @@
   includeJavaRuntime=${javac.include.java.runtime}
   failonerror=${javac.fail.onerror}
  src path=${source.java}/
  +   src path=${build.beans}/
  classpath refid=javac.classpath/
  include name=${javac.includes}/
  exclude name=${javac.excludes}/
  @@ -411,8 +446,9 @@
 include 
name=org/jboss/tm/usertx/server/UserTransactionSessionFactoryImpl.class/
 include name=org/jboss/tm/usertx/server/UserTransactionSessionImpl.class/
 include name=org/jboss/jmx/server/JMXAdaptorImpl.class/
  -  include name=org/jboss/jmx/server/RMIConnectorImpl.class/
  -  include name=org/jboss/jmx/client/RMIClientConnectorImpl*Listener.class/
  +  include name=org/jboss/jmx/connector/ejb/EJBConnector*Listener.class/
  +  include name=org/jboss/jmx/connector/rmi/RMIConnectorImpl.class/
  +  include 
name=org/jboss/jmx/connector/rmi/RMIClientConnectorImpl*Listener.class/
 include name=org/jboss/ejb/plugins/jrmp/server/JRMPContainerInvoker.class/
   /rmic
 /target
  @@ -570,13 +606,42 @@
 fileset dir=${build.resources}/org/jboss/verifier/
   /jar
   
  -!-- Build jmx-connector.jsr (should try to use jlink for this)-- 
  +!-- Build jmx-rmi-connector.jsr (should try to use jlink for this)-- 
  +jar jarfile=${build.lib}/jmx-rmi-connector.jsr
  + manifest=${build.etc}/rmiconnector.mf
  +  fileset 

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

2001-09-10 Thread Jason Dillon

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

  Modified:.build.xml
  Log:
   o updating build system, see mail to jboss-dev for more details
  
  Revision  ChangesPath
  1.24  +471 -349  jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- build.xml 2001/09/04 05:08:09 1.23
  +++ build.xml 2001/09/11 05:29:13 1.24
  @@ -10,7 +10,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.23 2001/09/04 05:08:09 user57 Exp $ --
  +!-- $Id: build.xml,v 1.24 2001/09/11 05:29:13 user57 Exp $ --
   
   project default=main name=JBoss/Server
   
  @@ -19,298 +19,340 @@
 !-- == --
   
 !-- 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/
  +
  +!-- Show some information --
  +call target=_init-show-environment/
  +
  +!-- Finish up --
  +property name=init.disable value=true/
 /target
   
  -  target name=init-buildlog unless=buildlog-disabled
  -record 

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

2001-09-02 Thread Chris Kimpton

  User: kimptoc 
  Date: 01/09/02 12:29:38

  Modified:.build.xml
  Log:
  changes to make the testsuite email report more generic
  
  Revision  ChangesPath
  1.22  +2 -2  jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- build.xml 2001/09/01 04:21:25 1.21
  +++ build.xml 2001/09/02 19:29:38 1.22
  @@ -10,7 +10,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.21 2001/09/01 04:21:25 user57 Exp $ --
  +!-- $Id: build.xml,v 1.22 2001/09/02 19:29:38 kimptoc Exp $ --
   
   project name=JBoss default=main
   
  @@ -218,7 +218,7 @@
   pathelement path=${jboss.naming.lib}/jnpserver.jar/
 /path
   
  -  !-- The combined depedant module classpath --
  +  !-- The combined dependant module classpath --
 path id=dependentmodule.classpath
   path refid=jboss.j2ee.classpath/
   path refid=jboss.naming.classpath/
  
  
  

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



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

2001-08-31 Thread Jason Dillon

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

  Modified:.build.xml
  Log:
   o cleaned up tabs
  
  Revision  ChangesPath
  1.20  +31 -29jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- build.xml 2001/08/30 07:03:58 1.19
  +++ build.xml 2001/08/31 05:39:08 1.20
  @@ -10,7 +10,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.19 2001/08/30 07:03:58 rickardoberg Exp $ --
  +!-- $Id: build.xml,v 1.20 2001/08/31 05:39:08 user57 Exp $ --
   
   project name=JBoss default=main
   
  @@ -463,39 +463,41 @@
 /fileset
   /jar
   
  - !-- Build the boot and spine.jar --
  -  jar jarfile=${build.jars}/jboss-boot.jar
  - basedir=${build.classes}
  +!-- Build jboss-boot.jar --
  +jar jarfile=${build.jars}/jboss-boot.jar
  +  fileset dir=${build.classes}
   include name=org/jboss/system/URLClassLoader.class/
  -   include name=org/jboss/system/URLClassLoaderMBean.class/
  +include name=org/jboss/system/URLClassLoaderMBean.class/
   include name=org/jboss/system/MBeanClassLoader.class/
   include name=org/jboss/system/MBeanClassLoaderMBean.class/
  -   include name=org/jboss/system/ServiceLibraries.class/
  -   include name=org/jboss/system/ServiceLibrariesMBean.class/
  -   include name=org/jboss/deployment/DeploymentException.class/
  +include name=org/jboss/system/ServiceLibraries.class/
  +include name=org/jboss/system/ServiceLibrariesMBean.class/
  +include name=org/jboss/deployment/DeploymentException.class/
  +  /fileset
   /jar
  -  jar jarfile=${build.jars}/jboss-spine.jar
  - basedir=${build.classes} 
  -   include name=org/jboss/logging/**/
  -   include name=org/jboss/system/Service.class/
  -   include name=org/jboss/system/ServiceMBean.class/
  -   include name=org/jboss/system/ServiceMBeanSupport.class/
  -   include name=org/jboss/system/ServiceController**.class/
  -   include name=org/jboss/system/ServiceCreator**.class/
  -   include name=org/jboss/system/ServiceConfigurator.class/
  -   include name=org/jboss/system/ServiceControllerMBean.class/
  -   include name=org/jboss/system/ConfigurationException.class/
  -   include name=org/jboss/system/Info.class/
  -   include name=org/jboss/system/InfoMBean.class/
  -   include name=org/jboss/system/Shutdown*.class/
  -  
  -   include name=org/jboss/deployment/ServiceDeployer.class/
  -   include name=org/jboss/deployment/ServiceDeployerMBean.class/
  -   include name=org/jboss/deployment/ServiceDeployer**.class/
  -   include name=org/jboss/deployment/DeployerMBean.class/
  -   include name=org/jboss/deployment/DeploymentException.class/
  +
  +!-- Build jboss-spine.jar --
  +jar jarfile=${build.jars}/jboss-spine.jar
  +  fileset dir=${build.classes}
  +include name=org/jboss/logging/**/
  +include name=org/jboss/system/Service.class/
  +include name=org/jboss/system/ServiceMBean.class/
  +include name=org/jboss/system/ServiceMBeanSupport.class/
  +include name=org/jboss/system/ServiceController**.class/
  +include name=org/jboss/system/ServiceCreator**.class/
  +include name=org/jboss/system/ServiceConfigurator.class/
  +include name=org/jboss/system/ServiceControllerMBean.class/
  +include name=org/jboss/system/ConfigurationException.class/
  +include name=org/jboss/system/Info.class/
  +include name=org/jboss/system/InfoMBean.class/
  +include name=org/jboss/system/Shutdown*.class/
  +include name=org/jboss/deployment/ServiceDeployer.class/
  +include name=org/jboss/deployment/ServiceDeployerMBean.class/
  +include name=org/jboss/deployment/ServiceDeployer**.class/
  +include name=org/jboss/deployment/DeployerMBean.class/
  +include name=org/jboss/deployment/DeploymentException.class/
  +  /fileset
   /jar
  -  
 
   !-- Build jboss-client.jar --
   jar jarfile=${build.jars}/jboss-client.jar
  
  
  

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



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

2001-08-31 Thread Jason Dillon

  User: user57  
  Date: 01/08/31 21:21:25

  Modified:.build.xml
  Log:
   o cleaned up tabs, changed generated comments for classes with main
  
  Revision  ChangesPath
  1.21  +18 -15jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- build.xml 2001/08/31 05:39:08 1.20
  +++ build.xml 2001/09/01 04:21:25 1.21
  @@ -10,7 +10,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.20 2001/08/31 05:39:08 user57 Exp $ --
  +!-- $Id: build.xml,v 1.21 2001/09/01 04:21:25 user57 Exp $ --
   
   project name=JBoss default=main
   
  @@ -260,7 +260,7 @@
 !-- Override JUnit defaults --
 property name=junit.timeout value=24/ !-- 4 minutes --
 property name=junit.batchtest.todir value=${build.reports}/
  -  property name=junit.jvm.options value=-client/
  +  property name=junit.jvm.options value=-Ddummy/
   
 !-- RMIC should generate stubs compatible with Java 1.2+ --
 property name=rmic.stubVersion value=1.2/
  @@ -314,15 +314,19 @@
|  Pretty print everything.
|
|  This uses the jedit JavaStyle plugin via the ejbdoclet pretty ant task.
  + |
|  cvs=true only pretties files you have already modified.
|  cvs=false pretties all files.
   --
   
  +  property name=pretty.cvs value=true/
  +  property name=pretty.includes value=**/*.java/
  +
 target name=pretty depends=init
   taskdef name=pretty classname=pretty.Pretty/
  -pretty settingsDir=${control.root}/etc cvs=true
  +pretty settingsDir=${control.root}/etc cvs=${pretty.cvs}
 fileset dir=${source.java}
  -include name=**/*.java/
  +include name=${pretty.includes}/
 /fileset
   /pretty
 /target
  @@ -451,8 +455,8 @@
   include name=org/jboss/**/
   !-- Exclude Main, it will go into run.jar --
   exclude name=org/jboss/Main*/
  -   !-- Exclude JMX Connector stuff we will use the connector JSR for 
that --
  -   exclude name=org/jboss/jmx/**/
  +!-- Exclude JMX Connector stuff we will use the connector JSR for that --
  + exclude name=org/jboss/jmx/**/
 /fileset
   
 fileset dir=${build.resources}
  @@ -542,18 +546,17 @@
 fileset dir=${build.resources}/org/jboss/verifier/
   /jar
   
  -!-- Build jmx-connector.jsr --
  -unjar src=${thirdparty.root}/sun/jmx/lib/jmxtools.jar 
  -dest=${build.classes}/
  -  jar jarfile=${build.jars}/jmx-connector.jsr
  +!-- Build jmx-connector.jsr (should try to use jlink for this)-- 
  +unjar src=${sun.jmx.lib}/jmxtools.jar dest=${build.classes}/
  +jar jarfile=${build.jars}/jmx-connector.jsr
manifest=${build.etc}/rmiconnector.mf
 fileset dir=${build.classes}
   include name=org/jboss/jmx/**/
  -   include name=com/sun/jdmk/**/
  - /fileset
  - fileset dir=${source.java}/org/jboss/jmx
  - include name=META-INF/**/
  - /fileset
  + include name=com/sun/jdmk/**/
  +  /fileset
  +  fileset dir=${source.java}/org/jboss/jmx
  +include name=META-INF/**/
  +  /fileset
   /jar
   
   !-- Build rmiconnector.jar --
  
  
  

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



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

2001-08-30 Thread Rickard ?berg

  User: rickardoberg
  Date: 01/08/30 00:03:59

  Modified:.build.xml
  Log:
  Added project name
  
  Revision  ChangesPath
  1.19  +2 -2  jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- build.xml 2001/08/30 03:17:12 1.18
  +++ build.xml 2001/08/30 07:03:58 1.19
  @@ -10,9 +10,9 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.18 2001/08/30 03:17:12 mnf999 Exp $ --
  +!-- $Id: build.xml,v 1.19 2001/08/30 07:03:58 rickardoberg Exp $ --
   
  -project default=main
  +project name=JBoss default=main
   
 !-- == --
 !-- Initialization --
  
  
  

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



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

2001-08-29 Thread Jason Dillon

  User: user57  
  Date: 01/08/29 14:40:36

  Modified:.build.xml
  Log:
   o changed module.version to unspecified (from unused)
  
  Revision  ChangesPath
  1.17  +2 -2  jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- build.xml 2001/08/28 02:09:56 1.16
  +++ build.xml 2001/08/29 21:40:35 1.17
  @@ -10,7 +10,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.16 2001/08/28 02:09:56 user57 Exp $ --
  +!-- $Id: build.xml,v 1.17 2001/08/29 21:40:35 user57 Exp $ --
   
   project default=main
   
  @@ -74,7 +74,7 @@
 !-- Module name(s)  version --
 property name=module.name value=server/
 property name=module.Name value=JBoss Server/
  -  property name=module.version value=unused/
  +  property name=module.version value=unspecified/
   
   
 !-- == --
  
  
  

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



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

2001-08-29 Thread marc fleury

  User: mnf999  
  Date: 01/08/29 20:17:12

  Modified:.build.xml
  Log:
  build the boot/spine/xml/jsr
  
  Revision  ChangesPath
  1.18  +87 -12jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- build.xml 2001/08/29 21:40:35 1.17
  +++ build.xml 2001/08/30 03:17:12 1.18
  @@ -10,7 +10,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.17 2001/08/29 21:40:35 user57 Exp $ --
  +!-- $Id: build.xml,v 1.18 2001/08/30 03:17:12 mnf999 Exp $ --
   
   project default=main
   
  @@ -449,9 +449,10 @@
manifest=${build.etc}/jboss.mf
 fileset dir=${build.classes}
   include name=org/jboss/**/
  -
   !-- Exclude Main, it will go into run.jar --
   exclude name=org/jboss/Main*/
  +   !-- Exclude JMX Connector stuff we will use the connector JSR for 
that --
  +   exclude name=org/jboss/jmx/**/
 /fileset
   
 fileset dir=${build.resources}
  @@ -462,6 +463,40 @@
 /fileset
   /jar
   
  + !-- Build the boot and spine.jar --
  +  jar jarfile=${build.jars}/jboss-boot.jar
  + basedir=${build.classes}
  +include name=org/jboss/system/URLClassLoader.class/
  +   include name=org/jboss/system/URLClassLoaderMBean.class/
  +include name=org/jboss/system/MBeanClassLoader.class/
  +include name=org/jboss/system/MBeanClassLoaderMBean.class/
  +   include name=org/jboss/system/ServiceLibraries.class/
  +   include name=org/jboss/system/ServiceLibrariesMBean.class/
  +   include name=org/jboss/deployment/DeploymentException.class/
  +/jar
  +  jar jarfile=${build.jars}/jboss-spine.jar
  + basedir=${build.classes} 
  +   include name=org/jboss/logging/**/
  +   include name=org/jboss/system/Service.class/
  +   include name=org/jboss/system/ServiceMBean.class/
  +   include name=org/jboss/system/ServiceMBeanSupport.class/
  +   include name=org/jboss/system/ServiceController**.class/
  +   include name=org/jboss/system/ServiceCreator**.class/
  +   include name=org/jboss/system/ServiceConfigurator.class/
  +   include name=org/jboss/system/ServiceControllerMBean.class/
  +   include name=org/jboss/system/ConfigurationException.class/
  +   include name=org/jboss/system/Info.class/
  +   include name=org/jboss/system/InfoMBean.class/
  +   include name=org/jboss/system/Shutdown*.class/
  +  
  +   include name=org/jboss/deployment/ServiceDeployer.class/
  +   include name=org/jboss/deployment/ServiceDeployerMBean.class/
  +   include name=org/jboss/deployment/ServiceDeployer**.class/
  +   include name=org/jboss/deployment/DeployerMBean.class/
  +   include name=org/jboss/deployment/DeploymentException.class/
  +/jar
  +  
  +  
   !-- Build jboss-client.jar --
   jar jarfile=${build.jars}/jboss-client.jar
manifest=${build.etc}/jboss-client.mf
  @@ -505,6 +540,20 @@
 fileset dir=${build.resources}/org/jboss/verifier/
   /jar
   
  +!-- Build jmx-connector.jsr --
  +unjar src=${thirdparty.root}/sun/jmx/lib/jmxtools.jar 
  +dest=${build.classes}/
  +  jar jarfile=${build.jars}/jmx-connector.jsr
  + manifest=${build.etc}/rmiconnector.mf
  +  fileset dir=${build.classes}
  +include name=org/jboss/jmx/**/
  +   include name=com/sun/jdmk/**/
  + /fileset
  + fileset dir=${source.java}/org/jboss/jmx
  + include name=META-INF/**/
  + /fileset
  +/jar
  +
   !-- Build rmiconnector.jar --
   jar jarfile=${build.jars}/rmiconnector.jar
manifest=${build.etc}/rmiconnector.mf
  @@ -559,8 +608,8 @@
   include name=org/jboss/jmx/server/RMIConnectorImpl_Stub.class/
   include name=org/jboss/jmx/server/ObjectHandler.class/
   include name=org/jboss/jmx/client/ConnectorFactory*.class/
  -include name=org/jboss/util/Service.class/
  -include name=org/jboss/util/ServiceMBean*.class/
  +include name=org/jboss/system/Service.class/
  +include name=org/jboss/system/ServiceMBean*.class/
   include name=org/jboss/logging/Log.class/
   include name=org/jboss/logging/Log$$*.class/
   include name=org/jboss/logging/LogToCategory.class/
  @@ -701,6 +750,7 @@
   copy todir=${release.lib.ext} filtering=no
 fileset 

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

2001-08-27 Thread Jason Dillon

  User: user57  
  Date: 01/08/27 01:30:07

  Modified:.build.xml
  Log:
   o fixed a bug in the build/build.xml#init task which was causing child
 builds to fail
  
  Revision  ChangesPath
  1.13  +2 -2  jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- build.xml 2001/08/27 04:47:22 1.12
  +++ build.xml 2001/08/27 08:30:07 1.13
  @@ -10,7 +10,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.12 2001/08/27 04:47:22 user57 Exp $ --
  +!-- $Id: build.xml,v 1.13 2001/08/27 08:30:07 user57 Exp $ --
   
   project default=main
   
  @@ -955,7 +955,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: jboss build.xml

2001-08-27 Thread Jason Dillon

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

  Modified:.build.xml
  Log:
   o help targets use taskname=help
   o clobbering build.log on all modules
  
  Revision  ChangesPath
  1.14  +2 -2  jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- build.xml 2001/08/27 08:30:07 1.13
  +++ build.xml 2001/08/27 09:01:37 1.14
  @@ -10,7 +10,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.13 2001/08/27 08:30:07 user57 Exp $ --
  +!-- $Id: build.xml,v 1.14 2001/08/27 09:01:37 user57 Exp $ --
   
   project default=main
   
  @@ -946,7 +946,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
   
   
  
  
  

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



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

2001-08-27 Thread Jason Dillon

  User: user57  
  Date: 01/08/27 19:09:56

  Modified:.build.xml
  Log:
   o changed module.version to unused, please update the version from
 build/build.xml.
  
  Revision  ChangesPath
  1.16  +2 -2  jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- build.xml 2001/08/28 02:08:18 1.15
  +++ build.xml 2001/08/28 02:09:56 1.16
  @@ -10,7 +10,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.15 2001/08/28 02:08:18 user57 Exp $ --
  +!-- $Id: build.xml,v 1.16 2001/08/28 02:09:56 user57 Exp $ --
   
   project default=main
   
  @@ -74,7 +74,7 @@
 !-- Module name(s)  version --
 property name=module.name value=server/
 property name=module.Name value=JBoss Server/
  -  property name=module.version value=2.5alpha/
  +  property name=module.version value=unused/
   
   
 !-- == --
  
  
  

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



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

2001-08-26 Thread Jason Dillon

  User: user57  
  Date: 01/08/26 14:54:26

  Modified:.build.xml
  Log:
   o removed castor jar task from jars target, it has moved to plugins/varia
  
  Revision  ChangesPath
  1.10  +1 -11 jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- build.xml 2001/08/26 07:00:31 1.9
  +++ build.xml 2001/08/26 21:54:26 1.10
  @@ -10,7 +10,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.9 2001/08/26 07:00:31 user57 Exp $ --
  +!-- $Id: build.xml,v 1.10 2001/08/26 21:54:26 user57 Exp $ --
   
   project default=main
   
  @@ -622,16 +622,6 @@
include name=org/jboss/deployment/DeploymentException*/
 /fileset
   /jar
  -
  -!-- Build jboss-castorjdo.jar --
  -!-- This should move to an plugin module
  -jar jarfile=${build.jars}/jboss-castorjdo.jar
  -  fileset dir=${build.classes}
  -include name=org/jboss/jdo/castor/**/
  -  /fileset
  -/jar
  ---
  -
 /target
   
   
  
  
  

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



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

2001-08-26 Thread Jason Dillon

  User: user57  
  Date: 01/08/26 15:27:56

  Modified:.build.xml
  Log:
   o moved jsr77 stuff to thirdparty/sun/jsr77
  
  Revision  ChangesPath
  1.11  +8 -9  jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- build.xml 2001/08/26 21:54:26 1.10
  +++ build.xml 2001/08/26 22:27:56 1.11
  @@ -10,7 +10,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.10 2001/08/26 21:54:26 user57 Exp $ --
  +!-- $Id: build.xml,v 1.11 2001/08/26 22:27:56 user57 Exp $ --
   
   project default=main
   
  @@ -182,11 +182,11 @@
   pathelement path=${javagroups.javagroups.lib}/JavaGroups.jar/
 /path
   
  -  !-- *HACK* jsr77.jar --
  -  property name=hack.jsr77.root value=${module.source}/
  -  property name=hack.jsr77.lib value=${hack.jsr77.root}/lib/
  -  path id=hack.jsr77.classpath
  -pathelement path=${hack.jsr77.lib}/jsr77.jar/
  +  !-- JSR 77 --
  +  property name=sun.jsr77.root value=${thirdparty.root}/sun/jsr77/
  +  property name=sun.jsr77.lib value=${sun.jsr77.root}/lib/
  +  path id=sun.jsr77.classpath
  +pathelement path=${sun.jsr77.lib}/jsr77.jar/
 /path
   
 !-- The combined library classpath --
  @@ -202,7 +202,7 @@
   path refid=gjt.jpl-util.classpath/
   path refid=oswego.concurrent.classpath/
   path refid=junit.junit.classpath/
  -path refid=hack.jsr77.classpath/
  +path refid=sun.jsr77.classpath/
 /path
   
   
  @@ -841,8 +841,7 @@
 fileset dir=${javagroups.javagroups.lib}
   include name=JavaGroups.jar/
 /fileset
  -  !-- *HACK* --
  -  fileset dir=${hack.jsr77.lib}
  +  fileset dir=${sun.jsr77.lib}
   include name=jsr77.jar/
 /fileset
   /copy
  
  
  

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



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

2001-08-19 Thread Sacha Labourey

  User: slaboure
  Date: 01/08/19 11:51:29

  Modified:.build.xml config.xml
  Log:
  Add support for JavaGroups.jar library
  
  Revision  ChangesPath
  1.8   +4 -1  jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build.xml 2001/08/19 04:48:41 1.7
  +++ build.xml 2001/08/19 18:51:29 1.8
  @@ -10,7 +10,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.7 2001/08/19 04:48:41 d_jencks Exp $ --
  +!-- $Id: build.xml,v 1.8 2001/08/19 18:51:29 slaboure Exp $ --
   
   project default=main
   
  @@ -725,6 +725,9 @@
 /fileset
 fileset dir=${gjt.jpl-util.lib}
   include name=*.jar/
  +  /fileset
  +  fileset dir=${javagroups.javagroups.lib}
  +include name=JavaGroups.jar/
 /fileset
 !-- *HACK* --
 fileset dir=${hack.jsr77.lib}
  
  
  
  1.5   +8 -1  jboss/config.xml
  
  Index: config.xml
  ===
  RCS file: /cvsroot/jboss/jboss/config.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- config.xml2001/08/19 04:48:41 1.4
  +++ config.xml2001/08/19 18:51:29 1.5
  @@ -7,7 +7,7 @@
   !----
   !-- == --
   
  -!-- $Id: config.xml,v 1.4 2001/08/19 04:48:41 d_jencks Exp $ --
  +!-- $Id: config.xml,v 1.5 2001/08/19 18:51:29 slaboure Exp $ --
   
 !-- == --
 !-- Module Setup   --
  @@ -133,6 +133,13 @@
 property name=junit.junit.lib value=${junit.junit.root}/lib/
 path id=junit.junit.classpath
   pathelement path=${junit.junit.lib}/junit.jar/
  +  /path
  +
  +  !-- JavaGroups --
  +  property name=javagroups.javagroups.root 
value=${thirdparty.root}/javagroups/javagroups/
  +  property name=javagroups.javagroups.lib 
value=${javagroups.javagroups.root}/lib/
  +  path id=javagroups.javagroups.classpath
  +pathelement path=${javagroups.javagroups.lib}/JavaGroups.jar/
 /path
   
 !-- *HACK* jsr77.jar --
  
  
  

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



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

2001-08-13 Thread Scott M Stark

  User: starksm 
  Date: 01/08/13 11:52:26

  Modified:.build.xml
  Log:
  Drop the excludsions from jboss.jar due to system classpath restrictions
  
  Revision  ChangesPath
  1.5   +1 -5  jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.xml 2001/08/12 02:55:53 1.4
  +++ build.xml 2001/08/13 18:52:25 1.5
  @@ -10,7 +10,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.4 2001/08/12 02:55:53 starksm Exp $ --
  +!-- $Id: build.xml,v 1.5 2001/08/13 18:52:25 starksm Exp $ --
   
   project default=main
   
  @@ -320,10 +320,6 @@
   !-- ??? --
   exclude name=org/jboss/tm/GlobalId.class/
   
  -!-- Exclude the security classes that must be on the classpath --
  -exclude name=org/jboss/security/AnybodyPrincipal.class/
  -exclude name=org/jboss/security/NobodyPrincipal.class/
  -exclude name=org/jboss/security/SimplePrincipal.class/
 /fileset
   
 fileset dir=${build.resources}
  
  
  

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



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

2001-08-13 Thread Scott M Stark

  User: starksm 
  Date: 01/08/13 20:12:57

  Modified:.build.xml
  Log:
  Remove the GlobalId exclusion from jboss.jar since jboss-client.jar is
  no longer used by the server
  
  Revision  ChangesPath
  1.6   +1 -5  jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.xml 2001/08/13 18:52:25 1.5
  +++ build.xml 2001/08/14 03:12:57 1.6
  @@ -10,7 +10,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.5 2001/08/13 18:52:25 starksm Exp $ --
  +!-- $Id: build.xml,v 1.6 2001/08/14 03:12:57 starksm Exp $ --
   
   project default=main
   
  @@ -316,10 +316,6 @@
   
   !-- Exclude Main, it will go into run.jar --
   exclude name=org/jboss/Main*/
  -
  -!-- ??? --
  -exclude name=org/jboss/tm/GlobalId.class/
  -
 /fileset
   
 fileset dir=${build.resources}
  
  
  

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



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

2001-08-02 Thread Jason Dillon

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

  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.20  +63 -12jboss/Attic/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/Attic/build.xml,v
  retrieving revision 1.1.2.19
  retrieving revision 1.1.2.20
  diff -u -r1.1.2.19 -r1.1.2.20
  --- build.xml 2001/08/01 22:01:55 1.1.2.19
  +++ build.xml 2001/08/02 06:25:51 1.1.2.20
  @@ -10,7 +10,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.1.2.19 2001/08/01 22:01:55 user57 Exp $ --
  +!-- $Id: build.xml,v 1.1.2.20 2001/08/02 06:25:51 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.
  @@ -763,6 +771,52 @@
   
   
 !-- == --
  +  !-- Run tests  --
  +  !-- == --
  +
  +  target name=tests depends=tests-junit
  +   description=Execute all tests./
  +
  +  target name=tests-junit depends=jars
  +mkdir dir=${build.reports}/
  +junit dir=${module.output}
  +printsummary=${junit.printsummary} 
  +haltonerror=${junit.haltonerror} 
  +haltonfailure=${junit.haltonfailure} 
  +fork=${junit.fork}
  +timeout=${junit.timeout}
  +jvm=${junit.jvm}
  +
  +  !-- junit.jvm.options must have a valid value --
  +  jvmarg value=${junit.jvm.options}/
  +  sysproperty key=jbosstest.deploy.dir file=${build.jars}/
  +
  +  classpath
  +pathelement location=${build.classes}/
  +path refid=javac.classpath/
  +path refid=apache.ant.classpath/
  +path refid=apache.ant.ext.classpath/
  +  /classpath
  +
  +  formatter type=${junit.formatter.type}
  +  usefile=${junit.formatter.usefile}/
  +
  +  batchtest todir=${build.reports}
  +  haltonerror=${junit.batchtest.haltonerror} 
  +  haltonfailure=${junit.batchtest.haltonfailure} 
  +  fork=${junit.batchtest.fork}
  +
  +fileset dir=${build.classes}
  +  include name=**/Test*.class/
  +  include name=**/*Test.class/
  +  include name=**/AllJUnitTests.class/
  +/fileset
  +  /batchtest
  +/junit
  +  /target
  +
  +
  +  !-- == --
 !-- Cleans up generated stuff  --
 !-- == --
   
  @@ -809,8 +863,5 @@
   
 target name=min depends=compile
  description=Builds a minimal subset./
  -
  -  target name=tests depends=init
  -   description=Execute all tests./
   
   /project
  
  
  
  1.1.2.13  +27 -2 jboss/Attic/config.xml
  
  Index: config.xml
  ===
  RCS file: /cvsroot/jboss/jboss/Attic/config.xml,v
  retrieving revision 1.1.2.12
  retrieving revision 1.1.2.13
  diff -u 

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

2001-07-31 Thread Jason Dillon

  User: user57  
  Date: 01/07/30 23:44:55

  Modified:.Tag: jboss_buildmagic build.xml
  Log:
   o added release-dependencies to modules which depend on libraries.  Most of
 the work is done by the server module, since it depends on most of them,
 should probably add the same bits to each module, but I need to find a
 more automatic way to do this first.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.1.2.12  +46 -3 jboss/Attic/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/Attic/build.xml,v
  retrieving revision 1.1.2.11
  retrieving revision 1.1.2.12
  diff -u -r1.1.2.11 -r1.1.2.12
  --- build.xml 2001/07/31 02:29:12 1.1.2.11
  +++ build.xml 2001/07/31 06:44:55 1.1.2.12
  @@ -10,7 +10,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.1.2.11 2001/07/31 02:29:12 user57 Exp $ --
  +!-- $Id: build.xml,v 1.1.2.12 2001/07/31 06:44:55 user57 Exp $ --
   
   project default=main
   
  @@ -562,7 +562,7 @@
 !-- Builds a release distribution. --
 !-- == --
   
  -  target name=release depends=all
  +  target name=release depends=all, release-dependencies
  description=Builds a release distribution.
   !-- Copy the generated libraries (lib/ext) --
   mkdir dir=${release.lib.ext}/
  @@ -671,9 +671,52 @@
include name=tmp.properties/
 /fileset
   /copy
  +  /target
   
  -!-- TODO: dependency libraries --
  +  target name=release-dependencies depends=init
  +mkdir dir=${release.lib.ext}/
   
  +copy todir=${release.lib} filtering=no
  +  fileset dir=${sun.jmx.lib}
  +include name=jmxri.jar/
  +  /fileset
  +  fileset dir=${sun.jaxp.lib}
  +include name=*.jar/
  +  /fileset
  +  fileset dir=${sun.jaas.lib}
  +include name=jaas.jar/
  +  /fileset
  +/copy
  +
  +copy todir=${release.lib.ext} filtering=no
  +  fileset dir=${sun.jndi.lib}
  +include name=jndi.jar/
  +  /fileset
  +  fileset dir=${sun.jmx.lib}
  +include name=jmxtools.jar/
  +  /fileset
  +  fileset dir=${sun.jaf.lib}
  +include name=activation.jar/
  +  /fileset
  +  fileset dir=${sun.javamail.lib}
  +include name=mail.jar/
  +  /fileset
  +  fileset dir=${sun.jts.lib}
  +include name=jts.jar/
  +  /fileset
  +  fileset dir=${apache.log4j.lib}
  +include name=log4j.jar/
  +  /fileset
  +  fileset dir=${oswego.concurrent.lib}
  +include name=concurrent.jar/
  +  /fileset
  +  fileset dir=${gjt.jpl-util.lib}
  +include name=jpl-util.jar/
  +  /fileset
  +  fileset dir=${hsql.hsql.lib}
  +include name=hsql.jar/
  +  /fileset
  +/copy
 /target
   
 target name=release-archive-prepare depends=release
  
  
  

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



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

2001-07-31 Thread Jason Dillon

  User: user57  
  Date: 01/07/31 00:07:57

  Modified:.Tag: jboss_buildmagic build.xml
  Log:
   o almost have the structure down, the server almost starts up
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.1.2.13  +19 -2 jboss/Attic/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/Attic/build.xml,v
  retrieving revision 1.1.2.12
  retrieving revision 1.1.2.13
  diff -u -r1.1.2.12 -r1.1.2.13
  --- build.xml 2001/07/31 06:44:55 1.1.2.12
  +++ build.xml 2001/07/31 07:07:57 1.1.2.13
  @@ -10,7 +10,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.1.2.12 2001/07/31 06:44:55 user57 Exp $ --
  +!-- $Id: build.xml,v 1.1.2.13 2001/07/31 07:07:57 user57 Exp $ --
   
   project default=main
   
  @@ -613,7 +613,7 @@
   /copy
   !-- since copy does not preserve permissions, do this here (again) --
   chmod perm=+x
  -  fileset dir=${build.bin}
  +  fileset dir=${release.bin}
include name=**/*.sh/
 /fileset
   /chmod
  @@ -715,6 +715,23 @@
 /fileset
 fileset dir=${hsql.hsql.lib}
   include name=hsql.jar/
  +  /fileset
  +
  +  !-- HACK --
  +  fileset dir=${jboss.management.lib}
  +include name=jboss-management.jar/
  +  /fileset
  +/copy
  +
  +copy todir=${release.client} filtering=no
  +  fileset dir=${sun.jndi.lib}
  +include name=jndi.jar/
  +  /fileset
  +  fileset dir=${apache.log4j.lib}
  +include name=log4j.jar/
  +  /fileset
  +  fileset dir=${oswego.concurrent.lib}
  +include name=concurrent.jar/
 /fileset
   /copy
 /target
  
  
  

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



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

2001-07-31 Thread Jason Dillon

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

  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.14  +2 -2  jboss/Attic/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/Attic/build.xml,v
  retrieving revision 1.1.2.13
  retrieving revision 1.1.2.14
  diff -u -r1.1.2.13 -r1.1.2.14
  --- build.xml 2001/07/31 07:07:57 1.1.2.13
  +++ build.xml 2001/07/31 21:36:44 1.1.2.14
  @@ -10,7 +10,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.1.2.13 2001/07/31 07:07:57 user57 Exp $ --
  +!-- $Id: build.xml,v 1.1.2.14 2001/07/31 21:36:44 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: jboss build.xml config.xml

2001-07-31 Thread Jason Dillon

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

  Modified:.Tag: jboss_buildmagic build.xml config.xml
  Log:
   o using jars from admin/lib for jpl-util, they are newer and required to
 build the admin module.  To keep things simple, the jpl-patthen.jar has
 been added to the jpl-util/lib directory
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.1.2.15  +2 -2  jboss/Attic/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/Attic/build.xml,v
  retrieving revision 1.1.2.14
  retrieving revision 1.1.2.15
  diff -u -r1.1.2.14 -r1.1.2.15
  --- build.xml 2001/07/31 21:36:44 1.1.2.14
  +++ build.xml 2001/07/31 21:43:50 1.1.2.15
  @@ -10,7 +10,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.1.2.14 2001/07/31 21:36:44 user57 Exp $ --
  +!-- $Id: build.xml,v 1.1.2.15 2001/07/31 21:43:50 user57 Exp $ --
   
   project default=main
   
  @@ -711,7 +711,7 @@
   include name=concurrent.jar/
 /fileset
 fileset dir=${gjt.jpl-util.lib}
  -include name=jpl-util.jar/
  +include name=*.jar/
 /fileset
 fileset dir=${hsql.hsql.lib}
   include name=hsql.jar/
  
  
  
  1.1.2.10  +5 -3  jboss/Attic/config.xml
  
  Index: config.xml
  ===
  RCS file: /cvsroot/jboss/jboss/Attic/config.xml,v
  retrieving revision 1.1.2.9
  retrieving revision 1.1.2.10
  diff -u -r1.1.2.9 -r1.1.2.10
  --- config.xml2001/07/31 05:06:00 1.1.2.9
  +++ config.xml2001/07/31 21:43:50 1.1.2.10
  @@ -7,7 +7,7 @@
   !----
   !-- == --
   
  -!-- $Id: config.xml,v 1.1.2.9 2001/07/31 05:06:00 user57 Exp $ --
  +!-- $Id: config.xml,v 1.1.2.10 2001/07/31 21:43:50 user57 Exp $ --
   
 !-- == --
 !-- Module Setup   --
  @@ -49,7 +49,7 @@
 property name=sun.jaxp.lib value=${sun.jaxp.root}/lib/
 path id=sun.jaxp.classpath
   fileset dir=${sun.jaxp.lib}
  -  include name=**/*.jar/
  +  include name=*.jar/
   /fileset
 /path
   
  @@ -99,7 +99,9 @@
 property name=gjt.jpl-util.root value=${thirdparty.root}/gjt/jpl-util/
 property name=gjt.jpl-util.lib value=${gjt.jpl-util.root}/lib/
 path id=gjt.jpl-util.classpath
  -pathelement path=${gjt.jpl-util.lib}/jpl-util.jar/
  +fileset dir=${gjt.jpl-util.lib}
  +  include name=*.jar/
  +/fileset
 /path
   
 !-- JUnit --
  
  
  

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



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

2001-07-31 Thread Jason Dillon

  User: user57  
  Date: 01/07/31 17:43:30

  Modified:.Tag: jboss_buildmagic build.xml config.xml
  Log:
   o looks like beaninfo files have not been touched in many months, so for
 now lets remove them and see if anyone misses them.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.1.2.16  +8 -8  jboss/Attic/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/Attic/build.xml,v
  retrieving revision 1.1.2.15
  retrieving revision 1.1.2.16
  diff -u -r1.1.2.15 -r1.1.2.16
  --- build.xml 2001/07/31 21:43:50 1.1.2.15
  +++ build.xml 2001/08/01 00:43:30 1.1.2.16
  @@ -10,7 +10,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.1.2.15 2001/07/31 21:43:50 user57 Exp $ --
  +!-- $Id: build.xml,v 1.1.2.16 2001/08/01 00:43:30 user57 Exp $ --
   
   project default=main
   
  @@ -216,7 +216,9 @@
  include name=${javac.includes}/
  exclude name=${javac.excludes}/
   
  -   !-- Move both of these to plugins --
  +   !-- Move these to plugins --
  +   exclude name=org/jboss/jdbc/HypersonicDatabase*/
  +   exclude name=org/jboss/jdbc/InstantDBDatabase*/
  exclude name=org/jboss/tm/plugins/tyrex/**/
  exclude name=org/jboss/jdo/castor/**/
   
  @@ -414,7 +416,7 @@
   include name=org/jboss/jmx/interfaces/RMIConnector.class/
   include name=org/jboss/jmx/interfaces/RMINotificationListener.class/
   include name=org/jboss/jmx/client/RMIClientConnectorImpl*.class/
  -include name=,org/jboss/jmx/server/RMIConnectorImpl_Stub.class/
  +include name=org/jboss/jmx/server/RMIConnectorImpl_Stub.class/
   include name=org/jboss/jmx/server/ObjectHandler.class/
   include name=org/jboss/jmx/client/ConnectorFactory*.class/
   include name=org/jboss/util/Service.class/
  @@ -674,8 +676,7 @@
 /target
   
 target name=release-dependencies depends=init
  -mkdir dir=${release.lib.ext}/
  -
  +mkdir dir=${release.lib}/
   copy todir=${release.lib} filtering=no
 fileset dir=${sun.jmx.lib}
   include name=jmxri.jar/
  @@ -688,6 +689,7 @@
 /fileset
   /copy
   
  +mkdir dir=${release.lib.ext}/
   copy todir=${release.lib.ext} filtering=no
 fileset dir=${sun.jndi.lib}
   include name=jndi.jar/
  @@ -713,9 +715,6 @@
 fileset dir=${gjt.jpl-util.lib}
   include name=*.jar/
 /fileset
  -  fileset dir=${hsql.hsql.lib}
  -include name=hsql.jar/
  -  /fileset
   
 !-- HACK --
 fileset dir=${jboss.management.lib}
  @@ -723,6 +722,7 @@
 /fileset
   /copy
   
  +mkdir dir=${release.client}/
   copy todir=${release.client} filtering=no
 fileset dir=${sun.jndi.lib}
   include name=jndi.jar/
  
  
  
  1.1.2.11  +1 -9  jboss/Attic/config.xml
  
  Index: config.xml
  ===
  RCS file: /cvsroot/jboss/jboss/Attic/config.xml,v
  retrieving revision 1.1.2.10
  retrieving revision 1.1.2.11
  diff -u -r1.1.2.10 -r1.1.2.11
  --- config.xml2001/07/31 21:43:50 1.1.2.10
  +++ config.xml2001/08/01 00:43:30 1.1.2.11
  @@ -7,7 +7,7 @@
   !----
   !-- == --
   
  -!-- $Id: config.xml,v 1.1.2.10 2001/07/31 21:43:50 user57 Exp $ --
  +!-- $Id: config.xml,v 1.1.2.11 2001/08/01 00:43:30 user57 Exp $ --
   
 !-- == --
 !-- Module Setup   --
  @@ -111,13 +111,6 @@
   pathelement path=${junit.junit.lib}/junit.jar/
 /path
   
  -  !-- Hypersonic SQL (should be moved to plugins/standard) --
  -  property name=hsql.hsql.root value=${thirdparty.root}/hsql/hsql/
  -  property name=hsql.hsql.lib value=${hsql.hsql.root}/lib/
  -  path id=hsql.hsql.classpath
  -pathelement path=${hsql.hsql.lib}/hsql.jar/
  -  /path
  -
 !-- The combined library classpath --
 path id=library.classpath
   path refid=sun.jndi.classpath/
  @@ -131,7 +124,6 @@
   path refid=gjt.jpl-util.classpath/
   path refid=oswego.concurrent.classpath/
   path refid=junit.junit.classpath/
  -path refid=hsql.hsql.classpath/
 /path
   
   
  
  
  

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



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

2001-07-31 Thread Jason Dillon

  User: user57  
  Date: 01/07/31 20:05:56

  Modified:.Tag: jboss_buildmagic build.xml
  Log:
   o Fixed a few more problems releasing
   o Added local.properties-production
   o Moved Hypersonic, InstantDB, CastorJDO and Tyrex to the plugins/varia
 module.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.1.2.17  +9 -18 jboss/Attic/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/Attic/build.xml,v
  retrieving revision 1.1.2.16
  retrieving revision 1.1.2.17
  diff -u -r1.1.2.16 -r1.1.2.17
  --- build.xml 2001/08/01 00:43:30 1.1.2.16
  +++ build.xml 2001/08/01 03:05:56 1.1.2.17
  @@ -10,7 +10,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.1.2.16 2001/08/01 00:43:30 user57 Exp $ --
  +!-- $Id: build.xml,v 1.1.2.17 2001/08/01 03:05:56 user57 Exp $ --
   
   project default=main
   
  @@ -216,12 +216,6 @@
  include name=${javac.includes}/
  exclude name=${javac.excludes}/
   
  -   !-- Move these to plugins --
  -   exclude name=org/jboss/jdbc/HypersonicDatabase*/
  -   exclude name=org/jboss/jdbc/InstantDBDatabase*/
  -   exclude name=org/jboss/tm/plugins/tyrex/**/
  -   exclude name=org/jboss/jdo/castor/**/
  -
  !-- This is currently contains outdated package references. --
  exclude name=test/**/
   /javac
  @@ -247,10 +241,6 @@
 include name=org/jboss/jmx/server/RMIConnectorImpl.class/
 include name=org/jboss/jmx/client/RMIClientConnectorImpl*Listener.class/
 include name=org/jboss/ejb/plugins/jrmp/server/JRMPContainerInvoker.class/
  -
  -  !-- This should move to an plugin module --
  -  !-- include name=org/jboss/tm/plugins/tyrex/CoordinatorRemote.class/ --
  -  !-- include name=org/jboss/tm/plugins/tyrex/ResourceRemote.class/ --
   /rmic
 /target
   
  @@ -324,6 +314,13 @@
   exclude name=org/jboss/security/NobodyPrincipal.class/
   exclude name=org/jboss/security/SimplePrincipal.class/
 /fileset
  +
  +  fileset dir=${build.resources}
  +include name=org/jboss/**/
  +exclude name=org/jboss/ejb/deployment/**/
  +exclude name=org/jboss/ejb/plugins/**/
  +exclude name=org/jboss/jms/ra/META-INF*/
  +  /fileset
   /jar
   
   !-- Build jboss-client.jar --
  @@ -362,9 +359,9 @@
 fileset dir=${build.classes}
   include name=org/jboss/verifier/**/
 /fileset
  +  fileset dir=${build.resources}/org/jboss/verifier/
   /jar
   
  -
   !-- Build rmiconnector.jar --
   jar jarfile=${build.jars}/rmiconnector.jar
manifest=${build.etc}/rmiconnector.mf
  @@ -649,12 +646,6 @@
   copy todir=${release.db} filtering=no
 fileset dir=${build.etc}
include name=db.properties/
  -  /fileset
  -/copy
  -mkdir dir=${release.db}/hypersonic/
  -copy todir=${release.db}/hypersonic filtering=no
  -  fileset dir=${build.etc}
  - include name=hypersonic.txt/
 /fileset
   /copy
   
  
  
  

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



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

2001-07-31 Thread Jason Dillon

  User: user57  
  Date: 01/07/31 22:34:17

  Modified:.Tag: jboss_buildmagic build.xml config.xml
  Log:
   o updated jsr77/jboss-management hack.  this could probably move to
 thirdparty/sun/**, but I am going to leave it here for now (until there is
 an official release).
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.1.2.18  +3 -4  jboss/Attic/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/Attic/build.xml,v
  retrieving revision 1.1.2.17
  retrieving revision 1.1.2.18
  diff -u -r1.1.2.17 -r1.1.2.18
  --- build.xml 2001/08/01 03:05:56 1.1.2.17
  +++ build.xml 2001/08/01 05:34:17 1.1.2.18
  @@ -706,10 +706,9 @@
 fileset dir=${gjt.jpl-util.lib}
   include name=*.jar/
 /fileset
  -
  -  !-- HACK --
  -  fileset dir=${jboss.management.lib}
  -include name=jboss-management.jar/
  +  !-- *HACK* --
  +  fileset dir=${hack.jsr77.lib}
  +include name=jsr77.jar/
 /fileset
   /copy
   
  
  
  
  1.1.2.12  +8 -8  jboss/Attic/config.xml
  
  Index: config.xml
  ===
  RCS file: /cvsroot/jboss/jboss/Attic/config.xml,v
  retrieving revision 1.1.2.11
  retrieving revision 1.1.2.12
  diff -u -r1.1.2.11 -r1.1.2.12
  --- config.xml2001/08/01 00:43:30 1.1.2.11
  +++ config.xml2001/08/01 05:34:17 1.1.2.12
  @@ -111,6 +111,13 @@
   pathelement path=${junit.junit.lib}/junit.jar/
 /path
   
  +  !-- *HACK* jsr77.jar --
  +  property name=hack.jsr77.root value=${module.source}/
  +  property name=hack.jsr77.lib value=${hack.jsr77.root}/lib/
  +  path id=hack.jsr77.classpath
  +pathelement path=${hack.jsr77.lib}/jsr77.jar/
  +  /path
  +
 !-- The combined library classpath --
 path id=library.classpath
   path refid=sun.jndi.classpath/
  @@ -124,6 +131,7 @@
   path refid=gjt.jpl-util.classpath/
   path refid=oswego.concurrent.classpath/
   path refid=junit.junit.classpath/
  +path refid=hack.jsr77.classpath/
 /path
   
   
  @@ -153,18 +161,10 @@
   pathelement path=${jboss.naming.lib}/jnpserver.jar/
 /path
   
  -  !-- *HACK* jboss-management (should be moved to a dependent module) --
  -  property name=jboss.management.root value=${module.root}/src/
  -  property name=jboss.management.lib value=${jboss.management.root}/lib/
  -  path id=jboss.management.classpath
  -pathelement path=${jboss.management.lib}/jboss-management.jar/
  -  /path
  -
 !-- The combined depedant module classpath --
 path id=dependentmodule.classpath
   path refid=jboss.j2ee.classpath/
   path refid=jboss.naming.classpath/
  -path refid=jboss.management.classpath/
 /path
   
   
  
  
  

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



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

2001-07-30 Thread Jason Dillon

  User: user57  
  Date: 01/07/30 00:20:20

  Modified:.Tag: jboss_buildmagic build.xml config.xml
  Log:
   o fixed up module pass-through targets
   o removed release-jar since it probably will not ever be used
   o cleaned up help header  footer
   o using a more visual module header  footer
   o fixed release-tar targets, looks like nested tarfileset do not really
 work =(
   o updating buildmagic-tasks.jar, which contains a fix for projectinfo as
 well as the custom property task.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.1.2.9   +20 -26jboss/Attic/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/Attic/build.xml,v
  retrieving revision 1.1.2.8
  retrieving revision 1.1.2.9
  diff -u -r1.1.2.8 -r1.1.2.9
  --- build.xml 2001/07/30 06:01:24 1.1.2.8
  +++ build.xml 2001/07/30 07:20:19 1.1.2.9
  @@ -10,7 +10,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.1.2.8 2001/07/30 06:01:24 user57 Exp $ --
  +!-- $Id: build.xml,v 1.1.2.9 2001/07/30 07:20:19 user57 Exp $ --
   
   project default=main
   
  @@ -549,15 +549,6 @@
  value=${module.release}/${release.id}/
 /target
   
  -  target name=release-jar depends=release-archive-prepare
  -   description=Builds a JAR release distribution.
  -jar jarfile=${release.archive.basename}.jar
  -  fileset dir=${module.release}
  -include name=${release.id}/**/
  -  /fileset
  -/jar
  -  /target
  -
 target name=release-zip depends=release-archive-prepare
  description=Builds a ZIP release distribution.
   zip zipfile=${release.archive.basename}.zip
  @@ -569,15 +560,9 @@
   
 target name=release-tar depends=release-archive-prepare
  description=Builds a TAR release distribution.
  -
  -tar tarfile=${release.archive.basename}.tar
  -  basedir=${module.release} longfile=gnu
  -
  -  !-- this is taring up other release distributions, fix me --
  -
  -  tarfileset dir=${module.release}
  -include name=${release.id}/**/
  -  /tarfileset
  +tar tarfile=${release.archive.basename}.tar longfile=gnu
  +  basedir=${module.release}
  +  includes=${release.id}/**
   /tar
 /target
   
  @@ -587,7 +572,7 @@
  zipfile=${release.archive.basename}.tgz/
 /target
   
  -  target name=release-all depends=release-jar, release-zip, release-tgz
  +  target name=release-all depends=release-zip, release-tgz
  description=Builds a distribution for each archive type./
   
   
  @@ -616,13 +601,22 @@
 !-- == --
   
 target name=help
  +property name=projecthelp.header
  +  The ${module.Name} module.
  +/property
  +property name=projecthelp.footer![CDATA[
  +-projecthelp for all targets
  +-help for full options
  +]]/property
  +
   projecthelp
  -  header/
  -  header  The ${module.Name} module./header
  -  header/
  -  footer/  
  -  footer* -projecthelp for all targets/footer
  -  footer* -help for full options/footer
  +  header![CDATA[
  +  The ${module.Name} module.
  +]]/header
  +  footer![CDATA[
  +-projecthelp for all targets
  +-help for full options
  +]]/footer
   /projecthelp
 /target
   
  
  
  
  1.1.2.7   +1 -8  jboss/Attic/config.xml
  
  Index: config.xml
  ===
  RCS file: /cvsroot/jboss/jboss/Attic/config.xml,v
  retrieving revision 1.1.2.6
  retrieving revision 1.1.2.7
  diff -u -r1.1.2.6 -r1.1.2.7
  --- config.xml2001/07/30 06:01:24 1.1.2.6
  +++ config.xml2001/07/30 07:20:19 1.1.2.7
  @@ -6,15 +6,8 @@
   !--  See terms of license at http://www.gnu.org.   --
   !----
   !-- == --
  -!----
  -!--  Module configuration. --
  -!----
  -!--  Define configuration elements that are used by the module build   --
  -!--  system here.  --
  -!----
  -!-- == --
   
  -!-- $Id: config.xml,v 1.1.2.6 2001/07/30 06:01:24 user57 Exp $ --
  +!-- $Id: config.xml,v 1.1.2.7 2001/07/30 07:20:19 user57 Exp $ --
   

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

2001-07-30 Thread Jason Dillon

  User: user57  
  Date: 01/07/30 16:52:29

  Modified:.Tag: jboss_buildmagic build.xml config.xml
  Log:
   o creating the correct binary structure for j2ee, naming and server (short
 of adding external libraries).
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.1.2.10  +134 -8jboss/Attic/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/Attic/build.xml,v
  retrieving revision 1.1.2.9
  retrieving revision 1.1.2.10
  diff -u -r1.1.2.9 -r1.1.2.10
  --- build.xml 2001/07/30 07:20:19 1.1.2.9
  +++ build.xml 2001/07/30 23:52:29 1.1.2.10
  @@ -10,7 +10,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.1.2.9 2001/07/30 07:20:19 user57 Exp $ --
  +!-- $Id: build.xml,v 1.1.2.10 2001/07/30 23:52:29 user57 Exp $ --
   
   project default=main
   
  @@ -195,7 +195,7 @@
|  documentation compiles.
   --
 target name=compile 
  -   depends=compile-classes, compile-rmi, compile-etc, compile-resources
  +   depends=compile-classes, compile-rmi, compile-etc, compile-resources, 
compile-bin
  description=Compile all source files./
   
 !-- Compile all class files --
  @@ -272,7 +272,29 @@
   /copy
 /target
   
  +  !-- Compile bin scripts --
  +  target name=compile-bin depends=init
  +mkdir dir=${build.bin}/
  +copy todir=${build.bin} filtering=yes
  +  fileset dir=${source.bin}
  + include name=**/*/
  +  /fileset
  +/copy
  +
  +fixcrlf srcdir=${build.bin} cr=remove eof=remove
  +  includes=**/*.sh/
   
  +fixcrlf srcdir=${build.bin} cr=add eof=remove
  +  includes=**/*.bat, **/*.cmd/
  +
  +chmod perm=+x
  +  fileset dir=${build.bin}
  + include name=**/*.sh/
  +  /fileset
  +/chmod
  +  /target
  +
  +
 !-- == --
 !-- Build Jars --
 !-- == --
  @@ -470,7 +492,7 @@
|  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=docs-api, docs-static
  description=Builds all documentation./
   
 !-- Javadocs is an exception, but provide a docs-api to conform. --
  @@ -516,6 +538,16 @@
   /javadoc
 /target
   
  +  !-- Compile static documents --
  +  target name=docs-static depends=init
  +mkdir dir=${build.docs}/
  +copy todir=${build.docs} filtering=yes
  +  fileset dir=${source.docs}
  + include name=**/*/
  +  /fileset
  +/copy
  +  /target
  +
   
 !-- == --
 !-- Builds a release distribution. --
  @@ -523,24 +555,118 @@
   
 target name=release depends=all
  description=Builds a release distribution.
  -!-- Copy the generated libraries --
  -mkdir dir=${release.lib}/
  -copy todir=${release.lib} filtering=no
  +!-- Copy the generated libraries (lib/ext) --
  +mkdir dir=${release.lib.ext}/
  +copy todir=${release.lib.ext} filtering=no
  +  fileset dir=${build.jars}
  + include name=jboss.jar/
  +  /fileset
  +/copy
  +
  +!-- Copy the generated libraries (client) --
  +mkdir dir=${release.client}/
  +copy todir=${release.client} filtering=no
  +  fileset dir=${build.jars}
  + include name=*-client.jar/
  + include name=connector.jar/
  +
  + !-- Shouldn't these go into bin ? --
  + include name=stop.jar/
  + include name=deploy.jar/
  +  /fileset
  +/copy
  +
  +!-- Setup the deployment directory (deploy) --
  +mkdir dir=${release.deploy}/
  +copy todir=${release.deploy} filtering=no
  +  fileset dir=${build.etc}
  + include name=deploy.txt/
  +  /fileset
  +/copy
  +
  +!-- Copy the generated deployment libraries (deploy/lib) --
  +mkdir dir=${release.deploy.lib}/
  +copy todir=${release.deploy.lib} filtering=no
 fileset dir=${build.jars}
  + include name=jms-ra.rar/
  +  /fileset
  +/copy
  +
  +!-- Copy the generated scripts  runnable jars (bin) --
  +mkdir dir=${release.bin}/
  +copy todir=${release.bin} filtering=no
  +  fileset dir=${build.bin}
include name=**/*/
 /fileset
  +  fileset dir=${build.jars}
  + include name=run.jar/
  +  /fileset
   /copy
  +!-- since copy does not preserve permissions, do this here (again) --
  +

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

2001-07-30 Thread Jason Dillon

  User: user57  
  Date: 01/07/30 19:29:12

  Modified:.Tag: jboss_buildmagic build.xml
  Log:
   o Updated some modules from HEAD
   o Converted most modules to new release style (except plugins and manual)
   o Most modules produce the correct binary structure.
   o short of the manual and valid testsuite jars the system will build now.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.1.2.11  +22 -23jboss/Attic/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/Attic/build.xml,v
  retrieving revision 1.1.2.10
  retrieving revision 1.1.2.11
  diff -u -r1.1.2.10 -r1.1.2.11
  --- build.xml 2001/07/30 23:52:29 1.1.2.10
  +++ build.xml 2001/07/31 02:29:12 1.1.2.11
  @@ -10,7 +10,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.1.2.10 2001/07/30 23:52:29 user57 Exp $ --
  +!-- $Id: build.xml,v 1.1.2.11 2001/07/31 02:29:12 user57 Exp $ --
   
   project default=main
   
  @@ -385,8 +385,8 @@
   jar jarfile=${build.jars}/deploy.jar
manifest=${build.etc}/deploy.mf
 fileset dir=${build.classes}
  - include name=org/jboss/jmx/interfaces/JMXAdaptor.class/
include name=org/jboss/jmx/client/Deployer.class/
  + include name=org/jboss/jmx/interfaces/JMXAdaptor.class/
include name=org/jboss/jmx/server/JMXAdaptorImpl_Stub.class/
include name=org/jboss/ejb/CacheKey.class/
include name=org/jboss/util/FastKey.class/
  @@ -397,8 +397,8 @@
   jar jarfile=${build.jars}/stop.jar
manifest=${build.etc}/stop.mf
 fileset dir=${build.classes}
  - include name=org/jboss/jmx/interfaces/JMXAdaptor.class/
include name=org/jboss/jmx/client/Stop.class/
  + include name=org/jboss/jmx/interfaces/JMXAdaptor.class/
include name=org/jboss/jmx/server/JMXAdaptorImpl_Stub.class/
include name=org/jboss/ejb/CacheKey.class/
include name=org/jboss/util/FastKey.class/
  @@ -428,6 +428,25 @@
 /fileset
   /jar
   
  +!-- Build jms-ra.rar --
  +jar jarfile=${build.jars}/jms-ra.rar
  +  fileset dir=${build.classes}
  +include name=org/jboss/jms/ra/**/
  +  /fileset
  +  fileset dir=${build.resources}/org/jboss/jms/ra/
  +include name=**/
  +  /fileset
  +/jar
  +
  +!-- HACK Build jboss-security.jar --
  +jar jarfile=${build.jars}/jboss-security.jar
  +  fileset dir=${build.classes}
  +include name=org/jboss/security/**/
  +  /fileset
  +/jar
  +
  +!-- The following might not be needed any more --
  +
   !-- Build jboss-metadata.jar --
   jar jarfile=${build.jars}/jboss-metadata.jar
 fileset dir=${build.classes}
  @@ -460,16 +479,6 @@
 /fileset
   /jar
   
  -!-- Build jms-ra.rar --
  -jar jarfile=${build.jars}/jms-ra.rar
  -  fileset dir=${build.classes}
  -include name=org/jboss/jms/ra/**/
  -  /fileset
  -  fileset dir=${build.resources}/org/jboss/jms/ra/
  -include name=**/
  -  /fileset
  -/jar
  -
   !-- Build jboss-castorjdo.jar --
   !-- This should move to an plugin module
   jar jarfile=${build.jars}/jboss-castorjdo.jar
  @@ -663,8 +672,6 @@
 /fileset
   /copy
   
  -!-- TODO: admin ? --
  -
   !-- TODO: dependency libraries --
   
 /target
  @@ -727,14 +734,6 @@
 !-- == --
   
 target name=help
  -property name=projecthelp.header
  -  The ${module.Name} module.
  -/property
  -property name=projecthelp.footer![CDATA[
  --projecthelp for all targets
  --help for full options
  -]]/property
  -
   projecthelp
 header![CDATA[
 The ${module.Name} module.
  
  
  

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



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

2001-07-29 Thread Jason Dillon

  User: user57  
  Date: 01/07/28 23:26:53

  Modified:.Tag: jboss_buildmagic build.xml config.xml
  Log:
   o updated jboss changes from main
   o almost have jboss/server module generating the correct binary structure
   o updated projecthelp to sort the target list.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.1.2.6   +225 -33   jboss/Attic/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/Attic/build.xml,v
  retrieving revision 1.1.2.5
  retrieving revision 1.1.2.6
  diff -u -r1.1.2.5 -r1.1.2.6
  --- build.xml 2001/07/29 04:57:41 1.1.2.5
  +++ build.xml 2001/07/29 06:26:53 1.1.2.6
  @@ -10,7 +10,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.1.2.5 2001/07/29 04:57:41 user57 Exp $ --
  +!-- $Id: build.xml,v 1.1.2.6 2001/07/29 06:26:53 user57 Exp $ --
   
   project name=jboss-server default=main
   
  @@ -195,7 +195,7 @@
|  documentation compiles.
   --
 target name=compile 
  -   depends=compile-classes, compile-rmi, compile-etc
  +   depends=compile-classes, compile-rmi, compile-etc, compile-resources
  description=Compile all source files./
   
 !-- Compile all class files --
  @@ -238,10 +238,31 @@
 stubVersion=${rmic.stubVersion}
 classpath refid=javac.classpath/
 include name=${rmic.includes}/
  -  include name=${rmic.excludes}/
  +  exclude name=${rmic.excludes}/
  +
  +  include 
name=org/jboss/tm/usertx/server/UserTransactionSessionFactoryImpl.class/
  +  include name=org/jboss/tm/usertx/server/UserTransactionSessionImpl.class/
  +  include name=org/jboss/jmx/server/JMXAdaptorImpl.class/
  +  include name=org/jboss/jmx/server/RMIConnectorImpl.class/
  +  include name=org/jboss/jmx/client/RMIClientConnectorImpl*Listener.class/
  +  include name=org/jboss/ejb/plugins/jrmp/server/JRMPContainerInvoker.class/
  +
  +  !-- This should move to an plugin module --
  +  !-- include name=org/jboss/tm/plugins/tyrex/CoordinatorRemote.class/ --
  +  !-- include name=org/jboss/tm/plugins/tyrex/ResourceRemote.class/ --
   /rmic
 /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
  +
 !-- Compile etc files (manifests and such) --
 target name=compile-etc depends=init
   mkdir dir=${build.etc}/
  @@ -262,13 +283,181 @@
   --
 target name=jars depends=compile description=Builds all jar files.
   mkdir dir=${build.jars}/
  +
  +!-- Build jboss.jar --
  +jar jarfile=${build.jars}/jboss.jar
  + manifest=${build.etc}/jboss.mf
  +  fileset dir=${build.classes}
  +include name=org/jboss/**/
  +
  +!-- Exclude Main, it will go into run.jar --
  +exclude name=org/jboss/Main*/
  +
  +!-- ??? --
  +exclude name=org/jboss/tm/GlobalId.class/
  +
  +!-- Exclude the security classes that must be on the classpath --
  +exclude name=org/jboss/security/AnybodyPrincipal.class/
  +exclude name=org/jboss/security/NobodyPrincipal.class/
  +exclude name=org/jboss/security/SimplePrincipal.class/
  +  /fileset
  +/jar
  +
  +!-- Build jboss-client.jar --
  +jar jarfile=${build.jars}/jboss-client.jar
  + manifest=${build.etc}/jboss-client.mf
  +  fileset dir=${build.classes}
  +include name=org/jboss/ejb/DeploymentException.class/
  +include name=org/jboss/proxy/**/
  +include name=org/jboss/ejb/plugins/jrmp/server/*Stub.class/
  +include name=org/jboss/ejb/plugins/jrmp/interfaces/**/
  +include name=org/jboss/ejb/plugins/jrmp12/interfaces/**/
  +include name=org/jboss/ejb/plugins/jrmp13/interfaces/**/
  +include name=org/jboss/ejb/CacheKey.class/
  +include name=org/jboss/ejb/FastKey.class/
  +include name=org/jboss/monitor/client/*.class/
  +include name=org/jboss/tm/TransactionPropagationContextFactory.class/
  +include name=org/jboss/tm/GlobalId.class/
  +include name=org/jboss/tm/usertx/client/*.class/
  +include name=org/jboss/tm/usertx/interfaces/*.class/
  +include name=org/jboss/tm/usertx/server/*Stub.class/
  +include name=org/jboss/util/SerializableEnumeration.class/
  +  /fileset
  +/jar
  +
  +!-- Build jboss-metadata.jar --
  +jar jarfile=${build.jars}/jboss-metadata.jar
  +  fileset dir=${build.classes}
  +include name=org/jboss/metadata/**/
  +include 

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

2001-07-29 Thread Jason Dillon

  User: user57  
  Date: 01/07/29 19:36:34

  Modified:.Tag: jboss_buildmagic build.xml config.xml
  Log:
   o simplified module and project release mechanism (only for server module
 currently).
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.1.2.7   +90 -94jboss/Attic/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/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/07/29 06:26:53 1.1.2.6
  +++ build.xml 2001/07/30 02:36:34 1.1.2.7
  @@ -10,7 +10,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.1.2.6 2001/07/29 06:26:53 user57 Exp $ --
  +!-- $Id: build.xml,v 1.1.2.7 2001/07/30 02:36:34 user57 Exp $ --
   
   project name=jboss-server default=main
   
  @@ -62,8 +62,8 @@
|  Setup the basic environment for a source module.
|
|  module.source- The module source root
  - |  module.output- The root where build output will be placed
  - |  module.build - Where released files will be placed
  + |  module.output- The root where generated files will be placed
  + |  module.build - Where build files will be placed
|  module.release   - Where released files will be placed
|  tools.root   - Where to build support tools live
|  thirdparty.root  - Where to thirdparty libraries live
  @@ -217,7 +217,6 @@
  exclude name=${javac.excludes}/
   
  !-- Move both of these to plugins --
  -   !-- Looks like this needs to be updated for 0.9.7.0 --
  exclude name=org/jboss/tm/plugins/tyrex/**/
  exclude name=org/jboss/jdo/castor/**/
   
  @@ -325,38 +324,6 @@
 /fileset
   /jar
   
  -!-- Build jboss-metadata.jar --
  -jar jarfile=${build.jars}/jboss-metadata.jar
  -  fileset dir=${build.classes}
  -include name=org/jboss/metadata/**/
  -include name=org/jboss/ejb/DeploymentException.class/
  -  /fileset
  -  fileset dir=${build.etc}/conf/default
  -include name=standardjboss.xml/
  -  /fileset
  -/jar
  -
  -!-- Build jboss-util.jar --
  -jar jarfile=${build.jars}/jboss-util.jar
  -  fileset dir=${build.classes}
  -include name=org/jboss/util/Service.class/
  -include name=org/jboss/util/ServiceMBean*/
  -include name=org/jboss/util/MBeanProxy*/
  -include name=org/jboss/proxy/**/
  -include name=org/jboss/logging/Log.class/
  -include name=org/jboss/logging/LogWriter.class/
  -include name=org/jboss/monitor/MetricsConstants.class/
  -  /fileset
  -/jar
  -
  -!-- Build jboss-deployer.jar --
  -jar jarfile=${build.jars}/jboss-deployer.jar
  -  fileset dir=${build.classes}
  - include name=org/jboss/deployment/DeployerMBean*/
  - include name=org/jboss/deployment/DeploymentException*/
  -  /fileset
  -/jar
  -
   !-- Build run.jar --
   jar jarfile=${build.jars}/run.jar
manifest=${build.etc}/run.mf
  @@ -439,6 +406,38 @@
 /fileset
   /jar
   
  +!-- Build jboss-metadata.jar --
  +jar jarfile=${build.jars}/jboss-metadata.jar
  +  fileset dir=${build.classes}
  +include name=org/jboss/metadata/**/
  +include name=org/jboss/ejb/DeploymentException.class/
  +  /fileset
  +  fileset dir=${build.etc}/conf/default
  +include name=standardjboss.xml/
  +  /fileset
  +/jar
  +
  +!-- Build jboss-util.jar --
  +jar jarfile=${build.jars}/jboss-util.jar
  +  fileset dir=${build.classes}
  +include name=org/jboss/util/Service.class/
  +include name=org/jboss/util/ServiceMBean*/
  +include name=org/jboss/util/MBeanProxy*/
  +include name=org/jboss/proxy/**/
  +include name=org/jboss/logging/Log.class/
  +include name=org/jboss/logging/LogWriter.class/
  +include name=org/jboss/monitor/MetricsConstants.class/
  +  /fileset
  +/jar
  +
  +!-- Build jboss-deployer.jar --
  +jar jarfile=${build.jars}/jboss-deployer.jar
  +  fileset dir=${build.classes}
  + include name=org/jboss/deployment/DeployerMBean*/
  + include name=org/jboss/deployment/DeploymentException*/
  +  /fileset
  +/jar
  +
   !-- Build jms-ra.rar --
   jar jarfile=${build.jars}/jms-ra.rar
 fileset dir=${build.classes}
  @@ -512,8 +511,7 @@
protected=${javadoc.protected}
private=${javadoc.private}
use=${javadoc.use}
  -  verbose=${javadoc.verbose}
  - bottom=Copyright #169; 2000 The JBoss Organization. All Rights 

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

2001-07-28 Thread Jason Dillon

  User: user57  
  Date: 01/07/28 21:57:41

  Modified:.Tag: jboss_buildmagic build.xml
  Log:
   o hooked up moduleconfig =)
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.1.2.5   +1 -2  jboss/Attic/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/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/29 02:13:41 1.1.2.4
  +++ build.xml 2001/07/29 04:57:41 1.1.2.5
  @@ -10,7 +10,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.1.2.4 2001/07/29 02:13:41 user57 Exp $ --
  +!-- $Id: build.xml,v 1.1.2.5 2001/07/29 04:57:41 user57 Exp $ --
   
   project name=jboss-server default=main
   
  @@ -322,7 +322,6 @@
package=${javadoc.package}
protected=${javadoc.protected}
private=${javadoc.private}
  - encoding=${javadoc.encoding}
use=${javadoc.use}
 verbose=${javadoc.verbose} 
 !-- group title=??? packages=*/ --
  
  
  

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



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

2001-07-27 Thread Jason Dillon

  User: user57  
  Date: 01/07/27 18:32:08

  Modified:.Tag: jboss_buildmagic build.xml
  Log:
   o hooked up jbosscx
   o changed mkdir for javadocs to be done inside of javadocs-check to allow
 all javadoc generation to be disabled via javadoc-generated-already and
 not break the install/release targets.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.1.2.2   +4 -2  jboss/Attic/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/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 00:48:01 1.1.2.1
  +++ build.xml 2001/07/28 01:32:08 1.1.2.2
  @@ -27,7 +27,7 @@
   !----
   !-- == --
   
  -!-- $Id: build.xml,v 1.1.2.1 2001/07/28 00:48:01 user57 Exp $ --
  +!-- $Id: build.xml,v 1.1.2.2 2001/07/28 01:32:08 user57 Exp $ --
   
   project name=jboss-server default=main
   
  @@ -278,11 +278,13 @@
  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
  -mkdir dir=${build.api}/
   javadoc packagenames=${javadoc.packages}
sourcepath=${source.java}
destdir=${build.api}
  
  
  

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