Re: xdoclet dependency

2005-08-22 Thread Konstantin Priblouda


--- Dmitry Ochnev [EMAIL PROTECTED] wrote:

 Hello!
 
 I have a trouble with the 'xdoclet' dependency.
 I generate a web app using 'genapp':
 maven genapp
 
 The web application is generated and I launch:
 maven
 
 It tries to download the dependency and fails to
 build:
 ---begin---
 Tag library requested that is not present: 'maven'
 in plugin: 'maven-xdoclet-plugin-1.2'
 Attempting to download xjavadoc-1.0.2.jar.
 Response content length is not known
 Response content length is not known
 Response content length is not known
 WARNING: Failed to download xjavadoc-1.0.2.jar.
 
 BUILD FAILED
 File.. D:\apptest\maven.xml
 Element... attainGoal
 Line.. 23
 Column 43
 The build cannot continue because of the following
 unsatisfied dependency:
 
 xjavadoc-1.0.2.jar
 ---end---
 
 
 How can I complete the build process?


Aparently xjavadoc-1.0.2 is not available on ibiblio. 
YOu can compile it yourself, and place into your local
maven repository. 

regards,

[ Konstantin Pribluda http://www.pribluda.de ]
Still using XDoclet 1.x?  XDoclet 2 is released and of production quality.
check it out: http://xdoclet.codehaus.org

__
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: xdoclet dependency

2005-08-22 Thread Nicolas De Loof


xjavadoc-1.0.* exists on ibiblio with groupId 'xdoclet'
latter versions (1.1) are registered under groupId xjavadoc.



Dennis Geurts a écrit :


Dmitry,
maven-xdoclet-plugin depends on xjavadoc-1.0.2
this file seems to have disappeared from
ibiblio.org/mavenhttp://ibiblio.org/maven!
i do not know how to get it back there...
Dennis

On 8/22/05, Dmitry Ochnev [EMAIL PROTECTED] wrote: 
 


Hello Dennis,

Monday, August 22, 2005, 3:01:35 PM, you wrote:

   


only for the xjavadoc jar, you should use a groupId of xjavadoc and
version 1.1
for the xdoclet jars groupId=xdoclet and version=1.2
so:
dependency
groupIdxjavadoc/groupId
artifactIdxjavadoc/artifactId
version1.1/version
/dependency
dependency
groupIdxdoclet/groupId
artifactIdxdoclet/artifactId
version1.2/version
/dependency
dependency
groupIdxdoclet/groupId
artifactIdxdoclet-web-module/artifactId
version1.2/version
/dependency
dependency
groupIdxdoclet/groupId
artifactIdxdoclet-ejb-module/artifactId
version1.2/version
/dependency
etcetera...
Dennis
 


It became better but it is still not working.
Here is the part of the project.xml:
---begin---
!-- XDoclet dependencies --
dependency
idxdoclet/id
version1.2/version
/dependency

dependency
groupIdxdoclet/groupId
artifactIdxdoclet-web-module/artifactId
version1.2/version
/dependency

dependency
groupIdxdoclet/groupId
artifactIdxdoclet-ejb-module/artifactId
version1.2/version
/dependency

dependency
groupIdxjavadoc/groupId
artifactIdxjavadoc/artifactId
version1.1/version
/dependency

dependency
groupIdxdoclet/groupId
artifactIdmaven-xdoclet-plugin/artifactId
version1.2/version
typeplugin/type
/dependency
---end---

And here is the output:
---begin---
Tag library requested that is not present: 'maven' in plugin: '
maven-xdoclet-plugin-1.2'
Attempting to download xjavadoc-1.0.2.jar.
Response content length is not known
Response content length is not known
Response content length is not known
WARNING: Failed to download xjavadoc-1.0.2.jar.

BUILD FAILED
File.. D:\apptest2\maven.xml
Element... attainGoal
Line.. 23
Column 43
The build cannot continue because of the following unsatisfied dependency:

xjavadoc-1.0.2.jar
---end---

Where is the error?



--
Best regards,
Dmitry mailto:[EMAIL PROTECTED]


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


   



 



This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is intended only for the person to whom 
it is addressed. If you are not the intended recipient,  you are not authorized 
to read, print, retain, copy, disseminate,  distribute, or use this message or 
any part thereof. If you receive this  message in error, please notify the 
sender immediately and delete all  copies of this message.


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



Re: xdoclet dependency

2005-08-22 Thread Dennis Geurts
ok nicolas, thanks for the info (is must have copied it 'eons' ago and 
forgot about it afterwards),
 seems that some alteration is in order; either move/ copy the 
xjavadoc-1.0.*
to xjavadoc or the maven-xdoclet-plugin (version 1.2) should
incorporate a correct dependency.
 I do not think it is a good programming practice to define an invalid 
dependency
and subsequently requiring from the developer that it should copy the 
dependency
from its (apparently) default location to some other undocumented location.
  any comments ??
 dennis
 
 On 8/22/05, Nicolas De Loof [EMAIL PROTECTED] wrote: 
 
 
 xjavadoc-1.0.* exists on ibiblio with groupId 'xdoclet'
 latter versions (1.1) are registered under groupId xjavadoc.
 
 
 
 Dennis Geurts a écrit :
 
 Dmitry,
  maven-xdoclet-plugin depends on xjavadoc-1.0.2
  this file seems to have disappeared from
 ibiblio.org/maven http://ibiblio.org/mavenhttp://ibiblio.org/maven!
  i do not know how to get it back there...
  Dennis
 
  On 8/22/05, Dmitry Ochnev [EMAIL PROTECTED] wrote:
 
 
 Hello Dennis,
 
 Monday, August 22, 2005, 3:01:35 PM, you wrote:
 
 
 
 only for the xjavadoc jar, you should use a groupId of xjavadoc and
 version 1.1
 for the xdoclet jars groupId=xdoclet and version=1.2
 so:
 dependency
 groupIdxjavadoc/groupId
 artifactIdxjavadoc/artifactId
 version1.1/version
 /dependency
 dependency
 groupIdxdoclet/groupId
 artifactIdxdoclet/artifactId
 version1.2/version
 /dependency
 dependency
 groupIdxdoclet/groupId
 artifactIdxdoclet-web-module/artifactId
 version1.2/version
 /dependency
 dependency
 groupIdxdoclet/groupId
 artifactIdxdoclet-ejb-module/artifactId
 version1.2/version
 /dependency
 etcetera...
 Dennis
 
 
 It became better but it is still not working.
 Here is the part of the project.xml:
 ---begin---
 !-- XDoclet dependencies --
 dependency
 idxdoclet/id
 version1.2/version
 /dependency
 
 dependency
 groupIdxdoclet/groupId
 artifactIdxdoclet-web-module/artifactId
 version1.2/version
 /dependency
 
 dependency
 groupIdxdoclet/groupId
 artifactIdxdoclet-ejb-module/artifactId
 version1.2/version
 /dependency
 
 dependency
 groupIdxjavadoc/groupId
 artifactIdxjavadoc/artifactId
 version1.1/version
 /dependency
 
 dependency
 groupIdxdoclet/groupId
 artifactIdmaven-xdoclet-plugin/artifactId
 version1.2/version
 typeplugin/type
 /dependency
 ---end---
 
 And here is the output:
 ---begin---
 Tag library requested that is not present: 'maven' in plugin: '
 maven-xdoclet-plugin-1.2'
 Attempting to download xjavadoc-1.0.2.jar.
 Response content length is not known
 Response content length is not known
 Response content length is not known
 WARNING: Failed to download xjavadoc-1.0.2.jar.
 
 BUILD FAILED
 File.. D:\apptest2\maven.xml
 Element... attainGoal
 Line.. 23
 Column 43
 The build cannot continue because of the following unsatisfied 
 dependency:
 
 xjavadoc-1.0.2.jar
 ---end---
 
 Where is the error?
 
 
 
 --
 Best regards,
 Dmitry mailto:[EMAIL PROTECTED]
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
 
 
 
 
 This message contains information that may be privileged or confidential 
 and is the property of the Capgemini Group. It is intended only for the 
 person to whom it is addressed. If you are not the intended recipient, you 
 are not authorized to read, print, retain, copy, disseminate, distribute, or 
 use this message or any part thereof. If you receive this message in error, 
 please notify the sender immediately and delete all copies of this message.
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 



Re: xdoclet dependency

2005-08-22 Thread Nicolas De Loof


For info,
http://maven.ozacc.com/search?keyword=xjavadoc
is very usefull for such broken-dependecy-search.

Nico.

Dennis Geurts a écrit :

ok nicolas, thanks for the info (is must have copied it 'eons' ago and 
forgot about it afterwards),
seems that some alteration is in order; either move/ copy the 
xjavadoc-1.0.*

to xjavadoc or the maven-xdoclet-plugin (version 1.2) should
incorporate a correct dependency.
I do not think it is a good programming practice to define an invalid 
dependency
and subsequently requiring from the developer that it should copy the 
dependency

from its (apparently) default location to some other undocumented location.
 any comments ??
dennis

On 8/22/05, Nicolas De Loof [EMAIL PROTECTED] wrote: 
 


xjavadoc-1.0.* exists on ibiblio with groupId 'xdoclet'
latter versions (1.1) are registered under groupId xjavadoc.



Dennis Geurts a écrit :

   


Dmitry,
maven-xdoclet-plugin depends on xjavadoc-1.0.2
this file seems to have disappeared from
ibiblio.org/maven http://ibiblio.org/mavenhttp://ibiblio.org/maven!
i do not know how to get it back there...
Dennis

On 8/22/05, Dmitry Ochnev [EMAIL PROTECTED] wrote:


 


Hello Dennis,

Monday, August 22, 2005, 3:01:35 PM, you wrote:



   


only for the xjavadoc jar, you should use a groupId of xjavadoc and
version 1.1
for the xdoclet jars groupId=xdoclet and version=1.2
so:
dependency
groupIdxjavadoc/groupId
artifactIdxjavadoc/artifactId
version1.1/version
/dependency
dependency
groupIdxdoclet/groupId
artifactIdxdoclet/artifactId
version1.2/version
/dependency
dependency
groupIdxdoclet/groupId
artifactIdxdoclet-web-module/artifactId
version1.2/version
/dependency
dependency
groupIdxdoclet/groupId
artifactIdxdoclet-ejb-module/artifactId
version1.2/version
/dependency
etcetera...
Dennis


 


It became better but it is still not working.
Here is the part of the project.xml:
---begin---
!-- XDoclet dependencies --
dependency
idxdoclet/id
version1.2/version
/dependency

dependency
groupIdxdoclet/groupId
artifactIdxdoclet-web-module/artifactId
version1.2/version
/dependency

dependency
groupIdxdoclet/groupId
artifactIdxdoclet-ejb-module/artifactId
version1.2/version
/dependency

dependency
groupIdxjavadoc/groupId
artifactIdxjavadoc/artifactId
version1.1/version
/dependency

dependency
groupIdxdoclet/groupId
artifactIdmaven-xdoclet-plugin/artifactId
version1.2/version
typeplugin/type
/dependency
---end---

And here is the output:
---begin---
Tag library requested that is not present: 'maven' in plugin: '
maven-xdoclet-plugin-1.2'
Attempting to download xjavadoc-1.0.2.jar.
Response content length is not known
Response content length is not known
Response content length is not known
WARNING: Failed to download xjavadoc-1.0.2.jar.

BUILD FAILED
File.. D:\apptest2\maven.xml
Element... attainGoal
Line.. 23
Column 43
The build cannot continue because of the following unsatisfied 
   


dependency:
   


xjavadoc-1.0.2.jar
---end---

Where is the error?



--
Best regards,
Dmitry mailto:[EMAIL PROTECTED]


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




   



 

This message contains information that may be privileged or confidential 
and is the property of the Capgemini Group. It is intended only for the 
person to whom it is addressed. If you are not the intended recipient, you 
are not authorized to read, print, retain, copy, disseminate, distribute, or 
use this message or any part thereof. If you receive this message in error, 
please notify the sender immediately and delete all copies of this message.



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


   



 



This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is intended only for the person to whom 
it is addressed. If you are not the intended recipient,  you are not authorized 
to read, print, retain, copy, disseminate,  distribute, or use this message or 
any part thereof. If you receive this  message in error, please notify the 
sender immediately and delete all  copies of this message.


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