Re: Lame newbie question - how to set target directory for the build?

2003-06-20 Thread David Walend
At 11:15 AM 6/19/2003 -0400, you wrote: That's why you need to use ${basedir} in your file references. As far as I know there is no consistent way in Java to set the current working directory. Jason, Yes! That's exactly what I'm trying to do. How do I redefine what's currently defined as "./targ

Re: Lame newbie question - how to set target directory for the build?

2003-06-19 Thread David Walend
e base directory. Is that a bug?) Thanks again, Dave At 08:56 AM 6/19/2003 +0100, you wrote: Dave, You need to execute all goals in the directory that your project.xml lives ! Regards, Vipul - Original Message - From: "David Walend" <[EMAIL PROTECTED]> To: <[EMAIL PRO

Lame newbie question - how to set target directory for the build?

2003-06-18 Thread David Walend
When I run "maven jar" from down inside my source code directory, the target directory (containing all the build products) winds up down inside my source code directory, instead of up next to my src directory. http://maven.apache.org/reference/dirlayout.html implied that target would be at the

validating .xml vs. .xsd in Maven

2003-06-12 Thread David Walend
I'm at the very beginning of a project that will rely heavily on .xml documents defined by our in-house .xsd files. I need to validate the .xsd files, then validate the .xml files, then use JAXB to build out classes for the .xsd files, build our software, then use JUnit to read in the .xml file