|
List Info
Thread: RE: AW: turbine dependencies
|
|
| RE: AW: turbine dependencies |
  United States |
2007-02-20 08:27:51 |
Would you please specify how you did? Or are there any
instructions on that?
Thanks a lot.
-----Original Message-----
From: Jeffrey D. Brekke [mailto:jbrekke wi.rr.com]
Sent: Monday, February 19, 2007 8:03 PM
To: Turbine Users List
Subject: Re: AW: turbine dependencies
FWIW, we used maven2 on our last project with 2.3.2 and it
pulled down
all the dependencies for us, just put turbine in as a dep,
and almost
everything is brought down by maven and the pom for t2.3.2
Juergen Hoffmann wrote:
> Hi Jill,
>
> you can probably go an easier way by surfing to http://www.ibiblio.org/m
aven
> and download your dependencies from there.
>
> Kind regards
>
> Juergen
>
>
>> -----Ursprüngliche Nachricht-----
>> Von: jill han [mailto:jhan bynum.com]
>> Gesendet: Montag, 19. Februar 2007 21:05
>> An: Turbine Users List
>> Betreff: RE: turbine dependencies
>>
>> In fact, I followed the url.
>> For the avalon-framework-api, url is
>> htt
p://excalibur.apache.org/framework/index.html. I just go
to download
>> page from there, and there are 22 jar files on the
download page. I am
>> not quite sure if I should download them all.
>> I think it is quite confusing when it said
Avalon-framework-api, it leads
>> to Excalibur framework. It is the same for
avalon-framework-impl, it
>> leads to Excalibur framework too.
>> Would you please just list the .jar files needed?
>>
>> Thanks.
>> Jill
>>
>> -----Original Message-----
>> From: Juergen Hoffmann [mailto:hoffmann apache.org]
>> Sent: Saturday, February 17, 2007 3:45 AM
>> To: 'Turbine Users List'
>> Subject: AW: turbine dependencies
>>
>> Hi Jill,
>>
>> this ist he List of jars you need to run turbine
2.3.2
>> http://jakarta.apache.org/turbine/turbi
ne/turbine-2.3.2/dependencies.html
>>
>> Kind regards
>>
>> Juergen
>>
>>> -----Ursprüngliche Nachricht-----
>>> Von: jill han [mailto:jhan bynum.com]
>>> Gesendet: Freitag, 16. Februar 2007 17:05
>>> An: Turbine Users List
>>> Betreff: RE: turbine dependencies
>>>
>>> The question is there are just far too many
downloads based on the
>>> dependency list.
>>> For example, for Avalon-framework-api
download,
>>> There are two jar files under containers
product;
>>> There are four jar files under Containerkit
product;
>>> There are sixteen jar files under Component
product;
>>> Do you think I should download them all?
>>>
>>> Thanks,
>>> Jill
>>>
>>> -----Original Message-----
>>> From: Juergen Hoffmann [mailto:hoffmann apache.org]
>>> Sent: Friday, February 16, 2007 3:39 AM
>>> To: 'Turbine Users List'
>>> Subject: AW: turbine dependencies
>>>
>>> Hi Jill,
>>>
>>> yes, it is always better to update all
dependencies, to ensure
>> everything
>>> is
>>> working fine.
>>>
>>> Kind regards
>>>
>>> Juergen
>>>
>>>
>>>> -----Ursprüngliche Nachricht-----
>>>> Von: jill han [mailto:jhan bynum.com]
>>>> Gesendet: Donnerstag, 15. Februar 2007
18:21
>>>> An: Turbine Users List
>>>> Betreff: turbine dependencies
>>>>
>>>> I am in the process of updating turbine
from 2.3 to 2.3.2
>>>> Do you think I have to update all the
dependencies as well although
>>> some
>>>> dependencies are not used the app?
>>>>
>>>> Thanks a lot for the helps.
>>>> Jill
--
============================================================
=========
Jeffrey D. Brekke
jbrekke wi.rr.com
Wisconsin, USA
brekke apache.org
ekkerbj yahoo.com
http://www.blog
lines.com/blog/jbrekke ekkerbj gmail.com
------------------------------------------------------------
---------
To unsubscribe, e-mail: turbine-user-unsubscribe jakarta.apache.org
For additional commands, e-mail: turbine-user-help jakarta.apache.org
------------------------------------------------------------
---------
To unsubscribe, e-mail: turbine-user-unsubscribe jakarta.apache.org
For additional commands, e-mail: turbine-user-help jakarta.apache.org
|
|
| Re: AW: turbine dependencies |
  United States |
2007-02-20 11:28:46 |
Dependencies are transitive in m2, so you just list
<dependency>
<groupId>turbine</groupId>
<artifactId>turbine</artifactId>
<version>2.3.2</version>
</dependency>
in you pom and *all* the deps that turbine requires will be
brought in.
http://repo1.maven.org/maven2/turbine/turbi
ne/2.3.2/turbine-2.3.2.pom
This pom for the turbine project lists them out and m2 uses
that
definition to bring them down for projects that use
turbine.
This can cause some confusion and conflicts, but for us it
is worth it
since we don't have to list the deps unless there is an
issue.
jill han wrote:
> Would you please specify how you did? Or are there any
instructions on that?
> Thanks a lot.
>
> -----Original Message-----
> From: Jeffrey D. Brekke [mailto:jbrekke wi.rr.com]
> Sent: Monday, February 19, 2007 8:03 PM
> To: Turbine Users List
> Subject: Re: AW: turbine dependencies
>
>
> FWIW, we used maven2 on our last project with 2.3.2 and
it pulled down
> all the dependencies for us, just put turbine in as a
dep, and almost
> everything is brought down by maven and the pom for
t2.3.2
>
> Juergen Hoffmann wrote:
>> Hi Jill,
>>
>> you can probably go an easier way by surfing to http://www.ibiblio.org/m
aven
>> and download your dependencies from there.
>>
>> Kind regards
>>
>> Juergen
>>
>>
>>> -----Ursprüngliche Nachricht-----
>>> Von: jill han [mailto:jhan bynum.com]
>>> Gesendet: Montag, 19. Februar 2007 21:05
>>> An: Turbine Users List
>>> Betreff: RE: turbine dependencies
>>>
>>> In fact, I followed the url.
>>> For the avalon-framework-api, url is
>>> htt
p://excalibur.apache.org/framework/index.html. I just go
to download
>>> page from there, and there are 22 jar files on
the download page. I am
>>> not quite sure if I should download them all.
>>> I think it is quite confusing when it said
Avalon-framework-api, it leads
>>> to Excalibur framework. It is the same for
avalon-framework-impl, it
>>> leads to Excalibur framework too.
>>> Would you please just list the .jar files
needed?
>>>
>>> Thanks.
>>> Jill
>>>
>>> -----Original Message-----
>>> From: Juergen Hoffmann [mailto:hoffmann apache.org]
>>> Sent: Saturday, February 17, 2007 3:45 AM
>>> To: 'Turbine Users List'
>>> Subject: AW: turbine dependencies
>>>
>>> Hi Jill,
>>>
>>> this ist he List of jars you need to run
turbine 2.3.2
>>> http://jakarta.apache.org/turbine/turbi
ne/turbine-2.3.2/dependencies.html
>>>
>>> Kind regards
>>>
>>> Juergen
>>>
>>>> -----Ursprüngliche Nachricht-----
>>>> Von: jill han [mailto:jhan bynum.com]
>>>> Gesendet: Freitag, 16. Februar 2007 17:05
>>>> An: Turbine Users List
>>>> Betreff: RE: turbine dependencies
>>>>
>>>> The question is there are just far too many
downloads based on the
>>>> dependency list.
>>>> For example, for Avalon-framework-api
download,
>>>> There are two jar files under containers
product;
>>>> There are four jar files under
Containerkit product;
>>>> There are sixteen jar files under Component
product;
>>>> Do you think I should download them all?
>>>>
>>>> Thanks,
>>>> Jill
>>>>
>>>> -----Original Message-----
>>>> From: Juergen Hoffmann [mailto:hoffmann apache.org]
>>>> Sent: Friday, February 16, 2007 3:39 AM
>>>> To: 'Turbine Users List'
>>>> Subject: AW: turbine dependencies
>>>>
>>>> Hi Jill,
>>>>
>>>> yes, it is always better to update all
dependencies, to ensure
>>> everything
>>>> is
>>>> working fine.
>>>>
>>>> Kind regards
>>>>
>>>> Juergen
>>>>
>>>>
>>>>> -----Ursprüngliche Nachricht-----
>>>>> Von: jill han [mailto:jhan bynum.com]
>>>>> Gesendet: Donnerstag, 15. Februar 2007
18:21
>>>>> An: Turbine Users List
>>>>> Betreff: turbine dependencies
>>>>>
>>>>> I am in the process of updating turbine
from 2.3 to 2.3.2
>>>>> Do you think I have to update all the
dependencies as well although
>>>> some
>>>>> dependencies are not used the app?
>>>>>
>>>>> Thanks a lot for the helps.
>>>>> Jill
>
>
--
============================================================
=========
Jeffrey D. Brekke
jbrekke wi.rr.com
Wisconsin, USA
brekke apache.org
ekkerbj yahoo.com
http://www.blog
lines.com/blog/jbrekke ekkerbj gmail.com
------------------------------------------------------------
---------
To unsubscribe, e-mail: turbine-user-unsubscribe jakarta.apache.org
For additional commands, e-mail: turbine-user-help jakarta.apache.org
|
|
| VelocityTool 1.3 configuration in
Turbine |
  United States |
2007-02-20 18:07:48 |
Hi there,
How do I configure Turbine (2.3.2) to use VelocityTool?
Simply putting
jar files into lib directory didn't work, do I need to make
modifications to Turbine.properties file?
Thanks in advance!
David
------------------------------------------------------------
---------
To unsubscribe, e-mail: turbine-user-unsubscribe jakarta.apache.org
For additional commands, e-mail: turbine-user-help jakarta.apache.org
|
|
[1-3]
|
|