Obtaining artifact dependency from an archive
Hi there,
I'm trying to set up an artifact dependency where the file I'm interested
in is packaged inside an archive. I can access the file if I point my browser
to a URL constructed using the following pattern:
/repository/archive/]]>/buildTypeId/BUILD_TYPE_ID/buildId/(lastFinished|lastSuccessful|lastPinned)/index.html
However, I don't seem to be able to come up with a similar construct when
I define an artifact dependency (I'd expect to have to leave out the build
type and build id parts, since they're already specified in the artifact
source part).
Is this possible? If so, what would the artifact path look like?
I'm using TC 3.1, btw.
Thx,
Andrei
Please sign in to leave a comment.
Hello,
Currently it is impossible to configure artifact dependencies for files
within archives. Feel free to submit a feature request to our tracker.
As a workaround you probably can publish unpacked files as your artifacts
too.
--
Pavel Sher
Software Developer
JetBrains, Inc.
http://www.jetbrains.com
"Develop with pleasure!"
"Andrei Oprea" <andrei.oprea@rogers.com> wrote in message
news:de73914659648ca526c320c6156@news.intellij.net...
>
>
>
>
>