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 system?  Is it a template with stuff filled in based on
the answer to the question about the (non-)ssl nature of the server? [...]

Steve

Wayne Fay wrote:
> Profiles + Filtering makes results comparable to what you're doing
> with the M4 files.
> 
> Wayne
> 
> On 7/2/07, nash4403 <[EMAIL PROTECTED]> wrote:
>>
>> Thanks Steve.
>>  But the other question is we have couple of M4 files.
>> The use of M4 is to have variable substitution.When we run make the m4
>> file
>> is executed and generates a file based on whether on ssl or non-ssl
>> server.
>>
>> Does Maven have anything to replace my M4s
>>
>> Regards,
>> Nagesh
>>
>>
>> Steven Rowe wrote:
>> >
>> > 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 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]

Reply via email to