Hello Dennis,

Monday, August 22, 2005, 3:01:35 PM, you wrote:

>  only for the xjavadoc jar, you should use a groupId of "xjavadoc" and
> version "1.1"
>  for the xdoclet jars groupId="xdoclet" and version="1.2"
>  so:
>  <dependency>
> <groupId>xjavadoc</groupId>
> <artifactId>xjavadoc</artifactId>
> <version>1.1</version>
> </dependency>
>   <dependency>
> <groupId>xdoclet</groupId>
> <artifactId>xdoclet</artifactId>
> <version>1.2</version>
> </dependency>
>   <dependency>
> <groupId>xdoclet</groupId>
> <artifactId>xdoclet-web-module</artifactId>
> <version>1.2</version>
> </dependency>
>  <dependency>
> <groupId>xdoclet</groupId>
> <artifactId>xdoclet-ejb-module</artifactId>
> <version>1.2</version>
> </dependency>
>  etcetera...
>  Dennis


It became better but it is still not working.
Here is the part of the "project.xml":
---begin---
    <!-- XDoclet dependencies -->
    <dependency>
      <id>xdoclet</id>
      <version>1.2</version>
    </dependency>

    <dependency>
      <groupId>xdoclet</groupId>
      <artifactId>xdoclet-web-module</artifactId>
      <version>1.2</version>
    </dependency>
    
    <dependency>
      <groupId>xdoclet</groupId>
      <artifactId>xdoclet-ejb-module</artifactId>
      <version>1.2</version>
    </dependency>
    
    <dependency>
      <groupId>xjavadoc</groupId>
      <artifactId>xjavadoc</artifactId>
      <version>1.1</version>
    </dependency>

    <dependency>
      <groupId>xdoclet</groupId>
      <artifactId>maven-xdoclet-plugin</artifactId>
      <version>1.2</version>
      <type>plugin</type>
    </dependency>    
---end---

And here is the output:
---begin---
Tag library requested that is not present: 'maven' in plugin: 
'maven-xdoclet-plugin-1.2'
Attempting to download xjavadoc-1.0.2.jar.
Response content length is not known
Response content length is not known
Response content length is not known
WARNING: Failed to download xjavadoc-1.0.2.jar.

BUILD FAILED
File...... D:\apptest2\maven.xml
Element... attainGoal
Line...... 23
Column.... 43
The build cannot continue because of the following unsatisfied dependency:

xjavadoc-1.0.2.jar
---end---

Where is the error?



-- 
Best regards,
 Dmitry                            mailto:[EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to