Hi!
-------- Original-Nachricht --------
> Datum: Tue, 20 May 2008 16:57:14 +0200
> Von: "Thomas N." <[EMAIL PROTECTED]>
> An: [email protected]
> Betreff: Re: [argouml-dev] Problem with building the modules
> Hi Andreas,
>
> you should just modify
>
> <property name="argo.root.dir" value="${basedir}/.."/>
Does not work here. The argouml-java module is in
argouml/modules/argouml-java
, so the argo.root.dir is
<property name="argo.root.dir" value="${basedir}/../.."/>
the following line also seems to be wrong:
<property name="argo.app.dir" value="${argo.root.dir}/argouml-app"/>
, because after the SVN checkout it's actually
<property name="argo.app.dir" value="${argo.root.dir}/src/argouml-app"/>
Finding the build directory should become:
==========
<!-- figure out where main ArgoUML build directory is -->
<!-- TODO: This probably needs to reference the packaging directory -->
<available file="${argo.root.dir}/../argouml-build/build"
type="dir" property="argo.build.dir"
value="${argo.root.dir}/../argouml-build/build"/>
<available file="${argo.root.dir}/../argouml/src/argouml-build/build"
type="dir" property="argo.build.dir"
value="${argo.root.dir}/../argouml/src/argouml-build/build"/>
==========
(The first check should never succeed, as I see it, so it might be removed?)
I get a lot of warnings, but the module compiles then...
> You are right, other references to argouml files should not depend on
> ${basedir} any more!
>
> Either fix it, or let the checkouts of the projects argouml and
> argouml-java live on the same directory level, i.e.
May I send you my current version, so you can check it, before it gets
committed to SVN?
> /some_folder/argouml/ (src/argouml-build/ etc.), and
> /some_folder/argouml-java/
Not good. We have a modules directory in the argouml directory. Why not use it?
Ciao,
Andreas
--
249 Spiele für nur 1 Preis. Die GMX Spieleflatrate schon ab 9,90 Euro.
Neu: Asterix bei den Olympischen Spielen: http://flat.games.gmx.de
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]