Hi Michal 

Thanks for the "correct" reply. Indeed we are talking about two or more
graphs. From my point of view there should be a mechanism to "manipulate"
the classpath of a specific plugin to solve such a problem. (or have
somthing like <project><build><dependencies> in the pom and to fork the VM
for all "none compile/run" goals)

Anyway, the transitive dependencies is not a main "issue" for me, normally i
want to specify the libraries myself to easier detect potential problems...

But i've encountered other problems (which may be addresses in future
releases ?):
- I've got to use JCE an JSSE (have to use J2SE 1.3 ;-<)
- Some Jars MUST be in %JAVA_HOME%\jre\lib\ext\ to get them to work, in the
project i MUST not reference these libraries but at least:
1: i want to show them in the "project info"-"dependencies" report (Yes i
can document it in xdocs..)
2: And the Maven build should stop "nicely" if the needed classes could not
be found in the system classloader (is there a Jelly code which can be
executed before java:compile or test:test ?)

Any ideas ? Thx
Cheers
Rolf
-----Ursprüngliche Nachricht-----
Von: Michal Maczka [mailto:[EMAIL PROTECTED] 
Gesendet: Donnerstag, 5. August 2004 05:44
An: Maven Users List
Betreff: Re: Seperate Classpath for test or Javadoc (or other plugins)

Carlos Sanchez wrote:

>Hi Rolf,
>
>I think this will be improved when transitive dependencies functionality is
>implemented. Currently the only solution is using xml entities, check "List
>all dependencies or only main ones?" thread.
>
>  
>
Carols: this has nothing to do with transitive dependencies.
Dependencies span a graph and transitive deps. can just help to build 
that graph. 
What is needed here is at least two graphs of dependencies .
One for runtime deps., second for test deps..

We are planning to support that concept in maven 2 but we haven't 
progressed much with it.
We haven't yet even decided if test deps. should be transitive or not.

So Rolf: We don't have any solution for you at the moment.


Michal

----------------------------------------------------------------------
To moze byc ekscytujace lato... >>> http://link.interia.pl/f181c


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to