Giter Site home page Giter Site logo

maven-progress-bar's Introduction

maven-progress-bar's People

Contributors

philleonard avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

maven-progress-bar's Issues

Doesn't work for me

FrameDev@MacBook-Air Timer % (mvn install && mvn test && mvn package) | mvnp
Traceback (most recent call last):
  File "/usr/local/bin/mvnp", line 126, in <module>
    match()
  File "/usr/local/bin/mvnp", line 109, in match
    bar.finish()
AttributeError: 'NoneType' object has no attribute 'finish'

How can I solve this Problem?

So about that windows operability....

Any progress on that?

I was able to get it working partially by aliasing it like....

@echo off
C:\maven\bin\mvn %* | python3 C:\projects\misc\maven-progress-bar\mvnp.py -e -t -n

with an install.bat...

@echo off
pip3 install -r requirements.txt
copy mvnp.py mvnp
move mvnp %USERPROFILE%\mvnp
@echo on
py3 mvnp --help

attempting to emulate the same format of the existing install.sh, but the move doesn't make as much sense, since it'd need to get added to the path to be fully effective.

By "partially" I mean that it would progress, but added a new line a lot
image

AttributeError: 'NoneType' object has no attribute 'finish'

mvn clean | mvnp
Traceback (most recent call last):
  File "/usr/local/bin/mvnp", line 126, in <module>
    match()
  File "/usr/local/bin/mvnp", line 109, in match
    bar.finish()
AttributeError: 'NoneType' object has no attribute 'finish'

 mvn clean package | mvnp
Traceback (most recent call last):
  File "/usr/local/bin/mvnp", line 126, in <module>
    match()
  File "/usr/local/bin/mvnp", line 109, in match
    bar.finish()
AttributeError: 'NoneType' object has no attribute 'finish'

Also, takes a lot of time showning nothing

kUbuntu 17.10 with kernel 4.15.18-041518-generic x86_64

Python 3.6.3 (default, Oct 3 2017, 21:45:48)
[GCC 7.2.0] on linux

FutureWarning on starting with mvnp

Getting this while executing mvn clean install | mvnp on one of my projects.

/usr/local/bin/mvnp:82: FutureWarning: Possible nested set at position 1
  matched = re.findall("[[0-9]+/[0-9]+]", line)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.