mirror of https://github.com/apache/ant-ivy
76 lines
4.8 KiB
Plaintext
76 lines
4.8 KiB
Plaintext
[ivy@apache:/ivy/configurations/multi-projects/filter-framework]$ ant
|
|
Buildfile: /ivy/configurations/multi-projects/filter-framework/build.xml
|
|
|
|
clean:
|
|
|
|
resolve:
|
|
[ivy:retrieve] :: Apache Ivy 2.5.0 - 20170615193455 :: http://ant.apache.org/ivy/ ::
|
|
[ivy:retrieve] :: loading settings :: url = jar:file://home/ivy/ivy.jar!/org/apache/ivy/core/settings/ivysettings.xml
|
|
[ivy:retrieve] :: resolving dependencies :: org.apache#filter-framework;working@apache
|
|
[ivy:retrieve] confs: [api, homemade-impl, cc-impl, test]
|
|
[ivy:retrieve] found org.apache.commons#commons-collections4;4.1 in public
|
|
[ivy:retrieve] found junit#junit;4.12 in public
|
|
[ivy:retrieve] found org.hamcrest#hamcrest-core;1.3 in public
|
|
[ivy:retrieve] downloading https://repo1.maven.org/maven2/org/apache/commons/commons-collections4/4.1/commons-collections4-4.1.jar ...
|
|
[ivy:retrieve] ...................
|
|
[ivy:retrieve] ..........
|
|
[ivy:retrieve] ...........
|
|
[ivy:retrieve] ...............
|
|
[ivy:retrieve] .. (733kB)
|
|
[ivy:retrieve] .. (0kB)
|
|
[ivy:retrieve] [SUCCESSFUL ] org.apache.commons#commons-collections4;4.1!commons-collections4.jar (7624ms)
|
|
[ivy:retrieve] downloading https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar ...
|
|
[ivy:retrieve] ............................... (307kB)
|
|
[ivy:retrieve] .. (0kB)
|
|
[ivy:retrieve] [SUCCESSFUL ] junit#junit;4.12!junit.jar (2329ms)
|
|
[ivy:retrieve] downloading https://repo1.maven.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar ...
|
|
[ivy:retrieve] .............. (43kB)
|
|
[ivy:retrieve] .. (0kB)
|
|
[ivy:retrieve] [SUCCESSFUL ] org.hamcrest#hamcrest-core;1.3!hamcrest-core.jar (1293ms)
|
|
[ivy:retrieve] :: resolution report :: resolve 16401ms :: artifacts dl 11251ms
|
|
---------------------------------------------------------------------
|
|
| | modules || artifacts |
|
|
| conf | number| search|dwnlded|evicted|| number|dwnlded|
|
|
---------------------------------------------------------------------
|
|
| api | 0 | 0 | 0 | 0 || 0 | 0 |
|
|
| homemade-impl | 0 | 0 | 0 | 0 || 0 | 0 |
|
|
| cc-impl | 1 | 1 | 1 | 0 || 1 | 1 |
|
|
| test | 3 | 3 | 3 | 0 || 3 | 3 |
|
|
---------------------------------------------------------------------
|
|
[ivy:retrieve] :: retrieving :: org.apache#filter-framework
|
|
[ivy:retrieve] confs: [api, homemade-impl, cc-impl, test]
|
|
[ivy:retrieve] 4 artifacts copied, 0 already retrieved (1818kB/12ms)
|
|
|
|
build:
|
|
[mkdir] Created dir: /ivy/configurations/multi-projects/filter-framework/build
|
|
[mkdir] Created dir: /ivy/configurations/multi-projects/filter-framework/distrib
|
|
[javac] Compiling 4 source files to /ivy/configurations/multi-projects/filter-framework/build
|
|
[jar] Building jar: /ivy/configurations/multi-projects/filter-framework/distrib/filter-api.jar
|
|
[jar] Building jar: /ivy/configurations/multi-projects/filter-framework/distrib/filter-hmimpl.jar
|
|
[jar] Building jar: /ivy/configurations/multi-projects/filter-framework/distrib/filter-ccimpl.jar
|
|
|
|
test:
|
|
[mkdir] Created dir: /ivy/configurations/multi-projects/filter-framework/build/test-report
|
|
[mkdir] Created dir: /ivy/configurations/multi-projects/filter-framework/build/test-classes
|
|
[javac] /ivy/configurations/multi-projects/filter-framework/build.xml:82: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
|
|
[javac] Compiling 3 source files to /ivy/configurations/multi-projects/filter-framework/build/test-classes
|
|
[junit] Running filter.ccimpl.CCFilterTest
|
|
[junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
|
|
[junit] Running filter.hmimpl.HMFilterTest
|
|
[junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
|
|
|
|
publish:
|
|
[ivy:publish] :: delivering :: org.apache#filter-framework;working@apache :: 1.3 :: release :: Thu Jun 15 19:37:04 IST 2017
|
|
[ivy:publish] delivering ivy file to /ivy/configurations/multi-projects/filter-framework/distrib/ivy.xml
|
|
[ivy:publish] :: publishing :: org.apache#filter-framework
|
|
[ivy:publish] published filter-api to /home/ivy/.ivy2/local/org.apache/filter-framework/1.3.part/jars/filter-api.jar
|
|
[ivy:publish] published filter-hmimpl to /home/ivy/.ivy2/local/org.apache/filter-framework/1.3.part/jars/filter-hmimpl.jar
|
|
[ivy:publish] published filter-ccimpl to /home/ivy/.ivy2/local/org.apache/filter-framework/1.3.part/jars/filter-ccimpl.jar
|
|
[ivy:publish] published ivy to /home/ivy/.ivy2/local/org.apache/filter-framework/1.3.part/ivys/ivy.xml
|
|
[ivy:publish] publish committed: moved /home/ivy/.ivy2/local/org.apache/filter-framework/1.3.part
|
|
[ivy:publish] to /home/ivy/.ivy2/local/org.apache/filter-framework/1.3
|
|
[echo] project filter-framework released with version 1.3
|
|
|
|
BUILD SUCCESSFUL
|
|
Total time: 29 seconds
|