Isn't that for non XDoclet actions?  I'm using @struts:action tags, aren't
those supposed to be picked up and put in there without merges?

best,

-b

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 13, 2002 11:51 AM
> To: Brian Topping
> Cc: [EMAIL PROTECTED]
> Subject: Re: RE: [Xdoclet-user] strutsconfigxml subtask usable?
> 
> 
> I've filed a BR for this one:
> 
> http://sourceforge.net/tracker/index.php?
> func=detail&aid=568569&group_id=31602&atid=402704
> 
> xdoclet is looking for actions.xml and not struts-actions.xml as the 
> comment says. Just rename your merge file. I noticed your merge 
> directory is "parent-fake-to-debug". That's where XDoclet will be 
> looking for the merge file(s).
> 
> Aslak
> 
> ----- Original Message -----
> From: "Brian Topping" <[EMAIL PROTECTED]>
> Date: Thursday, June 13, 2002 5:40 pm
> Subject: RE: [Xdoclet-user] strutsconfigxml subtask usable?
> 
> > Thanks!  that helped some.
> > 
> > I guess my first email got mangled by the editor, here is an 
> > explanation of
> > that:
> > 
> > > >  * @struts:action       name="itemAction"
> > > >  *                      path="/item"
> > > >  *                      scope="request"
> > > >  * @struts:action-forward name="foo"
> > > >  *                      path="bar"
> > 
> > I generate with:
> > 
> > <webdoclet destdir="${build.java.gen-src.dir}"
> > mergedir="parent-fake-to-debug" 
> excludedtags="@version,@author,@todo"
> > addedtags="@xdoclet-generated at ${TODAY},@copyright Bill2, 
> > Inc.,@authorBill2,@version ${version}" force="${xdoclet.force}" 
> > verbose="true">  <fileset dir="${src.java.dir}">
> >    <include name="**/*Servlet.java"/>
> >    <include name="**/*Filter.java"/>
> >    <include name="**/*Tag.java"/>
> >    <include name="**/*Action.java"/>
> >    <include name="**/*Bean.java"/>
> >  </fileset>
> >  <fileset dir="${build.java.gen-src.dir}">
> >    <include name="**/*Form.java"/>
> >  </fileset>
> > ....
> > <strutsconfigxml destdir="${build.web.webinf.dir}">
> >  <configParam name="version" value="1.1"/>
> > </strutsconfigxml>
> > </webdoclet>
> > 
> > I get:
> > 
> > ...
> >  <!-- ========== Action Mapping Definitions 
> > ==============================-->
> >  <action-mappings>
> > 
> >    <!-- If you have non XDoclet actions, define them in a 
> file called
> > struts-actions.xml and place it in your merge directory. -->
> >  
> > ...
> > 
> > I'd like to get the action-mappings filled in here.  What am I 
> > doing wrong?  
> > 
> > thanks a bunch,
> > 
> > -b
> > 
> > > -----Original Message-----
> > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> > > Sent: Thursday, June 13, 2002 11:31 AM
> > > To: Brian Topping
> > > Cc: [EMAIL PROTECTED]
> > > Subject: Re: [Xdoclet-user] strutsconfigxml subtask usable?
> > > 
> > > 
> > > <strutsconfigxml 
> > >             destdir="${build.web.dir}/WEB-INF"
> > >          >
> > >             <configParam name="version" value="1.0"/>
> > >          </strutsconfigxml>
> > > 
> > > Not the sexiest syntax I've seen, but that's how it is.
> > > 
> > > Aslak
> > > 
> > > ----- Original Message -----
> > > From: "Brian Topping" <[EMAIL PROTECTED]>
> > > Date: Thursday, June 13, 2002 5:21 pm
> > > Subject: [Xdoclet-user] strutsconfigxml subtask usable?
> > > 
> > > > Hi,
> > > > 
> > > > So I found StrutsConfigXmlSubTask.java.  It seems like it 
> > wants to 
> > > > see a
> > > > 'version' parameter set somewhere, and I don't seem to be able 
> > to 
> > > > get it to
> > > > take it in build.xml.
> > > > 
> > > > I made a StrutsAction that has the following in the class 
> > comments:> > 
> > > >  * @struts:action       name="itemAction"
> > > >  *                      path="/item"
> > > >  *                      scope="request"
> > > >  * @struts:action-forward name="foo"
> > > >  *                      path="bar"
> > > > 
> > > > I dunno if any of this is right.  I'm simply trying to get 
> > > > <strutsconfigxml/>to output somethin section.  The
> > > > <form-beans> section is filling in just fine.  I can't seem 
> > > to get any
> > > > debugging output or errors either.  
> > > > 
> > > > boo hoo.  It seems like a good thing to have in the build.
> > > > 
> > > > any ideas?  Thanks!!
> > > > 
> > > > -b
> > > > 
> > > > _________________________________________________________ 
> > > > If you have some ice cream, I will give it to you. 
> > > > If you have no ice cream, I will take it away from you. 
> > > >         - Ice Cream Koan
> > > > 
> > > > 
> > > > _______________________________________________________________
> > > > 
> > > > Don't miss the 2002 Sprint PCS Application Developer's 
> Conference
> > > > August 25-28 in Las Vegas - http://devcon.sprintpcs.co
> > > > 
> > > > _______________________________________________
> > > > Xdoclet-user mailing list
> > > > [EMAIL PROTECTED]
> > > > https://lists.sourceforge.net/lists/listinfo/xdoclet-user
> > > > 
> > > 
> > > 
> > 
> 
> 

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas - 
http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink

_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to