RE: [JBoss-dev] Buildsystem help needed

2003-11-13 Thread Rupp, Heiko
Thanks Scott.


---
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] Buildsystem help needed

2003-11-10 Thread Scott M Stark
The dist is built from the build/build.xml _module-*-most or
_module-*-all targets depending on whether the most or all target
is run. The server/src/etc/conf/default contents are copied in
the _module-server-most section:
!-- Copy the default configuration files --
mkdir dir=${install.server}/all/conf/
copy todir=${install.server}/all/conf filtering=no
  fileset dir=${_module.output}/etc/conf/default
 include name=*/
  /fileset
/copy
Change the include name=*/ to include name=**/ to pull
in subdirectories.
--

Scott Stark
Chief Technology Officer
JBoss Group, LLC

Rupp, Heiko wrote:

Hi,
I am trying to add better descriptions to the Mbeans in JBoss, so users 
know what the
attributes are when they invoke operations in JMX console.
 
In order to do to, I want to externalize the XMBean descriptors into a 
directory under
server/$version/conf/.
 
I already put a directory with contents under 
server/src/etc/conf/default. The directory
is copied to the right location, but the files in it are missing.
How do I tellbuildmagic to include those files as well?
 
Thanks in advance
  Heiko


---
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development