You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by "Alexey Panchenko (JIRA)" <ji...@apache.org> on 2005/11/17 08:21:41 UTC

[jira] Created: (VELOCITY-420) Library download failure when started by 'ant jar jar-src'

Library download failure when started by 'ant jar jar-src'
----------------------------------------------------------

         Key: VELOCITY-420
         URL: http://issues.apache.org/jira/browse/VELOCITY-420
     Project: Velocity
        Type: Bug
  Components: Build  
    Versions: 1.5    
    Reporter: Alexey Panchenko
 Attachments: download.xml.patch

I usually compile it using "ant jar jar-src" and 'build-download' called during 'jar-src' fails since 'jarname' is already defined in 'jar' with 
<property name="jarname" value="${final.name}" /> 
- it tries to download something like velocity-1.5-dev-2.7.5.jar (the first download is antlr and jarname can not be redefined).

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


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


[jira] Closed: (VELOCITY-420) Library download failure when started by 'ant jar jar-src'

Posted by "Henning Schmiedehausen (JIRA)" <de...@velocity.apache.org>.
     [ https://issues.apache.org/jira/browse/VELOCITY-420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henning Schmiedehausen closed VELOCITY-420.
-------------------------------------------


> Library download failure when started by 'ant jar jar-src'
> ----------------------------------------------------------
>
>                 Key: VELOCITY-420
>                 URL: https://issues.apache.org/jira/browse/VELOCITY-420
>             Project: Velocity
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 1.5
>            Reporter: Alexey Panchenko
>         Assigned To: Henning Schmiedehausen
>            Priority: Minor
>             Fix For: 1.5
>
>         Attachments: download.xml.patch
>
>
> I usually compile it using "ant jar jar-src" and 'build-download' called during 'jar-src' fails since 'jarname' is already defined in 'jar' with 
> <property name="jarname" value="${final.name}" /> 
> - it tries to download something like velocity-1.5-dev-2.7.5.jar (the first download is antlr and jarname can not be redefined).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (VELOCITY-420) Library download failure when started by 'ant jar jar-src'

Posted by "Will Glass-Husain (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/VELOCITY-420?page=all ]

Will Glass-Husain updated VELOCITY-420:
---------------------------------------

    Fix Version: 1.5
       Priority: Minor  (was: Major)

fix this for 1.5

> Library download failure when started by 'ant jar jar-src'
> ----------------------------------------------------------
>
>          Key: VELOCITY-420
>          URL: http://issues.apache.org/jira/browse/VELOCITY-420
>      Project: Velocity
>         Type: Bug
>   Components: Build
>     Versions: 1.5
>     Reporter: Alexey Panchenko
>     Priority: Minor
>      Fix For: 1.5
>  Attachments: download.xml.patch
>
> I usually compile it using "ant jar jar-src" and 'build-download' called during 'jar-src' fails since 'jarname' is already defined in 'jar' with 
> <property name="jarname" value="${final.name}" /> 
> - it tries to download something like velocity-1.5-dev-2.7.5.jar (the first download is antlr and jarname can not be redefined).

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


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


[jira] Updated: (VELOCITY-420) Library download failure when started by 'ant jar jar-src'

Posted by "Alexey Panchenko (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/VELOCITY-420?page=all ]

Alexey Panchenko updated VELOCITY-420:
--------------------------------------

    Attachment: download.xml.patch

s/jarname/download.jarname/
s/jarversion/download.jarversion/


> Library download failure when started by 'ant jar jar-src'
> ----------------------------------------------------------
>
>          Key: VELOCITY-420
>          URL: http://issues.apache.org/jira/browse/VELOCITY-420
>      Project: Velocity
>         Type: Bug
>   Components: Build
>     Versions: 1.5
>     Reporter: Alexey Panchenko
>  Attachments: download.xml.patch
>
> I usually compile it using "ant jar jar-src" and 'build-download' called during 'jar-src' fails since 'jarname' is already defined in 'jar' with 
> <property name="jarname" value="${final.name}" /> 
> - it tries to download something like velocity-1.5-dev-2.7.5.jar (the first download is antlr and jarname can not be redefined).

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


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


[jira] Resolved: (VELOCITY-420) Library download failure when started by 'ant jar jar-src'

Posted by "Henning Schmiedehausen (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/VELOCITY-420?page=all ]

Henning Schmiedehausen resolved VELOCITY-420.
---------------------------------------------

    Resolution: Fixed

Fix committed. Thank you for reporting, sorry that it took so long.

> Library download failure when started by 'ant jar jar-src'
> ----------------------------------------------------------
>
>                 Key: VELOCITY-420
>                 URL: http://issues.apache.org/jira/browse/VELOCITY-420
>             Project: Velocity
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 1.5
>            Reporter: Alexey Panchenko
>         Assigned To: Henning Schmiedehausen
>            Priority: Minor
>             Fix For: 1.5
>
>         Attachments: download.xml.patch
>
>
> I usually compile it using "ant jar jar-src" and 'build-download' called during 'jar-src' fails since 'jarname' is already defined in 'jar' with 
> <property name="jarname" value="${final.name}" /> 
> - it tries to download something like velocity-1.5-dev-2.7.5.jar (the first download is antlr and jarname can not be redefined).

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

        

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


[jira] Assigned: (VELOCITY-420) Library download failure when started by 'ant jar jar-src'

Posted by "Henning Schmiedehausen (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/VELOCITY-420?page=all ]

Henning Schmiedehausen reassigned VELOCITY-420:
-----------------------------------------------

    Assignee: Henning Schmiedehausen

> Library download failure when started by 'ant jar jar-src'
> ----------------------------------------------------------
>
>                 Key: VELOCITY-420
>                 URL: http://issues.apache.org/jira/browse/VELOCITY-420
>             Project: Velocity
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 1.5
>            Reporter: Alexey Panchenko
>         Assigned To: Henning Schmiedehausen
>            Priority: Minor
>             Fix For: 1.5
>
>         Attachments: download.xml.patch
>
>
> I usually compile it using "ant jar jar-src" and 'build-download' called during 'jar-src' fails since 'jarname' is already defined in 'jar' with 
> <property name="jarname" value="${final.name}" /> 
> - it tries to download something like velocity-1.5-dev-2.7.5.jar (the first download is antlr and jarname can not be redefined).

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

        

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