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

2003-06-23 Thread Christian Goos
- how to set target directory for the build? 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

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

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

2003-06-19 Thread Vipul Vij
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 PROTECTED] Sent: Wednesday, June 18, 2003 8:58 PM Subject: Lame newbie question - how to set target directory for the