> Hi Troy, > > what do you mean with the maven warnings? > Could you given some example output? >
Sure. Below is a snippet of the build report we get back from Cruise Control. I have the ivy.log.level set to quiet, which suppresses most of the Ivy output (Resolution reports, etc), but these warnings still come through. They are being caused by a "namespace='maven2" attribute in the <info> element of the published ivy.xml files. I realize that removing those attributes would make the errors go away, but that's not really a possibility since I typically resolve my components from public Ivy repositories. I thought maybe there was a setting in Ivy that would tell it to ignore namespace warnings. Thanks, -- tBs ----SNIP----- :: problems summary :: :::: WARNINGS namespace not found for org.slf4j#slf4j-api;1.5.6: maven2 namespace not found for com.ibm.icu#icu4j;3.4.4: maven2 :: problems summary :: :::: WARNINGS namespace not found for org.slf4j#slf4j-api;1.5.6: maven2 namespace not found for com.ibm.icu#icu4j;3.4.4: maven2 :: problems summary :: :::: WARNINGS namespace not found for org.slf4j#slf4j-api;1.5.6: maven2 :: problems summary :: :::: WARNINGS namespace not found for org.slf4j#slf4j-api;1.5.6: maven2 :: problems summary :: :::: WARNINGS namespace not found for org.slf4j#slf4j-api;1.5.6: maven2 namespace not found for com.ibm.icu#icu4j;3.4.4: maven2 ----END SNIP----- > -----Original Message----- > From: Maarten Coene [mailto:maarten_co...@yahoo.com] > Sent: Wednesday, September 29, 2010 6:01 PM > To: ivy-user@ant.apache.org > Subject: Re: Suppressing maven namespace warnings > > Hi Troy, > > what do you mean with the maven warnings? > Could you given some example output? > > Maarten > > > > > ----- Original Message ---- > From: Troy Self <ts...@bbn.com> > To: ivy-user@ant.apache.org > Sent: Tue, September 21, 2010 5:17:49 PM > Subject: Suppressing maven namespace warnings > > Is there a way to suppress the maven warnings? > > We are trying to minimize the verbosity of our build right now and only > want > errors showing up. I have ant and ivy log levels both set to "quiet" > which > is supposed to suppress everything except for errors. The maven > warnings > appear to be considered errors. > > Thanks, > > -- tBs > > >