You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Jose Gonzalez Gomez <jg...@gmail.com> on 2005/09/28 17:22:58 UTC

[M2] Using Spring with Maven / Eclipse

Hi there,

I'm trying to use Spring / Maven / Eclipse in one of my projects with
no success. I have included the following dependency in my pom:

    <dependency>
      <groupId>springframework</groupId>
      <artifactId>spring</artifactId>
      <version>1.2.5</version>
    </dependency>

When I try to generate the Eclipse project (m2 eclipse:eclipse) I only
get spring-1.2.5.jar added to the project classpath, so whenever I try
to launch my application it fails due to missing spring dependencies.
I've taken a look at ibiblio.org/maven2, and all the spring poms seem
to include no dependency information, so... am I doing anything wrong
or should I include all the Spring dependencies manually? Are the
Spring poms incorrect? If this is the case, is it normal to have
incorrect poms with missing dependencies in the ibiblio repository?

Thanks in advance, best regards
Jose

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


Re: [M2] Using Spring with Maven / Eclipse

Posted by Chris Berry <ch...@gmail.com>.
I don't think you can do what you want with Spring. It cannot have a
master set of dependencies because Spring is split up into a
"pay-as-you-go" set of JARs (i.e there are many JARs available -- but
you use a subset).

Once you know that subset, m2 has a cool way of building "Composite
POM Projects" -- where you simply have a project that has POM
packaging and only declares dependencies (e.g. teh set of Spring JARs
applicable to your app) in it's pom.xml. So your app declares a
dependency on the Composite POM which, in turn, brings in it's
dependencies.

On 9/28/05, Jose Gonzalez Gomez <jg...@gmail.com> wrote:
> The 1.2.4 pom neither has the dependency information, at least in the
> maven2 respository
> (http://www.ibiblio.org/maven2/springframework/spring/1.2.4/spring-1.2.4.pom).
> I have taken a look at the maven1 respoitory and I was only able to
> find the 1.1.2 pom
> (http://www.ibiblio.org/maven/springframework/poms/spring-1.1.2.pom).
>
> Best regards
> Jose
>
> 2005/9/28, Stephen Duncan <st...@gmail.com>:
> > You should be able to look at the 1.2.4 poms in the repository and
> > figure them out.  I wouldn't expect very many of the dependencies to
> > change.
> >
> > -Stephen
> >
> > On 9/28/05, Nicolas Chalumeau <ni...@gmail.com> wrote:
> > > ---------- Forwarded message ----------
> > > From: Jose Gonzalez Gomez <jg...@gmail.com>
> > > Date: 28 sept. 2005 19:12
> > > Subject: Re: [M2] Using Spring with Maven / Eclipse
> > > To: Nicolas Chalumeau <ni...@gmail.com>
> > >
> > >
> > > http://jira.codehaus.org/browse/MEV-98
> > >
> > > Meanwhile, anybody has a list of spring dependencies to include them manually?
> > >
> > > 2005/9/28, Nicolas Chalumeau <ni...@gmail.com>:
> > > > post an issue at http://jira.codehaus.org/browse/MEV for it
> > > >
> > > > Nicolas
> > > >
> > > > 2005/9/28, Jose Gonzalez Gomez <jg...@gmail.com>:
> > > > > Hi there,
> > > > >
> > > > > I'm trying to use Spring / Maven / Eclipse in one of my projects with
> > > > > no success. I have included the following dependency in my pom:
> > > > >
> > > > >     <dependency>
> > > > >       <groupId>springframework</groupId>
> > > > >       <artifactId>spring</artifactId>
> > > > >       <version>1.2.5</version>
> > > > >     </dependency>
> > > > >
> > > > > When I try to generate the Eclipse project (m2 eclipse:eclipse) I only
> > > > > get spring-1.2.5.jar added to the project classpath, so whenever I try
> > > > > to launch my application it fails due to missing spring dependencies.
> > > > > I've taken a look at ibiblio.org/maven2, and all the spring poms seem
> > > > > to include no dependency information, so... am I doing anything wrong
> > > > > or should I include all the Spring dependencies manually? Are the
> > > > > Spring poms incorrect? If this is the case, is it normal to have
> > > > > incorrect poms with missing dependencies in the ibiblio repository?
> > > > >
> > > > > Thanks in advance, best regards
> > > > > Jose
> > > > >
> > > > > ---------------------------------------------------------------------
> > > > > 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
> > >
> > >
> >
> >
> > --
> > Stephen Duncan Jr
> > www.stephenduncanjr.com
> >
> > ---------------------------------------------------------------------
> > 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
>
>

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


Re: [M2] Using Spring with Maven / Eclipse

Posted by Jose Gonzalez Gomez <jg...@gmail.com>.
Ok, now I'm trying to use spring-beans (right now I'm using only this
part), and I get the following message (quite curious WARNING):

Downloading: file://c:/Documents and
Settings/carlos/.m2/private_repo/commons-collections/commons-collections/3.1/commons-collections-3
.1.jar
[WARNING] Unable to get resource from repository private
(file://c:/Documents and Settings/carlos/.m2/private_repo)
Downloading: http://repo1.maven.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.jar

I get this for several dependencies, not just this...

Best regards
Jose

2005/9/29, Carlos Sanchez <ca...@apache.org>:
> I'd say, use the spring pieces you need instead of adding the full
> jar. It'll be easier for you.
>
> On 9/28/05, Stephen Duncan <st...@gmail.com> wrote:
> > spring-full
> >
> > http://www.ibiblio.org/maven2/springframework/spring-full/1.2.4/spring-full-1.2.4.pom
> >
> > And then, for example for each piece:
> >
> > http://www.ibiblio.org/maven2/springframework/spring-hibernate/1.2.4/spring-hibernate-1.2.4.pom
> >
> > -Stephen
> >
> > On 9/28/05, Jose Gonzalez Gomez <jg...@gmail.com> wrote:
> > > The 1.2.4 pom neither has the dependency information, at least in the
> > > maven2 respository
> > > (http://www.ibiblio.org/maven2/springframework/spring/1.2.4/spring-1.2.4.pom).
> > > I have taken a look at the maven1 respoitory and I was only able to
> > > find the 1.1.2 pom
> > > (http://www.ibiblio.org/maven/springframework/poms/spring-1.1.2.pom).
> > >
> > > Best regards
> > > Jose
> > >
> > > 2005/9/28, Stephen Duncan <st...@gmail.com>:
> > > > You should be able to look at the 1.2.4 poms in the repository and
> > > > figure them out.  I wouldn't expect very many of the dependencies to
> > > > change.
> > > >
> > > > -Stephen
> > > >
> > > > On 9/28/05, Nicolas Chalumeau <ni...@gmail.com> wrote:
> > > > > ---------- Forwarded message ----------
> > > > > From: Jose Gonzalez Gomez <jg...@gmail.com>
> > > > > Date: 28 sept. 2005 19:12
> > > > > Subject: Re: [M2] Using Spring with Maven / Eclipse
> > > > > To: Nicolas Chalumeau <ni...@gmail.com>
> > > > >
> > > > >
> > > > > http://jira.codehaus.org/browse/MEV-98
> > > > >
> > > > > Meanwhile, anybody has a list of spring dependencies to include them manually?
> > > > >
> > > > > 2005/9/28, Nicolas Chalumeau <ni...@gmail.com>:
> > > > > > post an issue at http://jira.codehaus.org/browse/MEV for it
> > > > > >
> > > > > > Nicolas
> > > > > >
> > > > > > 2005/9/28, Jose Gonzalez Gomez <jg...@gmail.com>:
> > > > > > > Hi there,
> > > > > > >
> > > > > > > I'm trying to use Spring / Maven / Eclipse in one of my projects with
> > > > > > > no success. I have included the following dependency in my pom:
> > > > > > >
> > > > > > >     <dependency>
> > > > > > >       <groupId>springframework</groupId>
> > > > > > >       <artifactId>spring</artifactId>
> > > > > > >       <version>1.2.5</version>
> > > > > > >     </dependency>
> > > > > > >
> > > > > > > When I try to generate the Eclipse project (m2 eclipse:eclipse) I only
> > > > > > > get spring-1.2.5.jar added to the project classpath, so whenever I try
> > > > > > > to launch my application it fails due to missing spring dependencies.
> > > > > > > I've taken a look at ibiblio.org/maven2, and all the spring poms seem
> > > > > > > to include no dependency information, so... am I doing anything wrong
> > > > > > > or should I include all the Spring dependencies manually? Are the
> > > > > > > Spring poms incorrect? If this is the case, is it normal to have
> > > > > > > incorrect poms with missing dependencies in the ibiblio repository?
> > > > > > >
> > > > > > > Thanks in advance, best regards
> > > > > > > Jose
> > > > > > >
> > > > > > > ---------------------------------------------------------------------
> > > > > > > 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
> > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > Stephen Duncan Jr
> > > > www.stephenduncanjr.com
> > > >
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > > For additional commands, e-mail: users-help@maven.apache.org
> > > >
> > > >
> > >
> >
> >
> > --
> > Stephen Duncan Jr
> > www.stephenduncanjr.com
> >
> > ---------------------------------------------------------------------
> > 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


Re: [M2] Using Spring with Maven / Eclipse

Posted by Carlos Sanchez <ca...@apache.org>.
I'd say, use the spring pieces you need instead of adding the full
jar. It'll be easier for you.

On 9/28/05, Stephen Duncan <st...@gmail.com> wrote:
> spring-full
>
> http://www.ibiblio.org/maven2/springframework/spring-full/1.2.4/spring-full-1.2.4.pom
>
> And then, for example for each piece:
>
> http://www.ibiblio.org/maven2/springframework/spring-hibernate/1.2.4/spring-hibernate-1.2.4.pom
>
> -Stephen
>
> On 9/28/05, Jose Gonzalez Gomez <jg...@gmail.com> wrote:
> > The 1.2.4 pom neither has the dependency information, at least in the
> > maven2 respository
> > (http://www.ibiblio.org/maven2/springframework/spring/1.2.4/spring-1.2.4.pom).
> > I have taken a look at the maven1 respoitory and I was only able to
> > find the 1.1.2 pom
> > (http://www.ibiblio.org/maven/springframework/poms/spring-1.1.2.pom).
> >
> > Best regards
> > Jose
> >
> > 2005/9/28, Stephen Duncan <st...@gmail.com>:
> > > You should be able to look at the 1.2.4 poms in the repository and
> > > figure them out.  I wouldn't expect very many of the dependencies to
> > > change.
> > >
> > > -Stephen
> > >
> > > On 9/28/05, Nicolas Chalumeau <ni...@gmail.com> wrote:
> > > > ---------- Forwarded message ----------
> > > > From: Jose Gonzalez Gomez <jg...@gmail.com>
> > > > Date: 28 sept. 2005 19:12
> > > > Subject: Re: [M2] Using Spring with Maven / Eclipse
> > > > To: Nicolas Chalumeau <ni...@gmail.com>
> > > >
> > > >
> > > > http://jira.codehaus.org/browse/MEV-98
> > > >
> > > > Meanwhile, anybody has a list of spring dependencies to include them manually?
> > > >
> > > > 2005/9/28, Nicolas Chalumeau <ni...@gmail.com>:
> > > > > post an issue at http://jira.codehaus.org/browse/MEV for it
> > > > >
> > > > > Nicolas
> > > > >
> > > > > 2005/9/28, Jose Gonzalez Gomez <jg...@gmail.com>:
> > > > > > Hi there,
> > > > > >
> > > > > > I'm trying to use Spring / Maven / Eclipse in one of my projects with
> > > > > > no success. I have included the following dependency in my pom:
> > > > > >
> > > > > >     <dependency>
> > > > > >       <groupId>springframework</groupId>
> > > > > >       <artifactId>spring</artifactId>
> > > > > >       <version>1.2.5</version>
> > > > > >     </dependency>
> > > > > >
> > > > > > When I try to generate the Eclipse project (m2 eclipse:eclipse) I only
> > > > > > get spring-1.2.5.jar added to the project classpath, so whenever I try
> > > > > > to launch my application it fails due to missing spring dependencies.
> > > > > > I've taken a look at ibiblio.org/maven2, and all the spring poms seem
> > > > > > to include no dependency information, so... am I doing anything wrong
> > > > > > or should I include all the Spring dependencies manually? Are the
> > > > > > Spring poms incorrect? If this is the case, is it normal to have
> > > > > > incorrect poms with missing dependencies in the ibiblio repository?
> > > > > >
> > > > > > Thanks in advance, best regards
> > > > > > Jose
> > > > > >
> > > > > > ---------------------------------------------------------------------
> > > > > > 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
> > > >
> > > >
> > >
> > >
> > > --
> > > Stephen Duncan Jr
> > > www.stephenduncanjr.com
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > For additional commands, e-mail: users-help@maven.apache.org
> > >
> > >
> >
>
>
> --
> Stephen Duncan Jr
> www.stephenduncanjr.com
>
> ---------------------------------------------------------------------
> 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


Re: [M2] Using Spring with Maven / Eclipse

Posted by Stephen Duncan <st...@gmail.com>.
spring-full

http://www.ibiblio.org/maven2/springframework/spring-full/1.2.4/spring-full-1.2.4.pom

And then, for example for each piece:

http://www.ibiblio.org/maven2/springframework/spring-hibernate/1.2.4/spring-hibernate-1.2.4.pom

-Stephen

On 9/28/05, Jose Gonzalez Gomez <jg...@gmail.com> wrote:
> The 1.2.4 pom neither has the dependency information, at least in the
> maven2 respository
> (http://www.ibiblio.org/maven2/springframework/spring/1.2.4/spring-1.2.4.pom).
> I have taken a look at the maven1 respoitory and I was only able to
> find the 1.1.2 pom
> (http://www.ibiblio.org/maven/springframework/poms/spring-1.1.2.pom).
>
> Best regards
> Jose
>
> 2005/9/28, Stephen Duncan <st...@gmail.com>:
> > You should be able to look at the 1.2.4 poms in the repository and
> > figure them out.  I wouldn't expect very many of the dependencies to
> > change.
> >
> > -Stephen
> >
> > On 9/28/05, Nicolas Chalumeau <ni...@gmail.com> wrote:
> > > ---------- Forwarded message ----------
> > > From: Jose Gonzalez Gomez <jg...@gmail.com>
> > > Date: 28 sept. 2005 19:12
> > > Subject: Re: [M2] Using Spring with Maven / Eclipse
> > > To: Nicolas Chalumeau <ni...@gmail.com>
> > >
> > >
> > > http://jira.codehaus.org/browse/MEV-98
> > >
> > > Meanwhile, anybody has a list of spring dependencies to include them manually?
> > >
> > > 2005/9/28, Nicolas Chalumeau <ni...@gmail.com>:
> > > > post an issue at http://jira.codehaus.org/browse/MEV for it
> > > >
> > > > Nicolas
> > > >
> > > > 2005/9/28, Jose Gonzalez Gomez <jg...@gmail.com>:
> > > > > Hi there,
> > > > >
> > > > > I'm trying to use Spring / Maven / Eclipse in one of my projects with
> > > > > no success. I have included the following dependency in my pom:
> > > > >
> > > > >     <dependency>
> > > > >       <groupId>springframework</groupId>
> > > > >       <artifactId>spring</artifactId>
> > > > >       <version>1.2.5</version>
> > > > >     </dependency>
> > > > >
> > > > > When I try to generate the Eclipse project (m2 eclipse:eclipse) I only
> > > > > get spring-1.2.5.jar added to the project classpath, so whenever I try
> > > > > to launch my application it fails due to missing spring dependencies.
> > > > > I've taken a look at ibiblio.org/maven2, and all the spring poms seem
> > > > > to include no dependency information, so... am I doing anything wrong
> > > > > or should I include all the Spring dependencies manually? Are the
> > > > > Spring poms incorrect? If this is the case, is it normal to have
> > > > > incorrect poms with missing dependencies in the ibiblio repository?
> > > > >
> > > > > Thanks in advance, best regards
> > > > > Jose
> > > > >
> > > > > ---------------------------------------------------------------------
> > > > > 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
> > >
> > >
> >
> >
> > --
> > Stephen Duncan Jr
> > www.stephenduncanjr.com
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> >
>


--
Stephen Duncan Jr
www.stephenduncanjr.com

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


Re: [M2] Using Spring with Maven / Eclipse

Posted by Jose Gonzalez Gomez <jg...@gmail.com>.
The 1.2.4 pom neither has the dependency information, at least in the
maven2 respository
(http://www.ibiblio.org/maven2/springframework/spring/1.2.4/spring-1.2.4.pom).
I have taken a look at the maven1 respoitory and I was only able to
find the 1.1.2 pom
(http://www.ibiblio.org/maven/springframework/poms/spring-1.1.2.pom).

Best regards
Jose

2005/9/28, Stephen Duncan <st...@gmail.com>:
> You should be able to look at the 1.2.4 poms in the repository and
> figure them out.  I wouldn't expect very many of the dependencies to
> change.
>
> -Stephen
>
> On 9/28/05, Nicolas Chalumeau <ni...@gmail.com> wrote:
> > ---------- Forwarded message ----------
> > From: Jose Gonzalez Gomez <jg...@gmail.com>
> > Date: 28 sept. 2005 19:12
> > Subject: Re: [M2] Using Spring with Maven / Eclipse
> > To: Nicolas Chalumeau <ni...@gmail.com>
> >
> >
> > http://jira.codehaus.org/browse/MEV-98
> >
> > Meanwhile, anybody has a list of spring dependencies to include them manually?
> >
> > 2005/9/28, Nicolas Chalumeau <ni...@gmail.com>:
> > > post an issue at http://jira.codehaus.org/browse/MEV for it
> > >
> > > Nicolas
> > >
> > > 2005/9/28, Jose Gonzalez Gomez <jg...@gmail.com>:
> > > > Hi there,
> > > >
> > > > I'm trying to use Spring / Maven / Eclipse in one of my projects with
> > > > no success. I have included the following dependency in my pom:
> > > >
> > > >     <dependency>
> > > >       <groupId>springframework</groupId>
> > > >       <artifactId>spring</artifactId>
> > > >       <version>1.2.5</version>
> > > >     </dependency>
> > > >
> > > > When I try to generate the Eclipse project (m2 eclipse:eclipse) I only
> > > > get spring-1.2.5.jar added to the project classpath, so whenever I try
> > > > to launch my application it fails due to missing spring dependencies.
> > > > I've taken a look at ibiblio.org/maven2, and all the spring poms seem
> > > > to include no dependency information, so... am I doing anything wrong
> > > > or should I include all the Spring dependencies manually? Are the
> > > > Spring poms incorrect? If this is the case, is it normal to have
> > > > incorrect poms with missing dependencies in the ibiblio repository?
> > > >
> > > > Thanks in advance, best regards
> > > > Jose
> > > >
> > > > ---------------------------------------------------------------------
> > > > 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
> >
> >
>
>
> --
> Stephen Duncan Jr
> www.stephenduncanjr.com
>
> ---------------------------------------------------------------------
> 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


Re: [M2] Using Spring with Maven / Eclipse

Posted by Stephen Duncan <st...@gmail.com>.
You should be able to look at the 1.2.4 poms in the repository and
figure them out.  I wouldn't expect very many of the dependencies to
change.

-Stephen

On 9/28/05, Nicolas Chalumeau <ni...@gmail.com> wrote:
> ---------- Forwarded message ----------
> From: Jose Gonzalez Gomez <jg...@gmail.com>
> Date: 28 sept. 2005 19:12
> Subject: Re: [M2] Using Spring with Maven / Eclipse
> To: Nicolas Chalumeau <ni...@gmail.com>
>
>
> http://jira.codehaus.org/browse/MEV-98
>
> Meanwhile, anybody has a list of spring dependencies to include them manually?
>
> 2005/9/28, Nicolas Chalumeau <ni...@gmail.com>:
> > post an issue at http://jira.codehaus.org/browse/MEV for it
> >
> > Nicolas
> >
> > 2005/9/28, Jose Gonzalez Gomez <jg...@gmail.com>:
> > > Hi there,
> > >
> > > I'm trying to use Spring / Maven / Eclipse in one of my projects with
> > > no success. I have included the following dependency in my pom:
> > >
> > >     <dependency>
> > >       <groupId>springframework</groupId>
> > >       <artifactId>spring</artifactId>
> > >       <version>1.2.5</version>
> > >     </dependency>
> > >
> > > When I try to generate the Eclipse project (m2 eclipse:eclipse) I only
> > > get spring-1.2.5.jar added to the project classpath, so whenever I try
> > > to launch my application it fails due to missing spring dependencies.
> > > I've taken a look at ibiblio.org/maven2, and all the spring poms seem
> > > to include no dependency information, so... am I doing anything wrong
> > > or should I include all the Spring dependencies manually? Are the
> > > Spring poms incorrect? If this is the case, is it normal to have
> > > incorrect poms with missing dependencies in the ibiblio repository?
> > >
> > > Thanks in advance, best regards
> > > Jose
> > >
> > > ---------------------------------------------------------------------
> > > 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
>
>


--
Stephen Duncan Jr
www.stephenduncanjr.com

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


Fwd: [M2] Using Spring with Maven / Eclipse

Posted by Nicolas Chalumeau <ni...@gmail.com>.
---------- Forwarded message ----------
From: Jose Gonzalez Gomez <jg...@gmail.com>
Date: 28 sept. 2005 19:12
Subject: Re: [M2] Using Spring with Maven / Eclipse
To: Nicolas Chalumeau <ni...@gmail.com>


http://jira.codehaus.org/browse/MEV-98

Meanwhile, anybody has a list of spring dependencies to include them manually?

2005/9/28, Nicolas Chalumeau <ni...@gmail.com>:
> post an issue at http://jira.codehaus.org/browse/MEV for it
>
> Nicolas
>
> 2005/9/28, Jose Gonzalez Gomez <jg...@gmail.com>:
> > Hi there,
> >
> > I'm trying to use Spring / Maven / Eclipse in one of my projects with
> > no success. I have included the following dependency in my pom:
> >
> >     <dependency>
> >       <groupId>springframework</groupId>
> >       <artifactId>spring</artifactId>
> >       <version>1.2.5</version>
> >     </dependency>
> >
> > When I try to generate the Eclipse project (m2 eclipse:eclipse) I only
> > get spring-1.2.5.jar added to the project classpath, so whenever I try
> > to launch my application it fails due to missing spring dependencies.
> > I've taken a look at ibiblio.org/maven2, and all the spring poms seem
> > to include no dependency information, so... am I doing anything wrong
> > or should I include all the Spring dependencies manually? Are the
> > Spring poms incorrect? If this is the case, is it normal to have
> > incorrect poms with missing dependencies in the ibiblio repository?
> >
> > Thanks in advance, best regards
> > Jose
> >
> > ---------------------------------------------------------------------
> > 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


Re: [M2] Using Spring with Maven / Eclipse

Posted by Nicolas Chalumeau <ni...@gmail.com>.
post an issue at http://jira.codehaus.org/browse/MEV for it

Nicolas

2005/9/28, Jose Gonzalez Gomez <jg...@gmail.com>:
> Hi there,
>
> I'm trying to use Spring / Maven / Eclipse in one of my projects with
> no success. I have included the following dependency in my pom:
>
>     <dependency>
>       <groupId>springframework</groupId>
>       <artifactId>spring</artifactId>
>       <version>1.2.5</version>
>     </dependency>
>
> When I try to generate the Eclipse project (m2 eclipse:eclipse) I only
> get spring-1.2.5.jar added to the project classpath, so whenever I try
> to launch my application it fails due to missing spring dependencies.
> I've taken a look at ibiblio.org/maven2, and all the spring poms seem
> to include no dependency information, so... am I doing anything wrong
> or should I include all the Spring dependencies manually? Are the
> Spring poms incorrect? If this is the case, is it normal to have
> incorrect poms with missing dependencies in the ibiblio repository?
>
> Thanks in advance, best regards
> Jose
>
> ---------------------------------------------------------------------
> 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