RE: Resource filtering using environment variables

2006-11-10 Thread franz see
e :) > > Kind regard, > > Minto van der Sluis > > > > > -Oorspronkelijk bericht- > Van: Haroon Rafique [mailto:[EMAIL PROTECTED] > Verzonden: donderdag 9 november 2006 18:03 > Aan: Maven Users List > Onderwerp: Re: Resource filtering using environmen

RE: Resource filtering using environment variables

2006-11-09 Thread Minto.van.der.Sluis
2006 18:03 Aan: Maven Users List Onderwerp: Re: Resource filtering using environment variables On Today at 11:20am, HR=>Haroon Rafique <[EMAIL PROTECTED]> wrote: HR> [..snip..] HR> Something like the following should work (not tested): import org.codehaus.plexus.util.cli.Command

Re: Resource filtering using environment variables

2006-11-09 Thread Haroon Rafique
On Today at 11:20am, HR=>Haroon Rafique <[EMAIL PROTECTED]> wrote: HR> [..snip..] HR> Something like the following should work (not tested): import org.codehaus.plexus.util.cli.CommandLineUtils; HR> filterProperties = new Properties(); HR> HR> // System properties HR>

Re: Resource filtering using environment variables

2006-11-09 Thread Haroon Rafique
On Today at 2:08am, GT=>Gareth Tilley <[EMAIL PROTECTED]> wrote: GT> GT> Hi All, GT> GT> Gunther Popp-2 wrote: GT> - All (platform-specific) Environment variables (Just add the prefix GT> env. For example ${env.M2_HOME} returns the Maven2 installation path). GT> GT> Has anyone actua