RE: problems with chainsaw build

2004-12-15 Thread Scott Deboy
RuleFactory won't compile either - it would need to be changed to use reflection to reference LikeRule. It is true that Chainsaw will run fine without ORO, you just won't have the LIKE rule available. -Original Message- From: Scott Deboy Sent: Wed 12/15/2004 7:55 PM To: Log4J

RE: problems with chainsaw build

2004-12-15 Thread Scott Deboy
By the way, the only dependency on ORO in Chainsaw is org.apache.log4j.rule.LikeRule That class could be excluded if oro wasn't in the classpath, and you'd still have a working Chainsaw (minus the regexp-based LIKE rule). -Original Message- From: Curt Arnold [mailto:[EMAIL PROTECTE

Re: problems with chainsaw build

2004-12-15 Thread Curt Arnold
On Dec 15, 2004, at 8:15 PM, Paul Smith wrote: I just did an "ant clean" then an "ant jar" and the chainsaw jar DOES contain LogUI. So unless the local environment is missing something that is preventing it from building all of Chainsaw (maybe regexp library not there?). Curt, maybe you could

RE: problems with chainsaw build

2004-12-15 Thread Scott Deboy
My mistake.. I didn't actually look, other than running 'ant chainsaw' and seeing logui in the jar. Why you need to do a clean 1st is another question. -Original Message- From: Paul Smith [mailto:[EMAIL PROTECTED] Sent: Wed 12/15/2004 6:36 PM To: Log4J Users List Cc: Subje

Re: problems with chainsaw build

2004-12-15 Thread Andy McBride
Sorry, that was rubbish, the 'build.chainsaw' gets called back up as a dependency on 'build'! My problem was indeed caused by an oro.jar gone astray. Re-instating the jar and doing a 'clean jar' builds me a proper chainsaw.jar Regards Andy On Thu, 16 Dec 2004 02:43:48 + "Andy McBride"

Re: problems with chainsaw build

2004-12-15 Thread Paul Smith
which may not build chainsaw (or all of chainsaw) if some libraries are missing (regexp is required ala jakarta-oro). Andy McBride wrote: Hi, The 'jar' task depends on 'chainsaw.jar' which just jars up what is there. 'chainsaw.jar' target only depends on 'build', I think it also needs to depen

Re: problems with chainsaw build

2004-12-15 Thread Andy McBride
Hi, The 'jar' task depends on 'chainsaw.jar' which just jars up what is there. 'chainsaw.jar' target only depends on 'build', I think it also needs to depend on 'build.chainsaw' Regards Andy On Thu, 16 Dec 2004 13:11:57 +1100 Paul Smith <[EMAIL PROTECTED]> wrote: I'm a bit confused as to w

Re: problems with chainsaw build

2004-12-15 Thread Paul Smith
I just did an "ant clean" then an "ant jar" and the chainsaw jar DOES contain LogUI. So unless the local environment is missing something that is preventing it from building all of Chainsaw (maybe regexp library not there?). Curt, maybe you could email me or Scott the jar that gets built, along

Re: problems with chainsaw build

2004-12-15 Thread Paul Smith
I'm a bit confused as to why "jar" _not_ but "chainsaw" is, because "chainsaw" depends on "jar" (at least I thought it did). Jacob Kjome wrote: At 09:37 AM 12/15/2004 -0800, you wrote: >Curt, > >you need to run the 'chainsaw' target > >Scott > Scott, why would we allow the build to generate a cha

RE: problems with chainsaw build

2004-12-15 Thread Jacob Kjome
At 09:37 AM 12/15/2004 -0800, you wrote: >Curt, > >you need to run the 'chainsaw' target > >Scott > Scott, why would we allow the build to generate a chainsaw jar that wasn't valid? If "jar" is supposed to build all the jar artifacts of the build, then the "chainsaw" target should be a dependenc

RE: problems with chainsaw build

2004-12-15 Thread Scott Deboy
Curt, you need to run the 'chainsaw' target Scott -Original Message- From: Curt Arnold [mailto:[EMAIL PROTECTED] Sent: Wed 12/15/2004 8:55 AM To: Log4J Users List Cc: Subject:Re: problems with chainsaw build On Dec 15, 2004, at 8:52 AM, Shai Simchi wrote: > thank

Re: problems with chainsaw build

2004-12-15 Thread Curt Arnold
On Dec 15, 2004, at 8:52 AM, Shai Simchi wrote: thanks - i got it all figured out. Would be nice if you would share your resolution. I just tried building chainsaw from the CVS and am seeing the same problem. If I do: ant jar I get a log4j-chainsaw-1.3alpha-4.jar that does not contain the org

RE: problems with chainsaw build

2004-12-15 Thread Shai Simchi
thanks - i got it all figured out. -Original Message- From: Yoav Shapira [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 15, 2004 4:27 PM To: Log4J Users List Subject: Re: problems with chainsaw build Hi, What's the specific error you're getting? The Ant output and stack trace (if a

Re: problems with chainsaw build

2004-12-15 Thread Yoav Shapira
Hi, What's the specific error you're getting? The Ant output and stack trace (if any) would be helpful. Yoav --- Shai Simchi <[EMAIL PROTECTED]> wrote: > Hi ! > I am trying to build the chainsaw jar from scratch. > I used the ant -f install-chainsaw.xml with the proper XML and that seems to > w

problems with chainsaw build

2004-12-15 Thread Shai Simchi
Hi ! I am trying to build the chainsaw jar from scratch. I used the ant -f install-chainsaw.xml with the proper XML and that seems to work fine. When i get to the "ant jar" stage there are a few things: 1) i get lots of warnings regarding deprecatation (which i assume is ok) 2) i get an error duri