1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-09 18:56:02 +02:00

Turned on the DebugInfo flag so we can get line numbers

in the backtraces. Also fixed the e-mail address for the build
message.
This commit is contained in:
Doug Schaefer 2004-04-01 15:25:53 +00:00
parent 914825d390
commit 771e8c3c11
3 changed files with 3 additions and 3 deletions

View file

@ -138,7 +138,7 @@
<filelist dir="${basedir}" files="message.txt,compile.log"/> <filelist dir="${basedir}" files="message.txt,compile.log"/>
</concat> </concat>
<mail subject="CDT Build ${siteversion}.${timestamp} completed" <mail subject="CDT Build ${siteversion}.${timestamp} completed"
tolist="dschaefe@ca.ibm.com" from="dschaefe@ca.ibm.com"> tolist="cdt-test-dev@eclipse.org" from="dschaefe@ca.ibm.com">
<message src="mail.txt"/> <message src="mail.txt"/>
</mail> </mail>
</target> </target>

View file

@ -69,7 +69,7 @@ zipargs=
#bootclasspath=d:/ibm1.3.1/jre/lib/rt.jar #bootclasspath=d:/ibm1.3.1/jre/lib/rt.jar
# Whether or not to include debug info in the output jars # Whether or not to include debug info in the output jars
javacDebugInfo=false javacDebugInfo=true
# Whether or not to fail the build if there are compiler errors # Whether or not to fail the build if there are compiler errors
javacfailonerror=true javacfailonerror=true

View file

@ -75,7 +75,7 @@ zipargs=
#bootclasspath=d:/ibm1.3.1/jre/lib/rt.jar #bootclasspath=d:/ibm1.3.1/jre/lib/rt.jar
# Whether or not to include debug info in the output jars # Whether or not to include debug info in the output jars
javacDebugInfo=false javacDebugInfo=true
# Whether or not to fail the build if there are compiler errors # Whether or not to fail the build if there are compiler errors
javacfailonerror=true javacfailonerror=true