You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/06/06 21:06:06 UTC

[jira] Created: (MAVEN-1312) downloading artifacts doesn't provide feedback

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1312

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1312
    Summary: downloading artifacts doesn't provide feedback
       Type: Improvement

     Status: Unassigned
   Priority: Minor

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             core
   Versions:
             1.0-rc3

   Assignee: 
   Reporter: Jerome Lacoste

    Created: Sun, 6 Jun 2004 3:04 PM
    Updated: Sun, 6 Jun 2004 3:04 PM

Description:
I am using a modem these days, and it is particularly frustrating to see maven downloading files without knowing more about the time it will take.

We should then provide a way for HttpUtils to give more feedback.
In the future, maven might get integrated into IDEs. The design of the feature should also allow for easy integration with nice graphical frontends.


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report 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-1312) downloading artifacts doesn't provide feedback

Posted by ji...@codehaus.org.
Message:

   The following issue has been closed.

   Resolver: Brett Porter
       Date: Tue, 6 Jul 2004 8:35 AM

I had planned this anyway since I added content-length handling and changed the type last time and it broke the bootstrap mechnism as it didn't like \r.
I had a look at this patch and its basically the same idea, although the patch contains a lot of unrelated fixes, commented out additional debug statements, and so on. I've just stuck with what I was working on.
---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1312

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1312
    Summary: downloading artifacts doesn't provide feedback
       Type: Improvement

     Status: Closed
   Priority: Minor
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             core
   Fix Fors:
             1.0
   Versions:
             1.0-rc3

   Assignee: Brett Porter
   Reporter: Jerome Lacoste

    Created: Sun, 6 Jun 2004 3:04 PM
    Updated: Tue, 6 Jul 2004 8:35 AM

Description:
I am using a modem these days, and it is particularly frustrating to see maven downloading files without knowing more about the time it will take.

We should then provide a way for HttpUtils to give more feedback.
In the future, maven might get integrated into IDEs. The design of the feature should also allow for easy integration with nice graphical frontends.


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report 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] Updated: (MAVEN-1312) downloading artifacts doesn't provide feedback

Posted by ji...@codehaus.org.
The following issue has been updated:

    Updater: Jerome Lacoste (mailto:jerome@coffeebreaks.org)
       Date: Sun, 6 Jun 2004 5:23 PM
    Comment:
Missing file for patch to work.
    Changes:
             Attachment changed to SimpleTextualActivityMonitor.java
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MAVEN-1312?page=history

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1312

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1312
    Summary: downloading artifacts doesn't provide feedback
       Type: Improvement

     Status: Unassigned
   Priority: Minor

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             core
   Versions:
             1.0-rc3

   Assignee: 
   Reporter: Jerome Lacoste

    Created: Sun, 6 Jun 2004 3:04 PM
    Updated: Sun, 6 Jun 2004 5:23 PM

Description:
I am using a modem these days, and it is particularly frustrating to see maven downloading files without knowing more about the time it will take.

We should then provide a way for HttpUtils to give more feedback.
In the future, maven might get integrated into IDEs. The design of the feature should also allow for easy integration with nice graphical frontends.


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report 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] Updated: (MAVEN-1312) downloading artifacts doesn't provide feedback

Posted by ji...@codehaus.org.
The following issue has been updated:

    Updater: Jerome Lacoste (mailto:jerome@coffeebreaks.org)
       Date: Sun, 6 Jun 2004 5:11 PM
    Comment:
First version of the patch, awaiting reviews before I go on in that direction. Patch was made on 1.0 branch.
The patch moves the into a simple implementation of an ActivityMonitor.

The patch also contains some javadoc cleanups and add a new test to show that InvalidUrl can throw a RuntimeException.

Note: I don't manage to make cvs diff -N work, so the 2 new files are missing. will attach them separately.

Please make a review, and say whether or not this is a good direction.
I would like to know:
- whether the idea to introduce a monitor is good
- whether the code has problems like being too url specific (especially the Content length part
- whether people are interested in ising a better ActivityMonitor (I am), perhaps something that can use the readline functionality on platform that have it (i have to find a wrapper jar library that can be used with maven without licensing issues).
- etc...
    Changes:
             Attachment changed to patch.MAVEN-1312.txt
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MAVEN-1312?page=history

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1312

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1312
    Summary: downloading artifacts doesn't provide feedback
       Type: Improvement

     Status: Unassigned
   Priority: Minor

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             core
   Versions:
             1.0-rc3

   Assignee: 
   Reporter: Jerome Lacoste

    Created: Sun, 6 Jun 2004 3:04 PM
    Updated: Sun, 6 Jun 2004 5:11 PM

Description:
I am using a modem these days, and it is particularly frustrating to see maven downloading files without knowing more about the time it will take.

We should then provide a way for HttpUtils to give more feedback.
In the future, maven might get integrated into IDEs. The design of the feature should also allow for easy integration with nice graphical frontends.


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report 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] Updated: (MAVEN-1312) downloading artifacts doesn't provide feedback

Posted by ji...@codehaus.org.
The following issue has been updated:

    Updater: Jerome Lacoste (mailto:jerome@coffeebreaks.org)
       Date: Sun, 6 Jun 2004 5:22 PM
    Comment:
One the 2 files missing for the patch to work (cvs diff -N issue).

Note that I will fix the following issues in my previous file:
- the multiple import will be reverted to former style
- the comment removed by inadvertence (on http 304 result) will be put back
    Changes:
             Attachment changed to ActivityMonitor.java
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MAVEN-1312?page=history

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1312

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1312
    Summary: downloading artifacts doesn't provide feedback
       Type: Improvement

     Status: Unassigned
   Priority: Minor

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             core
   Versions:
             1.0-rc3

   Assignee: 
   Reporter: Jerome Lacoste

    Created: Sun, 6 Jun 2004 3:04 PM
    Updated: Sun, 6 Jun 2004 5:22 PM

Description:
I am using a modem these days, and it is particularly frustrating to see maven downloading files without knowing more about the time it will take.

We should then provide a way for HttpUtils to give more feedback.
In the future, maven might get integrated into IDEs. The design of the feature should also allow for easy integration with nice graphical frontends.


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report 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