8 Building the SDK
tracyboehrer редактировал(а) эту страницу 2020-04-17 16:51:46 -05:00

Build and Run Bot Builder SDK

If you want to understand how the Bot Builder SDK works or want to debug an issue, you'll want to get the source, build it, and use it locally with a bot project.

Prerequisites

Clone

Clone a copy of the repo:

git clone https://github.com/Microsoft/botbuilder-java.git

Change to the SDK's directory:

cd botbuilder-java

Now at the command prompt type:

mvn clean install

Build and run samples

The samples are includes in the Java SDK repo. Each is a stand alone Maven project. You can open an run each in your IDE of choice, or use Maven to build and run from the command line. Please refer to the README located in each sample folder for details.