File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -137,13 +137,13 @@ parameters.
137137These commands are examples for calling the tool:
138138
139139``` shell
140- java -jar MCCd .jar -i src/MyCompany --path symbols -o out --gen
140+ java -jar MCCD .jar -i src/MyCompany.cd -o out --gen
141141java -jar MCCD.jar -i src/MyAddress.cd -s symbols/MyAddress.cdsym
142- java -jar MCCD.jar -i src/MyLife --path symbols -pp
142+ java -jar MCCD.jar -i src/MyLife.cd --path symbols -pp
143143```
144144
145145To try them out for yourself download and put the files
146- [ MyAddress.cd] ( doc/MyAddress.cd ) and [ MyLife.cd] ( doc/MyLife.cd ) into your ` src ` directory.
146+ [ MyCompany.cd ] ( doc/MyCompany.cd ) , [ MyAddress.cd] ( doc/MyAddress.cd ) , and [ MyLife.cd] ( doc/MyLife.cd ) into your ` src ` directory.
147147The second command needs to be executed before the third.
148148
149149The possible options are:
@@ -209,7 +209,7 @@ gradle build
209209gradle shadowJar
210210```
211211Congratulations! The executable JAR file ` MCCD.jar ` is now in
212- the directory ` target/libs ` .
212+ the directory ` cdtool/ target/libs/ ` .
213213
214214## Tutorial: Getting Started Using the CD Tool
215215
You can’t perform that action at this time.
0 commit comments