Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

install

feilong edited this page Dec 7, 2016 · 5 revisions
E:\work>git clone https://github.com/venusdrogon/feilong-platform.git --depth 1
Cloning into 'feilong-platform'...
remote: Counting objects: 9, done.
remote: Compressing objects: 100% (6/6), done.
remote: Total 9 (delta 0), reused 6 (delta 0), pack-reused 0
Unpacking objects: 100% (9/9), done.

2. mvn install -f feilong-platform

E:\work>mvn install -f feilong-platform
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building feilong-platform 1.9.7-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ parent ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory E:\work\feilong-platform\src\main\resources
[INFO]
[INFO] --- native2ascii-maven-plugin:1.0-beta-1:native2ascii (native2ascii) @ parent ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:testResources (default-testResources) @ parent ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory E:\work\feilong-platform\src\test\resources
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ parent >>>
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ parent <<<
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ parent ---
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ parent ---
[INFO] Installing E:\work\feilong-platform\pom.xml to D:\FeiLong Soft\Essential\Development\repository\com\feilong\platf
orm\parent\1.9.7-SNAPSHOT\parent-1.9.7-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.901 s
[INFO] Finished at: 2016-12-07T21:21:41+08:00
[INFO] Final Memory: 7M/19M
[INFO] ------------------------------------------------------------------------
E:\work>git clone https://github.com/venusdrogon/feilong-core.git --depth 1
Cloning into 'feilong-core'...
remote: Counting objects: 509, done.
remote: Compressing objects: 100% (348/348), done.
remote: Total 509 (delta 317), reused 222 (delta 153), pack-reused 0
00 KiB/s
Receiving objects: 100% (509/509), 400.94 KiB | 252.00 KiB/s, done.
Resolving deltas: 100% (317/317), done.

4.mvn install -f feilong-core

E:\work>mvn install -f feilong-core
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building feilong-core 1.9.7-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ feilong-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.6.0:compile (default-compile) @ feilong-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 79 source files to E:\work\feilong-core\target\classes
[INFO] /E:/work/feilong-core/src/main/java/com/feilong/core/util/predicate/BeanPredicateUtil.java: E:\work\feilong-core\
src\main\java\com\feilong\core\util\predicate\BeanPredicateUtil.java使用了未经检查或不安全的操作。
[INFO] /E:/work/feilong-core/src/main/java/com/feilong/core/util/predicate/BeanPredicateUtil.java: 有关详细信息, 请使用
-Xlint:unchecked 重新编译。
[INFO]
[INFO] --- native2ascii-maven-plugin:1.0-beta-1:native2ascii (native2ascii) @ feilong-core ---
[INFO] Includes: [classes\**/*.properties, test-classes\**/*.properties]
[INFO] Excludes: []
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:testResources (default-testResources) @ feilong-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.6.0:testCompile (default-testCompile) @ feilong-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 344 source files to E:\work\feilong-core\target\test-classes
[INFO] /E:/work/feilong-core/src/test/java/com/feilong/tools/jsonlib/JsonUtilFormatTest.java: 某些输入文件使用或覆盖了已
过时的 API。
[INFO] /E:/work/feilong-core/src/test/java/com/feilong/tools/jsonlib/JsonUtilFormatTest.java: 有关详细信息, 请使用 -Xlin
t:deprecation 重新编译。
[INFO] /E:/work/feilong-core/src/test/java/com/feilong/core/util/sortutiltest/SortUtilSortListTest.java: 某些输入文件使
用了未经检查或不安全的操作。
[INFO] /E:/work/feilong-core/src/test/java/com/feilong/core/util/sortutiltest/SortUtilSortListTest.java: 有关详细信息,
请使用 -Xlint:unchecked 重新编译。
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ feilong-core ---

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running com.feilong.FeiLongSuiteTests
22:30 WARN  (DateTimeConverter.java:471) [toDate()]     DateConverter does not support default String to 'Date' conversi
on.
22:30 WARN  (DateTimeConverter.java:472) [toDate()]     (N.B. Re-configure Converter or use alternative implementation)
22:31 DEBUG (PropertyUtilDescribeTest.java:68) [testDescribe1()]     {
        "date": "2016-12-07 21:22:31",
        "userInfo": {"age": 0},
        "loves": null,
        "userAddresses": null,
        "attrMap": null,
        "password": null,
        "money": null,
        "name": "feilong",
        "userAddresseList": [],
        "id": null,
        "age": null,
        "nickNames": null
    }
22:31 DEBUG (PropertyUtilDescribeTest.java:70) [testDescribe1()] {"id": null}
22:31 DEBUG (CalendarUtilTest.java:50) [testGetDayOfMonth1()] 59
22:31 DEBUG (CalendarUtilTest.java:51) [testGetDayOfMonth1()] 1419960624895
22:31 DEBUG (CalendarUtilTest.java:52) [testGetDayOfMonth1()] -1556801938
22:31 INFO  (ClassLoaderUtil.java:270) [getResourceInAllClassLoader()] not found:[slf4j-log4j12-1.7.21] in all ClassLoad
er,return null
22:31 INFO  (ClassLoaderUtil.java:270) [getResourceInAllClassLoader()] not found:[slf4j-log4j12-1.7.21.jar] in all Class
Loader,return null
22:31 INFO  (ClassLoaderUtil.java:270) [getResourceInAllClassLoader()] not found:[notexist] in all ClassLoader,return nu
ll
22:31 DEBUG (NumberFormatUtilTest.java:76) [testToString1()] 62
22:31 INFO  (URLUtil.java:150) [toURL()] [new URL("E:\test")] exception,cause by :[unknown protocol: e],will try call [t
oFileURL("E:\test")]
22:31 DEBUG (URLUtilGetUnionUrlTest.java:42) [testGetUnionUrl1()] file:/E:/sanguo
22:31 DEBUG (URLUtilGetUnionUrlTest.java:51) [testGetUnionUrl2()] http://www.exiaoshuo.com/jinyiyexing/1173348/
22:31 INFO  (URLUtil.java:150) [toURL()] [new URL("C:\Users\feilong\feilong\train\鏂板憳宸warmReminder\20160704141057.
html")] exception,cause by :[unknown protocol: c],will try call [toFileURL("C:\Users\feilong\feilong\train\鏂板憳宸war
mReminder\20160704141057.html")]
22:31 DEBUG (URLUtilToURLTest.java:41) [testToURL()] the param url:file:/C:/Users/feilong/feilong/train/鏂板憳宸?warmRem
inder/20160704141057.html
22:31 WARN  (ResourceBundleUtil.java:151) [getValue()] resourceBundle:[java.util.PropertyResourceBundle@1f7cd29] don't c
ontainsKey:[wo_bu_cun_zai]
22:31 WARN  (ResourceBundleUtil.java:151) [getValue()] resourceBundle:[java.util.PropertyResourceBundle@1be4146] don't c
ontainsKey:[wo_bu_cun_zai]
22:31 WARN  (MapUtil.java:701) [getSubMap()] map:[["a","b","c","d"]] don't contains key:[f]
22:31 WARN  (MapUtil.java:831) [removeKeys()] map:[["b","c"]] don't contains key:[m]
22:31 WARN  (MapUtil.java:831) [removeKeys()] map:[["name","age","country"]] don't contains key:[null]
22:31 WARN  (MapUtil.java:831) [removeKeys()] map:[["name","age","country"]] don't contains key:[name1]
Tests run: 1458, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.701 sec - in com.feilong.FeiLongSuiteTests

Results :

Tests run: 1458, Failures: 0, Errors: 0, Skipped: 1

[INFO]
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ feilong-core ---
[INFO] Building jar: E:\work\feilong-core\target\feilong-core-1.9.7-SNAPSHOT.jar
[INFO]
[INFO] --- maven-jar-plugin:2.6:test-jar (default) @ feilong-core ---
[INFO] Building jar: E:\work\feilong-core\target\feilong-core-1.9.7-SNAPSHOT-tests.jar
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ feilong-core >>>
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ feilong-core <<<
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ feilong-core ---
[INFO] Building jar: E:\work\feilong-core\target\feilong-core-1.9.7-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ feilong-core ---
[INFO] Installing E:\work\feilong-core\target\feilong-core-1.9.7-SNAPSHOT.jar to D:\FeiLong Soft\Essential\Development\r
epository\com\feilong\platform\feilong-core\1.9.7-SNAPSHOT\feilong-core-1.9.7-SNAPSHOT.jar
[INFO] Installing E:\work\feilong-core\pom.xml to D:\FeiLong Soft\Essential\Development\repository\com\feilong\platform\
feilong-core\1.9.7-SNAPSHOT\feilong-core-1.9.7-SNAPSHOT.pom
[INFO] Installing E:\work\feilong-core\target\feilong-core-1.9.7-SNAPSHOT-tests.jar to D:\FeiLong Soft\Essential\Develop
ment\repository\com\feilong\platform\feilong-core\1.9.7-SNAPSHOT\feilong-core-1.9.7-SNAPSHOT-tests.jar
[INFO] Installing E:\work\feilong-core\target\feilong-core-1.9.7-SNAPSHOT-sources.jar to D:\FeiLong Soft\Essential\Devel
opment\repository\com\feilong\platform\feilong-core\1.9.7-SNAPSHOT\feilong-core-1.9.7-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8.777 s
[INFO] Finished at: 2016-12-07T21:22:33+08:00
[INFO] Final Memory: 21M/89M
[INFO] ------------------------------------------------------------------------