For 1 week now I'm trying to get XDoclet working as it should. Here are some
latest errors I get:
1. no XJavadoc support for statements like "assert projectLH != null;", it
gives:
[ejbdoclet] Error parsing com.etm.farrago.ejb.ProjectManagerBean:Encountered
"!=" at line 41, column 26.
[ejbdoclet]
> > I think we should put samples and test
> > in each module's folders:
> > Optional
> > Jboss
> > Src
> > Script
> > Tests
> > Samples <-
> >
> > This way if a guy comes up with JDO templates for Kodo vendor he can
> > simply provide the whole
A wise old hermit known only as David Jencks
<[EMAIL PROTECTED]> once said:
> Do any of us have file system access to the cvs repository? I kind of
> thought only sourceforge people could do this sort of thing.
Well, I remembered there was something in the SF site docs about importing
an exis
I don't think you need to hack anything in cvs. Open Source Development
with CVS says:
---
I need to move files around without losing revision history
In the repository, copy (don't move) the RCS files to the desired new
location in the project. They must remain in their old locatio
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Andrew
> Stevens
> Sent: 23. april 2002 23:14
> To: [EMAIL PROTECTED]
> Subject: Re: [Xdoclet-devel] RE: [Xdoclet-user] next stable version
>
>
> A wise old hermit known only as Vincent Harcq
> <[EMAI
A wise old hermit known only as Vincent Harcq
<[EMAIL PROTECTED]> once said:
> The two weeks have passed.
> Time for 1.2-beta ?
> I am using it on a daily basis now
> I guess the final will need the Aslak's weblogic module for all module
> and the reorganisation of the CVS
> What do you think ?
A wise old hermit known only as Ara Abrahamian <[EMAIL PROTECTED]> once
said:
> I think we should put samples and test
> in each module's folders:
> Optional
> Jboss
> Src
> Script
> Tests
> Samples <-
>
> This way if a guy comes up
User: vharcq
Date: 02/04/23 13:20:13
Modified:core/test/src/xdoclet/test/xdoclet
XDocletTagSupportTest.java
Log:
Comment ou a test that cause of OutOfMemoryError
Revision ChangesPath
1.2 +1 -1
xdoclet/core/test/src/xdoclet/test/xdocl
Title: Message
fine
with me
Ingo
find some little issues i will work on
I will
also kill the curentTag issue
-Original Message-From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Aslak
HellesoySent: mardi 23 avril 2002 21:14To: Vincent Harcq;
'Boris Tamarkin'; [EMA
User: vharcq
Date: 02/04/23 13:04:15
Modified:core/resources/xdoclet/ejb asm-descriptor.j
Log:
was empty for class tag ejb:finder
Revision ChangesPath
1.31 +1 -1 xdoclet/core/resources/xdoclet/ejb/asm-descriptor.j
Index: asm-descriptor.j
=
User: vharcq
Date: 02/04/23 13:04:15
Modified:core/test/xml-ref/Transaction ejb-jar.xml
Log:
was empty for class tag ejb:finder
Revision ChangesPath
1.4 +16 -16xdoclet/core/test/xml-ref/Transaction/ejb-jar.xml
Index: ejb-jar.xml
==
Title: Message
I
would like to wait until everything is moved. I'm working on it. It'll be moved
and more stable by the end of the week. How'bout releasing 1.2-beta early next
week?
a
-Original Message-From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Vincent
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Vincent
> Harcq
> Sent: 23. april 2002 19:53
> To: 'Aslak Hellesøy'; [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: RE: [Xdoclet-devel] xDoclet broken
>
>
> Constructor is Method here right ?
N
Title: Message
(cross
post to devel)
Good
question :)
The
two weeks have passed.
Time
for 1.2-beta ?
I am
using it on a daily basis now
I
guess the final will need the Aslak's weblogic module for all module and the
reorganisation of the CVS
What
do you think ?
Vincent
-Orig
User: vharcq
Date: 02/04/23 11:18:26
Modified:core/src/xdoclet/tags ClassTagsHandler.java
Log:
We have to give the "for_type" (class, method,...) information up to the end of
getTagValue chain because this is at the end that a CURRENT tag value is checked.
This should solve the
User: vharcq
Date: 02/04/23 11:18:26
Modified:core/src/xdoclet/ejb/tags/vendor
JBossRelationTagsHandler.java
Log:
We have to give the "for_type" (class, method,...) information up to the end of
getTagValue chain because this is at the end that a CURRENT ta
User: vharcq
Date: 02/04/23 11:18:24
Modified:core/src/xdoclet XDocletTagSupport.java
Log:
We have to give the "for_type" (class, method,...) information up to the end of
getTagValue chain because this is at the end that a CURRENT tag value is checked.
This should solve the pro
User: ara_e_w
Date: 02/04/23 11:14:25
Modified:core/resources/xdoclet/ejb/vendor ibm-ejb-jar-ext_xmi.j
Log:
- Committed Shunsuke Masuda's patch
- updated it to correctly use ids
Revision ChangesPath
1.6 +9 -9 xdoclet/core/resources/xdoclet/ejb/vendor/ibm-ej
User: vharcq
Date: 02/04/23 11:10:06
Modified:core/samples/src/java/test/ejb/cmr LanguageBean.java
Log:
Mix ejb: and ejb. can simply not work :(
Revision ChangesPath
1.9 +2 -2 xdoclet/core/samples/src/java/test/ejb/cmr/LanguageBean.java
Index: LanguageB
User: vharcq
Date: 02/04/23 11:14:00
Modified:core/samples/src/java/test/ejb CustomerBean.java
Log:
add a "compile time" unit test
Revision ChangesPath
1.52 +5 -5 xdoclet/core/samples/src/java/test/ejb/CustomerBean.java
Index: CustomerBean.java
===
User: vharcq
Date: 02/04/23 11:14:50
Modified:core/src/xdoclet/tags TagDefTagsHandler.java
Log:
It was not compiling anymore
Revision ChangesPath
1.9 +1 -11 xdoclet/core/src/xdoclet/tags/TagDefTagsHandler.java
Index: TagDefTagsHandler.java
User: vharcq
Date: 02/04/23 11:10:41
Modified:core/test/xml-ref/EjbRef ejb-jar.xml
Log:
Fix unit tests reference DDs
Revision ChangesPath
1.3 +1 -1 xdoclet/core/test/xml-ref/EjbRef/ejb-jar.xml
Index: ejb-jar.xml
===
User: vharcq
Date: 02/04/23 11:10:42
Modified:core/test/xml-ref/Transaction ejb-jar.xml
Log:
Fix unit tests reference DDs
Revision ChangesPath
1.3 +30 -30xdoclet/core/test/xml-ref/Transaction/ejb-jar.xml
Index: ejb-jar.xml
=
User: vharcq
Date: 02/04/23 11:09:39
Modified:core/samples/src/java/test/ejb CustomerBean.java
Log:
add a "compile time" unit test
Revision ChangesPath
1.51 +5 -0 xdoclet/core/samples/src/java/test/ejb/CustomerBean.java
Index: CustomerBean.java
===
User: vharcq
Date: 02/04/23 11:08:55
Modified:core/test/script build.xml
Log:
Make unit tests run after last changes on CL
Revision ChangesPath
1.15 +3 -2 xdoclet/core/test/script/build.xml
Index: build.xml
=
Constructor is Method here right ?
Anyway yes I have to have a deeper look for those two.
Regards
Vincent
> -Original Message-
> From: Aslak Hellesøy [mailto:[EMAIL PROTECTED]]
> Sent: mardi 23 avril 2002 19:47
> To: Vincent Harcq; [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: RE:
If you take a look at it, it would be nice to do it in such a way that it
works for fields and constructors too. The following method in DocletSupport
is no good:
public static XTag getCurrentTag()
{
if( currentMethodTag != null )
return cur
User: pazu
Date: 02/04/23 06:42:10
Modified:core/resources/xdoclet/ejb/vendor jbosscmp-jdbc_xml.j
Log:
Added the possibility to force relation-table-mapping.
If the user tags the relation with
@jboss:relation-mapping style="relation-table"
xDoclet will generate a el
User: pazu
Date: 02/04/23 06:49:19
Modified:core/src/xdoclet/ejb/tags/vendor
JBossRelationTagsHandler.java
Log:
If the user tags the relation with
@jboss:relation-mapping style="relation-table"
xDoclet will generate a element
no matter the re
- Original Message -
From: "Ara Abrahamian" <[EMAIL PROTECTED]>
Date: Tuesday, April 23, 2002 6:21 am
Subject: RE: [Xdoclet-devel] Instant Messaging
> Hi,
>
> Yahoo: ara_e_w always online. I and Aslak even do pair programming
> usingyahoo messenger :-)
>
I'm aslak_hellesoy on Yahoo
This is weird - I did exactly the same (clean everything and build
xjavadoc) on my home machine, and I don't get the 30 failures. However,
instead there are 2 errors (not failures) in xjavadoc.XJavaDocTest (stack
traces below).
The only difference I can see is that I'm using JDK 1.4.0 at home
31 matches
Mail list logo