You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Matthew Adams (JIRA)" <ji...@codehaus.org> on 2005/10/26 18:17:11 UTC

[jira] Created: (MAVEN-1718) Maven can't find velocity-1.4-dev.jar on new install of Maven 1.0.2 and Maven 1.1 beta 2

Maven can't find velocity-1.4-dev.jar on new install of Maven 1.0.2 and Maven 1.1 beta 2
----------------------------------------------------------------------------------------

         Key: MAVEN-1718
         URL: http://jira.codehaus.org/browse/MAVEN-1718
     Project: Maven
        Type: Bug
    Versions: 1.0.2, 1.1-beta-2    
 Environment: Windows XP Pro SP 2, JDK 1.4.2_08
 Reporter: Matthew Adams
    Priority: Blocker


After uninstalling Maven (1.0.2 or 1.1 beta 2), deleting ~/.maven, reinstalling, and attempting a maven build, the dependency velocity-1.4-dev.jar can't be found and breaks the build; retries continue to break the build.  Copying http://www.ibiblio.org/maven/velocity/jars/velocity-1.4-rc1.jar to ~/.maven/repository/velocity/jars/velocity-1.4-dev.jar (note rename from "rc1" to "dev") is the workaround.

Here is the console output (see bottom):

 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.1-beta-2

Plugin cache will be regenerated
DEPRECATED: the default goal should be specified in the <build> section of project.xml instead of maven.xml
Directory C:\Documents and Settings\Matthew\.maven\repository does not exist. Attempting to create.
Attempting to download log4j-1.2.9.jar.
344K downloaded
Attempting to download dom4j-1.4.jar.
475K downloaded
Attempting to download commons-jelly-1.0-RC1.jar.
165K downloaded
Attempting to download commons-jelly-tags-jsl-1.0.jar.
17K downloaded
Attempting to download commons-jelly-tags-log-1.0.jar.
10K downloaded
Attempting to download commons-jelly-tags-velocity-1.0.jar.
10K downloaded
Attempting to download commons-jelly-tags-xml-1.1.jar.
36K downloaded
Attempting to download commons-logging-1.0.3.jar.
30K downloaded
Attempting to download maven-1.0.2.jar.
169K downloaded
Attempting to download maven-model-3.0.0.jar.
75K downloaded
Attempting to download velocity-1.4.jar.
352K downloaded
Attempting to download velocity-dvsl-0.45.jar.
25K downloaded
Attempting to download xml-apis-1.0.b2.jar.
106K downloaded
Attempting to download commons-jelly-tags-fmt-1.0.jar.
21K downloaded
Attempting to download forehead-1.0-beta-5.jar.
12K downloaded
Attempting to download dom4j-1.4-dev-8.jar.
475K downloaded
Attempting to download isorelax-20030108.jar.
188K downloaded
Attempting to download jing-20030619.jar.
475K downloaded
Attempting to download xerces-2.4.0.jar.
874K downloaded
Attempting to download plexus-utils-1.0-alpha-3.jar.
152K downloaded
Attempting to download commons-collections-3.1.jar.
546K downloaded
Attempting to download commons-beanutils-1.6.1.jar.
115K downloaded
Attempting to download commons-net-1.1.0.jar.
139K downloaded
Attempting to download commons-httpclient-2.0.jar.
217K downloaded
Attempting to download commons-lang-2.0.jar.
165K downloaded
Attempting to download jsch-0.1.14.jar.
98K downloaded
Attempting to download commons-jelly-1.0-beta-4.jar.
159K downloaded
Attempting to download wagon-provider-api-1.0-alpha-3.jar.
44K downloaded
Attempting to download wagon-http-1.0-alpha-3.jar.
8K downloaded
Attempting to download wagon-ftp-1.0-alpha-3.jar.
6K downloaded
Attempting to download wagon-ssh-1.0-alpha-4.jar.
12K downloaded
Attempting to download wagon-ssh-external-1.0-alpha-4.jar.
6K downloaded
Attempting to download wagon-file-1.0-alpha-4.jar.
4K downloaded
Attempting to download commons-jelly-tags-ant-1.1.jar.
32K downloaded
Attempting to download commons-jexl-1.0-beta-1.jar.
110K downloaded
Attempting to download velocity-1.4-dev.jar.
WARNING: Failed to download velocity-1.4-dev.jar.
The build cannot continue because of the following unsatisfied dependency:

velocity-1.4-dev.jar

Total time   : 2 minutes 45 seconds
Finished at  : Wednesday, October 26, 2005 9:08:17 AM PDT

(rerun maven here)

 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.1-beta-2

DEPRECATED: the default goal should be specified in the <build> section of project.xml instead of maven.xml
Attempting to download velocity-1.4-dev.jar.
WARNING: Failed to download velocity-1.4-dev.jar.
The build cannot continue because of the following unsatisfied dependency:

velocity-1.4-dev.jar

Total time   : 1 seconds
Finished at  : Wednesday, October 26, 2005 9:14:13 AM PDT



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MAVEN-1718) Maven can't find velocity-1.4-dev.jar on new install of Maven 1.0.2 and Maven 1.1 beta 2

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MAVEN-1718?page=comments#action_49317 ] 

Carlos Sanchez commented on MAVEN-1718:
---------------------------------------

Will be readded to ibiblio asap

> Maven can't find velocity-1.4-dev.jar on new install of Maven 1.0.2 and Maven 1.1 beta 2
> ----------------------------------------------------------------------------------------
>
>          Key: MAVEN-1718
>          URL: http://jira.codehaus.org/browse/MAVEN-1718
>      Project: Maven
>         Type: Bug
>     Versions: 1.0.2, 1.1-beta-2
>  Environment: Windows XP Pro SP 2, JDK 1.4.2_08
>     Reporter: Matthew Adams
>     Priority: Blocker

>
>
> After uninstalling Maven (1.0.2 or 1.1 beta 2), deleting ~/.maven, reinstalling, and attempting a maven build, the dependency velocity-1.4-dev.jar can't be found and breaks the build; retries continue to break the build.  Copying http://www.ibiblio.org/maven/velocity/jars/velocity-1.4-rc1.jar to ~/.maven/repository/velocity/jars/velocity-1.4-dev.jar (note rename from "rc1" to "dev") is the workaround.
> Here is the console output (see bottom):
>  __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.1-beta-2
> Plugin cache will be regenerated
> DEPRECATED: the default goal should be specified in the <build> section of project.xml instead of maven.xml
> Directory C:\Documents and Settings\Matthew\.maven\repository does not exist. Attempting to create.
> Attempting to download log4j-1.2.9.jar.
> 344K downloaded
> Attempting to download dom4j-1.4.jar.
> 475K downloaded
> Attempting to download commons-jelly-1.0-RC1.jar.
> 165K downloaded
> Attempting to download commons-jelly-tags-jsl-1.0.jar.
> 17K downloaded
> Attempting to download commons-jelly-tags-log-1.0.jar.
> 10K downloaded
> Attempting to download commons-jelly-tags-velocity-1.0.jar.
> 10K downloaded
> Attempting to download commons-jelly-tags-xml-1.1.jar.
> 36K downloaded
> Attempting to download commons-logging-1.0.3.jar.
> 30K downloaded
> Attempting to download maven-1.0.2.jar.
> 169K downloaded
> Attempting to download maven-model-3.0.0.jar.
> 75K downloaded
> Attempting to download velocity-1.4.jar.
> 352K downloaded
> Attempting to download velocity-dvsl-0.45.jar.
> 25K downloaded
> Attempting to download xml-apis-1.0.b2.jar.
> 106K downloaded
> Attempting to download commons-jelly-tags-fmt-1.0.jar.
> 21K downloaded
> Attempting to download forehead-1.0-beta-5.jar.
> 12K downloaded
> Attempting to download dom4j-1.4-dev-8.jar.
> 475K downloaded
> Attempting to download isorelax-20030108.jar.
> 188K downloaded
> Attempting to download jing-20030619.jar.
> 475K downloaded
> Attempting to download xerces-2.4.0.jar.
> 874K downloaded
> Attempting to download plexus-utils-1.0-alpha-3.jar.
> 152K downloaded
> Attempting to download commons-collections-3.1.jar.
> 546K downloaded
> Attempting to download commons-beanutils-1.6.1.jar.
> 115K downloaded
> Attempting to download commons-net-1.1.0.jar.
> 139K downloaded
> Attempting to download commons-httpclient-2.0.jar.
> 217K downloaded
> Attempting to download commons-lang-2.0.jar.
> 165K downloaded
> Attempting to download jsch-0.1.14.jar.
> 98K downloaded
> Attempting to download commons-jelly-1.0-beta-4.jar.
> 159K downloaded
> Attempting to download wagon-provider-api-1.0-alpha-3.jar.
> 44K downloaded
> Attempting to download wagon-http-1.0-alpha-3.jar.
> 8K downloaded
> Attempting to download wagon-ftp-1.0-alpha-3.jar.
> 6K downloaded
> Attempting to download wagon-ssh-1.0-alpha-4.jar.
> 12K downloaded
> Attempting to download wagon-ssh-external-1.0-alpha-4.jar.
> 6K downloaded
> Attempting to download wagon-file-1.0-alpha-4.jar.
> 4K downloaded
> Attempting to download commons-jelly-tags-ant-1.1.jar.
> 32K downloaded
> Attempting to download commons-jexl-1.0-beta-1.jar.
> 110K downloaded
> Attempting to download velocity-1.4-dev.jar.
> WARNING: Failed to download velocity-1.4-dev.jar.
> The build cannot continue because of the following unsatisfied dependency:
> velocity-1.4-dev.jar
> Total time   : 2 minutes 45 seconds
> Finished at  : Wednesday, October 26, 2005 9:08:17 AM PDT
> (rerun maven here)
>  __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.1-beta-2
> DEPRECATED: the default goal should be specified in the <build> section of project.xml instead of maven.xml
> Attempting to download velocity-1.4-dev.jar.
> WARNING: Failed to download velocity-1.4-dev.jar.
> The build cannot continue because of the following unsatisfied dependency:
> velocity-1.4-dev.jar
> Total time   : 1 seconds
> Finished at  : Wednesday, October 26, 2005 9:14:13 AM PDT

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MAVEN-1718) Maven can't find velocity-1.4-dev.jar on new install of Maven 1.0.2 and Maven 1.1 beta 2

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MAVEN-1718?page=all ]
     
Carlos Sanchez closed MAVEN-1718:
---------------------------------

     Assign To: Carlos Sanchez
    Resolution: Fixed

> Maven can't find velocity-1.4-dev.jar on new install of Maven 1.0.2 and Maven 1.1 beta 2
> ----------------------------------------------------------------------------------------
>
>          Key: MAVEN-1718
>          URL: http://jira.codehaus.org/browse/MAVEN-1718
>      Project: Maven
>         Type: Bug
>     Versions: 1.0.2, 1.1-beta-2
>  Environment: Windows XP Pro SP 2, JDK 1.4.2_08
>     Reporter: Matthew Adams
>     Assignee: Carlos Sanchez
>     Priority: Blocker

>
>
> After uninstalling Maven (1.0.2 or 1.1 beta 2), deleting ~/.maven, reinstalling, and attempting a maven build, the dependency velocity-1.4-dev.jar can't be found and breaks the build; retries continue to break the build.  Copying http://www.ibiblio.org/maven/velocity/jars/velocity-1.4-rc1.jar to ~/.maven/repository/velocity/jars/velocity-1.4-dev.jar (note rename from "rc1" to "dev") is the workaround.
> Here is the console output (see bottom):
>  __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.1-beta-2
> Plugin cache will be regenerated
> DEPRECATED: the default goal should be specified in the <build> section of project.xml instead of maven.xml
> Directory C:\Documents and Settings\Matthew\.maven\repository does not exist. Attempting to create.
> Attempting to download log4j-1.2.9.jar.
> 344K downloaded
> Attempting to download dom4j-1.4.jar.
> 475K downloaded
> Attempting to download commons-jelly-1.0-RC1.jar.
> 165K downloaded
> Attempting to download commons-jelly-tags-jsl-1.0.jar.
> 17K downloaded
> Attempting to download commons-jelly-tags-log-1.0.jar.
> 10K downloaded
> Attempting to download commons-jelly-tags-velocity-1.0.jar.
> 10K downloaded
> Attempting to download commons-jelly-tags-xml-1.1.jar.
> 36K downloaded
> Attempting to download commons-logging-1.0.3.jar.
> 30K downloaded
> Attempting to download maven-1.0.2.jar.
> 169K downloaded
> Attempting to download maven-model-3.0.0.jar.
> 75K downloaded
> Attempting to download velocity-1.4.jar.
> 352K downloaded
> Attempting to download velocity-dvsl-0.45.jar.
> 25K downloaded
> Attempting to download xml-apis-1.0.b2.jar.
> 106K downloaded
> Attempting to download commons-jelly-tags-fmt-1.0.jar.
> 21K downloaded
> Attempting to download forehead-1.0-beta-5.jar.
> 12K downloaded
> Attempting to download dom4j-1.4-dev-8.jar.
> 475K downloaded
> Attempting to download isorelax-20030108.jar.
> 188K downloaded
> Attempting to download jing-20030619.jar.
> 475K downloaded
> Attempting to download xerces-2.4.0.jar.
> 874K downloaded
> Attempting to download plexus-utils-1.0-alpha-3.jar.
> 152K downloaded
> Attempting to download commons-collections-3.1.jar.
> 546K downloaded
> Attempting to download commons-beanutils-1.6.1.jar.
> 115K downloaded
> Attempting to download commons-net-1.1.0.jar.
> 139K downloaded
> Attempting to download commons-httpclient-2.0.jar.
> 217K downloaded
> Attempting to download commons-lang-2.0.jar.
> 165K downloaded
> Attempting to download jsch-0.1.14.jar.
> 98K downloaded
> Attempting to download commons-jelly-1.0-beta-4.jar.
> 159K downloaded
> Attempting to download wagon-provider-api-1.0-alpha-3.jar.
> 44K downloaded
> Attempting to download wagon-http-1.0-alpha-3.jar.
> 8K downloaded
> Attempting to download wagon-ftp-1.0-alpha-3.jar.
> 6K downloaded
> Attempting to download wagon-ssh-1.0-alpha-4.jar.
> 12K downloaded
> Attempting to download wagon-ssh-external-1.0-alpha-4.jar.
> 6K downloaded
> Attempting to download wagon-file-1.0-alpha-4.jar.
> 4K downloaded
> Attempting to download commons-jelly-tags-ant-1.1.jar.
> 32K downloaded
> Attempting to download commons-jexl-1.0-beta-1.jar.
> 110K downloaded
> Attempting to download velocity-1.4-dev.jar.
> WARNING: Failed to download velocity-1.4-dev.jar.
> The build cannot continue because of the following unsatisfied dependency:
> velocity-1.4-dev.jar
> Total time   : 2 minutes 45 seconds
> Finished at  : Wednesday, October 26, 2005 9:08:17 AM PDT
> (rerun maven here)
>  __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.1-beta-2
> DEPRECATED: the default goal should be specified in the <build> section of project.xml instead of maven.xml
> Attempting to download velocity-1.4-dev.jar.
> WARNING: Failed to download velocity-1.4-dev.jar.
> The build cannot continue because of the following unsatisfied dependency:
> velocity-1.4-dev.jar
> Total time   : 1 seconds
> Finished at  : Wednesday, October 26, 2005 9:14:13 AM PDT

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MAVEN-1718) Maven can't find velocity-1.4-dev.jar on new install of Maven 1.0.2 and Maven 1.1 beta 2

Posted by "Arnaud Heritier (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MAVEN-1718?page=comments#action_49316 ] 

Arnaud Heritier commented on MAVEN-1718:
----------------------------------------

It's already fixed in 1.1 trunk but I don't know what to do for m1.0.2 except that to restore it on ibiblio. 

> Maven can't find velocity-1.4-dev.jar on new install of Maven 1.0.2 and Maven 1.1 beta 2
> ----------------------------------------------------------------------------------------
>
>          Key: MAVEN-1718
>          URL: http://jira.codehaus.org/browse/MAVEN-1718
>      Project: Maven
>         Type: Bug
>     Versions: 1.0.2, 1.1-beta-2
>  Environment: Windows XP Pro SP 2, JDK 1.4.2_08
>     Reporter: Matthew Adams
>     Priority: Blocker

>
>
> After uninstalling Maven (1.0.2 or 1.1 beta 2), deleting ~/.maven, reinstalling, and attempting a maven build, the dependency velocity-1.4-dev.jar can't be found and breaks the build; retries continue to break the build.  Copying http://www.ibiblio.org/maven/velocity/jars/velocity-1.4-rc1.jar to ~/.maven/repository/velocity/jars/velocity-1.4-dev.jar (note rename from "rc1" to "dev") is the workaround.
> Here is the console output (see bottom):
>  __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.1-beta-2
> Plugin cache will be regenerated
> DEPRECATED: the default goal should be specified in the <build> section of project.xml instead of maven.xml
> Directory C:\Documents and Settings\Matthew\.maven\repository does not exist. Attempting to create.
> Attempting to download log4j-1.2.9.jar.
> 344K downloaded
> Attempting to download dom4j-1.4.jar.
> 475K downloaded
> Attempting to download commons-jelly-1.0-RC1.jar.
> 165K downloaded
> Attempting to download commons-jelly-tags-jsl-1.0.jar.
> 17K downloaded
> Attempting to download commons-jelly-tags-log-1.0.jar.
> 10K downloaded
> Attempting to download commons-jelly-tags-velocity-1.0.jar.
> 10K downloaded
> Attempting to download commons-jelly-tags-xml-1.1.jar.
> 36K downloaded
> Attempting to download commons-logging-1.0.3.jar.
> 30K downloaded
> Attempting to download maven-1.0.2.jar.
> 169K downloaded
> Attempting to download maven-model-3.0.0.jar.
> 75K downloaded
> Attempting to download velocity-1.4.jar.
> 352K downloaded
> Attempting to download velocity-dvsl-0.45.jar.
> 25K downloaded
> Attempting to download xml-apis-1.0.b2.jar.
> 106K downloaded
> Attempting to download commons-jelly-tags-fmt-1.0.jar.
> 21K downloaded
> Attempting to download forehead-1.0-beta-5.jar.
> 12K downloaded
> Attempting to download dom4j-1.4-dev-8.jar.
> 475K downloaded
> Attempting to download isorelax-20030108.jar.
> 188K downloaded
> Attempting to download jing-20030619.jar.
> 475K downloaded
> Attempting to download xerces-2.4.0.jar.
> 874K downloaded
> Attempting to download plexus-utils-1.0-alpha-3.jar.
> 152K downloaded
> Attempting to download commons-collections-3.1.jar.
> 546K downloaded
> Attempting to download commons-beanutils-1.6.1.jar.
> 115K downloaded
> Attempting to download commons-net-1.1.0.jar.
> 139K downloaded
> Attempting to download commons-httpclient-2.0.jar.
> 217K downloaded
> Attempting to download commons-lang-2.0.jar.
> 165K downloaded
> Attempting to download jsch-0.1.14.jar.
> 98K downloaded
> Attempting to download commons-jelly-1.0-beta-4.jar.
> 159K downloaded
> Attempting to download wagon-provider-api-1.0-alpha-3.jar.
> 44K downloaded
> Attempting to download wagon-http-1.0-alpha-3.jar.
> 8K downloaded
> Attempting to download wagon-ftp-1.0-alpha-3.jar.
> 6K downloaded
> Attempting to download wagon-ssh-1.0-alpha-4.jar.
> 12K downloaded
> Attempting to download wagon-ssh-external-1.0-alpha-4.jar.
> 6K downloaded
> Attempting to download wagon-file-1.0-alpha-4.jar.
> 4K downloaded
> Attempting to download commons-jelly-tags-ant-1.1.jar.
> 32K downloaded
> Attempting to download commons-jexl-1.0-beta-1.jar.
> 110K downloaded
> Attempting to download velocity-1.4-dev.jar.
> WARNING: Failed to download velocity-1.4-dev.jar.
> The build cannot continue because of the following unsatisfied dependency:
> velocity-1.4-dev.jar
> Total time   : 2 minutes 45 seconds
> Finished at  : Wednesday, October 26, 2005 9:08:17 AM PDT
> (rerun maven here)
>  __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.1-beta-2
> DEPRECATED: the default goal should be specified in the <build> section of project.xml instead of maven.xml
> Attempting to download velocity-1.4-dev.jar.
> WARNING: Failed to download velocity-1.4-dev.jar.
> The build cannot continue because of the following unsatisfied dependency:
> velocity-1.4-dev.jar
> Total time   : 1 seconds
> Finished at  : Wednesday, October 26, 2005 9:14:13 AM PDT

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MAVEN-1718) Maven can't find velocity-1.4-dev.jar on new install of Maven 1.0.2 and Maven 1.1 beta 2

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MAVEN-1718?page=comments#action_49425 ] 

Carlos Sanchez commented on MAVEN-1718:
---------------------------------------

Geronimo ones
axion-1.0-M2-dev.jar
axion-1.0-M3-dev.jar


> Maven can't find velocity-1.4-dev.jar on new install of Maven 1.0.2 and Maven 1.1 beta 2
> ----------------------------------------------------------------------------------------
>
>          Key: MAVEN-1718
>          URL: http://jira.codehaus.org/browse/MAVEN-1718
>      Project: Maven
>         Type: Bug
>     Versions: 1.0.2, 1.1-beta-2
>  Environment: Windows XP Pro SP 2, JDK 1.4.2_08
>     Reporter: Matthew Adams
>     Priority: Blocker

>
>
> After uninstalling Maven (1.0.2 or 1.1 beta 2), deleting ~/.maven, reinstalling, and attempting a maven build, the dependency velocity-1.4-dev.jar can't be found and breaks the build; retries continue to break the build.  Copying http://www.ibiblio.org/maven/velocity/jars/velocity-1.4-rc1.jar to ~/.maven/repository/velocity/jars/velocity-1.4-dev.jar (note rename from "rc1" to "dev") is the workaround.
> Here is the console output (see bottom):
>  __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.1-beta-2
> Plugin cache will be regenerated
> DEPRECATED: the default goal should be specified in the <build> section of project.xml instead of maven.xml
> Directory C:\Documents and Settings\Matthew\.maven\repository does not exist. Attempting to create.
> Attempting to download log4j-1.2.9.jar.
> 344K downloaded
> Attempting to download dom4j-1.4.jar.
> 475K downloaded
> Attempting to download commons-jelly-1.0-RC1.jar.
> 165K downloaded
> Attempting to download commons-jelly-tags-jsl-1.0.jar.
> 17K downloaded
> Attempting to download commons-jelly-tags-log-1.0.jar.
> 10K downloaded
> Attempting to download commons-jelly-tags-velocity-1.0.jar.
> 10K downloaded
> Attempting to download commons-jelly-tags-xml-1.1.jar.
> 36K downloaded
> Attempting to download commons-logging-1.0.3.jar.
> 30K downloaded
> Attempting to download maven-1.0.2.jar.
> 169K downloaded
> Attempting to download maven-model-3.0.0.jar.
> 75K downloaded
> Attempting to download velocity-1.4.jar.
> 352K downloaded
> Attempting to download velocity-dvsl-0.45.jar.
> 25K downloaded
> Attempting to download xml-apis-1.0.b2.jar.
> 106K downloaded
> Attempting to download commons-jelly-tags-fmt-1.0.jar.
> 21K downloaded
> Attempting to download forehead-1.0-beta-5.jar.
> 12K downloaded
> Attempting to download dom4j-1.4-dev-8.jar.
> 475K downloaded
> Attempting to download isorelax-20030108.jar.
> 188K downloaded
> Attempting to download jing-20030619.jar.
> 475K downloaded
> Attempting to download xerces-2.4.0.jar.
> 874K downloaded
> Attempting to download plexus-utils-1.0-alpha-3.jar.
> 152K downloaded
> Attempting to download commons-collections-3.1.jar.
> 546K downloaded
> Attempting to download commons-beanutils-1.6.1.jar.
> 115K downloaded
> Attempting to download commons-net-1.1.0.jar.
> 139K downloaded
> Attempting to download commons-httpclient-2.0.jar.
> 217K downloaded
> Attempting to download commons-lang-2.0.jar.
> 165K downloaded
> Attempting to download jsch-0.1.14.jar.
> 98K downloaded
> Attempting to download commons-jelly-1.0-beta-4.jar.
> 159K downloaded
> Attempting to download wagon-provider-api-1.0-alpha-3.jar.
> 44K downloaded
> Attempting to download wagon-http-1.0-alpha-3.jar.
> 8K downloaded
> Attempting to download wagon-ftp-1.0-alpha-3.jar.
> 6K downloaded
> Attempting to download wagon-ssh-1.0-alpha-4.jar.
> 12K downloaded
> Attempting to download wagon-ssh-external-1.0-alpha-4.jar.
> 6K downloaded
> Attempting to download wagon-file-1.0-alpha-4.jar.
> 4K downloaded
> Attempting to download commons-jelly-tags-ant-1.1.jar.
> 32K downloaded
> Attempting to download commons-jexl-1.0-beta-1.jar.
> 110K downloaded
> Attempting to download velocity-1.4-dev.jar.
> WARNING: Failed to download velocity-1.4-dev.jar.
> The build cannot continue because of the following unsatisfied dependency:
> velocity-1.4-dev.jar
> Total time   : 2 minutes 45 seconds
> Finished at  : Wednesday, October 26, 2005 9:08:17 AM PDT
> (rerun maven here)
>  __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.1-beta-2
> DEPRECATED: the default goal should be specified in the <build> section of project.xml instead of maven.xml
> Attempting to download velocity-1.4-dev.jar.
> WARNING: Failed to download velocity-1.4-dev.jar.
> The build cannot continue because of the following unsatisfied dependency:
> velocity-1.4-dev.jar
> Total time   : 1 seconds
> Finished at  : Wednesday, October 26, 2005 9:14:13 AM PDT

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MAVEN-1718) Maven can't find velocity-1.4-dev.jar on new install of Maven 1.0.2 and Maven 1.1 beta 2

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MAVEN-1718?page=comments#action_49333 ] 

Carlos Sanchez commented on MAVEN-1718:
---------------------------------------

Also recover
http://www.ibiblio.org/maven2/jtidy/jtidy/4aug2000r7-dev/jtidy-4aug2000r7-dev.jar

> Maven can't find velocity-1.4-dev.jar on new install of Maven 1.0.2 and Maven 1.1 beta 2
> ----------------------------------------------------------------------------------------
>
>          Key: MAVEN-1718
>          URL: http://jira.codehaus.org/browse/MAVEN-1718
>      Project: Maven
>         Type: Bug
>     Versions: 1.0.2, 1.1-beta-2
>  Environment: Windows XP Pro SP 2, JDK 1.4.2_08
>     Reporter: Matthew Adams
>     Priority: Blocker

>
>
> After uninstalling Maven (1.0.2 or 1.1 beta 2), deleting ~/.maven, reinstalling, and attempting a maven build, the dependency velocity-1.4-dev.jar can't be found and breaks the build; retries continue to break the build.  Copying http://www.ibiblio.org/maven/velocity/jars/velocity-1.4-rc1.jar to ~/.maven/repository/velocity/jars/velocity-1.4-dev.jar (note rename from "rc1" to "dev") is the workaround.
> Here is the console output (see bottom):
>  __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.1-beta-2
> Plugin cache will be regenerated
> DEPRECATED: the default goal should be specified in the <build> section of project.xml instead of maven.xml
> Directory C:\Documents and Settings\Matthew\.maven\repository does not exist. Attempting to create.
> Attempting to download log4j-1.2.9.jar.
> 344K downloaded
> Attempting to download dom4j-1.4.jar.
> 475K downloaded
> Attempting to download commons-jelly-1.0-RC1.jar.
> 165K downloaded
> Attempting to download commons-jelly-tags-jsl-1.0.jar.
> 17K downloaded
> Attempting to download commons-jelly-tags-log-1.0.jar.
> 10K downloaded
> Attempting to download commons-jelly-tags-velocity-1.0.jar.
> 10K downloaded
> Attempting to download commons-jelly-tags-xml-1.1.jar.
> 36K downloaded
> Attempting to download commons-logging-1.0.3.jar.
> 30K downloaded
> Attempting to download maven-1.0.2.jar.
> 169K downloaded
> Attempting to download maven-model-3.0.0.jar.
> 75K downloaded
> Attempting to download velocity-1.4.jar.
> 352K downloaded
> Attempting to download velocity-dvsl-0.45.jar.
> 25K downloaded
> Attempting to download xml-apis-1.0.b2.jar.
> 106K downloaded
> Attempting to download commons-jelly-tags-fmt-1.0.jar.
> 21K downloaded
> Attempting to download forehead-1.0-beta-5.jar.
> 12K downloaded
> Attempting to download dom4j-1.4-dev-8.jar.
> 475K downloaded
> Attempting to download isorelax-20030108.jar.
> 188K downloaded
> Attempting to download jing-20030619.jar.
> 475K downloaded
> Attempting to download xerces-2.4.0.jar.
> 874K downloaded
> Attempting to download plexus-utils-1.0-alpha-3.jar.
> 152K downloaded
> Attempting to download commons-collections-3.1.jar.
> 546K downloaded
> Attempting to download commons-beanutils-1.6.1.jar.
> 115K downloaded
> Attempting to download commons-net-1.1.0.jar.
> 139K downloaded
> Attempting to download commons-httpclient-2.0.jar.
> 217K downloaded
> Attempting to download commons-lang-2.0.jar.
> 165K downloaded
> Attempting to download jsch-0.1.14.jar.
> 98K downloaded
> Attempting to download commons-jelly-1.0-beta-4.jar.
> 159K downloaded
> Attempting to download wagon-provider-api-1.0-alpha-3.jar.
> 44K downloaded
> Attempting to download wagon-http-1.0-alpha-3.jar.
> 8K downloaded
> Attempting to download wagon-ftp-1.0-alpha-3.jar.
> 6K downloaded
> Attempting to download wagon-ssh-1.0-alpha-4.jar.
> 12K downloaded
> Attempting to download wagon-ssh-external-1.0-alpha-4.jar.
> 6K downloaded
> Attempting to download wagon-file-1.0-alpha-4.jar.
> 4K downloaded
> Attempting to download commons-jelly-tags-ant-1.1.jar.
> 32K downloaded
> Attempting to download commons-jexl-1.0-beta-1.jar.
> 110K downloaded
> Attempting to download velocity-1.4-dev.jar.
> WARNING: Failed to download velocity-1.4-dev.jar.
> The build cannot continue because of the following unsatisfied dependency:
> velocity-1.4-dev.jar
> Total time   : 2 minutes 45 seconds
> Finished at  : Wednesday, October 26, 2005 9:08:17 AM PDT
> (rerun maven here)
>  __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.1-beta-2
> DEPRECATED: the default goal should be specified in the <build> section of project.xml instead of maven.xml
> Attempting to download velocity-1.4-dev.jar.
> WARNING: Failed to download velocity-1.4-dev.jar.
> The build cannot continue because of the following unsatisfied dependency:
> velocity-1.4-dev.jar
> Total time   : 1 seconds
> Finished at  : Wednesday, October 26, 2005 9:14:13 AM PDT

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MAVEN-1718) Maven can't find velocity-1.4-dev.jar on new install of Maven 1.0.2 and Maven 1.1 beta 2

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MAVEN-1718?page=comments#action_49413 ] 

Carlos Sanchez commented on MAVEN-1718:
---------------------------------------

Recovered also jdbm-0.20-dev.jar (seems that used in geronimo) 

> Maven can't find velocity-1.4-dev.jar on new install of Maven 1.0.2 and Maven 1.1 beta 2
> ----------------------------------------------------------------------------------------
>
>          Key: MAVEN-1718
>          URL: http://jira.codehaus.org/browse/MAVEN-1718
>      Project: Maven
>         Type: Bug
>     Versions: 1.0.2, 1.1-beta-2
>  Environment: Windows XP Pro SP 2, JDK 1.4.2_08
>     Reporter: Matthew Adams
>     Priority: Blocker

>
>
> After uninstalling Maven (1.0.2 or 1.1 beta 2), deleting ~/.maven, reinstalling, and attempting a maven build, the dependency velocity-1.4-dev.jar can't be found and breaks the build; retries continue to break the build.  Copying http://www.ibiblio.org/maven/velocity/jars/velocity-1.4-rc1.jar to ~/.maven/repository/velocity/jars/velocity-1.4-dev.jar (note rename from "rc1" to "dev") is the workaround.
> Here is the console output (see bottom):
>  __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.1-beta-2
> Plugin cache will be regenerated
> DEPRECATED: the default goal should be specified in the <build> section of project.xml instead of maven.xml
> Directory C:\Documents and Settings\Matthew\.maven\repository does not exist. Attempting to create.
> Attempting to download log4j-1.2.9.jar.
> 344K downloaded
> Attempting to download dom4j-1.4.jar.
> 475K downloaded
> Attempting to download commons-jelly-1.0-RC1.jar.
> 165K downloaded
> Attempting to download commons-jelly-tags-jsl-1.0.jar.
> 17K downloaded
> Attempting to download commons-jelly-tags-log-1.0.jar.
> 10K downloaded
> Attempting to download commons-jelly-tags-velocity-1.0.jar.
> 10K downloaded
> Attempting to download commons-jelly-tags-xml-1.1.jar.
> 36K downloaded
> Attempting to download commons-logging-1.0.3.jar.
> 30K downloaded
> Attempting to download maven-1.0.2.jar.
> 169K downloaded
> Attempting to download maven-model-3.0.0.jar.
> 75K downloaded
> Attempting to download velocity-1.4.jar.
> 352K downloaded
> Attempting to download velocity-dvsl-0.45.jar.
> 25K downloaded
> Attempting to download xml-apis-1.0.b2.jar.
> 106K downloaded
> Attempting to download commons-jelly-tags-fmt-1.0.jar.
> 21K downloaded
> Attempting to download forehead-1.0-beta-5.jar.
> 12K downloaded
> Attempting to download dom4j-1.4-dev-8.jar.
> 475K downloaded
> Attempting to download isorelax-20030108.jar.
> 188K downloaded
> Attempting to download jing-20030619.jar.
> 475K downloaded
> Attempting to download xerces-2.4.0.jar.
> 874K downloaded
> Attempting to download plexus-utils-1.0-alpha-3.jar.
> 152K downloaded
> Attempting to download commons-collections-3.1.jar.
> 546K downloaded
> Attempting to download commons-beanutils-1.6.1.jar.
> 115K downloaded
> Attempting to download commons-net-1.1.0.jar.
> 139K downloaded
> Attempting to download commons-httpclient-2.0.jar.
> 217K downloaded
> Attempting to download commons-lang-2.0.jar.
> 165K downloaded
> Attempting to download jsch-0.1.14.jar.
> 98K downloaded
> Attempting to download commons-jelly-1.0-beta-4.jar.
> 159K downloaded
> Attempting to download wagon-provider-api-1.0-alpha-3.jar.
> 44K downloaded
> Attempting to download wagon-http-1.0-alpha-3.jar.
> 8K downloaded
> Attempting to download wagon-ftp-1.0-alpha-3.jar.
> 6K downloaded
> Attempting to download wagon-ssh-1.0-alpha-4.jar.
> 12K downloaded
> Attempting to download wagon-ssh-external-1.0-alpha-4.jar.
> 6K downloaded
> Attempting to download wagon-file-1.0-alpha-4.jar.
> 4K downloaded
> Attempting to download commons-jelly-tags-ant-1.1.jar.
> 32K downloaded
> Attempting to download commons-jexl-1.0-beta-1.jar.
> 110K downloaded
> Attempting to download velocity-1.4-dev.jar.
> WARNING: Failed to download velocity-1.4-dev.jar.
> The build cannot continue because of the following unsatisfied dependency:
> velocity-1.4-dev.jar
> Total time   : 2 minutes 45 seconds
> Finished at  : Wednesday, October 26, 2005 9:08:17 AM PDT
> (rerun maven here)
>  __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.1-beta-2
> DEPRECATED: the default goal should be specified in the <build> section of project.xml instead of maven.xml
> Attempting to download velocity-1.4-dev.jar.
> WARNING: Failed to download velocity-1.4-dev.jar.
> The build cannot continue because of the following unsatisfied dependency:
> velocity-1.4-dev.jar
> Total time   : 1 seconds
> Finished at  : Wednesday, October 26, 2005 9:14:13 AM PDT

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org