A xdoclet generation is done only if - xdoclet.jar have a time stamp later than the source to generate - the Source have a time stamp later than the file to generate - (for ejb-jar.xml,etc... it looks over all Sources)
Maybe you were in one of this case and the generation did not take CustomerBMP for this reason. Anyway a build clean will avoid this (because rule 2 is always verified when the generated files does not exist) To avoid this timestamp checking you can use -Dxdoclet.force=true Vincent > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf > Of David Jencks > Sent: lundi 18 f�vrier 2002 7:14 > To: [EMAIL PROTECTED] > Cc: 'xdoclet-devel' > Subject: Re: [Xdoclet-devel] Problem with CustomerBean? > > > On 2002.02.18 00:56:00 -0500 Vincent Harcq wrote: > > To go a bit deeper, I run > > xdoclet/core/script/build clean > > xdoclet/core/script/build > > xdoclet/core/samples/script/build > > > > I just tried this again and now it works for me. I guess I > must not have > cleaned enough??? I was so sure... > > Sorry for the alarm.. > > david jencks > > > Maybe you use > > xdoclet/script/build clean > > xdoclet/script/build > > xdoclet/dist/samples/script/build > > > > Can you tell me? > > Vincent > > > > > -----Original Message----- > > > From: [EMAIL PROTECTED] > > > [mailto:[EMAIL PROTECTED]] On Behalf > > > Of Vincent Harcq > > > Sent: lundi 18 f�vrier 2002 6:32 > > > To: 'David Jencks'; 'xdoclet-devel' > > > Subject: RE: [Xdoclet-devel] Problem with CustomerBean? > > > > > > > > > Hi, > > > This is strange. This error is due to my last changes but my > > > current CustomerBMPBMP after a build clean does have > > > addAccount(AddressValue). I was a lot quicker in the past > > > before commiting so now I double check every time now. I did > > > that yesterday. I just checked out in a new place, re build > > > there and I don't have the problem you mention. The problem > > > can come at least from entity-value.j or CustomerBean or > > > build.xml from samples. > > > > > > Vincent > > > > > > > -----Original Message----- > > > > From: [EMAIL PROTECTED] > > > > [mailto:[EMAIL PROTECTED]] On Behalf > > > > Of David Jencks > > > > Sent: lundi 18 f�vrier 2002 1:30 > > > > To: xdoclet-devel > > > > Subject: [Xdoclet-devel] Problem with CustomerBean? > > > > > > > > > > > > I think there is a problem with CustomerBean/CustomerBMPBMP > > > > in the samples. > > > > > > > > I get a compilation error > > > > > > > > /mnt/otherlinux/usr/java/xdoclet/co1/xdoclet/core/samples/gen- > > > > src/java/test/ejb/CustomerBMPBMP.java:15: > > > > test.ejb.CustomerBMPBMP should be declared abstract; it does > > > > not define > > > > addAccount(test.interfaces.AccountValue) in > > > > test.ejb.CustomerBean public class CustomerBMPBMP > > > > > > > > I'd like to encourage all the developers to clean and build > > > > the samples frequently and to provide at least minimal > > > > exercise for new functionality in the samples. Together with > > > > this problem, I discovered an apparent typo in dataobject.j > > > > that prevented code generation. (That one I fixed, and > > > > provided an example bean with all types to check for other > > > > hashCode generation errors) > > > > > > > > Thanks > > > > > > > > david jencks > > > > > > > > _______________________________________________ > > > > Xdoclet-devel mailing list [EMAIL PROTECTED] > > > > https://lists.sourceforge.net/lists/listinfo/xdoclet-devel > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > Xdoclet-devel mailing list > > > [EMAIL PROTECTED] > > > https://lists.sourceforge.net/lists/listinfo/xdoclet-devel > > > > > > > > > > > > > > > > _______________________________________________ > Xdoclet-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/xdoclet-devel > > _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
