inheritance problem

2004-11-28 Thread rajas kumar
Hai I have used taskdef in top level maven.xml file but it is inherited in to module levels also .How can i stop this inheritance. - Do you Yahoo!? Yahoo! Mail - You care about security. So do we.

Is it possible to override pom.siteDirectory in build.properties?

2004-11-28 Thread Martijn Dashorst
I'm creating a cruisecontrol build and I want the cruisecontrol generated/published site to go to a subdirectory of our released site, in order to prevent overwriting our released site when a build fails. Therefore I want to override pom.siteDirectory. However, changing this in build.properties

Re: j:new question

2004-11-28 Thread dan tran
The tutorial is a big help at the web site. I am a Maven advocate at my comp, and one of the hardest thing trying to convince my collegue to use Maven is that they keep comparing jelly website and ant site where Ant has good user interface of documentation. It has example for every single publ

looking for a complete example of sdocbook usage

2004-11-28 Thread Felipe Vieira Silva
do you have a complete example of the sdocbook usage ? please send me the complete example zipped ... something like: 1) unzip the example content 2) type "maven sdocbook" 3) done! The output documents appears somewhere I know it is too much to ask, but I can“t figure out sdocbook anymore :) t

Re: j:new question

2004-11-28 Thread Brett Porter
I think dan found the Jelly docs just fine as he found j:new. I think incorporating the Jelly tutorials into the Jelly website might be a good idea though. Cheers, Brett On Mon, 29 Nov 2004 09:19:01 +1100, Dion Gillard <[EMAIL PROTECTED]> wrote: > Is there some way we could make the Jelly docs

Re: j:new question

2004-11-28 Thread Dion Gillard
Is there some way we could make the Jelly docs a little more obvious? There are some jelly tutorials on my blog, e.g. http://www.multitask.com.au/people/dion/archives/000192.html On Sun, 28 Nov 2004 14:02:34 -0800, dan tran <[EMAIL PROTECTED]> wrote: > My appology, > > The answer is not obviou

Loading my own class using j:new

2004-11-28 Thread dan tran
Hi I have a java class in my project, and I wish to construct it using tag. How do I setup classpath in my maven.xml so that j:new knows where to find it? Big thanks ahead. -D - To unsubscribe, e-mail: [EMAIL PROTECTED] For ad

Re: j:new question

2004-11-28 Thread dan tran
My appology, The answer is not obvious by using tag at the body of j:new tag -D On Sun, 28 Nov 2004 11:17:30 -0800, dan tran <[EMAIL PROTECTED]> wrote: > Hello, > > I would like to construct new java object which requires an argument > in its constructor (ex new TreeSet(myComparator)) How

j:new question

2004-11-28 Thread dan tran
Hello, I would like to construct new java object which requires an argument in its constructor (ex new TreeSet(myComparator)) How do I do that in Jelly? Please dont tell me to go to jelly group ;-) -Dan - To unsubscribe, e-mai

Re: multiproject of multiprojects

2004-11-28 Thread Michal Maczka
Dominik Dahlem wrote: Hi all, I've been thinking about how to support a multiproject of multiprojects and couldn't find a working solution to it. I'm facing two problems: (1) If I could find out whether a project is a multiproject or not, it would be possible to just delegate the original command (

Re: problem *not* forking unit tests

2004-11-28 Thread Corey Scott
I've been trying to look into this and unfortunately I need to ask what is probably a stupid question. In the Ant Manual, the Junit task has: fork -> Req. No; default is off And for Maven it is: maven.junit.fork -> The default value is no. In the plugin.jelly file, it appears to take the raw