On Tue, Apr 20, 2010 at 7:21 AM, Alexander Lepekhine <[email protected]> wrote: > Did anyone make a argouml project with java module from psf? When I tried to > do this I found that argouml.psf does not contain "agrouml-build" module, > needed by build.xml in java module, more over ant script in java module > assumes argouml-build placed in other Eclipse workspace. Those questions came > up to me when I explained one of my friend how to build argouml+java from > repository. Nothing works smoothly without manual corrections. Is here any > objections if I improve argouml/argouml-java psfs and change ant script in > java module to make build easier? Or I did not catch something? Linus, can > you describe how you make releases? >
I believe the official stance is that you have to check out the SVN tree(s) twice, in two different layouts, and use separate build procedures, only building the Eclipse directory layout from within Eclipse and only building from the command line in the other tree. I actually ran into this again the other day when I was trying to run the tests for the C++ and Java modules. The C++ build I was able to get running with just a couple line patch, but I ran out of time when looking at Java. This would only help my private builds though, since these kinds of patches have already been rejected as inappropriate complexity. The original reason for the different layout for Eclipse was that Eclipse couldn't deal with projects that were nested in each other's directories or had overlapping directory structures. I think some of these restrictions may have been relaxed since then. If argouml-build is missing from the PSF file though, that's just a bug that's separate from all the rest of this stuff. Tom ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=450&dsMessageId=2590559 To unsubscribe from this discussion, e-mail: [[email protected]]. To be allowed to post to the list contact the mailing list moderator, email: [[email protected]]
