You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build/project-template-gradle/build-tools/android-static-binding-generator/binding-generator/src/main/java/com/extend/generator/ExtendClassGenerator.java
Copy file name to clipboardExpand all lines: build/project-template-gradle/build-tools/android-static-binding-generator/binding-generator/src/main/java/com/extend/generator/JarLister.java
Copy file name to clipboardExpand all lines: build/project-template-gradle/build-tools/android-static-binding-generator/binding-generator/src/main/java/com/extend/generator/NSClassLoader.java
thrownewGradleException("\n\t<< ERROR >>: Please pass 'jsCodeDir' property. Static binding generator needs to know where is the javascript code you want to generate bindings for. \n\t<<Example>>: -PjsCodeDir=[path_to_js_code_dir]\n")
25
-
}
26
-
if(!isJarsDirPassed) {
27
-
thrownewGradleException("\n\t<< ERROR >>: Please pass 'jarsDir' property. The static binding generator needs to know where are the jars you will use for your project, in order to generate bindings for them. Please specify a path to those jars. \n\t<<Example>>: -PjarsDir=[path_to_jars_dir]\n")
28
-
}
25
+
//if(!isJsCodePathPassed) {
26
+
//throw new GradleException("\n\t<< ERROR >>: Please pass 'jsCodeDir' property. Static binding generator needs to know where is the javascript code you want to generate bindings for. \n\t<<Example>>: -PjsCodeDir=[path_to_js_code_dir]\n")
27
+
//}
28
+
//if(!isJarsDirPassed) {
29
+
//throw new GradleException("\n\t<< ERROR >>: Please pass 'jarsDir' property. The static binding generator needs to know where are the jars you will use for your project, in order to generate bindings for them. Please specify a path to those jars. \n\t<<Example>>: -PjarsDir=[path_to_jars_dir]\n")
30
+
//}
29
31
30
-
if(!isOutDirPassed) {
31
-
thrownewGradleException("\n\t<< ERROR >>: Please pass 'outDir' property. Static binding generator needs to know where do you want to put the bindings that will be generated. Please provide an out directory or specify one that will be created if missing. \n\t<<Example>>: -PoutDir=[path_to_output_dir]\n")
32
-
}
32
+
//if(!isOutDirPassed) {
33
+
//throw new GradleException("\n\t<< ERROR >>: Please pass 'outDir' property. Static binding generator needs to know where do you want to put the bindings that will be generated. Please provide an out directory or specify one that will be created if missing. \n\t<<Example>>: -PoutDir=[path_to_output_dir]\n")
Copy file name to clipboardExpand all lines: build/project-template-gradle/build-tools/android-static-binding-generator/interface-name-generator/src/main/java/com/ig/GetInterfaceNames.java
+8-36Lines changed: 8 additions & 36 deletions
Original file line number
Diff line number
Diff line change
@@ -18,31 +18,22 @@ public class GetInterfaceNames {
0 commit comments