Hi!

-------- Original-Nachricht --------
> Datum: Mon, 19 May 2008 07:33:48 +0200
> Von: "Thomas N." <[EMAIL PROTECTED]>
> An: [email protected]
> Betreff: Re: [argouml-dev] Problem with building the modules

> Hi Linus,
> 
> for argouml-java, Tom fixed it.

Is this in SVN already? I'm also currently struggling with the argouml-java
build.

So I copied the module dir to:
argouml/modules/argouml-java
The build.sh sets ANT_HOME to the wrong directory here.
ANT_HOME=../../../argouml/tools/apache-ant-1.7.0
works better for me.
build.xml then fails, because the argouml.jar is not found in line 276:
<available file="${argo.build.dir}/argouml.jar" property="argo.is.packaged"/>
argouml.jar is in
../../src/argouml-build/build/ 
and argo.build.dir is set to
type="dir" property="argo.build.dir" value="${basedir}/../argouml-build/build"/>
, so basedir should be .. , right?
Does not work for me. Should it be in the build.properties file? Does not exist
here for the module...

Shouldn't argo.build.dir reference argo.root.dir instead of basedir? The argo 
build
is relative to the argo root dir, not neccessarily the module root dir.

Ciao,
Andreas

-- 
GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen!
Jetzt dabei sein: http://www.shortview.de/[EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to