Welcome to the Jazz Community Forum
Distinguishing between team and personal builds using Ant?

2 answers

If it's a personal build there should be a "personalBuild" build property
automatically injected into ant by the JBE that is set to true.
Don Weinand
Jazz Team Build
"chris.melikian" <chris> wrote in
message news:gdkq2v$tm5$1@localhost.localdomain...
automatically injected into ant by the JBE that is set to true.
Don Weinand
Jazz Team Build
"chris.melikian" <chris> wrote in
message news:gdkq2v$tm5$1@localhost.localdomain...
I'm trying to distinguish between personal and team builds using Ant
and can't find a Ant property or task where I can pick this up.
Anyone know?

If it's a personal build there should be a "personalBuild" build property
automatically injected into ant by the JBE that is set to true.
Don Weinand
Jazz Team Build
"chris.melikian" <chris> wrote in
message news:gdkq2v$tm5$1@localhost.localdomain...
I'm trying to distinguish between personal and team builds using Ant
and can't find a Ant property or task where I can pick this up.
Anyone know?
Thanks Don!