Author: boisvert
Date: Mon Feb  4 14:12:36 2008
New Revision: 618465

URL: http://svn.apache.org/viewvc?rev=618465&view=rev
Log:
Add note about possible confusion between Buildr::group and Project.group.

Modified:
    incubator/buildr/trunk/doc/pages/artifacts.textile

Modified: incubator/buildr/trunk/doc/pages/artifacts.textile
URL: 
http://svn.apache.org/viewvc/incubator/buildr/trunk/doc/pages/artifacts.textile?rev=618465&r1=618464&r2=618465&view=diff
==============================================================================
--- incubator/buildr/trunk/doc/pages/artifacts.textile (original)
+++ incubator/buildr/trunk/doc/pages/artifacts.textile Mon Feb  4 14:12:36 2008
@@ -62,6 +62,10 @@
   :under=>'org.apache.ws.commons.axiom', :version=>'1.2.4')
 }}}
 
+*Note:* Buildr projects also define a @group@ attribute which can lead to some 
+confusion.  If you want to define an artifact group within a project 
definition,
+you should use the explicit qualifier @Buildr::[EMAIL PROTECTED]
+
 If you have several artifacts you always use together, consider placing them in
 an array.  Methods that accept lists of artifacts also accept arrays.  For
 example:


Reply via email to