|
Message
From: cvs at opencores.org<cvs@o...>
Date: Sat Nov 18 03:15:41 CET 2006
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/06/11 18:03:15 Modified: jop build.xml Log: add debug for tools Revision Changes Path 1.8 jop/build.xml http://www.opencores.org/cvsweb.shtml/jop/build.xml.diff?r1=1.7&r2=1.8 (In the diff below, changes in quantity of whitespace are not shown.) Index: build.xml =================================================================== RCS file: /cvsroot/martin/jop/build.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -b -r1.7 -r1.8 --- build.xml 11 Nov 2006 17:22:05 -0000 1.7 +++ build.xml 18 Nov 2006 02:15:41 -0000 1.8 @@ -202,7 +202,7 @@ <mkdir dir="${tools}/dist/lib"/> <mkdir dir="${tools}/dist/classes"/> - <javac destdir="${tools}/dist/classes" classpathref="ext-cp"> + <javac debug="true" destdir="${tools}/dist/classes" classpathref="ext-cp"> <src path="${tools}/src"/> <src path="${target}/src/common"/> <include name="*.java"/> @@ -608,6 +608,9 @@ <sysproperty key="dot" value="true"/> <sysproperty key="jline" value="true"/> <sysproperty key="ls" value="true"/> +<!-- + <arg line="-mm ${wcet-method} -cp ${target}/dist/lib/classes.zip -o ${target}/wcet/${p3}wcet.txt -sp "${target-source-flattened} " ${main-class}"/> +--> <arg line="-mm ${wcet-method} -cp ${target}/dist/lib/classes.zip -o ${target}/wcet/${p3}wcet.txt -sp ${target-source-flattened} ${main-class}"/> </java> </target>
|
 |