Re: SV: [eclipse-plugin] Dependency to workspace projects

2011-04-09 Thread Wayne Fay
> I must say.. I think it's rather arrogant to assume to know what my > prerequisites and goals are when all I've done is to ask how to set up my Ron is just trying to be helpful. You are the one who is taking such offense to his suggestions. > I have not written any specs, or tests at this momen

RE: SV: [eclipse-plugin] Dependency to workspace projects

2011-04-09 Thread Martin Gainty
good call ron specifically http://stackoverflow.com/questions/2334640/maven-how-to-test-two-modules-with-the-same-tests-in-a-third-module so you'll wqant to create a base test-suite of abstract classes in the parent then each of the child modules will extend the base test-suite (already defined

Re: SV: [eclipse-plugin] Dependency to workspace projects

2011-04-09 Thread Jörg Schaible
Ron Wheeler wrote: > On 09/04/2011 1:19 PM, Ludwig Magnusson wrote: >> The situation is this: >> A depends on B >> ... and I am working on B. >> I want to be able to see how changes in B affects projects like A that >> will be using B > It is called testing. No, it's called refactoring. > You wa

SV: SV: [eclipse-plugin] Dependency to workspace projects

2011-04-09 Thread Ludwig Magnusson
I must say.. I think it's rather arrogant to assume to know what my prerequisites and goals are when all I've done is to ask how to set up my eclipse environment. I wanted to do it to get an initial idea of how much work different strategies would force upon the end users, and the project itself.

Re: SV: [eclipse-plugin] Dependency to workspace projects

2011-04-09 Thread Ron Wheeler
On 09/04/2011 1:19 PM, Ludwig Magnusson wrote: The situation is this: A depends on B ... and I am working on B. I want to be able to see how changes in B affects projects like A that will be using B It is called testing. You want to write B to a spec and test the API that A will use, in a test

Re: unsubscribe

2011-04-09 Thread Fadil
unsubscribe On Sat, Apr 9, 2011 at 6:23 PM, Fadil wrote: > >

SV: [eclipse-plugin] Dependency to workspace projects

2011-04-09 Thread Ludwig Magnusson
The situation is this: A depends on B ... and I am working on B. I want to be able to see how changes in B affects projects like A that will be using B With your strategy, I would have to install very often to see how the changes to B effects A. /Ludwig -Ursprungligt meddelande- Från: a

Re: [eclipse-plugin] Dependency to workspace projects

2011-04-09 Thread adam . saltiel
I always thing 'resolve workspace dependencies' is a bad idea. Better install in local repo. But surely should work for single project. Then you would pick everything up from project/lib. Can see why may want to do this --Original Message-- From: Ludwig Magnusson To: users@maven.apache.o

SV: [eclipse-plugin] Dependency to workspace projects

2011-04-09 Thread Ludwig Magnusson
Thank you! Worked fine. -Ursprungligt meddelande- Från: Jörg Schaible [mailto:joerg.schai...@gmx.de] Skickat: den 9 april 2011 12:24 Till: users@maven.apache.org Ämne: Re: [eclipse-plugin] Dependency to workspace projects Ludwig Magnusson wrote: > Hello! > > I know that the maven-eclip

Re: [eclipse-plugin] Dependency to workspace projects

2011-04-09 Thread Jörg Schaible
Ludwig Magnusson wrote: > Hello! > > I know that the maven-eclipse-plugin somehow can figure out that a > dependency actually exists as a project in workspace and therefore add > that project to the build path instead of trying to download a jar-file > from a remote repository. > > My question i

[eclipse-plugin] Dependency to workspace projects

2011-04-09 Thread Ludwig Magnusson
Hello! I know that the maven-eclipse-plugin somehow can figure out that a dependency actually exists as a project in workspace and therefore add that project to the build path instead of trying to download a jar-file from a remote repository. My question is: Is this possible for any dependency o