RE: Reactor processing order is messed up

2003-06-09 Thread Scott Stirling
> -Original Message- > From: Ben Walding [mailto:[EMAIL PROTECTED] Hi Ben, Thanks for the response. > "Maven's not going to figure out the package dependency graph of > my projects." > > Why not? I ask, why would it? It's not analyzing Java source to build a dependency graph of the Jav

Re: tasklist plugin help needed

2003-06-09 Thread Martin Skopp
Hi task-list developers, please listen: On Tue, 2003-06-10 at 02:37, Gabriel Sjoberg wrote: > maven.tasklist.taskTag = > > [..] Perhaps case-insensitivity can be added to a future version of the plugin. I would prefer a regular expression... Would be easier to program as well -- Martin Skopp R

Re: Maven and PMD

2003-06-09 Thread Martin Skopp
Graham, On Tue, 2003-05-27 at 16:51, Graham Leggett wrote: > Then following the plugin instructions, I tried to add the following > line under reports in my project.xml file: > > maven-pmd-plugin > > This in turn fails saying that the goal pmd:report is not found. try

tasklist's task-list.xml -> task-list.html

2003-06-09 Thread tek1
Hello. Is there a way to output the tasklist in .html format as well? Thank you. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: tasklist plugin help needed

2003-06-09 Thread Gabriel Sjoberg
Maarten Coene wrote: /** * The description of my method * @todo Refactor this method */ public void myMethod() { ... } I tried to generate the todo list with "maven tasklist" . What should I do to get the tasklist plugin generate a todo list? You may want to verify that the following line exi

xdoc entity problem

2003-06-09 Thread hlship
I'm having a problem using XML entities inside .xdoc files. I like to create XML entities for my XML documentation for commong things like links to API docs or to descriptions of my schemas. So, I have a file, services.xml, which begins: %common-links; ]> Inside common/links

Re: [ibiblio] Jar Request

2003-06-09 Thread nick . minutello
>>> I have no idea. That was days ago! No probs. I know the feeling ;-) (I have shitty Lotus Notes - so one needs a masters degree in unintuitive software to set up any kind of useful mail filtering - thats why I missed it for a couple of days...) Thanks again. Cheers, -Nick This messa

Re: [ibiblio] Jar Request

2003-06-09 Thread Ben Walding
I have no idea. That was days ago! (I suspect it was left over from something I was thinking and never did) [EMAIL PROTECTED] wrote: Finally done! ftp -> edtftp/jars/edtftp-1.2.1.jar wrapper -> wrapper/jars/wrapper-3.0.3.jar Cheers, thanks wrapper -> service-wrapper Wh

Re: [ibiblio] Jar Request

2003-06-09 Thread nick . minutello
>>> Finally done! >>> >>> ftp -> edtftp/jars/edtftp-1.2.1.jar >>> wrapper -> wrapper/jars/wrapper-3.0.3.jar Cheers, thanks >>> wrapper -> service-wrapper What do you mean by this? Thanks again, -Nick This message and any attachments (the "message") is intended solely for the addre

Re: MANIFEST.MF in .jar created by Maven? / project.properties

2003-06-09 Thread tek1
Thank you very much Alex! I will give it a try! At 08:55 03/06/09 -0700, you wrote: I ran into this problem too. You can either hack the 'maven-jar' plugin or you can do what I did (which is terribly hacky) and make a 'postGoal' that un-jars the jar you just made and re-build it with a fresh ma

Re: MANIFEST.MF in .jar created by Maven? / project.properties

2003-06-09 Thread Alex Vollmer
I ran into this problem too. You can either hack the 'maven-jar' plugin or you can do what I did (which is terribly hacky) and make a 'postGoal' that un-jars the jar you just made and re-build it with a fresh manifest like so: dest="${maven.build.dir}/temp-j

Hibernate 2.0 Final + Cglib 1.0 now on ibiblio

2003-06-09 Thread Ben Walding
Just a FYI for the hibernate users out there. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]