Re: [Xdoclet-devel] CVS update: xdoclet/core/src/xdoclet

2002-09-24 Thread Andrew Stevens
A wise old hermit known only as Marcus Brito <[EMAIL PROTECTED]> once said: > Hm, no. Apostrophes aren't used as escape chars. That was what I > thought, too. Apostrophes are used to quote string parts. The > MessageFormat documentation is *very* confusing You're not wrong there :-) > Believe

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

2002-09-24 Thread Ara Abrahamian
User: ara_e_w Date: 02/09/24 14:52:33 Modified:xdocs/images logo.gif Log: No, the new one looks ugly, revert back to the prev one :-) Revision ChangesPath 1.3 +49 -21xdoclet/xdocs/images/logo.gif <> --

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, 2002 11:50 PM Subject: RE: [Xdoclet-dev

Re: [Xdoclet-devel] Re: Mail delivery failed: returning message to sender

2002-09-24 Thread Andrew Stevens
A wise old hermit known only as Konstantin Priblouda <[EMAIL PROTECTED]> once said: > Hi guys, It seems that I lost the URL > to JIRA ( and original email too...) > after changing my password. > > Can somebody send it to me again :) Here you go, minus the login details :-) Andrew. > Someon

RE: [Xdoclet-devel] 1.2 release?

2002-09-24 Thread Andrew Stevens
A wise old hermit known only as Ara abrahamian <[EMAIL PROTECTED]> once said: > > [Remove non-source files from xdoclet-all/src: +1] > > You mean cvs/entry/etc files? +1 No, I mean the stuff from /target, /core/build, /modules/build and /samples/build. If it's intended to be a source archive

[Xdoclet-devel] xgg

2002-09-24 Thread Aslak Hellesøy
allright, there is a new xgg module now. standalone project if you like it, let's work on it together, if not, let's do something else. Read the README.txt -And let me know how you think this fits into xdoclet2. Aslak --- This sf.net email

[Xdoclet-devel] CVS update: xgg .cvsignore LICENSE.txt maven.xml project.properties project.xml README.txt xgg.properties

2002-09-24 Thread Aslak Helles?y
User: rinkrank Date: 02/09/24 11:35:04 Added: ..cvsignore LICENSE.txt maven.xml project.properties project.xml README.txt xgg.properties Log: new Revision ChangesPath 1.1 xgg/.cvsignore Index: .cvsignore =

[Xdoclet-devel] CVS update: xgg/src - Imported sources

2002-09-24 Thread Aslak Helles?y
User: rinkrank Date: 02/09/24 11:31:09 Log: importing sources Status: Vendor Tag: avendor Release Tags: arelease N xgg/src/java/xdoclet/xbeans/TagBean.java N xgg/src/java/xdoclet/xbeans/XBean.java N xgg/src/java/xdoclet/xbeans/XTag.java N xgg/src/java/xgg/Child.ja

[Xdoclet-devel] CVS update: xgg/samples - Imported sources

2002-09-24 Thread Aslak Helles?y
User: rinkrank Date: 02/09/24 11:28:36 Log: importing sources Status: Vendor Tag: avendor Release Tags: arelease N xgg/samples/.cvsignore N xgg/samples/build.xml N xgg/samples/velocity.log N xgg/samples/xgg.properties N xgg/samples/dtds/bands.dtd N xgg/samples

[Xdoclet-devel] CVS update: CVSROOT modules

2002-09-24 Thread Aslak Helles?y
User: rinkrank Date: 02/09/24 11:23:24 Modified:.modules Log: added xgg Revision ChangesPath 1.4 +3 -1 CVSROOT/modules Index: modules === RCS file: /cvsroot/xdoclet/CVSROOT/module

[Xdoclet-devel] CVS update: xgg - Imported sources

2002-09-24 Thread Aslak Helles?y
User: rinkrank Date: 02/09/24 11:20:46 Log: Status: Vendor Tag: tcvs-vendor Release Tags: tcvs-release No conflicts created by this import --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thi

[Xdoclet-devel] JavaBeans feature

2002-09-24 Thread Konstantin Priblouda
Hi guys, ( especially those in charge for JavaBeans module ) I try to misuse it to generate property BeanInfo for data/value objects. Why? Because it makes life easier when developing swing applications. I can have one class which covers all the edit needs for entity data objects, and init

Re: [Xdoclet-devel] Re: RE: ant.blabla tags

2002-09-24 Thread aslak.hellesoy
- Original Message - From: Ara Abrahamian <[EMAIL PROTECTED]> Date: Tuesday, September 24, 2002 12:06 pm Subject: Re: [Xdoclet-devel] Re: RE: ant.blabla tags > Aslak, I think you've mixing two different things: > Yes, i'm mixing things. My fantasy carried me away again :-) I was disc

Re: [Xdoclet-devel] Re: RE: ant.blabla tags

2002-09-24 Thread Ara Abrahamian
Aslak, I think you've mixing two different things: - the velocity template generation (what you seemingly generate, though I should see what you've done) - how we define new @tags. From XTag-derived class -> xtags.xml, or xtags.xml -> class. I beleive I should write down what we've discussed in

Re: [Xdoclet-devel] Re: RE: ant.blabla tags

2002-09-24 Thread Konstantin Priblouda
> Am I completely off track here, or could this > approach be useful in > xtags? Well, long time ago we agreed that xtags.xml would be single source for tag definition. Interfaces for xtags would be generated on the fly via BCEL out of xml descriptor. And there qould be smart proxy which know

Re: [Xdoclet-devel] Re: RE: ant.blabla tags

2002-09-24 Thread aslak.hellesoy
> It sounds really cool.And I can imagine that thos > approach could be usefull common xml generation/ > parsing/processing tasks... > ( XTags? ) > Yup, the engine is generic. It generates a Velocity template. That template will access java beans. These beans are generated too (well, the inter

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

2002-09-24 Thread Konstantin Pribluda
User: ko5tik Date: 02/09/24 03:04:19 Modified:modules/java/src/META-INF xtags.xml Log: fixed errors in xtags.xml Revision ChangesPath 1.6 +0 -3 xdoclet/modules/java/src/META-INF/xtags.xml Index: xtags.xml ==

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

2002-09-24 Thread Konstantin Pribluda
User: ko5tik Date: 02/09/24 03:04:20 Modified:modules/jboss/src/META-INF xtags.xml Log: fixed errors in xtags.xml Revision ChangesPath 1.19 +1 -1 xdoclet/modules/jboss/src/META-INF/xtags.xml Index: xtags.xml

Re: [Xdoclet-devel] Re: RE: ant.blabla tags

2002-09-24 Thread aslak.hellesoy
- Original Message - From: Erik Hatcher <[EMAIL PROTECTED]> Date: Tuesday, September 24, 2002 10:51 am Subject: Re: [Xdoclet-devel] Re: RE: ant.blabla tags > +1 on going ahead and committing it as a new module. Perhaps it > could > be excluded from the 1.2 release, but no harm if its

Re: [Xdoclet-devel] 1.2 release?

2002-09-24 Thread Erik Hatcher
>>- We can't release it without samples being part of the >>xdoclet-1.2.0.tar and xdoclet-1.2.0.zip bundles. Please correct the >>build.xml if it doesn't copy samples to target. +1 - including samples would be a Good Thing. >>- I don't find any uses for xdoclet-lib-1.2.0.tar and >>xdoclet-lib-1.

Re: [Xdoclet-devel] Re: RE: ant.blabla tags

2002-09-24 Thread Konstantin Priblouda
--- Aslak Hellesøy <[EMAIL PROTECTED]> wrote: > hi guys, i'd like to inform you about some stuff I > have been toying with... I told Ara and Pazu in an > unrelated mail, but here you go all af you. > > Exactly. Give it a dtd, and you get a Velocity > template. You get beans too (a bean interface

Re: [Xdoclet-devel] Re: RE: ant.blabla tags

2002-09-24 Thread Erik Hatcher
+1 on going ahead and committing it as a new module. Perhaps it could be excluded from the 1.2 release, but no harm if its included there either. Damn, Aslak - you rock! Erik Aslak Hellesøy wrote: > hi guys, i'd like to inform you about some stuff I have been toying with... I told >

RE: [Xdoclet-devel] 1.2 release?

2002-09-24 Thread Ara abrahamian
> [Add samples to xdoclet-1.2.0: +1] +1000 > [Drop the xdoclet-lib-1.2.0 files: +1] +1 > [Include translate zip in beta: -0] -1 > [Include translate zip in final: +1] -1 > [Remove non-source files from xdoclet-all/src: +1] You mean cvs/entry/etc files? +1 > [Rename xdoclet-all to xdoclet

[Xdoclet-devel] Re: RE: ant.blabla tags

2002-09-24 Thread Aslak Hellesøy
hi guys, i'd like to inform you about some stuff I have been toying with... I told Ara and Pazu in an unrelated mail, but here you go all af you. Exactly. Give it a dtd, and you get a Velocity template. You get beans too (a bean interface and a skeletal bean impl that gives us a head start) for

[Xdoclet-devel] Re: Mail delivery failed: returning message to sender

2002-09-24 Thread Konstantin Priblouda
Hi guys, It seems that I lost the URL to JIRA ( and original email too...) after changing my password. Can somebody send it to me again :) regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer < http://www.pribluda.de > < play java games -> http://www.yook.de > < rend