Re: To replace M4 files and Make files using Maven

2007-07-03 Thread nash4403
p me to maintain different environments and different >> >> applications? >> >> Any examples on the net on how maven can help manage different >> >> environments? >> >> >> >> Nagesh &

Re: To replace M4 files and Make files using Maven

2007-07-03 Thread nash4403
N. >>>>>>> We have m4 files which generate the content based on different >>>>> variables. >>>>>>> So the m4 files get the input from config file . >>>>>>> We have perl scripts to generate the variables to be used by M4 >>>>> files to >>>>>>> generate the config files for different environments?. >>>>>>> >>>>>>> How can MAVEN help me to maintain different environments and >>>>> different >>>>>>> applications? >>>>>>> Any examples on the net on how maven can help manage different >>>>>>> environments? >>>>>>> >>>>>>> Nagesh > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/To-replace-M4-files-and-Make-files-using-Maven-tf4014231s177.html#a11417950 Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: To replace M4 files and Make files using Maven

2007-07-03 Thread Steven Rowe
Nagesh, Please keep the discussion on the mailing list, rather than sending mail to my personal address. It's not clear to me what part of this process you want Maven to perform. Do you still envision using Perl/M4 to generate content, and want to know how Maven can be used to orchestrate the pr

Re: To replace M4 files and Make files using Maven

2007-07-02 Thread Steven Rowe
Nagesh, If you could be more concrete about what you're trying to accomplish, we could be more concrete about how you might accomplish it. For example, where does the information about whether a server is ssl or non-ssl come from? And what sort of file is produced by M4 with your current build s

Re: To replace M4 files and Make files using Maven

2007-07-02 Thread Wayne Fay
>> Any examples on the net on how maven can help manage different >> environments? >> >> Nagesh > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > >

Re: To replace M4 files and Make files using Maven

2007-07-02 Thread nash4403
--- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/To-replace-M4-files-and-Make-files-using-Maven-tf4014231s177.html#a11400529 Sent f

Re: To replace M4 files and Make files using Maven

2007-07-02 Thread Steven Rowe
Hi Nagesh, Here are some places to start: http://maven.apache.org/guides/introduction/introduction-to-profiles.html http://www.sonatype.com/book/profiles.html Steve nash4403 wrote: > We have different environments like DEV,QA,STAGE and PRODUCTION. > We have m4 files which generate the content

To replace M4 files and Make files using Maven

2007-07-02 Thread nash4403
different environments?. How can MAVEN help me to maintain different environments and different applications? Any examples on the net on how maven can help manage different environments? Nagesh -- View this message in context: http://www.nabble.com/To-replace-M4-files-and-Make-files-using-Maven