If you run mvn clean package -DskipTests
it will create a zip file: broker\target\qpid-broker-7.0.0-SNAPSHOT-bin.zip you can then unzip this file somewhere else to create an installation directory which has all the files in the right place such that the bin\qpid-server.bat file will work correctly from within that installation directory (see http://qpid.apache.org/releases/qpid-java-6.1.2/java-broker/book/Java-Broker-Installation-InstallationWindows.html ). Hope this helps, Rob On 24 May 2017 at 08:31, girishlc <[email protected]> wrote: > Hi Keith, > > Thanks for your response, > > Actually I am using the same link which you sent. > > https://cwiki.apache.org/confluence/display/qpid/qpid+java+build+how+to > > Issue 1. > > There are executable already present in this folder and I can directly use > this, > C:\queuSrc\qpid-broker\broker\bin > For ex: > C:\queuSrc\qpid-broker\broker\bin\qpid-server > > but I need to build the source and run the qpid-server. > > > Issue 2: > > After the below command, I can see the jar file as mentioned below, > mvn clean install –DskipTests > > ...\qpid-broker\broker-codegen\target > qpid-broker-codegen-7.0.0-SNAPSHOT > > How can I use this to run the qpid-server ? > > > > > -- > View this message in context: http://qpid.2158936.n2.nabble. > com/Help-to-build-the-Java-Qpid-broker-build-from-source- > tp7662674p7663339.html > Sent from the Apache Qpid developers mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
