Re: xdoclet task cannot be found - problem with classpath?

2004-01-18 Thread Maciek Zywno
__matthewHawthorne wrote: Maciek Zywno wrote: > I tried to use xdoclet plugin, but the class definition for > xdoclet.modules.web.WebDocletTask cannot be found. Try running maven with the -X flag. Sometimes there are a chain of ClassNotFoundExceptions -- a class that the WebDocletTask d

xdoclet task cannot be found - problem with classpath?

2004-01-18 Thread Maciek Zywno
Hello I tried to use xdoclet plugin, but the class definition for xdoclet.modules.web.WebDocletTask cannot be found. I have jars with Task definition classes in .maven\repository\xdoclet\jars: xdoclet-1.2.jar xdoclet-web-module-1.2b4.jar xdoclet-xdoclet-module-1.2.jar xdoclet-2.0-alpha-1-SNAPSHO

Re: site:generate failed - repository connection must start with scm[delim]

2003-11-29 Thread Maciek Zywno
Jefferson K. French wrote: You also need to specify the module you are checking of of CVS. For example: scm:cvs:pserver:[EMAIL PROTECTED]:/cvs:myModule In your repository connection string, is [EMAIL PROTECTED] somthing you used for your post to hide the real names, or is that what it actual

Re: site:generate failed - repository connection must start with scm[delim]

2003-11-29 Thread Maciek Zywno
Ben Walding wrote: The repository connection string must start with scm: eg scm:cvs:pserver:[EMAIL PROTECTED]:/foo thanks, but when I changed to: scm:cvs:pserver:[EMAIL PROTECTED]:/foo http://scm.foobar.com

site:generate failed - repository connection must start with scm[delim]

2003-11-28 Thread Maciek Zywno
Thanks in advance Maciek Zywno - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: class org.xdoclet.ant.XDocletTask cannot be found - although is in .maven/repository

2003-11-26 Thread Maciek Zywno
n the |dependencies| block of your project descriptor <http://maven.apache.org/reference/project-descriptor.html> * And I checked that gives nothing actually. * Should I set it somehow? Could you try to help me once again? Thanks in advance! M

class org.xdoclet.ant.XDocletTask cannot be found - although is in .maven/repository

2003-11-25 Thread Maciek Zywno
I try to use maven to build xdoclet-plugins and I get an exception that: Unable to obtain goal [java:compile] -- file:/C:/Documents and Settings/maciek/D esktop/PRACA MAGISTERSKA/xdoclet-plugins/testapp-pojo/:22:15: taskdef class org.xdoclet.ant.XDocletTask cannot be found I know that it is ra

unalbe to obtain goal [java:compile] - please help

2003-11-24 Thread Maciek Zywno
Hello I downloaded and built maven from sources. I tried to use maven to build xdoclet-plugins. I get the output as below when I try to build xdoclet-plugins projects. My maven.xml for plugin-qtags project (the first one that gives exceptions while building) is: xmlns:j="jelly:core"