[Xdoclet-user] webdoclet, how to fetch super class attributes?

2006-11-29 Thread Markus Innerebner
Hi I am generating with webdoclet the tld files, but I have the problem, that webdoclet fetches only the attributes from it's own class, but not the attributes from his superclass. Do I need to specify some special tag where I am writing the class declaration? thanks for any help Markus ---

Re: [Xdoclet-user] webdoclet problem with annotation

2006-11-01 Thread Markus Innerebner
After updating that jar the error message disappear. Thank you very much for that advise. Markus - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technol

Re: [Xdoclet-user] webdoclet problem with annotation

2006-10-31 Thread Glaucio Scheibel
You have to update the xjavadoc.jar in the lib directory. Just download at this link: http://sourceforge.net/project/showfiles.php?group_id=31602 Glaucio Markus Innerebner wrote: > Hello, > > I switched the jdk from 1.4 to 5.0 and in my code I added the Java > Annotation (i.e. deprecated). > Af

Re: [Xdoclet-user] webdoclet problem with annotation

2006-10-31 Thread Matt Raible
You need a new version of xjavadoc.jar. http://www.google.com/search?q=xjavadoc+1.5 You could use the one from AppFuse. http://fisheye4.cenqua.com/browse/~raw,r=1274/appfuse/trunk/lib/xdoclet-1.3-SNAPSHOT/xjavadoc-1.1.jar Matt On 10/31/06, Markus Innerebner <[EMAIL PROTECTED]> wrote: > Hello,

[Xdoclet-user] webdoclet problem with annotation

2006-10-31 Thread Markus Innerebner
Hello, I switched the jdk from 1.4 to 5.0 and in my code I added the Java Annotation (i.e. deprecated). After that modification I am not able to launch my webdoclet ant task anymore. That problem was related to the java 1.5 annotations. So I am asking you, what do I need to change to let the webdo

Re: [Xdoclet-user] webdoclet problems with 1.2.3

2006-10-30 Thread Konstantin Priblouda
--- Anthony Roy <[EMAIL PROTECTED]> wrote: > > > I discovered a work-around. I had been doing > > I have also found a workaround - if you define each > webdoclet task in a > separate build file, and use the 'ant' task to call > it from your main > build, it also works. would be a real fun f

Re: [Xdoclet-user] webdoclet problems with 1.2.3

2006-10-30 Thread Konstantin Priblouda
--- Daniel Lipofsky <[EMAIL PROTECTED]> wrote: > I discovered a work-around. I had been doing > > > > > > > > But when I did this instead it worked: > > > > > > > So it means that XD1 ant task is somehow messy and keeps state between its invocations..

Re: [Xdoclet-user] webdoclet problems with 1.2.3

2006-10-30 Thread Anthony Roy
> I discovered a work-around. I had been doing I have also found a workaround - if you define each webdoclet task in a separate build file, and use the 'ant' task to call it from your main build, it also works. -- Anthony Roy. This email and any files transmitted with it are confidential an

Re: [Xdoclet-user] webdoclet problems with 1.2.3

2006-10-30 Thread Daniel Lipofsky
I discovered a work-around. I had been doing But when I did this instead it worked: Also it worked to do 2 different targets, or one target called multiple times - as long as there was only one webdoclet call per taskdef. (a note on my original problem:

Re: [Xdoclet-user] webdoclet problems with 1.2.3

2006-10-30 Thread Konstantin Priblouda
--- Anthony Roy <[EMAIL PROTECTED]> wrote: > So is there a workaround for this problem? I > encountered the same > problem on Friday, and now seem to be stuck between > a rock and a hard > place regarding XDoclet: > > 1) I need to upgrade to XDoclet 1.2.3 in order to > fix the websphere xmi > f

Re: [Xdoclet-user] webdoclet problems with 1.2.3

2006-10-30 Thread Anthony Roy
> > And is there websphere support? 1.2.3 had minimal > websphere support > > (it's why we upgraded from 1.2.2), but it would be really > nice to have > > good websphere support. > > Websphere what? If you mean EJB, there is not much usable for > properitary containers. We still lack of c

Re: [Xdoclet-user] webdoclet problems with 1.2.3

2006-10-29 Thread Konstantin Priblouda
--- Daniel Lipofsky <[EMAIL PROTECTED]> wrote: > How backwards compatible is it? We have a few > custom xdt templates in addition to everything else. Partially. Since XD1 was developed at the same time as XD2. And to get rid of XDT and use more generic template enines was one of the design g

Re: [Xdoclet-user] webdoclet problems with 1.2.3

2006-10-28 Thread Daniel Lipofsky
> You may as well try xdoclet 2 , as there is no problem > > with running the same plugin multiple times from the > same sources (proven to work with xwork aka struts 2 > plugin ) How backwards compatible is it? We have a few custom xdt templates in addition to everything else. And is there we

Re: [Xdoclet-user] webdoclet problems with 1.2.3

2006-10-28 Thread Konstantin Priblouda
--- Daniel Lipofsky <[EMAIL PROTECTED]> wrote: > My build runs webdoclet twice (different outputs > for 2 different app servers; we modify the merge > dir between runs). > > This worked fine with xdoclet 1.2.2 but upgrading > to 1.2.3 causes the second call to not generate > anything. Even the

[Xdoclet-user] webdoclet problems with 1.2.3

2006-10-27 Thread Daniel Lipofsky
My build runs webdoclet twice (different outputs for 2 different app servers; we modify the merge dir between runs). This worked fine with xdoclet 1.2.2 but upgrading to 1.2.3 causes the second call to not generate anything. Even the force tag doesn't help. But we need to upgrade. There doesn't

Re: [Xdoclet-user] WebDoclet Problem...

2006-08-02 Thread Usman Riaz
Monkeyden wrote: > Do you have a file, in the directory to be processed, with a leading > dot in the name? > > qualifiedName can't start with a dot! *.resellerChecker.jav > * Thanks for the reply. I have found the problem. Yeah the file was there, but the actual problem was that I was using

Re: [Xdoclet-user] WebDoclet Problem...

2006-08-01 Thread Monkeyden
Do you have a file, in the directory to be processed, with a leading dot in the name?    qualifiedName can't start with a dot! .resellerChecker.jav  On 8/1/06, Usman Riaz <[EMAIL PROTECTED]> wrote: Gwyn Evans wrote:>Can't be sure, but one typical error is not having all the classes>needed by the s

Re: [Xdoclet-user] WebDoclet Problem...

2006-08-01 Thread Usman Riaz
Gwyn Evans wrote: >Can't be sure, but one typical error is not having all the classes >needed by the servlet (and whatever it extends) in the XDoclet >classpath. > >/Gwyn > > Thanks for the reply Gwyn, appreciated! I just noticed that if in place an incorrect filename (a non existent java file)

Re: [Xdoclet-user] WebDoclet Problem...

2006-08-01 Thread Gwyn Evans
Can't be sure, but one typical error is not having all the classes needed by the servlet (and whatever it extends) in the XDoclet classpath. /Gwyn On 01/08/06, Usman Riaz <[EMAIL PROTECTED]> wrote: > Hi*! >I am trying to use Webdoclet for my webapplication to generate > 'web.xml' and 'sun

[Xdoclet-user] WebDoclet Problem...

2006-08-01 Thread Usman Riaz
Hi*! I am trying to use Webdoclet for my webapplication to generate 'web.xml' and 'sun-web.xml'. Here is how the task for Webdoclet looks like in my build.xml file for the project... And the customerChecker.java (a servelet) file contains XDocle

[Xdoclet-user] WebDoclet - Multiple Source Directories

2004-12-22 Thread jeremy.gehring
Hey everyone, After much digging I think I have found an answer that I hope is not correct; so perhaps someone can tell me I'm wrong and life will be better. Well maybe not just "you're wrong and you're a jerk" but more along the lines of "you're wrong and here's why: " :) I am trying to use web

RE: [Xdoclet-user] webdoclet. how to include ..still not solved

2004-05-11 Thread Marco Mistroni
Title: Re: [Xdoclet-user] Specifying a remove method on the home interface? Hi all,     Don’t wanna spam the list, but I can’t figure out what is the problem. I am using xdoclet -1.2.1 together with maven. I want to generate the in web.xml. So I went to check the maven xdoclet

Re: [Xdoclet-user] webdoclet. how to include

2004-05-08 Thread Rupp, Heiko
Title: Re: [Xdoclet-user] Specifying a remove method on the home interface? Hi,   honestly, I have no clue about maven.   # Maven properties# Generate web.xml maven.xdoclet.webdoclet.deploymentdescriptor.0.welcomeFiles=${budgetweb.welcome}   Could it be, that this needs another "list" (som

RE: [Xdoclet-user] webdoclet. how to include

2004-05-08 Thread Marco Mistroni
Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Rupp, HeikoSent: 08 May 2004 15:31To: [EMAIL PROTECTED]Subject: Re: [Xdoclet-user] webdoclet. how to include Use the welcomefiles of the deplomentdescriptor subtask.  

Re: [Xdoclet-user] webdoclet. how to include

2004-05-08 Thread Rupp, Heiko
Title: Re: [Xdoclet-user] Specifying a remove method on the home interface? Use the welcomefiles of the deplomentdescriptor subtask.  

[Xdoclet-user] webdoclet. how to include

2004-05-08 Thread Marco Mistroni
Title: Re: [Xdoclet-user] Specifying a remove method on the home interface? hi all,     is there a way to include a welcome.jsp in the web.xml generated by XDoclet (like we do for struts-plugin.xml, servlets.xml etc?)?   thanx and regards     marco    

Re: [Xdoclet-user] webdoclet InvocationTargetException

2004-03-03 Thread Andrew Stevens
On Thu, 2004-03-04 at 05:15, Andreas Kemkes wrote: > Is there any verdict on the issue? At a guess, it's something about Ant 1.6 that it doesn't like (there's been other problems reported on the list previously with 1.6 to do with class loading). I haven't had a chance to try it out myself yet, t

RE: [Xdoclet-user] webdoclet InvocationTargetException

2004-03-03 Thread Birendra Manchikalapati
seema is everything OK aunty ne gussa nahi kiya na? was just checking my emails -Original Message- From: Andreas Kemkes [mailto:[EMAIL PROTECTED] Sent: Thu 3/4/2004 12:15 AM To: [EMAIL PROTECTED] Cc: Subject: Re: [Xdoclet-user

Re: [Xdoclet-user] webdoclet InvocationTargetException

2004-03-03 Thread Andreas Kemkes
Is there any verdict on the issue? Andreas Andreas Kemkes wrote: Andrew: I'm using ant -version Apache Ant version 1.6.0 compiled on December 18 2003 and the latest xdoclet download from sourceforge (xdoclet-bin-1.2.zip / 2003-12-19 / 16:00) Andreas Andrew Stevens wrote:

Re: [Xdoclet-user] webdoclet InvocationTargetException

2004-03-02 Thread Andreas Kemkes
Andrew: I'm using ant -version Apache Ant version 1.6.0 compiled on December 18 2003 and the latest xdoclet download from sourceforge (xdoclet-bin-1.2.zip / 2003-12-19 / 16:00) Andreas Andrew Stevens wrote: What version of Ant & XDoclet are you using? Andrew. On Tue, 2004-03-02 at 1

Re: [Xdoclet-user] webdoclet InvocationTargetException

2004-03-02 Thread Andrew Stevens
What version of Ant & XDoclet are you using? Andrew. On Tue, 2004-03-02 at 18:28, Andreas Kemkes wrote: > Can anyone please give me feedback whether this is a known issue and > whether it is harmful in any way. > > From digging around in the trace and the xdoclet sources, I concluded > that

Re: [Xdoclet-user] webdoclet InvocationTargetException

2004-03-02 Thread Andreas Kemkes
Can anyone please give me feedback whether this is a known issue and whether it is harmful in any way. From digging around in the trace and the xdoclet sources, I concluded that the subtask is not initialized at the time the exception occurs, which means that the engine has not been set. Going

[Xdoclet-user] webdoclet InvocationTargetException

2004-03-01 Thread Andreas Kemkes
I've looked through the archive and I located similar problems, but I couldn't find a solution that I was able to apply to my case: Calling webdoclet like this: causes the following invocation error: [webdoclet] 2004-03-01 10:27:30,140 (xdoclet.Con

[Xdoclet-user] [webdoclet] SEVERE: Invoking method failed.

2003-10-28 Thread Aravind Chavar
I am using webdoclet task to generate validation.xml file and struts-config.xml files.It works fine , when the number of Struts Action and Form classes , from which the javadoc tag are read , are very few(10-15).I get the following error when the number of files is large(50-100) [webdoclet] SE

Re: [Xdoclet-user] webdoclet (maven plugin) generating action element with 'unknown="false"' / "Running "

2003-09-03 Thread Konrad
Thank you very much Dominik! :) The: maven.xdoclet.webdoclet.jsptaglib.0=false property worked. Re 'unknown="false"' appearing in the Struts action element tag, I will have to look into the XDoclet (or Maven plugin) source when I have more time. Apparently, the struts-config.xml file is s

Re: [Xdoclet-user] webdoclet (maven plugin) generating actionelement with 'unknown="false"' / "Running "

2003-09-02 Thread Dominik Dahlem
Hi Konrad, see comments inline: On Mon, 2003-09-01 at 22:52, Konrad wrote: > Hello. > > [ webdoclet (maven plugin) generating action element > with 'unknown="false"' ] > > I'm using XDoclet Maven plugin for generating the > struts-config.xml file. In the .java file for > myaction.RedirectActio

[Xdoclet-user] webdoclet (maven plugin) generating action element with 'unknown="false"' / "Running "

2003-09-01 Thread Konrad
Hello. [ webdoclet (maven plugin) generating action element with 'unknown="false"' ] I'm using XDoclet Maven plugin for generating the struts-config.xml file. In the .java file for myaction.RedirectAction, I've included the following tags: * @struts.action *path="/redirect" scope="request

RE: [Xdoclet-user] webdoclet question

2003-08-30 Thread James Hicks
upForm" --- END SNIP --- to your form class. This should fix your problems Thanks, James Hicks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday, August 29, 2003 9:16 AM To: [EMAIL PROTECTED] Subject: [Xdoclet-user] web

[Xdoclet-user] webdoclet question

2003-08-29 Thread harm
Hi all, I'm trying to generate my web.xml and struts-config.xml using XDoclet tags. In my build.xml I included the following ant-task: ${web

Re: [Xdoclet-user] webdoclet: unknown element

2003-06-09 Thread Andrew Stevens
On Sun, 2003-06-08 at 11:39, Marko Asplund wrote: > i'm trying to use the webdoclet task for generating a web component > deployment descriptor with Xdoclet v1.2b2 (+Ant v1.5.3, Blackdown Java2 > JRE v1.4.1 on Red Hat Linux v7.3). the webdoclet task is added to the Ant > project but when the webdoc

RE: [Xdoclet-user] Webdoclet classpath

2003-06-08 Thread Andrew Stevens
On Sun, 2003-06-08 at 19:59, Norbert Spemm wrote: > But only in cvs? > > The package I'm using is 1.2.0 Beta 2 of 2002-12-27 15:00. This is long > ago :( > > Can someone please generate a new package for download so I don't have > to install cvs? I'm sorry asking for this, but my project runs ou

RE: [Xdoclet-user] Webdoclet classpath

2003-06-08 Thread Matt Raible
Here's the ones I use (from May 6th). http://tinyurl.com/dssz HTH, Matt > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Norbert Spemm > Sent: Sunday, June 08, 2003 1:00 PM > To: [EMAIL PROTECTED] > Subject: RE

RE: [Xdoclet-user] Webdoclet classpath

2003-06-08 Thread Norbert Spemm
ferent tools I don't have the time to also learn. Thanks for help > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Matt Raible > Sent: Samstag, 7. Juni 2003 17:02 > To: [EMAIL PROTECTED] > Subject: RE: [Xdoclet-user] Webdo

[Xdoclet-user] webdoclet: unknown element

2003-06-08 Thread Marko Asplund
i'm trying to use the webdoclet task for generating a web component deployment descriptor with Xdoclet v1.2b2 (+Ant v1.5.3, Blackdown Java2 JRE v1.4.1 on Red Hat Linux v7.3). the webdoclet task is added to the Ant project but when the webdoclet element is encountered in the build file i get the fo

Re: [Xdoclet-user] Webdoclet classpath

2003-06-07 Thread Ben Wolin
I had a similar problem when I started using ValidatorForms. I customized the template struts_config_xml.xdt to get it to do the generation for ValidatorForms. name="" type="" /> Further down in the template (line 57), I expect if you change the type to org.apac

RE: [Xdoclet-user] Webdoclet classpath

2003-06-07 Thread Matt Raible
Upgrade your release of XDoclet - this was a bug fixed long ago. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Norbert Spemm > Sent: Saturday, June 07, 2003 8:38 AM > To: [EMAIL PROTECTED] > Subject: RE: [Xdoclet-user

RE: [Xdoclet-user] Webdoclet classpath

2003-06-07 Thread Norbert Spemm
I'm not sure if I'm missing something, but I receive the same error when I extend from DispatchAction or LookupDispatchAction class _AND_ unfortunately the action-mapping for that class is not generated by xdoclet. When extending "Action" instead of "DispatchAction" everything works fine. /*

[Xdoclet-user] WebDoclet and context init params

2003-04-03 Thread David Geary
At the top of my generated web.xml, I see that I can create merge files like listeners.xml and filters.xml to generate "non XDoclet" listeners and filters, respectively. But what if I want to generate something that's not cited in the generated web.xml, like a context init parameter, for exampl

RE: [Xdoclet-user] webdoclet

2003-03-17 Thread Andrew Stevens
ent: Monday, March 17, 2003 2:42 PM > To: '[EMAIL PROTECTED]' > Subject: [Xdoclet-user] webdoclet [adr][adr] > > > > Hi, > > I have set target for webdoclet, does any one know why I get > > [webdoclet] Mar 17, 2003 2:29:55 PM xdoclet.template.Templat

RE: [Xdoclet-user] webdoclet

2003-03-17 Thread Bhagia, Mahesh
I don't use any ejb's, why does it refer to ejb... -Original Message- From: Bhagia, Mahesh [mailto:[EMAIL PROTECTED] Sent: Monday, March 17, 2003 2:42 PM To: '[EMAIL PROTECTED]' Subject: [Xdoclet-user] webdoclet [adr][adr] Hi, I have set target for webdoclet, doe

[Xdoclet-user] webdoclet

2003-03-17 Thread Bhagia, Mahesh
Hi, I have set target for webdoclet, does any one know why I get [webdoclet] Mar 17, 2003 2:29:55 PM xdoclet.template.TemplateEngine invokeMethod [webdoclet] SEVERE: Invoking method failed: xdoclet.modules.ejb.dd.EjbRefTagsHandler.forAllEjbRefs, line=23 of template file: file:/d06/dev/reportwri

Re: [Xdoclet-user] webdoclet - jboss-web.xml (ejb-ref)

2003-03-12 Thread Gwyn Evans
Hi Fred, Wednesday, March 12, 2003, 5:45:30 PM, you wrote: FS> That's what I thought, unfortunately it does not seem to work for FS> servlets. My jboss-web.xml stays empty... OK, I spent a bit of time on this, this evening & came up with one scenario that reproduced that effect. That occurred wh

Re: [Xdoclet-user] webdoclet - jboss-web.xml (ejb-ref)

2003-03-12 Thread Frederic Soulier
On Wed, 2003-03-12 at 17:18, Gwyn Evans wrote: > Hi Fred, > > Wednesday, March 12, 2003, 4:04:43 PM, you wrote: > > FS> Having the following tags in my Administration Servlet: > > FS> But I do not know how to get the following stuff in jboss-web.xml > FS> for the jndi name > > FS> > FS> Adm

Re: [Xdoclet-user] webdoclet - jboss-web.xml (ejb-ref)

2003-03-12 Thread Gwyn Evans
Hi Fred, Wednesday, March 12, 2003, 4:04:43 PM, you wrote: FS> Having the following tags in my Administration Servlet: FS> But I do not know how to get the following stuff in jboss-web.xml FS> for the jndi name FS> FS> AdministrationEJB FS> ejb/Administration FS> The samples (XDoclet\sam

[Xdoclet-user] webdoclet - jboss-web.xml (ejb-ref)

2003-03-12 Thread Frederic Soulier
Hi Having the following tags in my Administration Servlet: * @web:ejb-ref * description="Administration EJB" * name="AdministrationEJB" * type="Session" * home="com.xxx.yyy.administration.AdministrationHome" * remote="com.xxx.yyy.administration.Administration" I get the follo

[Xdoclet-user] webdoclet errors in 1.2B1 : modules.ejb.dd.EjbRefTagsHandler failed:forAllEjbRefs

2002-11-10 Thread Hanasaki JiJi
Below is the -v output of running the xdoclet task. Any thoughts on what it is indicating is wrong in the ant script? Is this a possible bug in the BEta? HEAD OF LOG BELOW : FULL LOG ATTACHED = [webdoclet] xdoclet.template.TemplateException: Invoking method in class

Re: [Xdoclet-user] Webdoclet classpath

2002-11-05 Thread Erik Hatcher
Volker Krebs wrote: Erik Hatcher wrote: Specify all your classpath needs on the for webdoclet. This was done to leverage (get around issues with? :) Ant's classloader. I have done this, but still the class can't be found. The class can only be found if I put it into {ant.home}/lib Even the

Re: [Xdoclet-user] Webdoclet classpath

2002-11-05 Thread Volker Krebs
Erik Hatcher wrote: Specify all your classpath needs on the for webdoclet. This was done to leverage (get around issues with? :) Ant's classloader. I have done this, but still the class can't be found. The class can only be found if I put it into {ant.home}/lib Even the -debug option gives me

Re: [Xdoclet-user] Webdoclet classpath

2002-11-05 Thread Erik Hatcher
Volker Krebs wrote: Hello, in older xdoclet Versions there was the possibilty to specify a classpathref attribute in the webdoclet task. In struts 1.2 Beta this is no longer possible. How can I specify the classpath ? Specify all your classpath needs on the for webdoclet. This was done to l

[Xdoclet-user] Webdoclet classpath

2002-11-05 Thread Volker Krebs
Hello, in older xdoclet Versions there was the possibilty to specify a classpathref attribute in the webdoclet task. In struts 1.2 Beta this is no longer possible. How can I specify the classpath ? I need this, because my webdoclet Task throws an ClassNotFoundException. One solution is to but s

RE: [Xdoclet-user] Webdoclet task error for 1.2-beta1

2002-10-06 Thread Ara abrahamian
2 8:15 PM > To: [EMAIL PROTECTED] > Subject: [Xdoclet-user] Webdoclet task error for 1.2-beta1 > > Hi all, > > I'm receiving the following error when running the webdoclet task: > > webdoclet: > [webdoclet] Running > [webdoclet] Generating web.xml. > [webdoclet

RE: [Xdoclet-user] Webdoclet task error for 1.2-beta1

2002-10-05 Thread Ara Abrahamian
webdoclet docs, until later when I'm not as busy as now and I find a clean solution. Ara. > -Original Message- > From: [EMAIL PROTECTED] [mailto:xdoclet-user- > [EMAIL PROTECTED]] On Behalf Of Rick Salsa > Sent: Friday, October 04, 2002 8:15 PM > To: [EMAIL PROTE

[Xdoclet-user] Webdoclet task error for 1.2-beta1

2002-10-04 Thread Rick Salsa
Hi all, I'm receiving the following error when running the webdoclet task: webdoclet: [webdoclet] Running [webdoclet] Generating web.xml. [webdoclet] (TemplateEngine.invokeMethod 522 ) Invoking method failed: xdoclet.modules.ejb.dd.EjbRefTagsHandler.forAllEjbRefs, line=23 of template

[Xdoclet-user] WebDoclet problem

2002-09-26 Thread Paulius Danielius
Hello xdoclet users, I just started playing around with xdoclet 1.1.2 and I'm facing problems with WebDoclet task. For some reason it refuses to run and i'm getting such an exception: P:\Project\Testina2>ant -v doclet-web Apache Ant version 1.5 compiled on July 9 2002 Buildfile: build.xml Detect

[Xdoclet-user] webdoclet task doesn't produce servlet-name in web.xml

2002-04-19 Thread Alex Loubyansky
Guys, today's cvs version doesn't generates in the , thought it generates it . This was generated by today's version: HelloWorldServlet HelloWorld Servlet tutorial.hello.HelloWorldServlet /helloworld/* while earlier version generated it corre

RE: [Xdoclet-user] webdoclet with weblogic support?

2001-12-10 Thread Ara Abrahamian
> > and have switched my focus a little, from xdoclet to xjavadoc. > > Aslak > > > > If I may ask, what's xjavadoc? I'm looking to use xdoclet with WebLogic as > well, so as I become more familiar with how xdoclet works, I may be able > to > help out. What are some of the areas that are lacking r

RE: [Xdoclet-user] webdoclet with weblogic support?

2001-12-10 Thread Jason Carreira
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > [EMAIL PROTECTED] > > Correct. It's mostly todo. I have what I personally need in > there, because I > did it in a rush and never found time to complete it. I am still > in a rush, > and have switched

RE: [Xdoclet-user] webdoclet with weblogic support?

2001-12-10 Thread aslak . hellesoy
IL PROTECTED] > Subject: [Xdoclet-user] webdoclet with weblogic support? > > > What's the status of using webdoclet and weblogic? > > I see some files are there, but mostly marked todo. > I assume 'todo' is accurate. > > Glenn > > > > > > _

[Xdoclet-user] webdoclet with weblogic support?

2001-12-05 Thread Glenn R. Kronschnabl
What's the status of using webdoclet and weblogic? I see some files are there, but mostly marked todo. I assume 'todo' is accurate. Glenn ___ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user