Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Dec 2014 17:08:58 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 195716] [new port] java/GCViewer: classic little tool for java garbage collector log analysis
Message-ID:  <bug-195716-13-IrWO39sACX@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-195716-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-195716-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195716

jgh@FreeBSD.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jgh@FreeBSD.org

--- Comment #3 from jgh@FreeBSD.org ---
I have ported several java-based ports that fetch during their build phase, and
not only is this a bad idea, but it also make the build a moving target. So
much, that it isn't a predictable and repeatable process.

The best way to tackle this is to build locally, and then package up the
repository that is populated by maven. Then point ant, or whatever compiler is
used, to include your local build repository for sources.

A good example of this is archivers/snappy-java

Please let me know if you need any assistance, and I can see what I can help
with.

-jgh

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-195716-13-IrWO39sACX>