JEuclid possible build.xml error
Sylvestre Ledru
sylvestre.ledru at inria.fr
Fri Dec 12 14:46:26 UTC 2008
Le vendredi 28 novembre 2008 à 21:26 -0800, Brennan Ashton a écrit :
> Hey,
> I have been building this for Fedora, and looked at the debian patches
> and build script for this. I noticed an issue with your build.xml file
> at least on fedora (i do not have a debian system up to check), as the
> ant script runs if you have it build say mathviewer. It will end up
> compiling in the mathviewer files into the core jar. The issue stems
> from this ${full.build.output} for mathviewer it ends up being set to
> that for core, and so it copies the files into jeuclid-core instead of
> jeuclid-mathviewer. I was able to get around this by calling the var
> ${full.build.output.mathviewer} and ${full.build.output.core}. When
> you do that another problem is then added, where the core files are no
> longer available for mathviewer. I did this
> <classpath>
> <fileset dir="${build.directory}">
> <include name="jeuclid-core.jar"/>
> </fileset>
> <path refid="libs-build-classpath"/>
> </classpath>
>
> rather then just <classpath refid="libs-build-classpath"/>
You are right! I applied your modification for the debian package. Thanks for pointing this out!
> I am working on adding in the javadocs to the build now, if you are
> interested I will have my final build.xml available.
Yep, I would be interested to see that too!
Thanks again,
Sylvestre
More information about the debian-science-maintainers
mailing list