I have a similar setup in continuum.
The profile definition:
<profile>
<id>sampleProfile</id>
<activation>
<activeByDefault>false</activeByDefault>
<property>
<name>live-tests-only</name>
</property>
</activation>
This profile can be activated either by passing the arguments
"-PsampleProfile" or "-Dlive-tests-only". You can pass these argument to the
continuum builds by adding these in the arguments section when you define a
build.
Murali.
On Fri, Nov 7, 2008 at 1:58 PM, Kyle Lebel <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have a question regarding the Build Environments. What I am trying to do
> is activate a profile when building from continuum. I would like to do this
> using an environment variable somehow. But reading the Build Environments
> documentation, it seems to indicate I could create this environment variable
> through here - and have my builds using that build environment. Is this
> correct, or have I misunderstood something?
>
> Kyle
>