RE: [JBoss-dev] Customizing JBoss server configurations

2002-11-06 Thread Bill Burke
Yes that is a great idea. What kind of script? sh, perl, python, java, ?? I've done the same for the CD subscription but using InstallAnywhere. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:jboss-development-admin@;lists.sourceforge.net]On Behalf Of Igor > Fedorenko > Sent: W

Re: [JBoss-dev] Customizing JBoss server configurations

2002-11-07 Thread Igor Fedorenko
It's an *ant* script. Nothing fancy, though, just a bunch of targets that move stuff from "all" to your new config and modify *-sevice.xml files if needed using ant's "replace" task. I'll check it in today. Bill Burke wrote: Yes that is a great idea. What kind of script? sh, perl, python, java

Re: [JBoss-dev] Customizing JBoss server configurations

2002-11-07 Thread Igor Fedorenko
I meant to say ant's *buildfile*. Sorry for confusion. Igor Fedorenko wrote: It's an *ant* script. Nothing fancy, though, just a bunch of targets that move stuff from "all" to your new config and modify *-sevice.xml files if needed using ant's "replace" task. I'll check it in today. Bill Burke

Re: [JBoss-dev] Customizing JBoss server configurations

2002-11-08 Thread Igor Fedorenko
I checked in four files: build/etc/lego/lego.xml build/etc/lego/lego.properties server/src/etc/conf/default/jboss-server.lego messaging/src/etc/server/default/deploy/jbossmq-service.lego As I said, lego.xml is supposed to define a bunch of targets for different pluggable features, like "transact