In old days there was this dependency issue, but it should be gone. Anyway imho you see it again because of changes Aslak recently made to the way subtasks are added. Previously it was coded right there, but now it's implicit. Hunt the cause of this problem :-)
Ara. > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:xdoclet-devel- > [EMAIL PROTECTED]] On Behalf Of Vincent Harcq > Sent: Sunday, April 14, 2002 9:04 PM > To: [EMAIL PROTECTED] > Subject: [Xdoclet-devel] CVS update: xdoclet/core/samples/script build.xml > > 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 _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
