[
https://issues.apache.org/jira/browse/AVRO-2505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16910614#comment-16910614
]
Hudson commented on AVRO-2505:
------------------------------
SUCCESS: Integrated in Jenkins build AvroJava #723 (See
[https://builds.apache.org/job/AvroJava/723/])
AVRO-2505: `./build.sh clean` in the c++ directory doesn't remove all (dan:
[https://github.com/apache/avro/commit/4de6d838be56662b658e220deb2f1475685f768c])
* (edit) build.sh
* (edit) lang/c++/build.sh
> `./build.sh clean` in the c++ directory doesn't remove all temporary files
> --------------------------------------------------------------------------
>
> Key: AVRO-2505
> URL: https://issues.apache.org/jira/browse/AVRO-2505
> Project: Apache Avro
> Issue Type: Improvement
> Components: build
> Reporter: Kengo Seki
> Assignee: Kengo Seki
> Priority: Trivial
>
> {code}
> sekikn@a80af4ec301b:~/avro$ cd lang/c++
> sekikn@a80af4ec301b:~/avro/lang/c++$ ./build.sh test
> (snip)
> sekikn@a80af4ec301b:~/avro/lang/c++$ ./build.sh clean
> -- Boost version: 1.62.0
> -- Found the following Boost libraries:
> -- filesystem
> -- iostreams
> -- program_options
> -- regex
> -- system
> Enabled snappy codec
> -- Configuring done
> -- Generating done
> -- Build files have been written to: /home/sekikn/avro/lang/c++/build
> sekikn@a80af4ec301b:~/avro/lang/c++$ ls test*.df
> test8.df test9.df test_skip.df
> {code}
--
This message was sent by Atlassian Jira
(v8.3.2#803003)