Example #1
0
        public override void Prepare()
        {
            m_writer = new StreamWriter(OutputFilePath);

            SpecPath      = AbsolutePath.Create(PathTable, @"d:\dbs\el\o8\Build\ProductBuild\liblet_officewebserviceapi_droidx86_ship\build.dsc");
            DirectoryPath = AbsolutePath.Create(PathTable, @"d:\dbs\cx\o8\androidsdk.24.0.4");
            foreach (var producer in PipGraph.GetProducingPips(SpecPath))
            {
                m_writer.WriteLine(GetDescription(producer));
                m_writer.WriteLine();
            }

            // GetPathProducers(path);
        }