Does "Show project dependencies" work on rev1476 ?

View: New views
4 Messages — Rating Filter:   Alert me  

Does "Show project dependencies" work on rev1476 ?

by Jun-ichiro Jimbo :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello Nobuyoshi,

Thank you for your document.

I tried to run latest version(17xx - ) some times so far,
but I couldn't yet.

I followed your document, then I could arranged to run
DamageControl(revision 1475) on FedoraCore3.

But When I clicked "Show project dependencies" link
on Project General Page, I got the follow.

====
 Click projects to add/remove [Project-Name]'s dependencies

 Errno::ENOENT in Dependency#image_map_html

No such file or directory -
/${DAMAGECONTROL_HOME}/projects/dependency_graph.cmap

/lib/damagecontrol/dependency_graph.rb:46:in `initialize'
/lib/damagecontrol/dependency_graph.rb:46:in `open'
/lib/damagecontrol/dependency_graph.rb:46:in `write_to'
/lib/damagecontrol/dependency_graph.rb:37:in `open'
/lib/damagecontrol/dependency_graph.rb:37:in `write_to'
app/controllers/dependency_controller.rb:16:in `image_map_html'
/usr/bin/damagecontrol-webrick:18
=====

Does the feature work on your environment?
If I should do something, please tell me.

Regards,

Jun-ichiro
//

Re: Does "Show project dependencies" work on rev1476 ?

by Aslak Hellesoy :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

DC has moved to http://dev.buildpatterns.com/trac/wiki/DamageControl
Can you check out from the new location?

If your problem persists, please create a ticket in Trac.

Aslak

On 1/17/06, Jun-ichiro Jimbo <twilight@...> wrote:

> Hello Nobuyoshi,
>
> Thank you for your document.
>
> I tried to run latest version(17xx - ) some times so far,
> but I couldn't yet.
>
> I followed your document, then I could arranged to run
> DamageControl(revision 1475) on FedoraCore3.
>
> But When I clicked "Show project dependencies" link
> on Project General Page, I got the follow.
>
> ====
>  Click projects to add/remove [Project-Name]'s dependencies
>
>  Errno::ENOENT in Dependency#image_map_html
>
> No such file or directory -
> /${DAMAGECONTROL_HOME}/projects/dependency_graph.cmap
>
> /lib/damagecontrol/dependency_graph.rb:46:in `initialize'
> /lib/damagecontrol/dependency_graph.rb:46:in `open'
> /lib/damagecontrol/dependency_graph.rb:46:in `write_to'
> /lib/damagecontrol/dependency_graph.rb:37:in `open'
> /lib/damagecontrol/dependency_graph.rb:37:in `write_to'
> app/controllers/dependency_controller.rb:16:in `image_map_html'
> /usr/bin/damagecontrol-webrick:18
> =====
>
> Does the feature work on your environment?
> If I should do something, please tell me.
>
> Regards,
>
> Jun-ichiro
> //
>

Re: Does "Show project dependencies" work on rev1476 ?

by Nobuyoshi MIYOKAWA :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Jun-ichiro,

I recommend you should use the lateset version as Aslak said, but
I wonder this error will be occured if your system has not installed
Graphviz.

Regards,
Nobuyoshi

06/01/18 に Jun-ichiro Jimbo<twilight@...> さんは書きました:

> Hello Nobuyoshi,
>
> Thank you for your document.
>
> I tried to run latest version(17xx - ) some times so far,
> but I couldn't yet.
>
> I followed your document, then I could arranged to run
> DamageControl(revision 1475) on FedoraCore3.
>
> But When I clicked "Show project dependencies" link
> on Project General Page, I got the follow.
>
> ====
>  Click projects to add/remove [Project-Name]'s dependencies
>
>  Errno::ENOENT in Dependency#image_map_html
>
> No such file or directory -
> /${DAMAGECONTROL_HOME}/projects/dependency_graph.cmap
>
> /lib/damagecontrol/dependency_graph.rb:46:in `initialize'
> /lib/damagecontrol/dependency_graph.rb:46:in `open'
> /lib/damagecontrol/dependency_graph.rb:46:in `write_to'
> /lib/damagecontrol/dependency_graph.rb:37:in `open'
> /lib/damagecontrol/dependency_graph.rb:37:in `write_to'
> app/controllers/dependency_controller.rb:16:in `image_map_html'
> /usr/bin/damagecontrol-webrick:18
> =====
>
> Does the feature work on your environment?
> If I should do something, please tell me.
>
> Regards,
>
> Jun-ichiro
> //
>

Re: Does "Show project dependencies" work on rev1476 ?

by Jun-ichiro Jimbo :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Nobuyoshi MIYOKAWA <nobuyoshi.miyokawa.4g@...> wrote:
>
> I recommend you should use the lateset version as Aslak said, but
> I wonder this error will be occured if your system has not installed
> Graphviz.
>

Yes, I didn't install Graphviz.
I removed the error after installing that.
Thank you.
//