Raja Nagendra Kumar

Results 70 comments of Raja Nagendra Kumar
trafficstars

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. ![image](https://user-images.githubusercontent.com/332234/134756190-357ae49f-0614-49d4-860c-389683b1ecdb.png)

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...

![image](https://user-images.githubusercontent.com/332234/180643798-8af264d7-09c6-49a9-a7ef-c0e316905002.png) 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 ![image](https://user-images.githubusercontent.com/332234/180643778-fdcac8de-d06e-4c19-92e2-314eaee82adc.png) for the reason ![image](https://user-images.githubusercontent.com/332234/180643862-1f76e941-39f5-4ddc-bcdc-fde8b6887168.png)...

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. ![image](https://user-images.githubusercontent.com/332234/183900245-ca4bb801-d43b-4a0f-8cfc-8b9e86530027.png)