Raja Nagendra Kumar
Raja Nagendra Kumar
error with default JVM tags is ``` \DWork\eugenp\tutorials\bazel>e:bazel --output_user_root=c:/temp/bazel build //bazelapp:BazelApp INFO: Repository maven instantiated at: G:/dwork/eugenp/tutorials/bazel/WORKSPACE:18:14: in C:/temp/bazel/4jr45744/external/rules_jvm_external/defs.bzl:35:19: in maven_install Repository rule coursier_fetch defined at: C:/temp/bazel/4jr45744/external/rules_jvm_external/coursier.bzl:559:33: in INFO: Repository...
error with out output option is ``` DWork\eugenp\tutorials\bazel>e:bazel build //bazelapp:BazelApp WARNING: Output user root "C:/Users/Raja Nagendra Kumar/_bazel_Raja Nagendra Kumar" contains a space. This will probably break the build. You should...
error with out output option is my default user home is **_C:/Users/Raja Nagendra Kumar/_** ``` DWork\eugenp\tutorials\bazel>e:bazel build //bazelapp:BazelApp WARNING: Output user root "C:/Users/Raja Nagendra Kumar/_bazel_Raja Nagendra Kumar" contains a space....
if the error is ``` `G:\DWork\eugenp\tutorials\bazel>g:bazel --output_user_root=c:/temp/bazel build //bazelapp:BazelApp 'g:bazel' is not recognized as an internal or external command, operable program or batch file. G:\DWork\eugenp\tutorials\bazel>e:bazel --output_user_root=c:/temp/bazel build //bazelapp:BazelApp INFO: Repository...
readme.md should contain these commands for ready reference ``` bazel --output_user_root=c:/temp/bazeel build //bazelapp:BazelApp bazel --output_user_root=c:/temp/bazeel build //bazelapp:BazelApp_deploy.jar bazel --output_user_root=c:/temp/bazeel run //bazelapp:BazelApp bazel-bin\bazelapp\BazelApp.exe ``` special mention of` bazel-bin\bazelapp\BazelApp.exe` as a way...
This is happening when the source path given is wrong.. Do we need an explicit mention of the source directory? can these not be known from the execution context. 
https://github.com/pact-foundation/pact-jvm/issues/1309 When moving from `testImplementation 'au.com.dius.pact.consumer:junit5:4.1.39'` to `testImplementation 'au.com.dius.pact.consumer:junit5:4.2.0'` the dependency of `testImplementation 'au.com.dius.pact.consumer:junit5:4.1.39` of `testImplementation 'au.com.dius.pact.consumer:java8:4.1.39 `can be removed by changing the imports e.g these imports in the code...
There are 3 shell script files, which is breaking the gradle build on windows 1. buildDemo.sh 2. SootTutorial\demo\Android\sign.sh 3. SootTutorial\demo\compile.sh C:\SootTutorial>gradlew check Downloading https://services.gradle.org/distributions/gradle-5.4.1-all.zip .............................................................................................................................. Welcome to Gradle 5.4.1! Here...
 take the rt.jar and unzip it `xxx\SootTutorial\demo\IntraAnalysis` directory as above then run the command `gradlew run --args="UsageFinder 'void println(java.lang.String)' 'java.io.PrintStream'"` would show results as  for the reason ...
Thank You for the log approach. Was thinking if this info can part of the HTML report view directly.. Helps in debugging the report at more ease. 