You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by Juergen Hoffmann <ho...@apache.org> on 2007/05/31 11:49:50 UTC

Turbine_2_3_BRANCH

Hi Folks,

 

I was trying to build the Turbine 2.3 Branch with the new pom.xml and the
eclipse m2 plugin. I am getting

 

31.05.07 09:44:47 GMT: Missing:

1) fulcrum:fulcrum-yaafi:jar:1.0.4

  Try downloading the file manually from the project website.

  Then, install it using the command: 

      mvn install:install-file -DgroupId=fulcrum -DartifactId=fulcrum-yaafi \

          -Dversion=1.0.4 -Dpackaging=jar -Dfile=/path/to/file

  Path to dependency: 

      1) org.apache.turbine:turbine:jar:2.3.3-dev

      2) fulcrum:fulcrum-yaafi:jar:1.0.4

2) javax.sql:jdbc-stdext:jar:2.0

  Try downloading the file manually from: 

      http://java.sun.com/products/jdbc/download.html

  Then, install it using the command: 

      mvn install:install-file -DgroupId=javax.sql -DartifactId=jdbc-stdext \

          -Dversion=2.0 -Dpackaging=jar -Dfile=/path/to/file

  Path to dependency: 

      1) org.apache.turbine:turbine:jar:2.3.3-dev

      2) torque:torque:jar:3.2

      3) javax.sql:jdbc-stdext:jar:2.0

3) javax.mail:mail:jar:1.3.3

  Try downloading the file manually from: 

      http://java.sun.com/products/javamail/downloads/index.html

  Then, install it using the command: 

      mvn install:install-file -DgroupId=javax.mail -DartifactId=mail \

          -Dversion=1.3.3 -Dpackaging=jar -Dfile=/path/to/file

  Path to dependency: 

      1) org.apache.turbine:turbine:jar:2.3.3-dev

      2) javax.mail:mail:jar:1.3.3

4) jndi:jndi:jar:1.2.1

  Try downloading the file manually from the project website.

  Then, install it using the command: 

      mvn install:install-file -DgroupId=jndi -DartifactId=jndi \

          -Dversion=1.2.1 -Dpackaging=jar -Dfile=/path/to/file

  Path to dependency: 

      1) org.apache.turbine:turbine:jar:2.3.3-dev

      2) torque:torque:jar:3.2

      3) jndi:jndi:jar:1.2.1

4 required artifacts are missing.

for artifact: 

  org.apache.turbine:turbine:jar:2.3.3-dev

from the specified remote repositories:

  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),

  central (http://repo1.maven.org/maven2)

 

Shouldn’t these jars be already in the repository? Does Turbine have its own
repository?

 

Kind regards

 

Juergen

 

 


Re: Turbine_2_3_BRANCH

Posted by Scott Eade <se...@backstagetech.com.au>.
My commit comment said that the pom was for execution only (meaning 
using turbine in your own project that is built with maven 2), not 
building - a bad choice of words on my part perhaps, but you get the idea.

Please fell free to work on enhancing this in order to be able to build 
turbine with maven 2, but this was not the intention of the initial commit.

Scott

Juergen Hoffmann wrote:
> Hi Folks,
>
>  
>
> I was trying to build the Turbine 2.3 Branch with the new pom.xml and the
> eclipse m2 plugin. I am getting
>
>  
>
> 31.05.07 09:44:47 GMT: Missing:
>
> 1) fulcrum:fulcrum-yaafi:jar:1.0.4
>
>   Try downloading the file manually from the project website.
>
>   Then, install it using the command: 
>
>       mvn install:install-file -DgroupId=fulcrum -DartifactId=fulcrum-yaafi \
>
>           -Dversion=1.0.4 -Dpackaging=jar -Dfile=/path/to/file
>
>   Path to dependency: 
>
>       1) org.apache.turbine:turbine:jar:2.3.3-dev
>
>       2) fulcrum:fulcrum-yaafi:jar:1.0.4
>
> 2) javax.sql:jdbc-stdext:jar:2.0
>
>   Try downloading the file manually from: 
>
>       http://java.sun.com/products/jdbc/download.html
>
>   Then, install it using the command: 
>
>       mvn install:install-file -DgroupId=javax.sql -DartifactId=jdbc-stdext \
>
>           -Dversion=2.0 -Dpackaging=jar -Dfile=/path/to/file
>
>   Path to dependency: 
>
>       1) org.apache.turbine:turbine:jar:2.3.3-dev
>
>       2) torque:torque:jar:3.2
>
>       3) javax.sql:jdbc-stdext:jar:2.0
>
> 3) javax.mail:mail:jar:1.3.3
>
>   Try downloading the file manually from: 
>
>       http://java.sun.com/products/javamail/downloads/index.html
>
>   Then, install it using the command: 
>
>       mvn install:install-file -DgroupId=javax.mail -DartifactId=mail \
>
>           -Dversion=1.3.3 -Dpackaging=jar -Dfile=/path/to/file
>
>   Path to dependency: 
>
>       1) org.apache.turbine:turbine:jar:2.3.3-dev
>
>       2) javax.mail:mail:jar:1.3.3
>
> 4) jndi:jndi:jar:1.2.1
>
>   Try downloading the file manually from the project website.
>
>   Then, install it using the command: 
>
>       mvn install:install-file -DgroupId=jndi -DartifactId=jndi \
>
>           -Dversion=1.2.1 -Dpackaging=jar -Dfile=/path/to/file
>
>   Path to dependency: 
>
>       1) org.apache.turbine:turbine:jar:2.3.3-dev
>
>       2) torque:torque:jar:3.2
>
>       3) jndi:jndi:jar:1.2.1
>
> 4 required artifacts are missing.
>
> for artifact: 
>
>   org.apache.turbine:turbine:jar:2.3.3-dev
>
> from the specified remote repositories:
>
>   apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
>
>   central (http://repo1.maven.org/maven2)
>
>  
>
> Shouldn’t these jars be already in the repository? Does Turbine have its own
> repository?
>
>  
>
> Kind regards
>
>  
>
> Juergen
>
>  
>
>  
>
>
>   



---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org


Re: Turbine_2_3_BRANCH

Posted by Siegfried Goeschl <si...@it20one.at>.
Hi Juergen,

in the project.properties there is a custom maven.repo.remote variable 
which solves a few of your problems.

The sun stuff you have to add manually into your repo .... but I'm 
pretty sure that you know this.

Having said this http://repo1.maven.org/maven/fulcrum/ looks very empty 
in my opinion - there are a lot of JARs missing ... :-(

Cheers,

Siegfried Goeschl


Juergen Hoffmann wrote:
> Hi Folks,
> 
>  
> 
> I was trying to build the Turbine 2.3 Branch with the new pom.xml and the
> eclipse m2 plugin. I am getting
> 
>  
> 
> 31.05.07 09:44:47 GMT: Missing:
> 
> 1) fulcrum:fulcrum-yaafi:jar:1.0.4
> 
>   Try downloading the file manually from the project website.
> 
>   Then, install it using the command: 
> 
>       mvn install:install-file -DgroupId=fulcrum -DartifactId=fulcrum-yaafi \
> 
>           -Dversion=1.0.4 -Dpackaging=jar -Dfile=/path/to/file
> 
>   Path to dependency: 
> 
>       1) org.apache.turbine:turbine:jar:2.3.3-dev
> 
>       2) fulcrum:fulcrum-yaafi:jar:1.0.4
> 
> 2) javax.sql:jdbc-stdext:jar:2.0
> 
>   Try downloading the file manually from: 
> 
>       http://java.sun.com/products/jdbc/download.html
> 
>   Then, install it using the command: 
> 
>       mvn install:install-file -DgroupId=javax.sql -DartifactId=jdbc-stdext \
> 
>           -Dversion=2.0 -Dpackaging=jar -Dfile=/path/to/file
> 
>   Path to dependency: 
> 
>       1) org.apache.turbine:turbine:jar:2.3.3-dev
> 
>       2) torque:torque:jar:3.2
> 
>       3) javax.sql:jdbc-stdext:jar:2.0
> 
> 3) javax.mail:mail:jar:1.3.3
> 
>   Try downloading the file manually from: 
> 
>       http://java.sun.com/products/javamail/downloads/index.html
> 
>   Then, install it using the command: 
> 
>       mvn install:install-file -DgroupId=javax.mail -DartifactId=mail \
> 
>           -Dversion=1.3.3 -Dpackaging=jar -Dfile=/path/to/file
> 
>   Path to dependency: 
> 
>       1) org.apache.turbine:turbine:jar:2.3.3-dev
> 
>       2) javax.mail:mail:jar:1.3.3
> 
> 4) jndi:jndi:jar:1.2.1
> 
>   Try downloading the file manually from the project website.
> 
>   Then, install it using the command: 
> 
>       mvn install:install-file -DgroupId=jndi -DartifactId=jndi \
> 
>           -Dversion=1.2.1 -Dpackaging=jar -Dfile=/path/to/file
> 
>   Path to dependency: 
> 
>       1) org.apache.turbine:turbine:jar:2.3.3-dev
> 
>       2) torque:torque:jar:3.2
> 
>       3) jndi:jndi:jar:1.2.1
> 
> 4 required artifacts are missing.
> 
> for artifact: 
> 
>   org.apache.turbine:turbine:jar:2.3.3-dev
> 
> from the specified remote repositories:
> 
>   apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
> 
>   central (http://repo1.maven.org/maven2)
> 
>  
> 
> Shouldn’t these jars be already in the repository? Does Turbine have its own
> repository?
> 
>  
> 
> Kind regards
> 
>  
> 
> Juergen
> 
>  
> 
>  
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org


Re: AW: Turbine_2_3_BRANCH

Posted by Scott Eade <se...@backstagetech.com.au>.
Juergen Hoffmann wrote:
> thanks for clearing this out. I will look into this. My Mail was not meant as
> an offense. It is just a common problem in my company, where we have an
> hierarchical structure of repositories, and Developers tend to have their own,
> and then check things in, without deploying the required jars, to the company
> repository. I must have missed the commit (sorry)
>   
No offence was inferred or taken.

The itch I was satisfying was to ensure that projects that use m2 have a 
decent pom to work with.  The itch to build turbine with m2 is not there 
for me just yet, but if it is there for someone else then great.

Scott

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org


AW: AW: Turbine_2_3_BRANCH

Posted by Juergen Hoffmann <ho...@apache.org>.
Hi Scott,

If the day just had 48 hrs ;-)

Kind regards

Juergen

> -----Ursprüngliche Nachricht-----
> Von: Scott Eade [mailto:seade@backstagetech.com.au]
> Gesendet: Donnerstag, 31. Mai 2007 14:12
> An: Turbine Developers List
> Betreff: Re: AW: Turbine_2_3_BRANCH
> 
> Juergen Hoffmann wrote:
> > thanks for clearing this out. I will look into this. My Mail was not
> meant as
> > an offense. It is just a common problem in my company, where we have an
> > hierarchical structure of repositories, and Developers tend to have
> their own,
> > and then check things in, without deploying the required jars, to the
> company
> > repository. I must have missed the commit (sorry)
> >
> No offence was inferred or taken.
> 
> The itch I was satisfying was to ensure that projects that use m2 have a
> decent pom to work with.  The itch to build turbine with m2 is not there
> for me just yet, but if it is there for someone else then great.
> 
> Scott
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: turbine-dev-help@jakarta.apache.org
> 




---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org


AW: Turbine_2_3_BRANCH

Posted by Juergen Hoffmann <ho...@apache.org>.
Hi Scott,

thanks for clearing this out. I will look into this. My Mail was not meant as
an offense. It is just a common problem in my company, where we have an
hierarchical structure of repositories, and Developers tend to have their own,
and then check things in, without deploying the required jars, to the company
repository. I must have missed the commit (sorry)

Kind regards 

Juergen

> -----Ursprüngliche Nachricht-----
> Von: Scott Eade [mailto:seade@backstagetech.com.au]
> Gesendet: Donnerstag, 31. Mai 2007 13:57
> An: Turbine Developers List
> Betreff: Re: Turbine_2_3_BRANCH
> 
> My commit comment said that the pom was for execution only (meaning
> using turbine in your own project that is built with maven 2), not
> building - a bad choice of words on my part perhaps, but you get the
> idea.
> 
> Please fell free to work on enhancing this in order to be able to build
> turbine with maven 2, but this was not the intention of the initial
> commit.
> 
> Scott
> 
> Juergen Hoffmann wrote:
> > Hi Folks,
> >
> >
> >
> > I was trying to build the Turbine 2.3 Branch with the new pom.xml and
> the
> > eclipse m2 plugin. I am getting
> >
> >
> >
> > 31.05.07 09:44:47 GMT: Missing:
> >
> > 1) fulcrum:fulcrum-yaafi:jar:1.0.4
> >
> >   Try downloading the file manually from the project website.
> >
> >   Then, install it using the command:
> >
> >       mvn install:install-file -DgroupId=fulcrum -DartifactId=fulcrum-
> yaafi \
> >
> >           -Dversion=1.0.4 -Dpackaging=jar -Dfile=/path/to/file
> >
> >   Path to dependency:
> >
> >       1) org.apache.turbine:turbine:jar:2.3.3-dev
> >
> >       2) fulcrum:fulcrum-yaafi:jar:1.0.4
> >
> > 2) javax.sql:jdbc-stdext:jar:2.0
> >
> >   Try downloading the file manually from:
> >
> >       http://java.sun.com/products/jdbc/download.html
> >
> >   Then, install it using the command:
> >
> >       mvn install:install-file -DgroupId=javax.sql -DartifactId=jdbc-
> stdext \
> >
> >           -Dversion=2.0 -Dpackaging=jar -Dfile=/path/to/file
> >
> >   Path to dependency:
> >
> >       1) org.apache.turbine:turbine:jar:2.3.3-dev
> >
> >       2) torque:torque:jar:3.2
> >
> >       3) javax.sql:jdbc-stdext:jar:2.0
> >
> > 3) javax.mail:mail:jar:1.3.3
> >
> >   Try downloading the file manually from:
> >
> >       http://java.sun.com/products/javamail/downloads/index.html
> >
> >   Then, install it using the command:
> >
> >       mvn install:install-file -DgroupId=javax.mail -DartifactId=mail \
> >
> >           -Dversion=1.3.3 -Dpackaging=jar -Dfile=/path/to/file
> >
> >   Path to dependency:
> >
> >       1) org.apache.turbine:turbine:jar:2.3.3-dev
> >
> >       2) javax.mail:mail:jar:1.3.3
> >
> > 4) jndi:jndi:jar:1.2.1
> >
> >   Try downloading the file manually from the project website.
> >
> >   Then, install it using the command:
> >
> >       mvn install:install-file -DgroupId=jndi -DartifactId=jndi \
> >
> >           -Dversion=1.2.1 -Dpackaging=jar -Dfile=/path/to/file
> >
> >   Path to dependency:
> >
> >       1) org.apache.turbine:turbine:jar:2.3.3-dev
> >
> >       2) torque:torque:jar:3.2
> >
> >       3) jndi:jndi:jar:1.2.1
> >
> > 4 required artifacts are missing.
> >
> > for artifact:
> >
> >   org.apache.turbine:turbine:jar:2.3.3-dev
> >
> > from the specified remote repositories:
> >
> >   apache.snapshots (http://people.apache.org/repo/m2-snapshot-
> repository),
> >
> >   central (http://repo1.maven.org/maven2)
> >
> >
> >
> > Shouldn’t these jars be already in the repository? Does Turbine have
> its own
> > repository?
> >
> >
> >
> > Kind regards
> >
> >
> >
> > Juergen
> >
> >
> >
> >
> >
> >
> >
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: turbine-dev-help@jakarta.apache.org
> 




---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org