edoc broken (on Linux)
Posted: 06 May 2007 12:37 PM   [ Ignore ]
Newbie
Rank
Total Posts:  23
Joined  2007-05-06

I just installed edoc and tried to use it, but it didnt’t work: Following some error output and quick analysis what went wrong:

1> edoc:application(‘ErlyWeb’, “/home/rsaccon/code/erlyweb”, [no_packages]).
edoc: error copying ‘/home/rsaccon/cean/erlang/lib/edoc-0.7.2/priv/linux-x86/stylesheet.css’ to ‘/home/rsaccon/code/erlyweb/doc/stylesheet.css’: no such file or directory.
edoc: error in doclet ‘edoc_doclet’: {‘EXIT’,error}.
** exited: error **
2>


rsaccon@dell9100:~/code/erlyweb/ebin$ cd /home/rsaccon/cean/erlang/lib/edoc-0.7.2/priv
rsaccon@dell9100:~/cean/erlang/lib/edoc-0.7.2/priv$ ls -al
total 24
drwxr-xr-x 2 rsaccon rsaccon 4096 2007-05-06 06:09 .
drwxr-xr-x 6 rsaccon rsaccon 4096 2007-05-06 06:09 ..
lrwxrwxrwx 1 rsaccon rsaccon   13 2007-05-06 06:09 bin -> linux-x86/bin
-rwxr-xr-x 1 rsaccon rsaccon 3323 2007-03-27 15:44 edoc.dtd
-rwxr-xr-x 1 rsaccon rsaccon 2079 2007-03-27 15:44 edoc_generate
-rwxr-xr-x 1 rsaccon rsaccon 2109 2007-03-27 15:44 erlang.png
lrwxrwxrwx 1 rsaccon rsaccon   13 2007-05-06 06:09 lib -> linux-x86/lib
-rwxr-xr-x 1 rsaccon rsaccon 895 2007-03-27 15:44 stylesheet.css
rsaccon@dell9100:~/cean/erlang/lib/edoc-0.7.2/priv$


regards
Roberto

Profile
 
 
Posted: 06 May 2007 01:07 PM   [ Ignore ]   [ # 1 ]
Newbie
Rank
Total Posts:  23
Joined  2007-05-06

I am not sure wether this is related to cean, but after manually setting the directory structure to make edoc work, the trouble continued: edoc worked except of one thing: stylesheet.css got overwritten by erlang.png, so I had to copy it manually from $HOME/cean/erlang/lib/edoc-0.7.2/priv to the edoc output directory.

Profile
 
 
Posted: 10 May 2007 03:34 PM   [ Ignore ]   [ # 2 ]
Moderator
Avatar
RankRankRankRank
Total Posts:  107
Joined  2006-11-13

this is a cean related bug
i’ll try to fix it for the next release.

Profile