java:compile altering classpath

2005-01-15 Thread Alexander Rupsch
I my build process I collect some projects using reactor. The projects sometimes depend on each other. Now I'm looking for a way to compile them without having there artifacts installed to the repo. What I need is: 1.) Calculation the path to created jar or classes in the target of the depended

Re: java:compile altering classpath

2005-01-15 Thread Michal Maczka
Alexander Rupsch wrote: I my build process I collect some projects using reactor. The projects sometimes depend on each other. Now I'm looking for a way to compile them without having there artifacts installed to the repo. What I need is: 1.) Calculation the path to created jar or classes in the