Le 3 juil. 08 à 20:57, Xavier Hanin a écrit :
On Thu, Jul 3, 2008 at 10:35 AM, Nicolas Lalevée <[EMAIL PROTECTED]
>
wrote:
Le mercredi 2 juillet 2008, Xavier Hanin a écrit :
On Tue, Jul 1, 2008 at 2:28 PM, Nicolas Lalevée
<[EMAIL PROTECTED]>
wrote:
So I have tagged, the binaries are public
July 5th 2008 - The Apache IvyDE project is please to announce its
2.0.0 alpha1 release, the first Apache release for IvyDE.
IvyDE is an Eclipse plugin that help you manage your classpath with
Apache Ivy. So you will handle directly your jar dependencies into
Eclipse, with an dedicated edit
Hi,
I think it would be really cool if Ivy were able to deploy ivy-
generated poms out-of-the-box.
I have the following design in mind for improving Maven integration
of the Ivy resolvers.
- Introduce an interface MavenAware which has methods like:
-- setUsePom
-- setMaven2Compatible
I wo
Hello everyone.
I use XmlLogger as a listener, but additionally I'd like to set custom log
level. Hence I created CustomXmlLogger (child of XmlLogger) and depending on
user property "XmlLogger.level" set the appropriate loglevel.
I've put this code into buildStarted() method, but this property and