If your build is downloaded to a file directory structure like this

Z:\daily\build01
Z:\daily\build02
Z:\daily\build03
Z:\daily\build04
...whatever

Then you can put one link that will not change to the daily directory like

<exernalLink name="Daily Builds" url='http://buildmachine/CCNETserver/daily/' />

Then point your web server to that directory by going to Z:\daily in explorer 
and right clicking to open up the properties.  Then go to Web Sharing tab and 
select share this folder and edit properties to change the alias to 
CCNETserver/daily.  Also check Directory browsing and Read access permissions.

Now if you go to IIS admin you should see something like this

Internet Information Services
- buildmachine(local computer)
--Web Sites
---Default Web Site
---+IISHelp
----CCNetServer
-----daily
----+bin
...

Then see if you can hit 'http://buildmachine/CCNETserver/daily/' in your 
browser.

KMF


> -----Original Message-----
> From: [email protected] [mailto:[email protected]]
> On Behalf Of bdaniel7
> Sent: Wednesday, February 04, 2009 10:06 AM
> To: ccnet-user
> Subject: [ccnet-user] Re: Acces Nant properties in CC.NET
> 
> 
> Anybody, please?
> 
> 
> 
> On Jan 23, 3:28 pm, bdaniel7 <[email protected]> wrote:
> > Hello,
> >
> > Is there a way to access Nant properties in CC.NET?
> > or, to access custom properties of CC in Nant?
> >
> > The url from where the build is downloaded is generated in a nant
> > script and i would like it published in the
> > "externalLinks" of the CC project.
> >
> > Thanks,
> > Dan

Reply via email to