Re: [JBoss-user] xdoclet creating wrong package

2002-06-25 Thread wonder sonic
ception, > javax.ejb.EJBException, > java.rmi.RemoteException,javax.ejb.CreateException; > [javac] > ^ > [javac] 3 errors > > BUILD FAILED > > d:\work\group\build.xml:191: Compile failed, > messages should have been > provided. > > Total time: 13 seconds

Re: [JBoss-user] xdoclet creating wrong package

2002-06-25 Thread Sundaram Ramasamy
ime: 13 seconds - Original Message - From: "wonder sonic" <[EMAIL PROTECTED]> To: "Sundaram Ramasamy" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, June 25, 2002 5:33 AM Subject: Re: [JBoss-user] xdoclet creating wrong package > I had

Re: [JBoss-user] xdoclet creating wrong package

2002-06-25 Thread wonder sonic
- > From: "wonder sonic" <> > To: <[EMAIL PROTECTED]> > Sent: Monday, June 24, 2002 11:03 AM > Subject: Re: [JBoss-user] xdoclet creating wrong > package > > > > Could you send your ant build.xml file and your > > .ant.p

Re: [JBoss-user] xdoclet creating wrong package

2002-06-24 Thread wonder sonic
;[EMAIL PROTECTED]> > Sent: Monday, June 24, 2002 7:50 AM > Subject: Re: [JBoss-user] xdoclet creating wrong > package > > > > Hi, > > I'm not an xdoclet expert but did you put the > line: > > > > > substituteWith="interfaces"/> >

Re: [JBoss-user] xdoclet creating wrong package

2002-06-24 Thread Emerson Cargnin - MSA
I prefer to use the tag inside of home and remote interfaces, as it's better to separate the remotes from locals. ex: wonder sonic wrote: >Hi, >I'm not an xdoclet expert but did you put the

Re: [JBoss-user] xdoclet creating wrong package

2002-06-24 Thread Sundaram Ramasamy
yes, I have those lines in my build.xml file. - Original Message - From: "wonder sonic" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 24, 2002 7:50 AM Subject: Re: [JBoss-user] xdoclet creating wrong package > Hi, > I'm not an xdocle

Re: [JBoss-user] xdoclet creating wrong package

2002-06-24 Thread wonder sonic
Hi, I'm not an xdoclet expert but did you put the line: in the build.xml ant file? look at the example: ... ... Hope it h