Instructions for building are also in the hacking guide [1]. On my box I
typically use the "-DskipTests" flag to speed up the build.

If you actually want to run the broker directly from the IDE the simplest
way is probably using a test-case. See this test for example [2]. This is
also mentioned in the hacking guide [3].


Justin

[1]
http://activemq.apache.org/components/artemis/documentation/latest/hacking-guide/building.html
[3]
https://github.com/apache/activemq-artemis/blob/master/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/SimpleTest.java
[2]
http://activemq.apache.org/components/artemis/documentation/latest/hacking-guide/tests.html

On Sat, Dec 28, 2019 at 1:39 PM Krzysztof <h4v...@gmail.com> wrote:

> I see, so there is no easy way to build it and run it directly from IDE? On
> the other hand, I'm still struggling with having it built. Any guidance on
> this? It might be useful for new, potential contributors.
>
>
>
> On Sat, Dec 28, 2019 at 7:58 PM Justin Bertram <jbert...@redhat.com>
> wrote:
>
> > In the default <ARTEMIS_INSTANCE>/etc/artemis.profile there are these
> > lines:
> >
> >   # Debug args: Uncomment to enable debug
> >
> >
> >
> #DEBUG_ARGS="-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5005"
> >
> > Uncomment the second line and then start a debugging session in your IDE
> > and point it to localhost:5005.
> >
> >
> > Justin
> >
> > On Sat, Dec 28, 2019 at 11:00 AM Krzysztof <h4v...@gmail.com> wrote:
> >
> > > Hi,
> > >
> > > Is there any guide (sth similar to
> > >
> > >
> >
> https://activemq.apache.org/components/artemis/documentation/2.0.0/hacking-guide/ide.html
> > > )
> > > describing how to run Artemis locally with debugger attached?
> > >
> > > Thanks,
> > > Krzysztof
> > >
> >
>

Reply via email to