Re: [Xdoclet-devel] [patch] suppress the automatic inclusion of create and find methods in the DAO interfaces and BMP class

2002-10-07 Thread Ian Duggan
Forgot to add, this fixes issue XDT-48, and provides a workaround for XDT-47. -- Ian ~~ Ian Duggan [EMAIL PROTECTED]http://www.demandtec.com ~~ DemandTec, Inc. 1

[Xdoclet-devel] [patch] suppress the automatic inclusion of create and find methods in the DAO interfaces and BMP class

2002-10-07 Thread Ian Duggan
This patch adds two options to @ejb.dao which allow you to suppress the automatic inclusion of create and find methods in the DAO interfaces and BMP class files. This allows you to reproduce the behavior that existed in 1.1.2, if desired. The default behavior is to automatically include the sp

[Xdoclet-devel] CVS update: xdocletgui/idea/lib openapi.jar

2002-10-07 Thread Dmitri Colebatch
User: dimc Date: 02/10/07 15:03:56 Added: idea/lib openapi.jar Log: Added openapi.jar from IDEA build 648 Revision ChangesPath 1.1 xdocletgui/idea/lib/openapi.jar <> --- This sf

[Xdoclet-devel] CVS update: xdocletgui/idea/lib - New directory

2002-10-07 Thread Dmitri Colebatch
User: dimc Date: 02/10/07 15:03:03 xdocletgui/idea/lib - New directory --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ Xdoclet-devel mail

Re: [Xdoclet-devel] Fwd: SV: [Xdoclet-user] xdoclet dosent compile with xjavadoc.jar found in lib

2002-10-07 Thread Dmitri Colebatch
> Proposal: Remove xjavadoc.jar from xdoclet/lib and force people to > download the xjavadoc module. > > +1 +1 definately it catches me all the time (o: cheers dim --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heave

Re: [Xdoclet-devel] Fwd: SV: [Xdoclet-user] xdoclet dosent compile with

2002-10-07 Thread Andrew Stevens
A wise old hermit known only as <[EMAIL PROTECTED]> once said: > This is exactly the situation I was worried about when xjavadoc.jar > became part of xdoclet/lib. > > The problem is that we, developers, won't discover it when xjavadoc.jar > is out of date. -Because we're always running agains

Re: [Xdoclet-devel] Multiple finder methods using dao call

2002-10-07 Thread Ian Duggan
> You don't need to put *any* tags on the create and finder methods now, > they're automatically included in the DAO. The reason it's working with > @ejb.dao-call is simply because that's not the tag it looks for, so it > will skip over it. Thanks. I figured it out that not putting the tags fix

Re: [Xdoclet-devel] Multiple finder methods using dao call

2002-10-07 Thread Ian Duggan
> You must log in to JIRA. Please create an account if you haven't got one. > It's free, and you won't receive junk mail. Bug reports in email *will* be > forgotten. Sorry about that. I did log in and create an account, but I can't figure out how to post a bug. I follow the links that seem to a

Re: [Xdoclet-devel] SF Canned response for JIRA

2002-10-07 Thread Konstantin Priblouda
--- [EMAIL PROTECTED] wrote: > I threw up a red banner on all SF trackers, but > people don't give a > shit and continue posting new issues in the SF > trackers. > > AFAIK there is no way to make SF trackers read-only. > The only thing you > can do is: > > -Toggle "Publicly Available" (on no

[Xdoclet-devel] SF Canned response for JIRA

2002-10-07 Thread aslak.hellesoy
I threw up a red banner on all SF trackers, but people don't give a shit and continue posting new issues in the SF trackers. AFAIK there is no way to make SF trackers read-only. The only thing you can do is: -Toggle "Publicly Available" (on now) -Toggle "Allow non-logged-in postings" (off no

[Xdoclet-devel] Fwd: SV: [Xdoclet-user] xdoclet dosent compile withxjavadoc.jar found in lib

2002-10-07 Thread aslak.hellesoy
This is exactly the situation I was worried about when xjavadoc.jar became part of xdoclet/lib. The problem is that we, developers, won't discover it when xjavadoc.jar is out of date. -Because we're always running against xjavadoc sources. Proposal: Remove xjavadoc.jar from xdoclet/lib and for

Re: RE: [Xdoclet-devel] XDoclet Documentation

2002-10-07 Thread aslak.hellesoy
- Original Message - From: "Andrew Stevens" <[EMAIL PROTECTED]> Date: Monday, October 7, 2002 11:34 am Subject: RE: [Xdoclet-devel] XDoclet Documentation > >From: Aslak Hellesoy Date: Fri, 04 Oct 2002 19:54:06 -0700 > > > >Hmm. It's cvs.exe trying to connect through the CVS port which i

Re: [Xdoclet-devel] XDoclet 2 structure and process

2002-10-07 Thread aslak.hellesoy
I have planned to let XGG read multiple DTDs in one go and generate one template to cover them all. It will insert conditionals around elements that are not common for all versions of the DTD. -So EJB 1.1 should be easy to support. -1 for ditching EJB1.1. It would actually be a good exercise/t

Re: [Xdoclet-devel] XDoclet2 started

2002-10-07 Thread aslak.hellesoy
- Original Message - From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> Date: Monday, October 7, 2002 9:38 am Subject: Re: [Xdoclet-devel] XDoclet2 started > Hi, > > Looks good. I think you forgot to commit the > xdoclet.plugins.ejb.beans package. It is missing the interfaces > the impl

[Xdoclet-devel] CVS update: xdoclet/modules/xdoclet/src/META-INF xtags.xml

2002-10-07 Thread Konstantin Pribluda
User: ko5tik Date: 02/10/07 05:27:17 Modified:modules/xdoclet/src/META-INF xtags.xml Log: fixed problems with resolving DTD from c: drive Now dtd resides inside xdocletgui jar Revision ChangesPath 1.9 +29 -2 xdoclet/modules/xdoclet/src/META-INF/xtags.xml

[Xdoclet-devel] CVS update: xdocletgui build.xml run.sh

2002-10-07 Thread Konstantin Pribluda
User: ko5tik Date: 02/10/07 05:27:18 Modified:.build.xml run.sh Log: fixed problems with resolving DTD from c: drive Now dtd resides inside xdocletgui jar Revision ChangesPath 1.20 +2 -0 xdocletgui/build.xml Index: build.xml =

[Xdoclet-devel] CVS update: xdocletgui/jedit/src/java/xdocletgui/jedit XDocletGUI.java

2002-10-07 Thread Konstantin Pribluda
User: ko5tik Date: 02/10/07 05:27:18 Modified:jedit/src/java/xdocletgui/jedit XDocletGUI.java Log: fixed problems with resolving DTD from c: drive Now dtd resides inside xdocletgui jar Revision ChangesPath 1.12 +2 -3 xdocletgui/jedit/src/java/xdocletgui/jed

[Xdoclet-devel] CVS update: xdocletgui/src/java/xtags ConditionFactory.java

2002-10-07 Thread Konstantin Pribluda
User: ko5tik Date: 02/10/07 05:27:19 Modified:src/java/xtags ConditionFactory.java Log: fixed problems with resolving DTD from c: drive Now dtd resides inside xdocletgui jar Revision ChangesPath 1.21 +1 -1 xdocletgui/src/java/xtags/ConditionFactory.java

[Xdoclet-devel] CVS update: xdocletgui/src/java xtags-classic.xml

2002-10-07 Thread Konstantin Pribluda
User: ko5tik Date: 02/10/07 05:27:18 Modified:src/java xtags-classic.xml Log: fixed problems with resolving DTD from c: drive Now dtd resides inside xdocletgui jar Revision ChangesPath 1.7 +1 -2 xdocletgui/src/java/xtags-classic.xml Index: xtags-class

RE: [Xdoclet-devel] XDoclet Documentation

2002-10-07 Thread Andrew Stevens
>From: Aslak Hellesoy Date: Fri, 04 Oct 2002 19:54:06 -0700 > >Hmm. It's cvs.exe trying to connect through the CVS port which is >probably >closed. -And I doubt http://cvsgrab.sf.net/ could help you in this >case, >as >it's only designed for retrieving files, not accessing esoteric >functionality

Re: [Xdoclet-devel] XDoclet 2 structure and process

2002-10-07 Thread Dmitri Colebatch
> > http://users.pandora.be/ees/xdoclet/development/design.html > > > ?? especially > > > "NO more support for EJB 1.0 and 1.1, use XDoclet > > > 1.2 for this"?? > > +1 > > -0 Our app servers are still on a version that only supports 1.1 (the > later ones that support 2.0 haven't gone through a

Re: [Xdoclet-devel] XDoclet2 started

2002-10-07 Thread [EMAIL PROTECTED]
Hi, Looks good. I think you forgot to commit the xdoclet.plugins.ejb.beans package. It is missing the interfaces the impl package implements. Some remarks: * Didn't we agree on ejb-jar, ejb-vo, ejb-pk plug-in? Now there is an ejb plug-in. * I miss a main class that executes xdoclet without Ant