On Fri, 2002-06-21 at 08:36, Robert Lelieveld wrote: > Looking at the Maven website, I saw two versions (see `Project Reports'): > o tasks > o task-list > > The tasks can be defined in an xml file, but what about the task-list?
The task list is created from @task javadoc tags in your source files. > - Robert > > > -----Original Message----- > > From: Havaldar, Raghu [mailto:[EMAIL PROTECTED]] > > Sent: donderdag 20 juni 2002 20:45 > > To: 'Turbine Maven Users List' > > Subject: RE: Task-list > > > > > > You can defined tasks in tasks.xml in the xdocs > > directory of your project ($project_home/xdocs). > > > > A sample can be found in the CVS repository of > > Maven. > > > > -raghu > > > > > > -----Original Message----- > > From: Robert Lelieveld [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, June 20, 2002 5:15 AM > > To: Turbine-Maven-User > > Subject: Task-list > > > > > > Hi, > > > > I'm trying to get the task-list working: I defined @task in a source file, > > but maven seems to ignore this statement. Also, no xml file is generated. > > Should I specify a filename somewhere? or define the task tag? > > > > Thanks, > > Robert > > > > -- > > To unsubscribe, e-mail: > > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org In short, man creates for himself a new religion of a rational and technical order to justify his work and to be justified in it. -- Jacques Ellul, The Technological Society -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
