Nicolas,

If you would need to reference TeamCity-stored artifacts you can user URL
like:

http://teamcity.jetbrains.com/guestAuth/viewLog.html?buildNumber=lastSuccessful&tab=artifacts&buildTypeId=bt128

Note "guestAuth" - this enforces "guest" user and ensures no redirect is
done to login form;
also, "lastSuccessful" is used to go to the artifacts of the last successful
build.

To download specific artifact, an URL like below may be used:

http://teamcity.jetbrains.com/guestAuth/repository/download/bt128/.lastSuccessful/2.1.x-local-20090201090027/ivy-2.1.x-local-20090201090027.jar

The date should probably be dropped from the published artifacts structure
to make the URL usable.

Yegor



Nicolas Lalevée wrote:
> 
> On jeudi 29 janvier 2009 10:48:54 Xavier Hanin wrote:
>> Hi Nicolas,
>> How difficult would it be to have Ivy trunk on the update site too?
>>
>> It could help IvyDE users try out latest ivy version, and also try out
>> IvyDE trunk / Ivy trunk compatibility.
>> WDYT?
> 
> I think it is a good idea.
> Then the difficulty depends of where we want to have the trunk Ivy build.
> If we 
> want to use the build which are on the TeamCity server, as far as I could
> look 
> into it, it might be tricky of bypassing the login/password. If we want to 
> have it build on the same Hudson as IvyDE, it can be quite straight
> forward.
> 
> Nicolas
> 
> 
>>
>> Xavier
>>
>> On Tue, Jan 27, 2009 at 11:03 AM, Nicolas Lalevée <
>>
>> nicolas.lale...@hibnet.org> wrote:
>> > Hi all,
>> >
>> > I have setup the build of IvyDE on the ASF's Hudson:
>> > http://hudson.zones.apache.org/hudson/view/Ant/job/IvyDE
>> > So build issues will be reported to ant-notification@
>> >
>> > And I have also make it generate a simple updatesite with the last
>> IvyDE
>> > build. So for people interested to test the latest trunk, you can
>> > configure your Eclipse to use that updatesite URL:
>> >
>> >
>> http://hudson.zones.apache.org/hudson/view/Ant/job/IvyDE/lastSuccessfulBu
>> >ild/artifact/trunk/updatesite
>> >
>> > Nicolas
>> >
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
>> > For additional commands, e-mail: dev-h...@ant.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
> For additional commands, e-mail: dev-h...@ant.apache.org
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/IvyDE-on-Hudson-tp21682575p21799808.html
Sent from the Ant - Dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org

Reply via email to