Re: Hibernate Version referenced t5c-project

2008-06-29 Thread Sven Homburg
in IDEA i can exclude unwanted jars for deployment.
is there an equal option in eclipse too ?

2008/6/29 Moritz Gmelin [EMAIL PROTECTED]:

 Hi,

 The pom.xml from t5c-project references hibernate 3.2.2.ga and
 hibernate-annotations 3.2.1.ga as dependencies. My own project references
 higher version numbers of poth packages as dependencies.
 I have just moved to eclipse 3.4 with run-jetty-run plugin 1.0.1 and maven
 integration for eclipse 0.0.12.
 Now if I run my T5 app, both hibernate-(annotations) jars are in my
 classpath which makes the application crash on initialization.

 is this a problem with my ecipse plugins? (Since it didn't happen with
 eclipse 3.3 I was using before). Or something I can fix in my poms?

 Someone can give a clue?

 Regards

 Moritz

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




-- 
with regards
Sven Homburg
http://tapestry5-components.googlecode.com
http://chenillekit.googlecode.com


Re: Hibernate Version referenced t5c-project

2008-06-29 Thread Moritz Gmelin

Ooops,

posted too early: updating to maven integration for eclipse 0.9.4  
fixed this.


great, I just answered my first question on this list !

M.

Am 29.06.2008 um 23:12 schrieb Moritz Gmelin:


Hi,

The pom.xml from t5c-project references hibernate 3.2.2.ga and  
hibernate-annotations 3.2.1.ga as dependencies. My own project  
references higher version numbers of poth packages as dependencies.
I have just moved to eclipse 3.4 with run-jetty-run plugin 1.0.1 and  
maven integration for eclipse 0.0.12.
Now if I run my T5 app, both hibernate-(annotations) jars are in my  
classpath which makes the application crash on initialization.


is this a problem with my ecipse plugins? (Since it didn't happen  
with eclipse 3.3 I was using before). Or something I can fix in my  
poms?


Someone can give a clue?

Regards

Moritz

-
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]



Re: Hibernate Version referenced t5c-project

2008-06-29 Thread Andreas Andreou
Also, in your pom, it's possible to exclude certain dependencies that
your immediate
dependencies declare, for instance:

dependency
groupIdnet.sf.tacos/groupId
artifactIdtacos-core/artifactId
version4.1.2-SNAPSHOT/version
exclusions
exclusion
groupIdjboss/groupId
artifactIdj2ee/artifactId
/exclusion
   /exclusions
   /dependency

On Mon, Jun 30, 2008 at 12:22 AM, Moritz Gmelin [EMAIL PROTECTED] wrote:
 Ooops,

 posted too early: updating to maven integration for eclipse 0.9.4 fixed
 this.

 great, I just answered my first question on this list !

 M.

 Am 29.06.2008 um 23:12 schrieb Moritz Gmelin:

 Hi,

 The pom.xml from t5c-project references hibernate 3.2.2.ga and
 hibernate-annotations 3.2.1.ga as dependencies. My own project references
 higher version numbers of poth packages as dependencies.
 I have just moved to eclipse 3.4 with run-jetty-run plugin 1.0.1 and maven
 integration for eclipse 0.0.12.
 Now if I run my T5 app, both hibernate-(annotations) jars are in my
 classpath which makes the application crash on initialization.

 is this a problem with my ecipse plugins? (Since it didn't happen with
 eclipse 3.3 I was using before). Or something I can fix in my poms?

 Someone can give a clue?

 Regards

 Moritz

 -
 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]





-- 
Andreas Andreou - [EMAIL PROTECTED] - http://blog.andyhot.gr
Tapestry / Tacos developer
Open Source / JEE Consulting

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