1 Reply Latest reply on Jul 4, 2012 10:51 PM by tcunning

    JBoss ESB quickstart examples?

    boy18nj

      /jbossesb-4.10/samples/quickstarts can be runt on ant. I was looking to import all these examples in JBoss studio, unfortunately it supports only ant.

       

      I know few project examples are available in JBoss studio but those are not sufficient.

       

      Anybody have a idea how to import quickstart in eclipse?

        • 1. Re: JBoss ESB quickstart examples?
          tcunning

          You should be able to import them pretty easily, using File->Import->Java Project, and then specifying the quickstarts' location.    The only difficult part is then specifying something to run - either use Eclipse's ant support to run through ant, or run a Java Application and provide the same settings as the ant runtest target, or just drive the quickstart on the command line.