[ 
https://issues.apache.org/jira/browse/KARAF-456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andreas Pieber updated KARAF-456:
---------------------------------

          Description: 
The following is one example for this

in the pdf manual for 2.1.3, dependencies in "extending the console" lists 

<dependency>
<groupId>org.apache.karaf.shell</groupId>
<artifactId>org.apache.karaf.shell.console</artifactId>
<version>1.0.0</version>
</dependency>

But the pom file shown above it in "Manual Creation" has no repositories 
ilsted, which means it will grab from default, and the default repository only 
has versions 2.0.0 ; 2.1.0 ; 2.1.1 ; 2.1.2 ; and 2.1.3 .  Thus, the dependency 
is not found.

  was:
in the pdf manual for 2.1.3, dependencies in "extending the console" lists 

<dependency>
<groupId>org.apache.karaf.shell</groupId>
<artifactId>org.apache.karaf.shell.console</artifactId>
<version>1.0.0</version>
</dependency>

But the pom file shown above it in "Manual Creation" has no repositories 
ilsted, which means it will grab from default, and the default repository only 
has versions 2.0.0 ; 2.1.0 ; 2.1.1 ; 2.1.2 ; and 2.1.3 .  Thus, the dependency 
is not found.

    Affects Version/s: 3.0.0
                       2.2.0
        Fix Version/s: 3.0.0
                       2.2.1
              Summary: Artifact versions named in the documentation are not 
replaced with the version of the current project  (was: page 56 of the pdf 
lists a dependency for 
org.apache.karaf.shell:org.apache.karaf.shell.console:1.0.0.  There isn't one.)

Ok, the problem wont be fix for 2.1.x using the "old" confluence manual; for 
the new, scalate one we're going to replace the versions during a 
pre-processing phase in maven to the project the documentation is building with

> Artifact versions named in the documentation are not replaced with the 
> version of the current project
> -----------------------------------------------------------------------------------------------------
>
>                 Key: KARAF-456
>                 URL: https://issues.apache.org/jira/browse/KARAF-456
>             Project: Karaf
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 2.1.3, 2.2.0, 3.0.0
>         Environment: ubuntu 10.04
>            Reporter: jamie campbell
>            Priority: Minor
>             Fix For: 2.2.1, 3.0.0
>
>
> The following is one example for this
> in the pdf manual for 2.1.3, dependencies in "extending the console" lists 
> <dependency>
> <groupId>org.apache.karaf.shell</groupId>
> <artifactId>org.apache.karaf.shell.console</artifactId>
> <version>1.0.0</version>
> </dependency>
> But the pom file shown above it in "Manual Creation" has no repositories 
> ilsted, which means it will grab from default, and the default repository 
> only has versions 2.0.0 ; 2.1.0 ; 2.1.1 ; 2.1.2 ; and 2.1.3 .  Thus, the 
> dependency is not found.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to