RE: POM Build Resources and Path Problems

2003-10-23 Thread Brett Porter
ist > Subject: RE: POM Build Resources and Path Problems > > > It's set in the java:compile preGoal of the parent project > this project is inherited from. The problem is that there > are other things using this variable that remain consistent > across projects, so I

RE: POM Build Resources and Path Problems

2003-10-23 Thread Sean Timm
nates consistency across projects... -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2003 6:51 PM To: 'Maven Developers List' Subject: RE: POM Build Resources and Path Problems Where is my.meta.dir set? Anyway, the basedir form seems a lot

RE: POM Build Resources and Path Problems

2003-10-23 Thread Brett Porter
gt; [[dir = C:\mydir\mycomponent\target\myresourcedir]] > > This seems really bizarre to me since both the values in the > directory element are technically the same (once fully resolved). > > -- Sean T. > > -----Original Message----- > From: Brett Porter [mail

RE: POM Build Resources and Path Problems

2003-10-23 Thread Sean Timm
cally the same (once fully resolved). -- Sean T. -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2003 6:11 PM To: 'Maven Developers List' Subject: RE: POM Build Resources and Path Problems Never had a problem using forward slashes on wi

RE: POM Build Resources and Path Problems

2003-10-23 Thread Brett Porter
D] > Subject: POM Build Resources and Path Problems > > > I was having some bizarre issues where the jar plugin was > grabbing everything in my project folder as a resource, and I > finally tracked it down to a problem with the '/' vs. the '\' > i

POM Build Resources and Path Problems

2003-10-23 Thread Sean Timm
I was having some bizarre issues where the jar plugin was grabbing everything in my project folder as a resource, and I finally tracked it down to a problem with the '/' vs. the '\' in a directory. By default, maven.build.dir is set to something like the following: C:\mySource\currentDirectory/tar