Re: Problem dynamically excluding some tests

2004-12-03 Thread Corey Scott
Thank everyone for the suggestions, they are all great ideas. Thanks, Corey - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problem dynamically excluding some tests

2004-12-03 Thread Corey Scott
That didnt work either, I think I will just stick with the build.props. Thanks away, -CS On Fri, 3 Dec 2004 10:55:15 +0100, Jörg Schaible <[EMAIL PROTECTED]> wrote: > Corey Scott wrote on Friday, December 03, 2004 8:25 AM: > [snip] > > > > E

Re: Problem dynamically excluding some tests

2004-12-03 Thread Corey Scott
hen you get to > maven.xml. Therefore it's useless to change that property within maven.xml. > Maybe you can use build.properties to specify test.extra.excludes and > configure different build.properties on different machines. > > Florin > > > > ----- Origin

Problem dynamically excluding some tests

2004-12-02 Thread Corey Scott
Currently I am trying to exclude a certain set of tests from running on different machines based on their operation system. Basically I have some DB code which has ODBC tests that I dont want to run on my Redhat server but I want to run them on my XP desktop. I currently have the following settin

Re: [PROPOSAL] Ading a new tag to ?

2004-11-23 Thread Corey Scott
TED]> wrote: > This has been discussed several times in the past. I must say, scope is > probably the best name I've seen for it so far. > > It will get resolved in some way in the near future. > > - Brett > > > > Corey Scott wrote: > > >While we are on

Re: maven site work

2004-11-22 Thread Corey Scott
I love the new menu, I think it will be great for first time users as it requires less interpretation. I am happy to help out with the docs (although I am by no means a Maven expert yet), just let me know what you would like done and if I can I will help out. -Corey -

Re: [PROPOSAL] Ading a new tag to ?

2004-11-22 Thread Corey Scott
While we are on the subject of adding tags to has a scope tag been considered? This would allow users to generate dep reports and so on that lead to a better understanding of where and why the dependancy exists. Examples: Runtime (default) runtime Test Only test Build Only build Dependancy of a

Re: [OT] RFC on Maven vs. Struts vs. Xdoclet

2004-11-18 Thread Corey Scott
e xdoclet-dev site and open a JIRA issue and > I can commit it. > > I do think we should be redirecting the various xdoclet questions towards > the xdoclet mailing lists. I'll do my part on redirecting folks! > > Eric > > > > > -Original Message- >

Re: [OT] RFC on Maven vs. Struts vs. Xdoclet

2004-11-17 Thread Corey Scott
on, one of the J2EE ones?), it would be worth checking for any > overlap there. > > Cheers, > Brett > > > > Corey Scott wrote: > > >Hi, > > > >I recently tried to get xdoclet to generate my struts-config.xml, > >web.xml, and validation.xml files

[OT] RFC on Maven vs. Struts vs. Xdoclet

2004-11-17 Thread Corey Scott
; <pathelement path="${plugin.getDependencyPath('log4j:log4j')}"/> <pathelement location="${maven.xdoclet.xdoclet.additionalClasspath}"/> </classpath> </taskdef>

model source

2004-11-13 Thread Corey Scott
Does anyone know where the maven-model-1.1-SNAPSHOT source is? It looks like it is supposed to be in maven-components/maven-model but there are not source files there? Thanks, Corey - To unsubscribe, e-mail: [EMAIL PROTECTED] F

Strange exceptions during struts-config generation with xdoclet

2004-11-11 Thread Corey Scott
This may be [OT] if it is please forgive me, and please tell me where I should be posting this, but... I am getting strange exception thrown when generating my struts config (web.xml/struts-config.xml/validation.xml) on something that previously worked, albeit on a different computer. Below is the

Extension to Jdiff plugin (sort of)

2004-11-02 Thread Corey Scott
To whom might be interested, I have developed an extension (sort of) to the JDiff maven plugin that checks-out a version (defined by property ${maven.jdiff.javadoc.tag}, defaults to CURRENT) and then generates the javadoc. The docs are generated in: ${docsDest}/apidocs/${maven.jdiff.javadoc.tag}