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:25:44 UTC

[jira] Created: (VELOCITY-421) Downloaded libraries are checked twice when started by 'ant jar jar-src'

Downloaded libraries are checked twice when started by 'ant jar jar-src'
------------------------------------------------------------------------

         Key: VELOCITY-421
         URL: http://issues.apache.org/jira/browse/VELOCITY-421
     Project: Velocity
        Type: Improvement
  Components: Build  
    Versions: 1.5    
    Reporter: Alexey Panchenko
    Priority: Minor
 Attachments: build.xml.patch

<ant antfile="${velocity.build.dir}/download.xml" target="build-download" /> was executed two times - for jar and jar-src.
I move it to separated target having unless condition.

So the following download is not executed and also downloadable libraries check can be disabled completety.

-- 
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] Commented: (VELOCITY-421) Downloaded libraries are checked twice when started by 'ant jar jar-src'

Posted by "Henning Schmiedehausen (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/VELOCITY-421?page=comments#action_12432821 ] 
            
Henning Schmiedehausen commented on VELOCITY-421:
-------------------------------------------------

It only reports the checks twice, the actual downloads are only done when the files are not there.

This is basically a cosmetic issue and I did enforce running the download task before building to ensure that everyone gets the source built. If the dependency jars are not there and users don't read the docs, they will get build errors.

> Downloaded libraries are checked twice when started by 'ant jar jar-src'
> ------------------------------------------------------------------------
>
>                 Key: VELOCITY-421
>                 URL: http://issues.apache.org/jira/browse/VELOCITY-421
>             Project: Velocity
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: 1.5
>            Reporter: Alexey Panchenko
>            Priority: Minor
>             Fix For: 1.5
>
>         Attachments: build.xml.patch
>
>
> <ant antfile="${velocity.build.dir}/download.xml" target="build-download" /> was executed two times - for jar and jar-src.
> I move it to separated target having unless condition.
> So the following download is not executed and also downloadable libraries check can be disabled completety.

-- 
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-421) Downloaded libraries are checked twice when started by 'ant jar jar-src'

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

Alexey Panchenko updated VELOCITY-421:
--------------------------------------

    Attachment: build.xml.patch

> Downloaded libraries are checked twice when started by 'ant jar jar-src'
> ------------------------------------------------------------------------
>
>          Key: VELOCITY-421
>          URL: http://issues.apache.org/jira/browse/VELOCITY-421
>      Project: Velocity
>         Type: Improvement
>   Components: Build
>     Versions: 1.5
>     Reporter: Alexey Panchenko
>     Priority: Minor
>  Attachments: build.xml.patch
>
> <ant antfile="${velocity.build.dir}/download.xml" target="build-download" /> was executed two times - for jar and jar-src.
> I move it to separated target having unless condition.
> So the following download is not executed and also downloadable libraries check can be disabled completety.

-- 
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-421) Downloaded libraries are checked twice when started by 'ant jar jar-src'

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

Henning Schmiedehausen resolved VELOCITY-421.
---------------------------------------------

    Resolution: Won't Fix

There is no real harm in the current way.

> Downloaded libraries are checked twice when started by 'ant jar jar-src'
> ------------------------------------------------------------------------
>
>                 Key: VELOCITY-421
>                 URL: http://issues.apache.org/jira/browse/VELOCITY-421
>             Project: Velocity
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: 1.5
>            Reporter: Alexey Panchenko
>            Priority: Minor
>             Fix For: 1.5
>
>         Attachments: build.xml.patch
>
>
> <ant antfile="${velocity.build.dir}/download.xml" target="build-download" /> was executed two times - for jar and jar-src.
> I move it to separated target having unless condition.
> So the following download is not executed and also downloadable libraries check can be disabled completety.

-- 
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-421) Downloaded libraries are checked twice when started by 'ant jar jar-src'

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

Henning Schmiedehausen closed VELOCITY-421.
-------------------------------------------


> Downloaded libraries are checked twice when started by 'ant jar jar-src'
> ------------------------------------------------------------------------
>
>                 Key: VELOCITY-421
>                 URL: https://issues.apache.org/jira/browse/VELOCITY-421
>             Project: Velocity
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: 1.5
>            Reporter: Alexey Panchenko
>            Priority: Minor
>             Fix For: 1.5
>
>         Attachments: build.xml.patch
>
>
> <ant antfile="${velocity.build.dir}/download.xml" target="build-download" /> was executed two times - for jar and jar-src.
> I move it to separated target having unless condition.
> So the following download is not executed and also downloadable libraries check can be disabled completety.

-- 
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-421) Downloaded libraries are checked twice when started by 'ant jar jar-src'

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

Will Glass-Husain updated VELOCITY-421:
---------------------------------------

    Fix Version: 1.5

should we be including this in 1.5?

> Downloaded libraries are checked twice when started by 'ant jar jar-src'
> ------------------------------------------------------------------------
>
>          Key: VELOCITY-421
>          URL: http://issues.apache.org/jira/browse/VELOCITY-421
>      Project: Velocity
>         Type: Improvement
>   Components: Build
>     Versions: 1.5
>     Reporter: Alexey Panchenko
>     Priority: Minor
>      Fix For: 1.5
>  Attachments: build.xml.patch
>
> <ant antfile="${velocity.build.dir}/download.xml" target="build-download" /> was executed two times - for jar and jar-src.
> I move it to separated target having unless condition.
> So the following download is not executed and also downloadable libraries check can be disabled completety.

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