Howdy 

Im tring to get 1.2b3 running under maven and I keep running into an
issue that has been brought up here before..

 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-beta-10


BUILD FAILED
File...... file:/home/btowles/.maven/plugins/maven-xdoclet-plugin-1.2b4/
Element... taskdef
Line...... 5255
Column.... 81
taskdef class xdoclet.modules.ejb.EjbDocletTask cannot be found
Total time:  10 seconds


My dependencies have xjavadoc in place which seems to have been the
general answer to the problem

Any hints as to whats going on?   I know the class is in the ejb-modules
jar which is being downloaded.

Thanks
-=Brian

maven dependecies
        <dependency>
            <groupId>xdoclet</groupId>
            <id>xdoclet+xjavadoc</id>
            <version>1.0</version>
            <url>http://xdoclet.sf.net</url>
            <jar>xjavadoc-1.0.jar</jar>
            <type>jar</type>
        </dependency>

        <dependency>
            <groupId>xdoclet</groupId>
            <id>xdoclet+ejb-module</id>
            <version>1.2b4</version>
            <url>http://xdoclet.sf.net</url>
            <type>jar</type>
        </dependency>

        <dependency>
            <groupId>xdoclet</groupId>
            <id>xdoclet+jboss-module</id>
            <version>1.2b4</version>
            <url>http://xdoclet.sf.net</url>
            <type>jar</type>
        </dependency>

        <!-- This one is needed because jboss-module depends on it -->
        <dependency>
            <groupId>xdoclet</groupId>
            <id>xdoclet+jmx-module</id>
            <version>1.2b4</version>
            <url>http://xdoclet.sf.net</url>
            <type>jar</type>
        </dependency>

        <dependency>
            <id>jboss+jbossall-client</id>
            <version>3.2.1-Fly-1.0</version>
            <jar>jbossall-client-3.2.1-Fly-1.0.jar</jar>
            <url>http://www.jboss.org</url>
            <type>jar</type>
        </dependency>

-- 
Brian Towles <[EMAIL PROTECTED]>



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to