Re: [abc-users] abc produces broken class files

From: Thomas Pawlitzki <mailinglist_at_pawlitzki.name>
Date: Thu, 27 Mar 2008 07:33:10 +0100

Hi Pavel,

> That looks really strange; is the project you're trying to compile
> available for download somewhere?

I uploaded and you can get it from
http://test.pawlitzki.name/lobby.zip

> We'd be happy to fix this issue if we
> can reproduce it, so any instructions to achieve that would be very
> welcome...

I just checked out the latest abc from
http://abc.comlab.ox.ac.uk/products/trunk/abc-full
It is Revision 27. The external Projects are in Revision 5025.

I call the abc from ant as follows:

<project name="abc">

        <property file="ant.properties"/>

        <path id="abc.classpath">
                <fileset dir="${abc.lib}">
                        <include name="*.jar" />
                </fileset>
                <fileset dir="${abc.extlib}">
                        <include name="*.jar" />
                </fileset>
        </path>
        <target name="abc">
                <java fork="true" classname="abc.main.Main" maxmemory="512m">
                        <classpath refid="abc.classpath">
                        </classpath>
                        <arg line="${args}" />
                </java>
        </target>
        <target name="build-lobby" description="build-lobby">
                <antcall target="abc">
                        <param name="args" value="-verbose -ext abc.ja -classpath
${abc.lib}/abc-runtime.jar; -sourceroots ../../java/Lobby/src -d
lobby/classes" />
                </antcall>
        </target>
</project>

Hope this helps. If you need further information please let me know.

Greetings,
Thomas
Received on Thu Mar 27 2008 - 06:33:15 GMT

This archive was generated by hypermail 2.2.0 : Thu Mar 27 2008 - 10:50:10 GMT