--- "Clifton C. Craig" <[EMAIL PROTECTED]> wrote:
> Konstantin,
> 
> I'm doing good so far I think. I connected to the
> CVS repository on 
> sourceforge through Idea CVS. (You should know that
> I'm brand new to CVS 
> and Maven.) I did an anonymous checkout of the
> project and I ran Maven. 
> I then saw all kinds of jar files downloading.

Well maven automatically resolves all necessary
dependencies. ( also own ones ) 


> Uh-oh! I just got an 
> error after "Attempting to download 
> commons-jelly-tags-velocity-20030303.205659.jar".
> The error was
> java.lang.ClassNotFoundException: velocity.
> What happened to the velocity classes?

well, that could be some internal maven plugin error.
does it disappears with another plugin run? 

hint: if you say "maven -X" you will get a shitload of
debug output. 

and as I just see, velocity dependency is to 1.4-dev
which is not very correct. can you check if with 1.4 
or 1.5-dev iot goes better? 

( change dependency in project.xml :
        <dependency>
            <id>velocity</id>
            <version>1.5-dev</version>
           
<url>http://jakarta.apache.org/velocity/</url>
        </dependency>

) 
> I'm going to
> look into it on my 
> end here and see if I can figure this. On another
> note, how do I view 
> the docs? Is there an xml translator or stylesheet
> for them? I'm 
> guessing that they are incomplete. I'm a little
> intimidated here because 
> After I get this built I don't think I'll know what
> to do next. I'll 
> probably need some sort of docs or something. Well
> lemme just try this 
> out 1st. Thanx.

If build is successfull, you shall find decumentation
in subproejects target/docs directories. 
( not sure how to force reactor to generate all the
docs ) 

if it  is not there, try "maven site" from
subdirectory
in question. ( You will need plugin-qtags for sure ) 

What you find there is ready-to deploy website.

regards,


=====
----[ Konstantin Pribluda ( ko5tik ) ]----------------
Zu Verstärkung meines Teams suche ich ab Sofort einen
Softwareentwickler[In] für die Festanstellung. 
Arbeitsort: Mainz 
Skills:  Programieren, Kentnisse in OpenSource-Bereich
----[ http://www.pribluda.de ]------------------------


                
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail 


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to