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: accessing os from maven?

2004-09-09 Thread dan tran
Check out the os properties available to your JVM http://java.sun.com/j2se/1.3/docs/api/java/lang/System.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 th

Re: accessing os from maven?

2004-09-10 Thread Adam Fisk
Thanks Dan. I'm aware of the java properties, but how do I access them from Maven? Some Jelly tag somewhere, something like that? I'm new to all this. Thanks. -Adam dan tran wrote: Check out the os properties available to your JVM http://java.sun.com/j2se/1.3/docs/api/java/lang/System.html#ge

Re: accessing os from maven?

2004-09-10 Thread dan tran
${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 tag somewhere, something like that? I'm

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 tag somewhere,