Re: bundle problem

2005-06-13 Thread Iktorn
Steve Molloy convera.com> writes: > > Couldn't you use project inheritance to have A extend B so that whenever > B changes, it would be reflected in A. > Hi , The next problem is that , in my project , I need to inherit from many libs. Is there another inheritance solution beside ? Artur

Re: bundle problem

2005-06-11 Thread Iktorn
Thanks, That is some solution , but is there a way to easily include jar libs in just created/deployed jar ? Artur Couldn't you use project inheritance to have A extend B so that whenever B changes, it would be reflected in A. Steve --

bundle problem

2005-06-10 Thread Iktorn
Hi, I'v got following problem with jar libs. my web application (let say A ) depend on other part of the project (B) which have its own dependencies ( C,D.. etc) . But when I try to deploy 'A', subproject libs from B are not deployed to Tomcat and the site doesn't work properly. Is it possible

maven plugin for idea

2005-05-25 Thread Iktorn
Hi, I've got a problem with maven plugin with my project . When I click on the play button goals don't appear. ( with sample project from maven tutorial everything is ok). Both Intellij Projects were made with 'maven idea' goal. The following error appear in the output window File.. C:\WI

Re: maven vs intellij

2005-05-10 Thread Iktorn
StÃphane Nicoll bsb.com> writes: > > > -Original Message- > From: Brett Porter [mailto:brett.porter gmail.com] > Sent: Tuesday, May 10, 2005 9:53 AM > To: Maven Users List > Subject: Re: maven vs intellij > > > add a dependency on junit in your project.xml file. > > Well, no ... Th

Re: maven vs intellij

2005-05-10 Thread Iktorn
Brett Porter gmail.com> writes: > > add a dependency on junit in your project.xml file. > > Cheers, > Brett > Hi, I've done that (below is the content of my project.xml file) The problem occurs when I try to make 'maven test' goal. The library in intellij is set to the same junit.jar file.

maven vs intellij

2005-05-10 Thread Iktorn
Hi , I have got a problem, I try to compile my project in maven and I get following errors: C:\Projekte\am_applic\implementation\appserver\connectors\src\test\java\de\mypac kage\mail\om\connectors\cms\CMSAccountDataTest.java:260: cannot resolve symbo l symbol : method fail (java.lang.Strin