File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 <include >*.yaml</include >
4444 </includes >
4545 </fileSet >
46+ <fileSet >
47+ <directory >samples/templates</directory >
48+ <outputDirectory >samples/templates</outputDirectory >
49+ <includes >
50+ <include >**/</include >
51+ </includes >
52+ </fileSet >
53+ <fileSet >
54+ <directory >samples/configs</directory >
55+ <outputDirectory >samples/configs</outputDirectory >
56+ <includes >
57+ <include >*.json</include >
58+ </includes >
59+ </fileSet >
4660 <fileSet >
4761 <directory >samples/sample-profile-specs/swagger-files</directory >
4862 <outputDirectory >samples/sample-profile-specs/swagger-files</outputDirectory >
Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ set DISPLAY_NAME=MyPluginForKotlin
1616:: スケルトンコード生成ツールのバイナリ
1717set JAR_FILE = ..\bin\deviceconnect-codegen.jar
1818
19- java -Dfile.encoding=UTF-8 -jar %JAR_FILE% --input-spec %SPEC% --lang %LANG% --package-name %PACKAGE_NAME% --display-name %DISPLAY_NAME% --output %OUTPUT_DIR%
19+ java -Dfile.encoding=UTF-8 -jar %JAR_FILE% --config .\configs\android-plugin-kotlin.json -- input-spec %SPEC% --lang %LANG% --package-name %PACKAGE_NAME% --display-name %DISPLAY_NAME% --output %OUTPUT_DIR%
Original file line number Diff line number Diff line change @@ -21,6 +21,6 @@ DISPLAY_NAME="MyPluginForKotlin"
2121# スケルトンコード生成ツールのバイナリ
2222JAR_FILE=" ../bin/deviceconnect-codegen.jar"
2323
24- ARGS=" --overwrite --input-spec $SPEC --lang deviceConnectKotlinPlugin --config configs/android-plugin.json --template-dir $TEMPLATE_DIR --package-name $PACKAGE_NAME --connection-type $CONNECTION_TYPE --display-name $DISPLAY_NAME --output $OUTPUT_DIR "
24+ ARGS=" --overwrite --input-spec $SPEC --lang deviceConnectKotlinPlugin --config configs/android-plugin-kotlin .json --template-dir $TEMPLATE_DIR --package-name $PACKAGE_NAME --connection-type $CONNECTION_TYPE --display-name $DISPLAY_NAME --output $OUTPUT_DIR "
2525
2626java -Dfile.encoding=UTF-8 -jar $JAR_FILE $ARGS
You can’t perform that action at this time.
0 commit comments