Re: [m2] disappearing dependency

2007-03-08 Thread Jerome Lacoste

On 3/8/07, Jerome Lacoste <[EMAIL PROTECTED]> wrote:

On 3/6/07, Guillaume Lederrey <[EMAIL PROTECTED]> wrote:
>   Might be ... but it did work correctly before I added the dependency
> on ojdbc ... strange ... I'll check and let you know.


[...]

I am reviewing the mvn -X install log of the full build and find
nothing particular yet.


Just forget it...

J

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



Re: [m2] disappearing dependency

2007-03-08 Thread Jerome Lacoste

On 3/6/07, Guillaume Lederrey <[EMAIL PROTECTED]> wrote:

  Might be ... but it did work correctly before I added the dependency
on ojdbc ... strange ... I'll check and let you know.


what does happen if you build your web module only (after installing
your root pom using mvn -N if necessary) ?

Does it solve your problem ?

I am currently troubleshooting a similar problem where I've moved some
dependency declarations in a  section in a root
pom, and now one dependency disappeared from the maven classpath in
the sub module build although the dependency is listed in the
sub-module POM !!

So my build fails.

Yet if I go in the sub-module, the dependency is resolved correctly
and my build works.

I am reviewing the mvn -X install log of the full build and find
nothing particular yet.

Strange...

Jerome

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



Re: [m2] disappearing dependency

2007-03-06 Thread Guillaume Lederrey

 Might be ... but it did work correctly before I added the dependency
on ojdbc ... strange ... I'll check and let you know.

On 06/03/07, Dan Tran <[EMAIL PROTECTED]> wrote:

any chance the exclusion in parent pom cancels it out?

On 3/6/07, Guillaume Lederrey <[EMAIL PROTECTED]> wrote:
>
> On 05/03/07, John J. Franey <[EMAIL PROTECTED]> wrote:
> > In your pom, taglibs/standard is not specified as a dependency.  Its in
> > dependencyManagement but dependencyManagement has no effect on the
> > dependency graph of the project.Put tagslib/standard within the
> > dependencies element and see what flies.
>
> But actually, taglibs/standard is specified as a dependency, in the
> web/pom.xml sub-project (see my first email for the complete pom-xml).
> I dont think that I should have it as a dependency in the main pom, as
> this jar should only be included in the web sub-project. But I might
> be wrong ...


--
Jabber : [EMAIL PROTECTED]
Skype : Guillaume.Lederrey
Projects :
* http://rwanda.wordpress.com/
* http://rwandatech.wordpress.com/

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



Re: [m2] disappearing dependency

2007-03-06 Thread Dan Tran

any chance the exclusion in parent pom cancels it out?

-D


On 3/6/07, Guillaume Lederrey <[EMAIL PROTECTED]> wrote:


On 05/03/07, John J. Franey <[EMAIL PROTECTED]> wrote:
> In your pom, taglibs/standard is not specified as a dependency.  Its in
> dependencyManagement but dependencyManagement has no effect on the
> dependency graph of the project.Put tagslib/standard within the
> dependencies element and see what flies.

Thanks for your help !

But actually, taglibs/standard is specified as a dependency, in the
web/pom.xml sub-project (see my first email for the complete pom-xml).
I dont think that I should have it as a dependency in the main pom, as
this jar should only be included in the web sub-project. But I might
be wrong ...

  Any other idea ?

Guillaume

--
Jabber : [EMAIL PROTECTED]
Skype : Guillaume.Lederrey
Projects :
* http://rwanda.wordpress.com/
* http://rwandatech.wordpress.com/

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




Re: [m2] disappearing dependency

2007-03-06 Thread Guillaume Lederrey

On 05/03/07, John J. Franey <[EMAIL PROTECTED]> wrote:

In your pom, taglibs/standard is not specified as a dependency.  Its in
dependencyManagement but dependencyManagement has no effect on the
dependency graph of the project.Put tagslib/standard within the
dependencies element and see what flies.


 Thanks for your help !

 But actually, taglibs/standard is specified as a dependency, in the
web/pom.xml sub-project (see my first email for the complete pom-xml).
I dont think that I should have it as a dependency in the main pom, as
this jar should only be included in the web sub-project. But I might
be wrong ...

  Any other idea ?

Guillaume

--
Jabber : [EMAIL PROTECTED]
Skype : Guillaume.Lederrey
Projects :
* http://rwanda.wordpress.com/
* http://rwandatech.wordpress.com/

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



Re: [m2] disappearing dependency

2007-03-05 Thread John J. Franey

In your pom, taglibs/standard is not specified as a dependency.  Its in
dependencyManagement but dependencyManagement has no effect on the
dependency graph of the project.Put tagslib/standard within the
dependencies element and see what flies.

Regards,
John


-- 
View this message in context: 
http://www.nabble.com/disappearing-dependency-tf3350293s177.html#a9317639
Sent from the Maven - Users mailing list archive at Nabble.com.


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