User: vharcq  
  Date: 02/04/14 09:33:52

  Modified:    core/samples/script build.xml
  Log:
  This is strange : why a task needs to be defined before another one.  This hides a 
bug somewhere.
  If valueobject is defined after entitycmp addAccount is not generated in CustomerCMP.
  
  Revision  Changes    Path
  1.80      +3 -3      xdoclet/core/samples/script/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/xdoclet/xdoclet/core/samples/script/build.xml,v
  retrieving revision 1.79
  retrieving revision 1.80
  diff -u -w -r1.79 -r1.80
  --- build.xml 13 Apr 2002 14:27:08 -0000      1.79
  +++ build.xml 14 Apr 2002 16:33:51 -0000      1.80
  @@ -145,6 +145,9 @@
            <homeinterface />
            <localhomeinterface/>
   
  +         <dataobject/>
  +         <valueobject/>
  +         
            <entitypk/>
            <entitycmp>
                <!-- packageSubstitution packages="ejb" substituteWith="ejb.impl"/>
  @@ -153,9 +156,6 @@
            <entitybmp/>
            <session/>
   
  -         <dataobject/>
  -         <valueobject/>
  -         
            <utilobject/>
            
            <dao>
  
  
  

_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to