You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

devguide.xml 2.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1//EN"
  3. "../../lib/docbook/docbook-dtd/docbookx.dtd"
  4. [
  5. <!ENTITY ajc SYSTEM "ajc.xml">
  6. <!ENTITY ajdb SYSTEM "ajdb.xml">
  7. <!ENTITY ajdoc SYSTEM "ajdoc.xml">
  8. <!ENTITY antsupport SYSTEM "antsupport.xml">
  9. <!ENTITY ajbrowser SYSTEM "ajbrowser.xml">
  10. <!ENTITY ajdejbuilder SYSTEM "ajdejbuilder.xml">
  11. <!ENTITY ajdeforte SYSTEM "ajdeforte.xml">
  12. <!ENTITY aspectj-mode SYSTEM "aspectj-mode.xml">
  13. <!ENTITY ajdee SYSTEM "ajdee.xml">
  14. ]>
  15. <book>
  16. <bookinfo>
  17. <title>The AspectJ<superscript>tm</superscript> Development Environment Guide</title>
  18. <authorgroup>
  19. <author>
  20. <othername>the AspectJ Team</othername>
  21. </author>
  22. </authorgroup>
  23. <legalnotice>
  24. <para>Copyright (c) 1998-2001 Xerox Corporation,
  25. 2002 Palo Alto Research Center, Incorporated,
  26. 2003-2005 Contributors.
  27. All rights reserved.
  28. </para>
  29. </legalnotice>
  30. <abstract>
  31. <para>
  32. This guide describes the tools in the AspectJ 1.2 development
  33. environment. See also
  34. <ulink url="../progguide/index.html">The
  35. AspectJ Programming Guide</ulink>,
  36. the documentation available with the AspectJ support available for
  37. various integrated development environments (e.g., Eclipse, Emacs,
  38. JBuilder, and NetBeans),
  39. and the most-recent documentation available from
  40. the AspectJ project page, at
  41. <ulink url="http://eclipse.org/aspectj">
  42. http://eclipse.org/aspectj</ulink>.
  43. <!--
  44. <itemizedlist>
  45. <listitem><para><ulink url="../progguide/index.html">the
  46. AspectJ Programming Guide</ulink></para>
  47. </listitem>
  48. <listitem><para>the
  49. documentation available with the AspectJ support available for
  50. various integrated development environments (e.g., Eclipse, Emacs,
  51. JBuilder, and NetBeans)</para>
  52. </listitem>
  53. <listitem><para>the most-recent documentation available from
  54. the AspectJ project page, at
  55. <ulink url="http://eclipse.org/aspectj">
  56. http://eclipse.org/aspectj</ulink>.</para>
  57. </listitem>
  58. </itemizedlist>
  59. -->
  60. </para>
  61. </abstract>
  62. </bookinfo>
  63. <reference>
  64. <referenceinfo>
  65. <abstract>
  66. <title>Summary of command-line tools</title><para/>
  67. </abstract>
  68. </referenceinfo>
  69. <title>Command-line tools</title>
  70. &ajc;
  71. &ajdoc;
  72. </reference>
  73. &ajbrowser;
  74. &antsupport;
  75. </book>
  76. <!--
  77. Local Variables:
  78. compile-command:"ant -quiet dev-html"
  79. fill-column: 79
  80. sgml-indent-step: 3
  81. sgml-local-ecat-files:devguide.ced
  82. sgml-namecase-general: t
  83. End:
  84. -->