You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by phillip rhodes <rh...@yahoo.com> on 2004/06/16 19:17:06 UTC

dependencies- a higher level of declaration needed?

I have a project that uses FOP and tapestry.
FOP requires 12+ jars, along with tapestry that takes
quite a few.

Luckily for me, I found the pdf plugin and just copied
the depencencies from that project.xml into my own. 
However, there are a myriad of different projects that
come with a glyph of dependent jars that the authors
themselves are best able to declare the dependencies
for.

I wish there were a way for me to just declare that I
have a dependency on "fop" 0.20.5 and I would
automagically get those other dependencies.

Likewise, I would like to be able to override the
default dependencies.  So I can in my project use
0.20.5 of FOP but use a "unsupported" newer release of
xerces or xalan.

Just a observation;)

Thanks.




		
__________________________________
Do you Yahoo!?
Read only the mail you want - Yahoo! Mail SpamGuard.
http://promotions.yahoo.com/new_mail 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: dependencies- a higher level of declaration needed?

Posted by Brett Porter <br...@apache.org>.
It's called transitive dependencies and it is coming post-1.0.

Quoting phillip rhodes <rh...@yahoo.com>:

> I have a project that uses FOP and tapestry.
> FOP requires 12+ jars, along with tapestry that takes
> quite a few.
> 
> Luckily for me, I found the pdf plugin and just copied
> the depencencies from that project.xml into my own. 
> However, there are a myriad of different projects that
> come with a glyph of dependent jars that the authors
> themselves are best able to declare the dependencies
> for.
> 
> I wish there were a way for me to just declare that I
> have a dependency on "fop" 0.20.5 and I would
> automagically get those other dependencies.
> 
> Likewise, I would like to be able to override the
> default dependencies.  So I can in my project use
> 0.20.5 of FOP but use a "unsupported" newer release of
> xerces or xalan.
> 
> Just a observation;)
> 
> Thanks.
> 
> 
> 
> 
> 		
> __________________________________
> Do you Yahoo!?
> Read only the mail you want - Yahoo! Mail SpamGuard.
> http://promotions.yahoo.com/new_mail 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org