JEuclid possible build.xml error

Sylvestre Ledru sylvestre.ledru at inria.fr
Mon Dec 1 08:45:12 UTC 2008


Hello

I am currently in holidays. I get back to you when I come back (if
bangkok's airport reopens one day).

Sylvestre

On Fri, 28 Nov 2008 21:26:15 -0800, "Brennan Ashton"
<bashton at brennanashton.com> wrote:
> 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"/>
> 
> I am working on adding in the javadocs to the build now, if you are
> interested I will have my final build.xml available.
> 
> Thank you,
> Brennan Ashton
> 
>



More information about the debian-science-maintainers mailing list