Consolidating ivy.xml, was: [VOTE] Publish cassandra-0.7.0-rc4 to maven central repository.

2011-01-03 Thread Gary Dusbabek
Voted and moved this discussion to a different thread.

My goal (other devs please chime in because I'm interested) would be
to still rely on ant for building and generating a pom, without the
requirement to explicitly install maven.  If we could get rid of
ivy.xml by having the relevant details in build.xml that would be
excellent!

Getting rid of lib is another discussion.  We've been down that path
already and it sounds like you're aware of the licensing concerns.

Gary.

On Mon, Jan 3, 2011 at 08:43, Stephen Connolly
stephen.alan.conno...@gmail.com wrote:
 (battery on laptop died)

 ... move to a consolidated set of dependencies.

 Also did you forget to vote?

 - Stephen

 ---
 Sent from my Android phone, so random spelling mistakes, random nonsense
 words and other nonsense are a direct result of using swype to type on the
 screen

 On 3 Jan 2011 14:16, Stephen Connolly stephen.alan.conno...@gmail.com
 wrote:



Re: Consolidating ivy.xml, was: [VOTE] Publish cassandra-0.7.0-rc4 to maven central repository.

2011-01-03 Thread Brandon Williams
On Mon, Jan 3, 2011 at 9:01 AM, Gary Dusbabek gdusba...@gmail.com wrote:

 Voted and moved this discussion to a different thread.

 My goal (other devs please chime in because I'm interested) would be
 to still rely on ant for building and generating a pom, without the
 requirement to explicitly install maven.  If we could get rid of
 ivy.xml by having the relevant details in build.xml that would be
 excellent!


This would be my goal too.

-Brandon


Re: Consolidating ivy.xml, was: [VOTE] Publish cassandra-0.7.0-rc4 to maven central repository.

2011-01-03 Thread Stephen Connolly
maven-ant-tasks would allow what you want, no install of maven (unless
publishing to central, in which case the install is hidden in ~/m2) and all
dependency info in the build.xml

I'll work on a patch to show how that would look like (on trunk, leave 0.7.0
as it is, less risk)

- Stephen

---
Sent from my Android phone, so random spelling mistakes, random nonsense
words and other nonsense are a direct result of using swype to type on the
screen
On 3 Jan 2011 15:01, Gary Dusbabek gdusba...@gmail.com wrote: