Re: [Erma-core] Build broken on OS X

2008-12-10 Thread Matthew Kemp
Two things: 1) Can someone review the code changes for ERMA-13? It's in http://github.com/mkemp/erma/tree/master. I forgot that git commits are kept separate, so the changes are actually split across two commits. 2) I added what should be the appropriate jars to support the commons attributes. How

Re: [Erma-core] Build broken on OS X

2008-12-10 Thread Ray Krueger
> 1) Can someone review the code changes for ERMA-13? It's in > http://github.com/mkemp/erma/tree/master. I forgot that git commits are kept > separate, so the changes are actually split across two commits. git rebase -i HEAD~5 Then "squash" your first commit into the second commit. git rebase -

Re: [Erma-core] Build broken on OS X

2008-12-10 Thread Doug Barth
On Dec 10, 2008, at 11:52 AM, Ray Krueger wrote: 1) Can someone review the code changes for ERMA-13? It's in http://github.com/mkemp/erma/tree/master. I forgot that git commits are kept separate, so the changes are actually split across two commits. git rebase -i HEAD~5 Then "squash" your

Re: [Erma-core] Build broken on OS X

2008-12-10 Thread Doug Barth
On Dec 10, 2008, at 11:36 AM, Matthew Kemp wrote: 2) I added what should be the appropriate jars to support the commons attributes. However, I have not been able to get the build to work yet. Even with the command: ant -lib build/ant-lib/ it does not seem to be able to pick up the jars.

Re: [Erma-core] Build broken on OS X

2008-12-10 Thread Ray Krueger
>> The error is: >> build.xml:99: taskdef A class needed by >> org.apache.commons.compiler.AttributeCompiler cannot be found: >> xjavadoc/ant/XJavadocTask >> >> The commons-attributes task is currently commented out so that the rest of >> the build works. Why the hell are we trying to use commons-

Re: [Erma-core] Build broken on OS X

2008-12-10 Thread Matthew Kemp
Doug, Your changes look good, but I still can't get it to work on my machine. Matt On Wed, Dec 10, 2008 at 12:44 PM, Doug Barth <[EMAIL PROTECTED]> wrote: > On Dec 10, 2008, at 11:36 AM, Matthew Kemp wrote: > > 2) I added what should be the appropriate jars to support the commons >> attribute

Re: [Erma-core] Build broken on OS X

2008-12-10 Thread Doug Barth
On Dec 10, 2008, at 2:14 PM, Matthew Kemp wrote: Your changes look good, but I still can't get it to work on my machine. Perhaps one of the JARs bundled with your JDK/Ant package are getting picked up and have more dependencies than the JARs in the project? Can you try moving aside the J

Re: [Erma-core] Build broken on OS X

2008-12-10 Thread Ray Krueger
>>> The error is: >>> build.xml:99: taskdef A class needed by >>> org.apache.commons.compiler.AttributeCompiler cannot be found: >>> xjavadoc/ant/XJavadocTask >>> >>> The commons-attributes task is currently commented out so that the rest of >>> the build works. > > Why the hell are we trying to us

Re: [Erma-core] Build broken on OS X

2008-12-10 Thread Matthew Kemp
I think that we should provide the ability to expose JMX runtime controls in erma-lib. I think that we should keep erma-api as lean as possible, but there are many OS projects that use JMX as a means of exposing controls. The actual means of exposing the controls is up for debate. Matt On Wed, D