google-code-backups / xinc

Automatically exported from code.google.com/p/xinc
0 stars 0 forks source link

Missing Documentation Link on the frontend #160

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I run phpdoc in the builder => returns OK and page exist
2. In the project included the following lines
<publishers>
           ....
            <onsuccess>
                <phingPublisher buildfile="${dir}/publish.xml" target="build"/>
                <artifactspublisher file="${dir}/publish.xml"/>
                <artifactspublisher file="${dir}phpdoc/"/>
                <deliverable
file="${dir}/builds/release-${build.label}.tar.gz" alias="release.tar.gz"/>
                <documentation file="${dir}phpdoc"
index="${dir}phpdoc/index.html"/>
            </onsuccess>
...
        </publishers>

3. xinc does not interpret the <documentation> tag See logfile

[info]   [2008-04-29 17:16:54-Europe/Berlin] [build] MyTest: Publishing
with OnSuccess Publisher: Xinc_Plugin_Repos_Publisher_Artifacts_Task
 [info]   [2008-04-29 17:16:54-Europe/Berlin] [build] MyTest: Registering
artifact:
/var/xinc/projects/myTest/publish.xml->/var/xinc/status/MyTest/20080429/12094821
59/artifacts/publish.xml,
result: OK
 [info]   [2008-04-29 17:16:54-Europe/Berlin] [build] MyTest: Publishing
with OnSuccess Publisher: Xinc_Plugin_Repos_Publisher_Artifacts_Task
 [info]   [2008-04-29 17:16:54-Europe/Berlin] [build] MyTest: Registering
artifact:
/var/xinc/projects/myTest/phpdoc->/var/xinc/status/MyTest/20080429/1209482159/ar
tifacts/phpdoc,
result: OK
 [info]   [2008-04-29 17:16:54-Europe/Berlin] [build] MyTest: Publishing
with OnSuccess Publisher: Xinc_Plugin_Repos_Publisher_Deliverable_Task
 [debug]  [2008-04-29 17:16:54-Europe/Berlin] [build] MyTest: Trying to
register deliverable:
/var/xinc/projects/myTest//builds/release-BUILD.289.tar.gz
 [info]   [2008-04-29 17:16:54-Europe/Berlin] [build] MyTest: Registering
deliverable:
/var/xinc/projects/myTest/builds/release-BUILD.289.tar.gz->/var/xinc/status/MyTe
st/20080429/1209482159/deliverable/release-BUILD.289.tar.gz,
result: OK
 [info]   [2008-04-29 17:16:54-Europe/Berlin] [build] MyTest: Last Build
status: 1

What is the expected output? What do you see instead?
There should be a link on the frontend and xinc should parse the tag
<documentation>

What version of the product are you using? On what operating system?
Xinc 2.0  
OS: Debian Etch

Please provide any additional information below.

Original issue reported on code.google.com by stephan....@unister-gmbh.de on 29 Apr 2008 at 3:33

GoogleCodeExporter commented 8 years ago
Hi,

this feature is implemented in the trunk version:

The release 2.0.1 will have it, until its out please use this pear package:

pear install 
http://xinc.eu/api/deliverable/get/download/xinc/1209313148/Xinc.tgz

You might need to deinstall the other version first, since the stability is 
different.

Regards,
Arno

Original comment by arnos...@gmail.com on 29 Apr 2008 at 5:22

GoogleCodeExporter commented 8 years ago
Could you solve the problem with my hint?

Original comment by arnos...@gmail.com on 1 May 2008 at 5:22

GoogleCodeExporter commented 8 years ago
I will try it with the new release.

Original comment by stephan....@unister-gmbh.de on 5 May 2008 at 2:51

GoogleCodeExporter commented 8 years ago
undefined task "documentation"

Xinc build version: 2.0.0b196 (beta)

Original comment by kingo...@gmail.com on 19 May 2008 at 9:08

GoogleCodeExporter commented 8 years ago
please add:

<plugin filename="Xinc/Plugin/Repos/Documentation.php"
classname="Xinc_Plugin_Repos_Documentation"/>

to /etc/xinc/system.xml

Original comment by arnos...@gmail.com on 19 May 2008 at 9:25

GoogleCodeExporter commented 8 years ago
Is in v2.1

Original comment by opitz.al...@googlemail.com on 30 Sep 2011 at 10:15