I just updated Chainsaw to use the 1st argument as the configuration URL instead of the log4j.configuration system property - and it overrides the initial auto-config setting, so it can be used to build shortcuts, for example, with different configurations.
If you have pulled svn HEAD of log4j, chainsaw and the companions, I'd run this on each: mvn -Dmaven.test.skip=true install Some modules may ask you to run mvn site:site prior to mvn install, but you should be successful with svn HEAD of everything (I went through and made sure the maven configuration files didn't require manual install of any dependencies, but you have to be online for it to work. Scott On Thu, May 20, 2010 at 11:46 PM, mokader <[email protected]> wrote: > > Hi Scott, > > I am not familiar with maven, but still I tried to checkout source from > repositary and tried mvn install. > > build is successfull for extras and component. > but the build failed for receivers. > > Is there any other way to get the latest build, other than building it from > source myself. > > Thanks, > Mohammed > > > Scott Deboy wrote: > > > >> I just committed a change to Chainsaw svn trunk (rev 946685) which > >> provides > >> support for using the log4j.configuration system property on the command > >> line to configure Chainsaw if the application-wide preferences field is > >> not > >> set (or cleared out and Chainsaw is restarted). > >> > >> The configuration.url must provide a URL > >> > >> java -classpath (classpath here) > >> -Dlog4j.configuration=file:///c:/downloads/tools/log4j/config/log4j.xml > >> org.apache.log4j.chainsaw.LogUI > > > > -- > View this message in context: > http://old.nabble.com/I-am-trying-to-add-chainsaw-support-to-the-eXist-XML-Database-tp26548991p28630204.html > Sent from the Log4j - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
