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

Re: JAR distribution

2004-12-09 Thread Yoav Shapira
Hi, For your testing your usage, you can add a sort of bootstrap class which configures log4j if it's not already configured. You can then remove or disable this class in the JAR you send clients. Once you put the logging messages in, the requirement that clients don't have the option to see them

Re: JAR distribution

2004-12-09 Thread Yoav Shapira
Hi, Another +1 to what Jake said, this time from the application server developer's point of view (wearing my Tomcat hat at the moment). Yoav --- Ceki Gülcü <[EMAIL PROTECTED]> wrote: > At 07:20 PM 12/9/2004, Jacob Kjome wrote: > >Quoting Grant Ingersoll <[EMAIL PROTECTED]>: > > > > > Was wonder

Re: Log4j.properties not read for included jar

2004-12-08 Thread Yoav Shapira
asses that work fine are located, right? You can also try asking the providers of deli.jar what's up. They might have put in a special configuration syntax of their own. Yoav Shapira http://www.yoavshapira.com --- Keith Bottner <[EMAIL PROTECTED]> wrote: > I am using Tomc