On Thu, Mar 28, 2019 at 7:58 AM Huxing Zhang <[email protected]> wrote:
> Hi, > > > On Thu, Mar 28, 2019 at 6:41 PM Justin Mclean <[email protected]> > wrote: > > > > Hi, > > > > >> * the test file would not show up when an Apache Dubbo user uses > Dubbo 'in production'? > > > > > > No, they won't show up when use in production, either a user compile > > > from source code or download the binary distribution. > > > > Sadly this is not the case. In unzipped src distribution if I run `mvn > compile` and then do this `find . -name "idleness.txt”` I get this result: > > > > ./dubbo-admin-ui/node_modules/wordwrap/test/idleness.txt > > > ./dubbo-admin-ui/node_modules/cliui/node_modules/wordwrap/test/idleness.txt > > Those are just intermediate files, but they don't go into executable > binaries. > It sounds like that fails my question of: "* the test file would not be in the download for Apache Dubbo (and presumably other typical use cases)?" Circling back, my feeling was that if the following three items are true, then we continue to depend on these projects and encourage them to fix the problem, reviewing the subject in the future if they stop trying to fix it; 1) Apache do not distribute idleness.txt. 2) Apache do not have idleness.txt in our source control. 3) The use of Apache Dubbo does not mean our users are copying idleness.txt into their products (be that production server, app etc.) Hen
