Re: Having a problem with X-Doclet

2004-06-18 Thread Konstantin Priblouda
--- Robert Durgin [EMAIL PROTECTED] wrote:
 I keep getting this error everytime I run X-Doclet,
 I have all the libraries 
 downloaded, and I still get the same thing if I try
 deleting the libraries 
 and trying to let maven download them itself, thanks
 in advance
 
 Tag library requested that is not present: 'maven'
 in plugin: 
 'maven-xdoclet-plugin-1.2.1'
 Attempting to download xdoclet-1.2.1.jar.
 WARNING: Failed to download xdoclet-1.2.1.jar.
 Attempting to download
 xdoclet-xdoclet-module-1.2.1.jar.
 WARNING: Failed to download
 xdoclet-xdoclet-module-1.2.1.jar.

did you checked wheher those are at ibiblio?

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!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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



Re: Having a problem with X-Doclet

2004-06-18 Thread Robert Durgin
They aren't, but I threw in those two jars manually into the lib directory, 
and maven still tries to download them


From: Konstantin Priblouda [EMAIL PROTECTED]
Reply-To: Maven Users List [EMAIL PROTECTED]
To: Maven Users List [EMAIL PROTECTED]
Subject: Re: Having a problem with X-Doclet
Date: Fri, 18 Jun 2004 11:04:03 -0700 (PDT)
--- Robert Durgin [EMAIL PROTECTED] wrote:
 I keep getting this error everytime I run X-Doclet,
 I have all the libraries
 downloaded, and I still get the same thing if I try
 deleting the libraries
 and trying to let maven download them itself, thanks
 in advance

 Tag library requested that is not present: 'maven'
 in plugin:
 'maven-xdoclet-plugin-1.2.1'
 Attempting to download xdoclet-1.2.1.jar.
 WARNING: Failed to download xdoclet-1.2.1.jar.
 Attempting to download
 xdoclet-xdoclet-module-1.2.1.jar.
 WARNING: Failed to download
 xdoclet-xdoclet-module-1.2.1.jar.
did you checked wheher those are at ibiblio?
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!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
FREE pop-up blocking with the new MSN Toolbar – get it now! 
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/

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


RE: Having a problem with X-Doclet

2004-06-18 Thread Steven Lohrenz
You don't even have to go as far as defining a remote repository.  You
could just copy the files to your local repository and have Maven find
them there.  It won't try to download them after they are there.

I use that trick when I need to use a bunch of jar files that my company
has issued from other projects.  I just created a folder called
xxxcompany in .maven/repository/ directory, create a jar directory under
that and then put the necessary jars in there.  Then define the correct
dependency stuff for them and voila, it works.

Steven Lohrenz

-Original Message-
From: Alex Shneyderman [mailto:[EMAIL PROTECTED] 
Sent: Friday, June 18, 2004 7:25 PM
To: 'Maven Users List'
Subject: RE: Having a problem with X-Doclet


It will unless you have jar override on. 

Alternatively, I found maven proxy to be usefull in this case. 
If I want to download a jar manually and put it somewhere on my network
I just put it on proxy server. Proxy will find it and will not go for
ibiblio. (pretty neat)

Alex.

 -Original Message-
 From: Robert Durgin [mailto:[EMAIL PROTECTED]
 Sent: Friday, June 18, 2004 2:20 PM
 To: [EMAIL PROTECTED]
 Subject: Re: Having a problem with X-Doclet
 
 They aren't, but I threw in those two jars manually into the lib
 directory,
 and maven still tries to download them
 
 
 From: Konstantin Priblouda [EMAIL PROTECTED]
 Reply-To: Maven Users List [EMAIL PROTECTED]
 To: Maven Users List [EMAIL PROTECTED]
 Subject: Re: Having a problem with X-Doclet
 Date: Fri, 18 Jun 2004 11:04:03 -0700 (PDT)
 
 --- Robert Durgin [EMAIL PROTECTED] wrote:
   I keep getting this error everytime I run X-Doclet,
   I have all the libraries
   downloaded, and I still get the same thing if I try
   deleting the libraries
   and trying to let maven download them itself, thanks
   in advance
  
   Tag library requested that is not present: 'maven'
   in plugin:
   'maven-xdoclet-plugin-1.2.1'
   Attempting to download xdoclet-1.2.1.jar.
   WARNING: Failed to download xdoclet-1.2.1.jar.
   Attempting to download
   xdoclet-xdoclet-module-1.2.1.jar.
   WARNING: Failed to download
   xdoclet-xdoclet-module-1.2.1.jar.
 
 did you checked wheher those are at ibiblio?
 
 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!?
 Tired of spam?  Yahoo! Mail has the best spam protection around
 http://mail.yahoo.com
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 _
 FREE pop-up blocking with the new MSN Toolbar – get it now!
 http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/
 
 
 -
 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]


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