Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Dashboard for branches not working
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
PilotBob  
View profile  
 More options Apr 13, 1:06 pm
From: PilotBob <archer....@gmail.com>
Date: Mon, 13 Apr 2009 10:06:46 -0700 (PDT)
Local: Mon, Apr 13 2009 1:06 pm
Subject: Dashboard for branches not working
I am getting the following error on my build report. This is a
branch... made with SVN then I hand edited the entities.xml file and a
few other files. I am pretty sure I missed something by I can't figure
out what.

Could not find a part of the path 'C:\Development\AmsiSuite
\v6.0.0\Build\dashboard\Packages\SourceModificationReport
\modifications.xsl'.

The correct path would be: (minus the "dashboard' folder)
'C:\Development\AmsiSuite\v6.0.0\Build\Packages
\SourceModificationReport\modifications.xsl'.

In dashboard.config this is the value used:                             <xslFile>Packages
\SourceModificationReport\modifications.xsl</xslFile>

This is the same value that is in the trunk folders. But, for some
reason in the branch it seems to be relative to the dashboard
directory while in trunk it is relative to the Build directory.

Also, do the artifactRootURL attributes in the dashboard need to be
changed for a branch?

Any help greatly appreciated.

BOb


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jay Flowers  
View profile  
 More options Apr 13, 1:57 pm
From: Jay Flowers <jay.flow...@gmail.com>
Date: Mon, 13 Apr 2009 13:57:13 -0400
Local: Mon, Apr 13 2009 1:57 pm
Subject: Re: [CI-Factory] Dashboard for branches not working

I think you should look at the IIS config, compare the virtual folder layout
to a working setup...

--
Jay Flowers
----------------------------------------------------------------------
http://jayflowers.com
---------------------------------------------------------------------

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
PilotBob  
View profile  
 More options Apr 13, 2:57 pm
From: PilotBob <archer....@gmail.com>
Date: Mon, 13 Apr 2009 11:57:36 -0700 (PDT)
Local: Mon, Apr 13 2009 2:57 pm
Subject: Re: Dashboard for branches not working
On Apr 13, 1:57 pm, Jay Flowers <jay.flow...@gmail.com> wrote:

> I think you should look at the IIS config, compare the virtual folder layout
> to a working setup...

Thanks Jay. AHHA! I never noticed that there were nested vdirs in the
dashboard vdir. So, I added the Packages and Artifacts vdirs. Yes, now
I get the build report on those projects.

But, only half way there. I am still getting errors on some of the
build logs. Like the MSBuild log and the Post build log. The errors
are similar to:

Could not find a part of the path 'c:\inetpub\wwwroot\AmsiSuite-
v6.0.2\Artifacts\20090413141611\MSBuildLog.xml'.

Of course, these folders are not in inetpub\wwwroot at all. The path
it is looking for is here:

C:\Development\AmsiSuite\v6.0.2\Build\Artifacts\20090413141611

Thanks so much.

BOb


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jay Flowers  
View profile  
 More options Apr 13, 3:05 pm
From: Jay Flowers <jay.flow...@gmail.com>
Date: Mon, 13 Apr 2009 15:05:54 -0400
Local: Mon, Apr 13 2009 3:05 pm
Subject: Re: [CI-Factory] Re: Dashboard for branches not working

You know there is a script for configuring IIS:
C:\Projects\projectname\trunk\Build\SetupIIS.xml.

--
Jay Flowers
----------------------------------------------------------------------
http://jayflowers.com
---------------------------------------------------------------------

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
PilotBob  
View profile  
 More options Apr 13, 3:08 pm
From: PilotBob <archer....@gmail.com>
Date: Mon, 13 Apr 2009 12:08:52 -0700 (PDT)
Local: Mon, Apr 13 2009 3:08 pm
Subject: Re: Dashboard for branches not working
On Apr 13, 3:05 pm, Jay Flowers <jay.flow...@gmail.com> wrote:

> You know there is a script for configuring IIS:
> C:\Projects\projectname\trunk\Build\SetupIIS.xml.

Is that something that can be run after the fact? Does it create the
dashboard.config file?

BOb


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jay Flowers  
View profile  
 More options Apr 13, 3:17 pm
From: Jay Flowers <jay.flow...@gmail.com>
Date: Mon, 13 Apr 2009 15:17:16 -0400
Local: Mon, Apr 13 2009 3:17 pm
Subject: Re: [CI-Factory] Re: Dashboard for branches not working

<in a playful tone>Read it man!</in a playful tone>

It configures IIS, the virtual dirs and what not...

--
Jay Flowers
----------------------------------------------------------------------
http://jayflowers.com
---------------------------------------------------------------------

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
PilotBob  
View profile  
 More options Apr 13, 3:19 pm
From: PilotBob <archer....@gmail.com>
Date: Mon, 13 Apr 2009 12:19:03 -0700 (PDT)
Local: Mon, Apr 13 2009 3:19 pm
Subject: Re: Dashboard for branches not working
On Apr 13, 3:05 pm, Jay Flowers <jay.flow...@gmail.com> wrote:

> You know there is a script for configuring IIS:
> C:\Projects\projectname\trunk\Build\SetupIIS.xml.

Running that script seems to have resolved it. Thanks alot!

BOb

BTW: I didn't see you blog about 1.1 but I see you recently uploaded
it.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google