[Bug 195716] [new port] java/GCViewer: classic little tool for java garbage collector log analysis

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Dec 31 17:08:58 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195716

jgh at FreeBSD.org changed:

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

--- Comment #3 from jgh at 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.


More information about the freebsd-ports-bugs mailing list