Re: surefire, junit logs, and forking

2008-01-03 Thread Adam Fisk
d luck getting the logs into the test xml files though, that is > what doesn't work for me > > -Andrew > > > On Jan 3, 2008 8:32 AM, Adam Fisk <[EMAIL PROTECTED]> wrote: > > OK, anyone know what the deal is with surefire, logs, and forking? I > > have my l

surefire, junit logs, and forking

2008-01-03 Thread Adam Fisk
OK, anyone know what the deal is with surefire, logs, and forking? I have my log4j.properties files in src/test/resources and src/main/resources. For tests, my changes to log files do nothing unless I set "never" in my surefire plugin config. Even then, the file in src/main/resources overrides m

Re: Links wrongs for the child submodules

2007-08-30 Thread Adam Fisk
I have the same problem. Seems like a pretty significant issue -- the site plugin looks totally broken. Anyone have workarounds for this? On 8/27/07, Martin Alejandro Villalobos <[EMAIL PROTECTED]> wrote: > > Hello, I have a question. > I'm executing mvn site site:deploy on a project with sever

site:site versus site:stage

2007-07-26 Thread Adam Fisk
I'm having issues using site:site with a multi-module project. site:stage works fine, but for some reason site:site doesn't like my modules, instead just listing them in bold. Shouldn't they do the same thing? Any idea how I get site:site to just link the darn modules? I'm using maven 2.0.7.

Re: command line variable overrides

2007-05-01 Thread Adam Fisk
http://second.example.org ... And then activate the appropriate profile on the cmdline, e.g.: mvn -PSecondURL tomcat:deploy Hope it helps, Steve Adam Fisk wrote: > This seems like a ridiculously simple problem, but I'm pulling my hair out > just specifying a property on the command

Re: command line variable overrides

2007-05-01 Thread Adam Fisk
rding to [1] the command line parameter to set the url is maven.tomcat.url. Maybe you can try -Dmaven.tomcat.url=myUrl. Hth, Nick S. [1] http://mojo.codehaus.org/tomcat-maven-plugin/deploy-mojo.html#url Adam Fisk wrote: > This seems like a ridiculously simple problem, but I'm pull

command line variable overrides

2007-04-30 Thread Adam Fisk
This seems like a ridiculously simple problem, but I'm pulling my hair out just specifying a property on the command line. I'd like my properties defined on the command line to register at all with various plugins, but I just can't get it to work. For example, I'd like to do the following: mvn

Re: building all eclipse dependency projects

2005-01-27 Thread Adam Fisk
Looks like it's time to stop dragging my feet and take the CruiseControl plunge. Thanks. -Adam Eric Pugh wrote: Something along these lines is in Cruisecontrol 2.2, where builds are triggered by dependent projects being built.. -Original Message- From: Adam Fisk [mailto:[

building all eclipse dependency projects

2005-01-27 Thread Adam Fisk
Is there any plugin or build command that can rebuild all projects dependent on the current project, ideally using the "eclipse.dependency" property? I realize you could set this up by hand using the multiproject plugin, but you'd have to customize the project.xml files to use for each project

upload file plugin?

2004-10-16 Thread Adam Fisk
Hi Everyone- I'm looking for a plugin that will let me upload a specified binary file to my site that gets executed with site:deploy. This would be similar to the maven distribution plugin, but it would allow me to specify an arbitrary file to get added to the site. Thanks very much. -Adam ---

maven hibernate testing

2004-09-21 Thread Adam Fisk
Does anyone have any advice on hibernate testing with Maven? I'd like to do as much testing outside a container as possible (as little Cactus as possible), testing the majority of my code that is not dependent on containers. I've read Eric Pugh's piece at: http://www.hibernate.org/123.html bu

Re: maven and lucene

2004-09-21 Thread Adam Fisk
aven build system ( not only ant ). Kim On Sep 17, 2004, at 2:15 PM, Konstantin Priblouda wrote: --- Adam Fisk <[EMAIL PROTECTED]> wrote: Is there any way to have maven automatically incorporate Lucene to offer full text searching of your generated site? I haven't seen this, but it wou

maven and lucene

2004-09-17 Thread Adam Fisk
Is there any way to have maven automatically incorporate Lucene to offer full text searching of your generated site? I haven't seen this, but it would be a handy feature. Thanks. -Adam - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Subversion Questions

2004-09-16 Thread Adam Fisk
ask in progress concerning the subversion support for this plugin ? Or if this plugin already works for subversion, are there any tips to know ? Thanks in advance, -- Laurent - Original Message ----- From: "Adam Fisk" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PR

Re: running app

2004-09-15 Thread Adam Fisk
wrong? Am I incorrect in thinking they should be doing the same thing? I don't have maven.dependency.classpath overidden anywhere. Thanks. -Adam Craig S.Cottingham wrote: On Sep 14, 2004, at 23:37, Adam Fisk wrote: It seems like there must be a simple way to actually run my app using Maven

Re: Subversion Questions

2004-09-15 Thread Adam Fisk
I'm using Subversion no problem with the following syntax in my project.xml: scm|svn|https|//my-site.org/my-project-path -Adam Tim Reilly wrote: I'm wondering the current status (maven 1.0) of subversion support; both for scm and changelog plugins? Looking at the archives the last po

Re: running app

2004-09-15 Thread Adam Fisk
ep 14, 2004, at 23:37, Adam Fisk wrote: It seems like there must be a simple way to actually run my app using Maven, but I can't seem to track it down. Is there anything like a "maven run" command where I can specify a "maven.mainclass" property to just run a main class in m

Re: running app

2004-09-14 Thread Adam Fisk
Pretty simple. I'll use exactly that. Thanks Craig. -Adam Craig S.Cottingham wrote: On Sep 14, 2004, at 23:37, Adam Fisk wrote: It seems like there must be a simple way to actually run my app using Maven, but I can't seem to track it down. Is there anything like a "maven run"

running app

2004-09-14 Thread Adam Fisk
It seems like there must be a simple way to actually run my app using Maven, but I can't seem to track it down. Is there anything like a "maven run" command where I can specify a "maven.mainclass" property to just run a main class in my program, something like that? Seems like a silly questio

Re: multiproject eclipse

2004-09-14 Thread Adam Fisk
My Eclipse projects map directly to my Maven projects. To me, this makes a lot of sense because if you want your dependencies to be a certain way in Maven, you probably want them to be the same way in Eclipse and vice versa. This allows Eclipse to properly recognize build errors if you attemp

Re: accessing os from maven?

2004-09-10 Thread Adam Fisk
Great. Thanks. dan tran wrote: ${thepropertiesyouneed} check the link I provided for all possible properties -D On Fri, 10 Sep 2004 14:12:12 -0400, Adam Fisk <[EMAIL PROTECTED]> wrote: Thanks Dan. I'm aware of the java properties, but how do I access them from Maven? Some Jelly ta

Re: apartment hunt

2004-09-10 Thread Adam Fisk
e: What country? -Original Message----- From: Adam Fisk [mailto:[EMAIL PROTECTED] Sent: Friday, September 10, 2004 1:09 PM To: Adam Fisk Subject: apartment hunt Hi Friends of Adam- The building I currently live in is getting torn down in a couple of weeks, so I need to find a new

Re: accessing os from maven?

2004-09-10 Thread Adam Fisk
ystem.html#getProperties() properties available to JVM also avaiable to maven as well. -Dan On Thu, 09 Sep 2004 20:33:03 -0400, Adam Fisk <[EMAIL PROTECTED]> wrote: Anyone know how to check the operating system from Maven? I'm ultimately trying to report test results from different

apartment hunt

2004-09-10 Thread Adam Fisk
Hi Friends of Adam- The building I currently live in is getting torn down in a couple of weeks, so I need to find a new apartment. Our landlords have been sending a thugish weenie of a man around every morning at 8AM to take photographs of us and to hurl subpeonas through the door because they'

accessing os from maven?

2004-09-09 Thread Adam Fisk
Anyone know how to check the operating system from Maven? I'm ultimately trying to report test results from different operating systems (a really important thing to do for widely deployed client apps), so I'd love any tips on how to do that cleanly if you've got 'em. Just accessing what OS Ma

Re: Maven - specify SSH password

2004-09-08 Thread Adam Fisk
Yeah, I actually got Cygwin working in a snap with pub-key-auth as soon as I looked into it. The last post at this link does it in no time: http://my.brandeis.edu/bboard/q-and-a-fetch-msg?msg_id=JG Most Windows users already have Cygwin installed anyway, so I agree this approach makes more

Re: site:sshdeploy

2004-09-07 Thread Adam Fisk
Abich wrote: I am using putty for it and it works with pub-key-auth If you want to, I can post the lines from my build.properties... Per On Wed, 08 Sep 2004 00:46:26 -0400, Adam Fisk <[EMAIL PROTECTED]> wrote: Yeah, that's what I was afraid of. I'll fiddle with this some more in

Re: site:sshdeploy

2004-09-07 Thread Adam Fisk
Yeah, that's what I was afraid of. I'll fiddle with this some more in Cygwin. Thanks Dion. -Adam Dion Gillard wrote: You have to set up the ssh server to skip the password prompt during authentication - To unsubscribe, e-mail:

site:sshdeploy

2004-09-07 Thread Adam Fisk
I'm trying to use the site:sshdeploy goal, and it's hanging. I believe it hangs when the server asks for a password. My test server is running Windows, so I'm using Cygwin. This makes it trickier to setup ssh to automatically authenticate known keys and skip the password prompt (although it'

Re: automated eclipse projects

2004-08-27 Thread Adam Fisk
Alex. -Original Message- From: Adam Fisk [mailto:[EMAIL PROTECTED] Sent: Thursday, August 26, 2004 9:40 PM To: [EMAIL PROTECTED] Subject: automated eclipse projects Does anyone know if any of the eclipse related plugins will allow you to actually add the projects to Eclipse without having to

automated eclipse projects

2004-08-26 Thread Adam Fisk
Does anyone know if any of the eclipse related plugins will allow you to actually add the projects to Eclipse without having to manually go in and create each one using File->New->Project? I love the way you can just do, for example: "maven -Dgoal=eclipse multiproject:goal" I'd also like, howe

Re: jar override paths

2004-08-26 Thread Adam Fisk
Hi Jorg- I'm very new to Maven and did not even know about the multiproject plugin. Now I'm using it, and it's working great. I'm still having a couple issues with the ${maven.multiproject.basedir}, but it should work out fine. Thanks very much! -Adam Since you mension inheriting, I assume yo

jar override paths

2004-08-24 Thread Adam Fisk
Hi Everyone- I'm using the jar override property to use local jars in two projects. One project uses the reactor to call the build of the other project. The problem is that each project includes a property "maven.myproject.jars" specifying the location of the jar files. In one project.proper