Yo!

> -----Original Message-----
> From: Emerson Cargnin - SICREDI Servi�os
> [mailto:emersonc@;sicredi.com.br]
> Sent: 5. november 2002 20:39
> To: Aslak Helles�y
> Cc: [EMAIL PROTECTED]
> Subject: Re: [Xdoclet-user] generating docs
>
>
> i didn't even wanted to use maven, just wanted a up to date manual of
> xdeoclet, with a discritive use of @ejb.data-object and
> @ejb.value-object tags...
>
> There could be a uptodate site with the last docs...
>

http://xdoclet.sourceforge.net/1.2beta/index.html

We don't have a nightly build of the docs, but we're planning to:
http://tinyurl.com/2giy

> or anyone could help me how to use this tags??
>
>
> just to remember my question :
>
>
> what's the diference between
> @ejb.data-object and @ejb.value-object
>
> there's no description for value-object
>

data-object is deprecated. value-object is more sophisticated. there is
literally tons of questions about this on the mailing lists. just search
them, and you'll find an answer. value-object isn't well documented, the
authors seem to be busy lately.

> What I want is to create a value object mirroring
> entity bean persistent attributes, use a substitutepackages sub-tag and
> extends a given superclass that will deal with version for updates.
> Does this tag creates a method in the entity to do a bulk update?
>
>
>
>
>
>
> Aslak Helles�y wrote:
> > i believe maven has its own mailing list for maven problems.
> >
> > aslak
> >
> >
> >>-----Original Message-----
> >>From: [EMAIL PROTECTED]
> >>[mailto:xdoclet-user-admin@;lists.sourceforge.net]On Behalf Of Emerson
> >>Cargnin - SICREDI Servi�os
> >>Sent: 5. november 2002 19:54
> >>To: [EMAIL PROTECTED]
> >>Cc: [EMAIL PROTECTED]
> >>Subject: Re: [Xdoclet-user] generating docs
> >>
> >>
> >>did as u said, got a lot of errors from maven, configured proxy :
> >>
> >>  maven site -DproxySet=true -DproxyHost=192.168.1.10 -DproxyPort=8080
> >>
> >>
> >>i got the error :
> >>
> >>ctivity:generate:
> >>cvs log: ignoring modules/build (CVS/Entries missing)
> >>ChangeLog found: 160 entries
> >>[ERROR] java.lang.reflect.InvocationTargetException
> >>[ERROR]         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> >>Method)
> >>[ERROR]         at
> >>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorIm
> >>pl.java:39)
> >>[ERROR]         at
> >>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAc
> >>cessorImpl.java:25)
> >>[ERROR]         at java.lang.reflect.Method.invoke(Method.java:324)
> >>[ERROR]         at com.werken.forehead.Forehead.run(Forehead.java:543)
> >>[ERROR]         at com.werken.forehead.Forehead.main(Forehead.java:573)
> >>[ERROR] Caused by: java.lang.NoClassDefFoundError:
> >>org/apache/tools/dvsl/DVSL
> >>[ERROR]         at org.apache.maven.DVSLBean.<init>(DVSLBean.java:184)
> >>[ERROR]         at
> >>sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> >>[ERROR]         at
> >>sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstr
> >>uctorAccessorImpl.java:39)
> >>[ERROR]         at
> >>sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Delegati
> >
> > ngConstructorAccessorImpl.java:27)
> >
> >>[ERROR]         at
> >>java.lang.reflect.Constructor.newInstance(Constructor.java:274)
> >>[ERROR]         at java.lang.Class.newInstance0(Class.java:306)
> >>[ERROR]         at java.lang.Class.newInstance(Class.java:259)
> >>[ERROR]         at
> >>org.apache.commons.jelly.impl.DynamicBeanTag.beforeSetAttributes(D
> >>ynamicBeanTag.java:137)
> >>[ERROR]         at
> >>org.apache.commons.jelly.DynaBeanTagSupport.setContext(DynaBeanTag
> >>Support.java:92)
> >>[ERROR]         at
> >>org.apache.commons.jelly.impl.StaticTagScript.run(StaticTagScript.
> >>java:123)
> >>[ERROR]         at
> >>org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:134)
> >>[ERROR]         at
> >>org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:190)
> >>[ERROR]         at
> >>org.apache.commons.jelly.tags.core.WhenTag.doTag(WhenTag.java:97)
> >>[ERROR]         at
> >>org.apache.commons.jelly.impl.BeanTagScript.run(BeanTagScript.java:180)
> >>[ERROR]         at
> >>org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:134)
> >>[ERROR]         at org.apache.commons.je
> >>
> >>Konstantin Priblouda wrote:
> >>
> >>>--- Emerson_Cargnin_-_SICREDI_Servi�os
> >>><[EMAIL PROTECTED]> wrote:
> >>>
> >>>
> >>>>I'm trying to generate xdoclet html docs, but i
> >>>>can't get them, tried
> >>>>ant docs but it creates only the following
> >>>>index.html :
> >>>>
> >>>>./target/docs/api/index.html
> >>>>./target/docs/todo/index.html
> >>>>./target/docs/templates/index.html
> >>>>
> >>>>none of them is the one at :
> >>>>
> >>>>http://users.pandora.be/ees/xdoclet/
> >>>>
> >>>>
> >>>>what's the diference between
> >>>>@ejb.data-object and @ejb.value-object
> >>>>
> >>>>there's no description for value-object
> >>>>
> >>>>What I want is to create a value object mirroring
> >>>>entity bean persistent
> >>>>attributes, use a substitutepackages sub-tag and
> >>>>extends a given
> >>>>superclass that will deal with version for updates.
> >>>>Does this tag
> >>>>creates a method in the entity to do a bulk update?
> >>>>--
> >>>>xxxxxxxxxxxxxxxxxxxxxxxxxxxx
> >>>>| Emerson Cargnin          |
> >>>>| Analista de Sistemas Sr. |
> >>>>| Tel : (051) 3358-4959    |
> >>>>| SICREDI Servi�os         |
> >>>>| Porto Alegre - Brasil    |
> >>>>|xxxxxxxxxxxxxxxxxxxxxxxxxx|
> >>>>
> >>>>
> >>>>
> >>>>
> >>>
> >>>You will need maven to generate docs.
> >>>Grab it from jakarta.apache.org
> >>>then once you installed it say
> >>>"maven site"
> >>>
> >>>regards,
> >>>
> >>>=====
> >>>Konstantin Priblouda ( ko5tik )    Freelance Software developer
> >>>< http://www.pribluda.de > < play java games -> http://www.yook.de >
> >>>< render charts online -> http://www.pribluda.de/povray/ >
> >>>
> >>>__________________________________________________
> >>>Do you Yahoo!?
> >>>HotJobs - Search new jobs daily now
> >>>http://hotjobs.yahoo.com/
> >>>
> >>
> >>
> >>--
> >>xxxxxxxxxxxxxxxxxxxxxxxxxxxx
> >>| Emerson Cargnin          |
> >>| Analista de Sistemas Sr. |
> >>| Tel : (051) 3358-4959    |
> >>| SICREDI Servi�os         |
> >>| Porto Alegre - Brasil    |
> >>|xxxxxxxxxxxxxxxxxxxxxxxxxx|
> >>
> >>
> >>
> >>-------------------------------------------------------
> >>This sf.net email is sponsored by: See the NEW Palm
> >>Tungsten T handheld. Power & Color in a compact size!
> >>http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
> >>_______________________________________________
> >>Xdoclet-user mailing list
> >>[EMAIL PROTECTED]
> >>https://lists.sourceforge.net/lists/listinfo/xdoclet-user
> >
> >
> >
>
>
> --
> xxxxxxxxxxxxxxxxxxxxxxxxxxxx
> | Emerson Cargnin          |
> | Analista de Sistemas Sr. |
> | Tel : (051) 3358-4959    |
> | SICREDI Servi�os         |
> | Porto Alegre - Brasil    |
> |xxxxxxxxxxxxxxxxxxxxxxxxxx|
>



-------------------------------------------------------
This sf.net email is sponsored by: See the NEW Palm 
Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to