You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ca...@apache.org on 2004/06/17 20:09:20 UTC

cvs commit: maven-plugins/aspectj/xdocs changes.xml index.xml

carlos      2004/06/17 11:09:20

  Modified:    aspectj/xdocs changes.xml index.xml
  Log:
  PR:MPASPECTJ-10
  CVS: ----------------------------------------------------------------------
  CVS: PR:
  CVS:   If this change addresses a PR in the problem report tracking
  CVS:   database, then enter the PR number(s) here.
  CVS: Obtained from:
  CVS:   If this change has been taken from another system, such as NCSA,
  CVS:   then name the system in this line, otherwise delete it.
  CVS: Submitted by:
  CVS:   If this code has been contributed to Apache by someone else; i.e.,
  CVS:   they sent us a patch or a new module, then include their name/email
  CVS:   address here. If this is your work then delete this line.
  CVS: Reviewed by:
  CVS:   If we are doing pre-commit code reviews and someone else has
  CVS:   reviewed your changes, include their name(s) here.
  CVS:   If you have not had it reviewed then delete this line.
  Added "Compiling aspect sources" section to xdoc
  
  Revision  Changes    Path
  1.16      +3 -0      maven-plugins/aspectj/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/aspectj/xdocs/changes.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- changes.xml	17 Jun 2004 18:07:49 -0000	1.15
  +++ changes.xml	17 Jun 2004 18:09:20 -0000	1.16
  @@ -28,6 +28,9 @@
     </properties>
     <body>
       <release version="3.1-SNAPSHOT" date="in CVS">
  +      <action dev="carlos" type="add" issue="MPASPECTJ-10">
  +        Added "Compiling aspect sources" section to xdoc
  +      </action>
         <action dev="carlos" type="fix" issue="MPASPECTJ-10">
           Use <code>maven.aspectj.maxmem</code>
           only when <code>maven.aspectj.fork=true</code>
  
  
  
  1.5       +10 -0     maven-plugins/aspectj/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/aspectj/xdocs/index.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- index.xml	7 May 2004 19:19:10 -0000	1.4
  +++ index.xml	17 Jun 2004 18:09:20 -0000	1.5
  @@ -45,11 +45,21 @@
           document.
         </p>
       </section>
  +
       <section name="Installing">
         <p>
           To install or update the plugin do the following:<br/>
           <code>maven plugin:download -DgroupId=maven -DartifactId=maven-aspectj-plugin -Dversion=&lt;version&gt;</code>
         </p>
  +    </section>
  +
  +    <section name="Compiling aspect sources">
  +      <p>You must add the property aspectSourceDirectory in your project.xml</p>
  +      <source>
  +          <![CDATA[
  +          <aspectSourceDirectory>src/aspectj</aspectSourceDirectory>
  +          ]]>
  +      </source>
       </section>
   
       <section name="Using aspects from other libraries">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org