Adding download links into the Jazz web UI

Hi,
How can I add a compiled artifact to the Jazz web UI so that users can
download a build similar to how the I and S builds are being provided by
jazz.net? Is this feature supported?
I see that there is a LinkPublisherTask and an
ArtifactLinkPublisherTask, but the two appear to be providing links to
be clicked on when inspecting a build result within the Eclipse UI.
I tried using FilePublisherTask but nothing seems to be happening. What
is this task supposed to do?
Thanks.
Regards,
Rem
How can I add a compiled artifact to the Jazz web UI so that users can
download a build similar to how the I and S builds are being provided by
jazz.net? Is this feature supported?
I see that there is a LinkPublisherTask and an
ArtifactLinkPublisherTask, but the two appear to be providing links to
be clicked on when inspecting a build result within the Eclipse UI.
I tried using FilePublisherTask but nothing seems to be happening. What
is this task supposed to do?
Thanks.
Regards,
Rem
One answer

FilePublisherTask will store the file as actual content in the repository
rather than just a link to some place where a resource is externally located
like the link publishers do.
The build component included with Jazz does not currently include a default
web ui. Task 11616 is being used to track any future work around that
feature.
"Remy Chi Jian Suen" <remsuen@ca.ibm.com> wrote in message
news:f497oo$ckv$1@localhost.localdomain...
rather than just a link to some place where a resource is externally located
like the link publishers do.
The build component included with Jazz does not currently include a default
web ui. Task 11616 is being used to track any future work around that
feature.
"Remy Chi Jian Suen" <remsuen@ca.ibm.com> wrote in message
news:f497oo$ckv$1@localhost.localdomain...
Hi,
How can I add a compiled artifact to the Jazz web UI so that users can
download a build similar to how the I and S builds are being provided by
jazz.net? Is this feature supported?
I see that there is a LinkPublisherTask and an ArtifactLinkPublisherTask,
but the two appear to be providing links to be clicked on when inspecting
a build result within the Eclipse UI.
I tried using FilePublisherTask but nothing seems to be happening. What is
this task supposed to do?
Thanks.
Regards,
Rem