This bug report will be sent to the XEmacs Development Team,
not to your local site managers!!
Please write in English, because the XEmacs maintainers do not have
translators to read other languages for them.
Please describe as succinctly as possible:
- What happened.
- What you thought should have happened.
- Precisely what you were doing at the time.
Please also include any C or lisp back-traces that you may have.
================================================================
Dear Bug Team!
First off all, thank you for a great product, I use XEmacs all the time.
I have a problem opening an Ant 'build.xml' file. Ant as you probably know
alreydy, is a java based build tool. See
http://jakarta.apache.org for more information.
This problem is that XEmacs dies instantaneously when opening the build
file. I have recently switched to 21.4.8 and can tell that it was not a
problem using 20.1.14
I have read/write permissions to the file.
The file is included in this bug report, although a few names have changed.
Kind regards
Per Jensen
================================================================
System Info to help track down your bug:
---------------------------------------
build.xml file is as follows:
---
<!-- Build NameChanged by Apache Ant tool
Just set the properties in top of file and necessary jar files in <path>
and a jar file is created in ${dist}/lib
-->
<project name="NameChanged" default="jar"
basedir=".">
<!-- set global properties for this build -->
<property name="src" value="./source"/>
<property name="build" value="build"/>
<property name="modulename" value="NameChanged"/>
<property name="module" value="modulename"/>
<property name="manifest" value="./Manifest"/>
<property name="libs" value="./lib"/>
<!-- Set necessary jar files here -->
<path id="libraries.path">
<pathelement location="${libs}log4j.jar"/>
<pathelement location="${libs}mail.jar"/>
<pathelement location="${libs}activation.jar}"/>
<pathelement location="${libs}classes12.zip"/>
<pathelement location="${libs}mm.mysql.2.0.14.jar"/>
</path>
<!-- Don't change this... -->
<property name="dist" value="${modulename}/${modulename}"/>
<target name="init">
<!-- Delete/create the build directory structure used by compile -->
<delete dir="${build}"/>
<mkdir dir="${build}"/>
</target>
<target name="compile" depends="init">
<!-- Compile the java code from ${src} into ${build} -->
<javac classpathref="libraries.path" srcdir="${src}"
destdir="${build}"/>
</target>
<target name="jar" depends="compile">
<jar jarfile="./${libs}/${module}.jar" basedir="${build}"
manifest="${manifest}"/>
</target>
<target name="dist" depends="compile">
<!-- Creates the distribution tar file -->
<delete dir="${dist}"/>
<mkdir dir="${dist}/lib"/>
<jar jarfile="${dist}/lib/${module}.jar" basedir="${build}"
manifest="${manifest}"/>
<copy todir="${dist}/lib" >
<fileset dir="${libs}" >
</fileset>
</copy>
<!-- classes12.zip must not be exported to production servers -->
<delete file="./${dist}/${libs}/classes12.zip"/>
<copy todir="${dist}/data" >
<fileset dir="./data" >
</fileset>
</copy>
<copy todir="${dist}/install" >
<fileset dir="./install" >
</fileset>
</copy>
<copy todir="${dist}/doc" >
<fileset dir="./doc" >
</fileset>
</copy>
<copy todir="${dist}/source" >
<fileset dir="./source" >
</fileset>
</copy>
<copy file="start.sh" todir="${dist}"/>
<chmod file="${dist}/start.sh" perm="ug+rx"/>
<copy file="kill.sh" todir="${dist}"/>
<chmod file="${dist}/kill.sh" perm="ug+rx"/>
<tar tarfile="${dist}.tar" basedir="${modulename}">
<tarfileset dir="${dist}" mode="755">
<include name="${dist}/start.sh"/>
<include name="${dist}/kill.sh"/>
</tarfileset>
<tarfileset dir="${dist}">
<include name="${dist}/**"/>
<exclude name="${dist}/start.sh"/>
<exclude name="${dist}/kill.sh"/>
</tarfileset>
</tar>
<move file="${dist}.tar" todir="."/>
<delete dir="${modulename}"/>
<delete dir="${build}"/>
</target>
<target name="clean">
<!-- Delete the ${build} and ${dist} directory trees -->
<delete dir="${build}"/>
<delete dir="${dist}"/>
</target>
</project>
--
end of build.xml
uname -a: Linux highflier 2.4.2-2 #1 Sun Apr 8 20:41:30 EDT 2001 i686 unknown
./configure '--prefix=/opt/xemacs-21.4.8' '--with-x11'
'--with-menubars=lucid' '--with-scrollbars=lucid'
'--with-widgets=lucid' '--with-ncurses' '--with-xpm'
'--with-png' '--with-jpeg' '--with-tiff'
XEmacs 21.4.8 "Honest Recruiter" configured for `i686-pc-linux'.
Compilation / Installation:
Source code location: /home/pje/src/xemacs-21.4.8
Installation prefix: /opt/xemacs-21.4.8
Operating system description file: `s/linux.h'
Machine description file: `m/intel386.h'
Compiler: gcc -g -O3 -Wall -Wno-switch -Winline
-Wmissing-prototypes -Wsign-compare -Wshadow
Relocating allocator for buffers: no
GNU version of malloc: yes
- Using Doug Lea's new malloc from the GNU C Library.
Window System:
Compiling in support for the X window system:
- X Windows headers location: /usr/X11R6/include
- X Windows libraries location: /usr/X11R6/lib
- Handling WM_COMMAND properly.
Using Lucid menubars.
Using Lucid scrollbars.
TTY:
Compiling in support for ncurses.
Compiling in support for GPM (General Purpose Mouse).
Images:
Compiling in support for GIF images (builtin).
Compiling in support for XPM images.
Compiling in support for PNG images.
Compiling in support for JPEG images.
Compiling in support for TIFF images.
Sound:
Compiling in support for sound (native).
Databases:
Compiling in support for Berkeley database.
Compiling in support for LDAP.
Internationalization:
Mail:
Compiling in support for "dot-locking" mail spool file locking method.
Other Features:
Inhibiting IPv6 canonicalization at startup.
Compiling in support for dynamic shared object modules.
Load-Path Lisp Shadows:
----------------------
nil
Installed XEmacs Packages:
-------------------------
((xemacs-devel:version 1.48 :type single-file)
(xemacs-base :version 1.67 :type regular)
(w3 :version 1.25 :type regular)
(vm :version 7.07 :type regular)
(view-process :version 1.11 :type regular)
(vc :version 1.33 :type regular)
(tm :version 1.34 :type regular)
(time :version 1.11 :type regular)
(text-modes :version 1.51 :type single-file)
(texinfo :version 1.2 :type regular)
(strokes :version 1.08 :type regular)
(speedbar :version 1.23 :type regular)
(sh-script :version 1.15 :type regular)
(sgml :version 1.08 :type regular)
(semantic :version 1.12 :type regular)
(rmail :version 1.13 :type regular)
(psgml :version 1.29 :type regular)
(ps-print :version 1.07 :type regular)
(prog-modes
:version
1
.63
:type
single-file)
(pcomplete :version 1.01 :type regular)
(pcl-cvs :version 1.64 :type regular)
(os-utils :version 1.28 :type single-file)
(net-utils :version 1.27 :type single-file)
(mh-e :version 1.15 :type regular)
(mailcrypt :version 2.11 :type regular)
(mail-lib :version 1.48 :type regular)
(jde :version 1.35 :type regular)
(ispell :version 1.24 :type regular)
(ilisp :version 1.27 :type regular)
(igrep :version 1.08 :type regular)
(idlwave :version 1.25 :type regular)
(hm--html-menus :version 1.18 :type regular)
(gnus :version 1.62 :type regular)
(fsf-compat :version 1.11 :type single-file)
(eterm :version 1.13 :type regular)
(eshell :version 1.03 :type regular)
(emerge :version 1.09 :type regular)
(elib :version 1.1 :type single-file)
(eieio :version 1.02 :type regular)
(efs :version 1.29 :type regular)
(edit-utils :version 1.9 :type single-file)
(ediff :version 1.41 :type regular)
(edebug :version 1.14 :type regular)
(dired :version 1.12 :type regular)
(debug :version 1.15 :type regular)
(cc-mode :version 1.29 :type regular)
(calendar :version 1.18 :type regular)
(apel :version 1.25 :type regular))
Features:
--------
(mail-abbrevs xemacsbug shadow sendmail rfc822 env vc vc-hooks jde executable
jde-package jde-import jde-which-method jde-stat jde-javadoc jde-javadoc-gen
jde-java-font-lock jde-bug jde-dbs jde-dbo jde-help jde-wiz jde-widgets
tree-widget jde-complete beanshell browse-url jde-gen tempo jde-make compile
jde-run jde-db jde-parse jde-imenu regexp-opt semantic-imenu jde-java-grammar
semantic-java eieio advice advice-preload avltree stack-m elib-node
semantic-ctxt semantic-bnf semantic-sb speedbar sb-image dframe semantic-util
assoc semantic working gud tags etags comint ring jde-compile cus-edit
cus-load font-lock semantic-load cc-mode cc-align cc-cmds cc-engine cc-styles
cc-langs cc-vars wid-edit cc-menus imenu cc-defs big-menubar time cus-face
xemacs-devel-autoloads xemacs-base-autoloads w3-autoloads vm-autoloads
view-process-autoloads vc-autoloads tm-autoloads time-autoloads
text-modes-autoloads texinfo-autoloads strokes-autoloads speedbar-autoloads
sh-script-autoloads sgml-autoloads semantic-autoloads rmail-autoloads
psgml-autoloads ps-print-autoloads prog-modes-autoloads pcomplete-autoloads
pcl-cvs-autoloads os-utils-autoloads net-utils-autoloads mh-e-autoloads
mailcrypt-autoloads mail-lib-autoloads jde-autoloads ispell-autoloads
ilisp-autoloads igrep-autoloads idlwave-autoloads hm--html-menus-autoloads
gnus-autoloads fsf-compat-autoloads eterm-autoloads eshell-autoloads
emerge-autoloads elib-autoloads eieio-autoloads efs-autoloads
edit-utils-autoloads ediff-autoloads edebug-autoloads dired-autoloads
debug-autoloads cc-mode-autoloads calendar-autoloads apel-autoloads
lisp-autoloads loadhist auto-show fontl-hooks x-iso8859-1 gutter-items
menubar-items x-menubar mode-motion mouse itimer auto-save lisp-mode easymenu
iso8859-1 page buff-menu lib-complete help-nomule cus-file derived frame
text-props obsolete cus-start custom widget cl-extra mini-cl cl cl-19
packages backquote very-early-lisp lucid-scrollbars cut-buffer lucid-menubars
x c-balloon-help tty-frames tty toolbar native-sound scrollbar unix-processes
multicast network-streams subprocesses modules menu-accelerator-support
menubar berkeley-db md5 xemacs gutter tiff png gif jpeg xpm xbm
lisp-float-type linux devices window-system base64)
Recent keystrokes:
-----------------
button1 button1up misc-user
Recent messages (most recent first):
-----------------------------------
Loading xemacsbug...done
Loading xemacsbug...
Fontifying *scratch*... done.
Loading env...done
Fontifying *scratch*... (syntactically).
Fontifying *scratch*...
Loading env...
jde-java-font-lock: building names cache...empty
jde-java-font-lock: building names cache...
Loading cl-macs...done
Loading cl-macs...
Loading regexp-opt...done
Loading regexp-opt...
Bootstrapping objects...done
Bootstrapping objects...
Loading customization dependencies...done
Loading customization dependencies...
Loading big-menubar...done
Loading big-menubar...
Loading time...done