http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-673
I filed this back in october, still unresolved.

Are you building from source?  The maven plugin source still uses the old
style, which has NEVER worked since I first started building XDoclet about 6
months ago.  I changed the /blah/XDocletsource/maven/project.xml file to
contain the following

    <dependency>
        <id>xdoclet+xdoclet-module</id>
        <version>@XDOCLET_VERSION@</version>
    </dependency>
    <dependency>
        <groupId>xdoclet</groupId>
        <artifactId>xjavadoc</artifactId>
        <version>@XJAVADOC_VERSION@</version>
    </dependency>

Without this fix XDoclet's maven plugin will not load.

----- Original Message ----- 
From: "__matthewHawthorne" <[EMAIL PROTECTED]>
To: "Maven Users List" <[EMAIL PROTECTED]>
Sent: Sunday, January 04, 2004 10:55 AM
Subject: Re: XDoclet plugin strange behavior


> A week or so ago, I filed this as a bug with the Xdoclet team.  The
> plugin looks for the xjavadoc plugin with the groupId "xjavadoc" instead
> of "xdoclet".  I haven't heard anything back.
>
> The frustrating part is that the only way I was able to figure out the
> error was by looking at the plugin's project.xml.
>
> To fix it, you must either put the jar into <repo>/xjavadoc/jars or use
> the jar override feature and put it wherever you want.  I requested that
> the xjavadoc jar be put into its own directory (not the xdoclet dir) on
> ibiblio, but the request was denied.
>
>
> Aleksandr Shneyderman wrote:
> > Konstantin Priblouda wrote:
> >
> >> Well, if yoyu use gourpid, you have to call your
> >> xjavadoc xdoclet-xjavadoc.whatever.jar
> >>
> >
> > According to the documentation the files are located according to the
> > following pattern:
> >
> > ${repo}/${groupId}/${type}s/${artifactId}-${version}.${type}
> >
> > So if my dependency looks something like the following:
> >       <dependency>
> >           <artifactId>xjavadoc</artifactId>
> >           <groupId>xdoclet</groupId>
> >           <version>1.0.2</version>
> >           <type>jar</type>
> >       </dependency>
> >
> > Should not I expcet maven to find the jar if the file at location
> > ${repo}/xdoclet/jars/xjavadoc-1.0.2.jar does exists?
> >
> > Thanks,
> > Alex.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


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

Reply via email to