Scott:  you're right.  I can download lots of jars without problems.  So
far it only stops at xjavadoc.  Here is the project.xml generated by
genapp. Thanks.

Qin

(See attached file: project.xml)


----------------------------------------------------------------------------------------

This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery. NOTE: Regardless of content, this e-mail shall not operate to
bind CSC to any order or other contract unless pursuant to explicit written
agreement or government initiative expressly permitting the use of e-mail
for such purpose.
----------------------------------------------------------------------------------------




                                                                                
                           
                      "Ryan, Scott"                                             
                           
                      <Scott.Ryan              To:      "'Maven Users List'" 
<users@maven.apache.org>      
                      @echostar.com>           cc:                              
                           
                                               Subject: RE: Newbie Help         
                           
                      06/21/05 11:05                                            
                           
                      AM                                                        
                           
                      Please respond                                            
                           
                      to "Maven Users                                           
                           
                      List"                                                     
                           
                                                                                
                           
                                                                                
                           




Can you double check your project.xml to make sure the dependency I
mentioned before is ok or attach it to an email and I will check to make
sure everything is ok.  I just duplicated the appgen with maven 1.0.2 and
after I updated the project.xml everything went ok.

When you initially started up maven were you able to download anything?
Check your maven/repository directory in your home directory to see if and
jars were downloaded.  You can delete the .maven directory and make sure it
recreates and downloads again from Ibiblio when you run the maven command.
This should eliminate the proxy issue.  If you are getting as far as the
xjavadoc dependency I have to image you were able to successfully navigate
the proxy issues as this is not the first dependency in the list.

I think it is something in your project.xml file.  Make sure you are
looking
at the correct one as there might be one at every level in your project due
to extends relationships.


Scott Ryan
CTO
Soaring Eagle LLC
(303) 263-3044
[EMAIL PROTECTED]
www.soaringeagleco.com


-----Original Message-----
From: Qin Ding [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 21, 2005 9:49 AM
To: Maven Users List
Subject: RE: Newbie Help





Scott:

I tried to manually download this jar using the URL,
http://www.ibiblio.org/maven/xjavadoc/jars/xjavadoc-1.0.2.jar, I got the
same problem.

The error stack is attached as the result of -X.  Thank you for your help.

Qin

(See attached file: error2.txt)



----------------------------------------------------------------------------

------------

This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery. NOTE: Regardless of content, this e-mail shall not operate to
bind CSC to any order or other contract unless pursuant to explicit written
agreement or government initiative expressly permitting the use of e-mail
for such purpose.
----------------------------------------------------------------------------

------------






                      "Ryan, Scott"

                      <Scott.Ryan              To:      "'Maven Users
List'"
<users@maven.apache.org>
                      @echostar.com>           cc:

                                               Subject: RE: Newbie Help

                      06/20/05 04:07

                      PM

                      Please respond

                      to "Maven Users

                      List"









Try running the command with -X in it and you will get more details that
might point to the source of your trouble.

Scott Damon Ryan
Developer
(720) 514-5389
[EMAIL PROTECTED]

-----Original Message-----
From: Qin Ding [mailto:[EMAIL PROTECTED]
Sent: Monday, June 20, 2005 2:33 PM
To: Maven Users List
Subject: RE: Newbie Help





Scott:

I checked the genapp created project.xml, the groupId for dependency
xjavadoc is xdoclet.

<dependency>
   <groupId>xdoclet</groupId>
   <artifactId>xjavadoc</artifactId>
   <version>1.0.2</version>
   <url>http://xdoclet.sf.net/</url>
</dependency>

Qin
----------------------------------------------------------------------------


------------

This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery. NOTE: Regardless of content, this e-mail shall not operate to
bind CSC to any order or other contract unless pursuant to explicit written
agreement or government initiative expressly permitting the use of e-mail
for such purpose.
----------------------------------------------------------------------------


------------






                      "Ryan, Scott"

                      <Scott.Ryan              To:      "'Maven Users
List'"
<users@maven.apache.org>
                      @echostar.com>           cc:

                                               Subject: RE: Newbie Help

                      06/20/05 03:19

                      PM

                      Please respond

                      to "Maven Users

                      List"









The group id on the xjavadoc dependency in the project.xml is incorrect.
You can change the groupid to xdoclet for the xjavadoc artifact dependency
and that will download the library from the correct library.  I believe
someone placed the xjavadoc jars into the incorrect groupid in the ibiblio
directory for the 1.0.2 version.



<dependency>
   <groupId>xjavadoc</groupId>
   <artifactId>xjavadoc</artifactId>
   <version>1.0.2</version>
   <url>http://xdoclet.sf.net/</url>
 </dependency>

should look like

<dependency>
   <groupId>xdoclet</groupId>
   <artifactId>xjavadoc</artifactId>
   <version>1.0.2</version>
   <url>http://xdoclet.sf.net/</url>
 </dependency>
Scott Damon Ryan
Developer
(720) 514-5389
[EMAIL PROTECTED]

-----Original Message-----
From: Qin Ding [mailto:[EMAIL PROTECTED]
Sent: Monday, June 20, 2005 1:38 PM
To: Maven Users List
Subject: Newbie Help





After I downloaded the maven 1.0.2, I tied the 10-minute tutorial. I used
genapp to create web project and before I do anything, I issed maven
java:compile. I see many jars downloaded to my repository directory.
However, it stopped when attempting download xjavadoc-1.0.2.jar.  I don't
know why.  I tried maven Netbean plugin, it is the same.  It stops when
trying to download this jar.  Also, what dost it mean:  "Tag library
requested that is not present: 'maven' in plugin:
'maven-xdoclet-plugin-1.2'?  What should I do about it?

build:start:

clean:clean:

clean:

java:prepare-filesystem:
    [mkdir] Created dir: C:\Documents and Settings\QIN DING\My
Projects\Mywebs\lmsportlet\target\classes

java:compile:
    [mkdir] Created dir: C:\Documents and Settings\QIN DING\
MyProjects\Mywebs\lmsportlet\target\xdoclet\webdoclet\WEB-INF
Tag library requested that is not present: 'maven' in plugin:
'maven-xdoclet-plugin-1.2'
Attempting to download xjavadoc-1.0.2.jar.

BUILD FAILED
File...... C:\Documents and Settings\QIN DING\My
Projects\Mywebs\lmsportlet\maven.xml
Element... attainGoal
Line...... 23
Column.... 43
The build cannot continue because of the following unsatisfied dependency:

xjavadoc-1.0.2.jar

WARNING: Failed to download xjavadoc-1.0.2.jar.
Total time: 46 seconds
Finished at: Mon Jun 20 13:07:06 GMT-06:00 2005


----------------------------------------------------------------------------



------------

This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery. NOTE: Regardless of content, this e-mail shall not operate to
bind CSC to any order or other contract unless pursuant to explicit written
agreement or government initiative expressly permitting the use of e-mail
for such purpose.
----------------------------------------------------------------------------



------------



---------------------------------------------------------------------
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]

---------------------------------------------------------------------
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]

Reply via email to