GithubHelp home page GithubHelp logo

wipu / iwant Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 2.68 MB

A java-based declarative, multi-threaded and incremental build system that provides a fluent java API for writing build programs. Can use ant tasks and ant and shell scripts as backend.

License: MIT License

Java 82.37% Shell 4.85% HTML 12.59% CSS 0.07% Scala 0.02% Asymptote 0.11%
build-system build-tools java fluent-interface dsl domain-specific-language ant bash build-automation

iwant's Introduction

iwant

A java-based declarative, multi-threaded and incremental build system that provides a fluent java API for writing build programs. Can use ant tasks and ant and shell scripts as backend.

Plese see iwant.fluentjava.org for more information.

(The project began in sourceforge but future development is done only here in github.)

News

  • 2017-11-18 Build-breaking refactor: renamed iwant package As part of migration away from sourceforge the package of iwant was renamed to org.fluentjava.iwant so when you upgrade iwant for your project, you need to fix your imports. There is a migration script that is hopefully helpful there. If not, sorry for the trouble and please ask for help.

iwant's People

Contributors

wipu avatar

Stargazers

 avatar

Watchers

 avatar  avatar

iwant's Issues

Bootstrapping iwant fails: Server returned HTTP response code: 501 for URL: http://repo1.maven.org/maven2/org/apache/ant/ant/1.10.1/ant-1.10.1.jar

Here's the stacktrace
09:08:28 : Downloading -> /home/jenkins/.org.fluentjava.iwant/cached/UnmodifiableUrl/https%3A/%2Fgithub.com/wipu/iwant/archive/f1daac5386eed098b183afe96c3f1338e7bdbb08.zip 09:08:28 : Unzipping -> /home/jenkins/.org.fluentjava.iwant/cached/UnmodifiableZip/file%3A/home/jenkins/.org.fluentjava.iwant/cached/UnmodifiableUrl/https%25253A/%25252Fgithub.com/wipu/iwant/archive/f1daac5386eed098b183afe96c3f1338e7bdbb08.zip 09:08:28 : Compiling -> /home/jenkins/.org.fluentjava.iwant/cached/ClassesFromUnmodifiableIwantEssential/%2Fhome/jenkins/.org.fluentjava.iwant/cached/UnmodifiableZip/file%253A/home/jenkins/.org.fluentjava.iwant/cached/UnmodifiableUrl/https%2525253A/%2525252Fgithub.com/wipu/iwant/archive/f1daac5386eed098b183afe96c3f1338e7bdbb08.zip/iwant-f1daac5386eed098b183afe96c3f1338e7bdbb08/essential 09:08:28 : Downloading -> /home/jenkins/.org.fluentjava.iwant/cached/UnmodifiableUrl/http%3A/%2Frepo1.maven.org/maven2/org/apache/ant/ant/1.10.1/ant-1.10.1.jar 09:08:28 Exception in thread "main" java.lang.reflect.InvocationTargetException 09:08:28 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 09:08:28 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 09:08:28 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 09:08:28 at java.lang.reflect.Method.invoke(Method.java:498) 09:08:28 at org.fluentjava.iwant.entry.Iwant.runJavaMain(Iwant.java:591) 09:08:28 at org.fluentjava.iwant.entry.Iwant.evaluate(Iwant.java:265) 09:08:28 at org.fluentjava.iwant.entry.Iwant.main(Iwant.java:231) 09:08:28 Caused by: java.lang.RuntimeException: java.io.IOException: Server returned HTTP response code: 501 for URL: http://repo1.maven.org/maven2/org/apache/ant/ant/1.10.1/ant-1.10.1.jar 09:08:28 at org.fluentjava.iwant.entry.Iwant.downloaded(Iwant.java:762) 09:08:28 at org.fluentjava.iwant.entry.Iwant.downloaded(Iwant.java:768) 09:08:28 at org.fluentjava.iwant.entry2.Iwant2.antJar(Iwant2.java:123) 09:08:28 at org.fluentjava.iwant.entry2.Iwant2.iwantBinDeps(Iwant2.java:108) 09:08:28 at org.fluentjava.iwant.entry2.Iwant2.allIwantClasses(Iwant2.java:176) 09:08:28 at org.fluentjava.iwant.entry2.Iwant2.evaluate(Iwant2.java:65) 09:08:28 at org.fluentjava.iwant.entry2.Iwant2.main(Iwant2.java:50) 09:08:28 ... 7 more 09:08:28 Caused by: java.io.IOException: Server returned HTTP response code: 501 for URL: http://repo1.maven.org/maven2/org/apache/ant/ant/1.10.1/ant-1.10.1.jar 09:08:28 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 09:08:28 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) 09:08:28 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) 09:08:28 at java.lang.reflect.Constructor.newInstance(Constructor.java:423) 09:08:28 at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1926) 09:08:28 at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1921) 09:08:28 at java.security.AccessController.doPrivileged(Native Method) 09:08:28 at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1920) 09:08:28 at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1490) 09:08:28 at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1474) 09:08:28 at org.fluentjava.iwant.entry.Iwant.downloadBytes(Iwant.java:785) 09:08:28 at org.fluentjava.iwant.entry.Iwant.downloaded(Iwant.java:755) 09:08:28 ... 13 more 09:08:28 Caused by: java.io.IOException: Server returned HTTP response code: 501 for URL: http://repo1.maven.org/maven2/org/apache/ant/ant/1.10.1/ant-1.10.1.jar 09:08:28 at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1876) 09:08:28 at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1474) 09:08:28 at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480) 09:08:28 at org.fluentjava.iwant.entry.Iwant.downloadBytes(Iwant.java:778) 09:08:28 ... 14 more

With https the links are working:
https://repo1.maven.org/maven2/org/apache/ant/ant/1.10.1/ant-1.10.1.jar

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.