RE: [Xdoclet-devel] Tag order and CollectionTagsHandler

2003-05-29 Thread Dmitri Colebatch
> I have noticed that XDOCLET creates an entity bean PK class > containing private members for hashkey and toString. This causes > trouble with SUN ONE application server 7, as the CMP 1.1 and 2.0 > specs say that all Primary Key members must be public and a > subset of CMP fields. Does this actua

Re: [Xdoclet-devel] Candidating Gavin King

2003-03-05 Thread Dmitri Colebatch
> > ** > > Any personal or sensitive information contained in this email and > > attachments must be handled in accordance with the Victorian Information > > Privacy Act 2000, the Health Records Act 2001 or the Privacy Act 1988 > >

Re: [Xdoclet-devel] XDoclet domains now working.

2003-02-24 Thread Dmitri Colebatch
it'd just be lag in the propagation of servers. All 3 work fine for me (in Australia)... - Original Message - From: "Curt Johnson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 25, 2003 9:55 AM Subject: Re: [Xdoclet-devel] XDoclet domains now working. > It's workin

Re: [Xdoclet-devel] XDoclet domains now working.

2003-02-24 Thread Dmitri Colebatch
from an inactive committer (me): Good work Curt. works for me. cheers dim - Original Message - From: "Curt Johnson" <[EMAIL PROTECTED]> To: "xdoclet-devel" <[EMAIL PROTECTED]> Sent: Tuesday, February 25, 2003 8:27 AM Subject: [Xdoclet-devel] XDoclet domains now working. > xdoc

Re: [Xdoclet-devel] APT, Maven and LGPL

2003-02-23 Thread Dmitri Colebatch
from memory someone else registered it when the name xdoclet was being discussed back in the ejbdoclet days - as in no-one we knew... appeared that someone was monitoring the traffic... disclaimer: 'from memory' (o: - Original Message - From: "Aslak Hellesoy" <[EMAIL PROTECTED]> To: <[EM

[Xdoclet-devel] i18n and translations

2003-02-05 Thread Dmitri Colebatch
hey all, ok, finally took the 5 minutes to write the translator thingy I was talking about last week. see attached - three files: PropertyFileTranslator.java - the simple translator, reads one properties file and translates using babelfish sample.en - one of the many english properties fi

[Xdoclet-devel] Re: Localisation (was RE: [xdoclet-user] Problem with Ant Integration)

2003-01-29 Thread Dmitri Colebatch
(moved back to dev - not sure why this was on -user) > What will a webservice buy you that you can't get from a plain file? Why > can't we DTSTTCPW? maybe I haven't communicated clearly enough. my suggestion is that we maintain English locale files. When we do a release, we poll existing webser

Re: [Xdoclet-devel] Castor bugs in JIRA

2003-01-27 Thread Dmitri Colebatch
Konstantin, I feel somewhat responsible for the state of the castor module... problem is, (a) I'm not using castor any more, and (b) I'm not really using xdoclet much atm. I'm happy to go through these and apply suggested fixes, or take whatever (quick) action is possible. Problem is, that its g

Re: [Xdoclet-devel] Documentation body headings

2003-01-04 Thread Dmitri Colebatch
> That's odd - when I move the mouse over the section & subsection headings > on e.g. resources.html they light up orange like the other links, but only > when I'm using Galeon. They're fine in Internet Explod^Hrer. I'm not up to date on where the doco is at atm, but they were initially there for

Re: [Xdoclet-devel] CVS: xdoclet/core/src/xdoclet/ant/modulesbuilder ModulesGrandBuilderTask.java,1.10,1.11

2002-12-29 Thread Dmitri Colebatch
cant we use File.createTempFile() to create a temporary file and pass that filename into the command - we dont have the same limitations we had with 1.0 because we can specify the filename. dim ps - hope everyone had a good xmas etc... - Original Message - From: "Ara Abrahamian" <[EMAIL

Re: [Xdoclet-devel] postgresql jdbc driver ClassNotFound when using from xdoclet subtask

2002-12-19 Thread Dmitri Colebatch
Are you using Class.forName()? not really my field - but doesn't ant have its own classloader? I'm guessing its the same issue as using junit in ant... cheers dim - Original Message - From: "tek1" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 20, 2002 5:27 AM Subjec

Re: [Hibernate] Re: [Xdoclet-devel] Newbie developer question

2002-12-09 Thread Dmitri Colebatch
> [snip] > > >it has it, but the condition is not correct - I've fixed it locally and the > >gui works fine once fixed. > > > Could you send me your fix so I can get into the reposirtory? np... its very simple. its also at home, I'll send it in around 8 hours. > Thanks, > Joel also welcome abo

Re: [Xdoclet-devel] Newbie developer question

2002-12-09 Thread Dmitri Colebatch
(might have already been answered) > I started to evaluate hibernate with hope > to be able to toss my entity ejb's down the drain. > (and it looks that I'll be able to do this:) ditto (o: > I also noticed that hibernate module lacks xtags.xml it has it, but the condition is not correct - I've

[Xdoclet-devel] xdoclet2, hibernate

2002-11-23 Thread Dmitri Colebatch
hey all, two questions - firstly, whats the status of xdoclet2? There's been a heap of cvs activity, but after a clean checkout, and following the README.txt, I get compile errors: java:compile: [javac] Compiling 1 source file to C:\cvs\cvs.xdoclet.sourceforge.net\xdocle t2\maven-castor-plug

Re: [Xdoclet-devel] License

2002-11-23 Thread Dmitri Colebatch
+0 - Original Message - From: "Mathias Bogaert" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, November 24, 2002 8:14 AM Subject: [Xdoclet-devel] License > Hi, > > Last night, in a chat with Aslak, we thought it would be better to change > the license to the Apache Software

Re: [Xdoclet-devel] Active developers

2002-11-17 Thread Dmitri Colebatch
> Could some people shed some light on their "developer" status? (o: certainly. My current work doesn't involve me using XDoclet, and so I find it hard to test my work - previously I had been working entirely with EJBs and so would find things all the time that I wanted to do, and then do them i

Re: [Xdoclet-devel] Re: [Xdoclet-user] newby questions... jboss.xml, DispatchActionand testing framework

2002-11-16 Thread Dmitri Colebatch
> On Sat, 2002-11-16 at 12:57, Dmitri Colebatch wrote: > > > > 1. I want to add EJBTestRunner to jboss.xml and ejb-jar.xml, can I do > > > > this without it's own java source file (it's part of an included > > > > library)? > > > > >

Re: [Xdoclet-devel] JDK for xdoclet2

2002-11-15 Thread Dmitri Colebatch
JDK 1.3 +1 it'll be a little while yet before we can drop that cheers dim - Original Message - From: "Ara Abrahamian" <[EMAIL PROTECTED]> To: "'Mathias Bogaert'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, November 16, 2002 8:53 AM Subject: RE: [Xdoclet-devel] JDK for

Re: [Xdoclet-devel] xrai

2002-11-12 Thread Dmitri Colebatch
> We can use PMD to enforce this convention... > ( or at least to croak loud ) yeah... I suppose I was just letting my mind think of further steps (o: cheers dim --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://th

Re: [Xdoclet-devel] xrai

2002-11-12 Thread Dmitri Colebatch
w of (o: cheers dim > > Aslak > > Dmitri Colebatch wrote: > > > From: "Dmitri Colebatch" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]>, > > "Aslak_Hellesoy" <[EMAIL PROTECTED]> > > Subject: Re: [Xdoclet-devel] xrai >

Re: [Xdoclet-devel] xrai

2002-11-12 Thread Dmitri Colebatch
7;re effectively building your own refactoring engine... (o: cheers dim > > > --- Dmitri Colebatch <[EMAIL PROTECTED]> wrote: > > Wont the tree comparator render this redundant? Its > > just an extension to > > pretty really to have this sort of thing enforced in > >

Re: [Xdoclet-devel] xrai

2002-11-12 Thread Dmitri Colebatch
Wont the tree comparator render this redundant? Its just an extension to pretty really to have this sort of thing enforced in build yes? obviously a hefty extension (o: but really thats all it is... - Original Message - From: "Konstantin Priblouda" <[EMAIL PROTECTED]> To: "Aslak_Helle

VO generation - where should it be done? was: [Xdoclet-devel] VOs are bound to use cases!

2002-11-09 Thread Dmitri Colebatch
lines in the docs? cheers dim - Original Message - From: "Matthias Bohlen" <[EMAIL PROTECTED]> To: "'Dmitri Colebatch'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, November 10, 2002 1:39 AM Subject: RE: [Xdoclet-devel] VOs are boun

Re: [Xdoclet-devel] VOs are bound to use cases!

2002-11-09 Thread Dmitri Colebatch
sure - I'm colebatchd, what's your yahoo id? - Original Message - From: "Matthias Bohlen" <[EMAIL PROTECTED]> To: "'Dmitri Colebatch'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, November 10, 2002 1:39 AM Subject: RE:

[Xdoclet-devel] CVS: xdocletgui/idea README.txt,1.1,1.2

2002-11-08 Thread Dmitri Colebatch
Update of /cvsroot/xdoclet/xdocletgui/idea In directory usw-pr-cvs1:/tmp/cvs-serv309/idea Modified Files: README.txt Log Message: Updated to note testing on 673. Index: README.txt === RCS file: /cvsroot/xdoclet/xdocletgui/id

[Xdoclet-devel] CVS: xdocletgui/idea/src/java/xdocletgui/intellij XDocletGUIConfig.java,1.4,1.5 XDocletGUIComponent.java,1.7,1.8 XDocletClassPathPanel.java,1.3,1.4

2002-11-08 Thread Dmitri Colebatch
Update of /cvsroot/xdoclet/xdocletgui/idea/src/java/xdocletgui/intellij In directory usw-pr-cvs1:/tmp/cvs-serv30785/idea/src/java/xdocletgui/intellij Modified Files: XDocletGUIConfig.java XDocletGUIComponent.java XDocletClassPathPanel.java Log Message: Added a lot of debugging an

Re: [Xdoclet-devel] VOs are bound to use cases!

2002-11-08 Thread Dmitri Colebatch
s > > - Original Message ----- > From: "Matthias Bohlen" <[EMAIL PROTECTED]> > To: "'Dmitri Colebatch'" <[EMAIL PROTECTED]>; "'Aslak Hellesøy'" > <[EMAIL PROTECTED]>; "'Marcus Brito'" <[EMAI

Re: [Xdoclet-devel] VOs are bound to use cases!

2002-11-08 Thread Dmitri Colebatch
Ahhh, I also meant to write - this is of course _one_ scenario. In my previous two jobs I've worked on a more standard web/ejb setup - in which case I can see your argument completely (o: cheers dim - Original Message - From: "Dmitri Colebatch" <[EMAIL PROTECTED]>

Re: [Xdoclet-devel] VOs are bound to use cases!

2002-11-08 Thread Dmitri Colebatch
o discussion. Hopefully that gives you a clearer picture of my viewpoint - I'm keen to continue this discussion if others dont mind. cheers dim - Original Message - From: "Matthias Bohlen" <[EMAIL PROTECTED]> To: "'Dmitri Colebatch'" <[EMAI

Re: [Xdoclet-devel] VO documentation: first draft

2002-11-07 Thread Dmitri Colebatch
I haven't had a chance to look at the link below - but its on my lunchtime list - but what about a swing client over a modem (the app I'm doing atm) - I dont want that much network traffic - I want to have one big load, get the thing to the client, do the business logic there, and send it back

[Xdoclet-devel] idea tag completion, was: [Xdoclet-user] xdoclet gui for idea does not compile

2002-10-29 Thread Dmitri Colebatch
(cross posted to user and dev as moving thread to dev) Aslak, from the response you go there, you're being treated as a customer (which is fair enough). I wonder if there's an approach we could take as a 'complimenting tool vendor' rather than a customer... Given that they do use the xdoclet ta

Re: [Xdoclet-devel] XDoclet Code completion in IDEA (and other IDEs?)

2002-10-24 Thread Dmitri Colebatch
> Hi buddies. I tried XDoclet GUI in IDEA finally. It looks cool! -But here is > an idea I think is cool too: > > http://tinyurl.com/273d (o: you and your little tiny URLs! (o: yeah, but doesn't IDEA already do that? what you want is the attribute, ie: /** * @ejb.bean | */ and have the lis

Re: [Xdoclet-devel] xjavadoc.jar

2002-10-23 Thread Dmitri Colebatch
+1 infact +1000 (o: - Original Message - From: "Aslak Hellesøy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 24, 2002 9:08 AM Subject: [Xdoclet-devel] xjavadoc.jar > Any objections if I remove it from CVS? > > I just updated 2 lines in the grammar. -Now I have t

[Xdoclet-devel] CVS update: xdocletgui/idea/src/java/xdocletgui/intellij XDocletGUIConfig.java

2002-10-12 Thread Dmitri Colebatch
User: dimc Date: 02/10/12 03:33:04 Modified:idea/src/java/xdocletgui/intellij XDocletGUIConfig.java Log: Fixed bug in new project creation. Revision ChangesPath 1.4 +32 -10 xdocletgui/idea/src/java/xdocletgui/intellij/XDocletGUIConfig.java Index: XDocle

[Xdoclet-devel] CVS update: xdocletgui/idea/src/java/xdocletgui/intellij XDocletGUIConfigurable.java XDocletGUIConfig.java XDocletGUIComponent.java XDocletComponentConfigPanel.java XDocletClassPathPanel.java SelectTagFamiliesPanel.java

2002-10-12 Thread Dmitri Colebatch
com.intellij.openapi.util.WriteExternalException; /** + * Configuration object for XDocletGUI. Responsible for holding the xdoclet + * classpath (contains all the modules), and the tagFamilies with + * selected/deselected state. + * + * @authorDmitri Colebatch * @created October 6

[Xdoclet-devel] CVS update: xdoclet/core/src/xdoclet/loader ModuleFinder.java

2002-10-12 Thread Dmitri Colebatch
User: dimc Date: 02/10/12 02:18:43 Modified:core/src/xdoclet/loader ModuleFinder.java Log: Improved configuration of plugin - implemented apply/reset properly. Revision ChangesPath 1.12 +6 -1 xdoclet/core/src/xdoclet/loader/ModuleFinder.java Index: Modu

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

2002-10-12 Thread Dmitri Colebatch
User: dimc Date: 02/10/12 02:18:43 Modified:src/java/xtags TagFamilies.java ConditionFactory.java Log: Improved configuration of plugin - implemented apply/reset properly. Revision ChangesPath 1.5 +60 -0 xdocletgui/src/java/xtags/TagFamilies.java Index:

Re: [Xdoclet-devel] hashCode() for Value Objects

2002-10-11 Thread Dmitri Colebatch
only if equals is implemented as PrimaryKey.equals() I think this has come up before, but I cant remember when. I think I'm -0 in that the value object is its current value, its not the entity itself. Perhaps we add an isIdentical method a la entities for this purpose - although I think this was

Re: [Xdoclet-devel] something weird with cvs

2002-10-11 Thread Dmitri Colebatch
: "Aslak Hellesøy" <[EMAIL PROTECTED]> To: "Dmitri Colebatch" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, October 11, 2002 11:18 PM Subject: RE: [Xdoclet-devel] something weird with cvs > It can happen during cvs import if you specify "bad

[Xdoclet-devel] CVS update: xdocletgui/idea/src/java/xdocletgui/intellij XDocletComponentConfigPanel.java XDocletClassPathPanel.java

2002-10-11 Thread Dmitri Colebatch
import java.util.StringTokenizer; +import java.util.Collections; import java.util.jar.JarFile; import java.util.jar.JarEntry; /** * Panel for configuring the XDoclet classpath. + * * @author mailto:dim@;colebatch.com">Dmitri Colebatch * @created October 11, 2002

[Xdoclet-devel] CVS update: xdocletgui/idea README.txt

2002-10-11 Thread Dmitri Colebatch
User: dimc Date: 02/10/11 06:08:07 Added: idea README.txt Log: Tidyed up build.xml and updated README appropriately. Revision ChangesPath 1.1 xdocletgui/idea/README.txt Index: README.txt ===

[Xdoclet-devel] something weird with cvs

2002-10-11 Thread Dmitri Colebatch
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xdoclet/ see README.txt (which should have gone into xdocletgui/idea) and project.properties (which I'm guessing is xdoclet2, Aslak?). Anyone have any idea about what could have happened here? And no - I haven't been copying CVS directories (o: che

[Xdoclet-devel] CVS update: xdocletgui/idea build.xml

2002-10-11 Thread Dmitri Colebatch
User: dimc Date: 02/10/11 06:00:56 Modified:idea build.xml Log: Tidyed up build.xml and updated README appropriately. Revision ChangesPath 1.4 +10 -6 xdocletgui/idea/build.xml Index: build.xml ==

[Xdoclet-devel] CVS update: xdocletgui/idea/src/java/xdocletgui/intellij XDocletClassPathPanel.java XDocletGUIConfigurable.java XDocletGUIConfig.java XDocletGUIComponent.java XDocletComponentConfigPanel.java SelectTagFamiliesPanel.java

2002-10-11 Thread Dmitri Colebatch
t java.util.ArrayList; import java.util.HashSet; import java.util.Iterator; import java.util.List; import java.util.StringTokenizer; import java.util.jar.JarFile; import java.util.jar.JarEntry; /** * Panel for configuring the XDoclet classpath. * @author mailto:dim@;colebatch

[Xdoclet-devel] CVS update: xdocletgui/idea build.xml

2002-10-08 Thread Dmitri Colebatch
User: dimc Date: 02/10/08 15:45:22 Modified:idea build.xml Log: Improved config setup for new projects. Added README. Revision ChangesPath 1.3 +1 -1 xdocletgui/idea/build.xml Index: build.xml ===

[Xdoclet-devel] CVS update: xdocletgui/idea/src/java/xdocletgui/intellij XDocletGUIConfigurable.java XDocletGUIConfig.java XDocletGUIComponent.java XDocletComponentConfigPanel.java SelectTagFamiliesPanel.java

2002-10-08 Thread Dmitri Colebatch
java.awt.BorderLayout; import java.awt.event.ActionEvent; -import java.io.File; -import java.io.FileFilter; import java.io.IOException; import java.util.Collection; import java.util.Iterator; @@ -56,16 +48,12 @@ * @authorDmitri Colebatch * @created 5 September 2002

[Xdoclet-devel] CVS update: README.txt

2002-10-08 Thread Dmitri Colebatch
User: dimc Date: 02/10/08 15:44:58 Added: .README.txt Log: Improved config setup for new projects. Added README. Revision ChangesPath 1.1 README.txt Index: README.txt

[Xdoclet-devel] CVS update: xdocletgui/idea/xdocs users-guide.xml

2002-10-08 Thread Dmitri Colebatch
User: dimc Date: 02/10/08 15:44:57 Modified:idea/xdocs users-guide.xml Log: Improved config setup for new projects. Added README. Revision ChangesPath 1.3 +19 -3 xdocletgui/idea/xdocs/users-guide.xml Index: users-guide.xml =

[Xdoclet-devel] Re: [Xdoclet-user] IDEA plugin: where is openapi.jar??

2002-10-08 Thread Dmitri Colebatch
> > Yes. Remove it. Those who don't have the right IDEA won't need it; > > They have it. > > I suggest you add a README.txt where you enumerate the build numbers > > you have tested it on. > > And I believe it's not legal to distribute the jar anyway. nah I checked that... http://www.intellij.net/

[Xdoclet-devel] CVS update: xdocletgui/idea/src/java/xdocletgui/intellij XDocletGUIComponent.java

2002-10-08 Thread Dmitri Colebatch
User: dimc Date: 02/10/08 04:04:57 Modified:idea/src/java/xdocletgui/intellij XDocletGUIComponent.java Log: Added support for xdoclet.class.path in project properties. Revision ChangesPath 1.3 +48 -5 xdocletgui/idea/src/java/xdocletgui/intellij/XDocletGUIC

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

2002-10-08 Thread Dmitri Colebatch
User: dimc Date: 02/10/08 02:34:36 Removed: idea/lib openapi.jar Log: Removed openapi.jar --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___

[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] 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

[Xdoclet-devel] Re: [Xdoclet-user] IDEA plugin ready for testing

2002-10-04 Thread Dmitri Colebatch
- Original Message - From: Farzad Kohantorabi To: 'Dmitri Colebatch' Sent: Saturday, October 05, 2002 2:32 PM Subject: RE: [Xdoclet-user] IDEA plugin ready for testing Hey Dmitri Thanks for your quick response. To tell it the truth, I am also working on a xdoclet plugin for IDEA b

[Xdoclet-devel] CVS update: xdocletgui/idea/src/java/xdocletgui/intellij XDocletGUIComponent.java

2002-10-04 Thread Dmitri Colebatch
User: dimc Date: 02/10/04 15:23:29 Modified:idea/src/java/xdocletgui/intellij XDocletGUIComponent.java Log: Initialize tagFamilies in constructor so that projects without configs (that dont call readExternal) still have tagFamilies set. Revision ChangesPath 1.2

[Xdoclet-devel] CVS update: xdocletgui/idea build.xml

2002-10-04 Thread Dmitri Colebatch
User: dimc Date: 02/10/04 15:23:54 Modified:idea build.xml Log: Get xjavadoc from xjavadoc/build/lib instead of xdoclet/lib Revision ChangesPath 1.2 +1 -1 xdocletgui/idea/build.xml Index: build.xml ===

Re: [Xdoclet-devel] packaging question -> xdoclet GUI

2002-10-04 Thread Dmitri Colebatch
> > I've hacked up an env var called xdoclet.module.dir > > so that you dont have to > > put all the modules in xdoclet.class.path (gets too > > long for the command > > line with IDEA)... not sure what I should be doing > > here though... > > Look at the jEdit stuff. I do not use it as property

[Xdoclet-devel] CVS update: xdocletgui/idea/xdocs users-guide.xml

2002-10-03 Thread Dmitri Colebatch
User: dimc Date: 02/10/03 14:55:28 Modified:idea/xdocs users-guide.xml Log: Better explanation of build process. Revision ChangesPath 1.2 +3 -1 xdocletgui/idea/xdocs/users-guide.xml Index: users-guide.xml

Re: [Xdoclet-devel] Naming conventions

2002-10-03 Thread Dmitri Colebatch
> Anyway, let's be happy it's out! It's been a great effort from everybody! definately guys not that I've done much, but well done... cheers dim ps - something else I meant to say about the IDEA plugin is that it makes it really obvious which xtags.xml aren't up to date, so that should lead

[Xdoclet-devel] next update make sure -d on xjavadoc

2002-10-03 Thread Dmitri Colebatch
just in case ppl forget (o: --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.

IDEA plugin, was: [Xdoclet-devel] Congrats!!

2002-10-03 Thread Dmitri Colebatch
> -So go ahead and commit your stuff. -But run ant junit-report in > xjavadoc on the train first ;-) [junit] Tests run: 15, Failures: 0, Errors: 0, Time elapsed: 1.162 sec I'm assuming thats fine. I've checked that samples build ok, and and that the standalone xdocletgui is as was (made very fe

Re: [Xdoclet-devel] packaging question -> xdoclet GUI

2002-10-03 Thread Dmitri Colebatch
I've hacked up an env var called xdoclet.module.dir so that you dont have to put all the modules in xdoclet.class.path (gets too long for the command line with IDEA)... not sure what I should be doing here though... cheers dim - Original Message - From: "Konstantin Priblouda" <[EMAIL PR

[Xdoclet-devel] CVS update: xdocletgui/idea/xdocs/stylesheets site.vsl

2002-10-03 Thread Dmitri Colebatch
User: dimc Date: 02/10/03 13:58:30 Added: idea/xdocs/stylesheets site.vsl Log: First version of IDEA plugin. Revision ChangesPath 1.1 xdocletgui/idea/xdocs/stylesheets/site.vsl Index: site.vsl

[Xdoclet-devel] CVS update: xdocletgui/idea/xdocs users-guide.xml

2002-10-03 Thread Dmitri Colebatch
=== Dmitri Colebatch XDocletGUI IDEA Plugin As part of XDoclet, XDoclet GUI Plugin is covered by same license as XDoclet itself

[Xdoclet-devel] CVS update: xdocletgui/idea/xdocs/images logo.gif

2002-10-03 Thread Dmitri Colebatch
User: dimc Date: 02/10/03 13:58:29 Added: idea/xdocs/images logo.gif Log: First version of IDEA plugin. Revision ChangesPath 1.1 xdocletgui/idea/xdocs/images/logo.gif <> --- Thi

[Xdoclet-devel] CVS update: xdocletgui/idea/src plugin.xml

2002-10-03 Thread Dmitri Colebatch
User: dimc Date: 02/10/03 13:58:30 Added: idea/src plugin.xml Log: First version of IDEA plugin. Revision ChangesPath 1.1 xdocletgui/idea/src/plugin.xml Index: plugin.xml ===

[Xdoclet-devel] CVS update: xdocletgui/idea/src/java/xdocletgui/intellij IDEAAbstractFile.java IDEASourceSet.java SelectTagFamiliesPanel.java XDocletComponentConfigPanel.java XDocletGUIAction.java XDocletGUIComponent.java

2002-10-03 Thread Dmitri Colebatch
java.io.OutputStream; /** * Implementation of AbstractFile for IntelliJ. Simply wraps a * com.intellij.openapi.vfs.VirtualFile instance. * * @authorDmitri Colebatch * @created September 28, 2002 */ public class IDEAAbstractFile implements AbstractFile { private final

[Xdoclet-devel] CVS update: xdocletgui/idea build.xml XDocletGUI.props

2002-10-03 Thread Dmitri Colebatch
User: dimc Date: 02/10/03 13:58:29 Added: idea build.xml XDocletGUI.props Log: First version of IDEA plugin. Revision ChangesPath 1.1 xdocletgui/idea/build.xml Index: build.xml

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

2002-10-03 Thread Dmitri Colebatch
User: dimc Date: 02/10/03 13:57:18 xdocletgui/idea/src/java/xdocletgui - New directory --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ Xd

[Xdoclet-devel] CVS update: xdocletgui/idea/src/java/xdocletgui/intellij - New directory

2002-10-03 Thread Dmitri Colebatch
User: dimc Date: 02/10/03 13:57:28 xdocletgui/idea/src/java/xdocletgui/intellij - New directory --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _

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

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

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

2002-10-03 Thread Dmitri Colebatch
User: dimc Date: 02/10/03 13:56:28 xdocletgui/idea/xdocs/images - New directory --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ Xdoclet-d

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

2002-10-03 Thread Dmitri Colebatch
User: dimc Date: 02/10/03 13:56:21 xdocletgui/idea/xdocs/stylesheets - New directory --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ Xdoc

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

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

[Xdoclet-devel] CVS update: xdocletgui/src/java/xdocletgui/swing/tree AbstractListenerAction.java AbstractParameterAction.java CreateTagAction.java CreateTagParameterAction.java EditParameterAction.java EditTagAction.java RemoveTagAction.java RemoveTagParameterAction.java TreeMouseListener.java

2002-10-03 Thread Dmitri Colebatch
User: dimc Date: 02/10/03 13:30:40 Added: src/java/xdocletgui/swing/tree AbstractListenerAction.java AbstractParameterAction.java CreateTagAction.java CreateTagParameterAction.java EditParameterAction.java Edi

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

2002-10-03 Thread Dmitri Colebatch
User: dimc Date: 02/10/03 13:30:42 Modified:src/java/xtags ConditionFactory.java Log: Added support for tree based editing using popup menus and small dialogs. Revision ChangesPath 1.20 +19 -1 xdocletgui/src/java/xtags/ConditionFactory.java Index: Condi

[Xdoclet-devel] CVS update: xdocletgui/src/java/xdocletgui/swing Main.java XDocletGuiTreeCellRenderer.java

2002-10-03 Thread Dmitri Colebatch
User: dimc Date: 02/10/03 13:30:42 Modified:src/java/xdocletgui/swing Main.java XDocletGuiTreeCellRenderer.java Log: Added support for tree based editing using popup menus and small dialogs. Revision ChangesPath 1.25 +3 -2 xdocletgui

[Xdoclet-devel] CVS update: xdocletgui/src/java/xdocletgui/swing/tree - New directory

2002-10-03 Thread Dmitri Colebatch
User: dimc Date: 02/10/03 13:27:58 xdocletgui/src/java/xdocletgui/swing/tree - New directory --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf

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

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

[Xdoclet-devel] CVS update: xjavadoc/src/xjavadoc SourceClass.java SourceSet.java XJavaDoc.java XJavaDocTest.java

2002-10-03 Thread Dmitri Colebatch
set of Java source files. * - * @param o object to compare - * @return true if they are equal + * @authormailto:[EMAIL PROTECTED]";>Dmitri Colebatch + * @created October 4, 2002 */ - public boolean equals( Object o ) - { -

[Xdoclet-devel] CVS update: xjavadoc/src/xjavadoc/ant XJavadocTask.java

2002-10-03 Thread Dmitri Colebatch
User: dimc Date: 02/10/03 13:16:22 Modified:src/xjavadoc/ant XJavadocTask.java Log: Renamed old SourceSet to FileSourceSet and extracted new interface to replace the previous SourceSet class. Changed tests to use new FileSourceSet. Revision ChangesPath 1.25

[Xdoclet-devel] CVS update: xjavadoc/etc xjavadoctest.j

2002-10-03 Thread Dmitri Colebatch
User: dimc Date: 02/10/03 13:16:22 Modified:etc xjavadoctest.j Log: Renamed old SourceSet to FileSourceSet and extracted new interface to replace the previous SourceSet class. Changed tests to use new FileSourceSet. Revision ChangesPath 1.9 +2 -1

[Xdoclet-devel] CVS update: xjavadoc/src/xjavadoc/filesystem AbstractFile.java FileSourceSet.java XJavadocFile.java

2002-10-03 Thread Dmitri Colebatch
and not just files. * * @authorDmitri Colebatch * @created September 25, 2002 */ public interface AbstractFile { /** * Obtain a reader for the file. * * @return * @exception IOException */ Reader getReader() throws

[Xdoclet-devel] CVS update: xjavadoc/src/xjavadoc/filesystem - New directory

2002-10-03 Thread Dmitri Colebatch
User: dimc Date: 02/10/03 13:04:50 xjavadoc/src/xjavadoc/filesystem - New directory --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ Xdocl

Re: [Xdoclet-devel] Congrats!!

2002-10-03 Thread Dmitri Colebatch
so does this mean I can commit my idea plugin? do we have a tag? cheers dim - Original Message - From: "Mathias Bogaert" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 03, 2002 9:35 PM Subject: [Xdoclet-devel] Congrats!! Finally 1.2 beta1 is out!! Woohoo...now we

[Xdoclet-devel] Re: [Xdoclet-user] Value objects in entity beans considered deprecated

2002-10-02 Thread Dmitri Colebatch
David, yeah, I see your point. again I'm not 100% sure, but I think that value objects do (or at least there's no technical reason why they couldn't) support the requirement you put for pulling part of the cmr's data. However, as you obviously prefer having the value object creation done in a S

[Xdoclet-devel] slightly OT: pretty settings

2002-09-29 Thread Dmitri Colebatch
hey guys, just noticed that pretty has undone some of my grouping for the IDEA plugin. I have a class that implements 2 interfaces, and I had the methods for those interfaces grouped. pretty has of course resorted everything as per its rules. I looked at the pretty settings, but couldn't find a

Re: idea plugin, was: [Xdoclet-devel] XDoclet 2.0

2002-09-26 Thread Dmitri Colebatch
Ok, full steam ahead then... > Make SourceSet an interface. will do. > Invent an AbstractFile interface that will be used everywhere instead > of File. already done. > Then make FileSourceSet and FileFile implementation for trivial use, > and IDEASourceSet and IDEAFile for your plugin. > > I

Re: idea plugin, was: [Xdoclet-devel] XDoclet 2.0

2002-09-25 Thread Dmitri Colebatch
> If it's functional but maybe a bit annoying then it's ok to commit it > right after the beta 1 release. ok, willdo. > Re the file interface: that's good idea. We need it. It's actually > somehow an existing FR. To implement the > provide-an-xdoclet-facade-component effectively we should provid

idea plugin, was: [Xdoclet-devel] XDoclet 2.0

2002-09-25 Thread Dmitri Colebatch
Firstly, fwiw, I'm not sure there's much I can offer in the way of feedback on the 2.0 design doc, apart from to say that it all looks reasonable. re the idea plugin, I have it all working, although I'm in code tidyup stage, and will check in after we release 1.2 (unless ppl would like to see it

Re: [Xdoclet-devel] where is remote-custom.xdt

2002-09-24 Thread Dmitri Colebatch
Chris, What version is it that you are using? CVS? If so, what date? Could you try with current cvs? cheers dim - Original Message - From: "Chris DeGreef" <[EMAIL PROTECTED]> To: "Dmitri Colebatch" <[EMAIL PROTECTED]> Sent: Tuesday, September 24, 200

Re: [Xdoclet-devel] JUnit - XDoclet Module

2002-09-23 Thread Dmitri Colebatch
> My idea is to allow the client to assign a method to a > test method, add the test-code and maybe repetitions > etc. The class JavaDoc would contain the > setUp(), tearDown() methods. > The sub-task would allow the user to merge > in Java helper methods and variable declarations. wouldn't it b

Re: Re: RE: [Xdoclet-devel] JIRA

2002-09-23 Thread Dmitri Colebatch
I would like to see bugs left as unassigned so that once in a while I can go and fix them, or likewise anyone from the community who wants to look at the code can find something to do just my thoughts... cheers dim ps - idea plugin is coming along well will need to raise a few points soo

Re: [Xdoclet-devel] DISCUSSION: removing JBoss tags

2002-09-22 Thread Dmitri Colebatch
> Was it ever mentioned? Has anywhere in time anyone associated with JBoss > said that there is any possibility of forking xdoclet? I think you're > doing a storm in a glass of water. I think I may have started this one. David Jencks has stated that he has no intention of forking xdoclet, and do

Re: [Xdoclet-devel] DISCUSSION: removing JBoss tags

2002-09-21 Thread Dmitri Colebatch
I'd like to hear input from some of the JBoss committers on the list as to whether they think this approach would be sufficient from the JBoss dev community pov. From my understanding JBoss would have been thinking of including the entire xdoclet src (not just the jboss module) in their cvs... ch

Re: [Xdoclet-devel] Status of the jboss module

2002-06-24 Thread Dmitri Colebatch
Jerome,   yeah, I'm using xdoclet + jboss with cmr stuff what are you having problkems with?    cheers dim - Original Message - From: bernardj To: [EMAIL PROTECTED] Sent: Tuesday, June 25, 2002 1:21 AM Subject: [Xdoclet-devel] Status of the jboss module

Re: [Xdoclet-devel] CVS update: xdoclet/modules/ejb/src/xdoclet/modules/ejb/dd RelationTagsHandler.java

2002-06-10 Thread Dmitri Colebatch
Aslak (et al), sorry, I swear I had a test case that showed this as not working. I've just removed the revision (1.4) that I checked in, so its back to how it was. cheers dim - Original Message - From: <[EMAIL PROTECTED]> To: "Dmitri Colebatch" <[EMAIL

Re: [Xdoclet-devel] migration from 1.1.2

2002-06-10 Thread Dmitri Colebatch
Bogdan, Could you try this again on the current cvs (as of 5 minutes ago - check that xdoclet\modules\ejb\src\xdoclet\modules\ejb\ddRelationTagsHandler.java is version 1.4). I've just checked something in that I think fixes this. cheers dim - Original Message - From: <[EMAIL PROTECTED]

  1   2   3   4   5   6   7   >