Re: Profile activation by missing file doesn't works

2008-10-01 Thread Dennis Lundberg
Felix Knecht wrote: > Hi all > > The foofoo profile is always activated, no matter if a file 'timestamp' > exists in the same directory like the pom.xml or > not. It looks to me as the ${basedir} is not correctly resolved. Is this a > known problem? http://jira.codehaus.org/browse/MNG-3524 >

Re: Profile activation by missing file doesn't works

2008-09-26 Thread John Casey
Is there a JIRA in for this? nicolas de loof wrote: Profile activation doesn't support property interopolation, even the ${basedir} one This makes this feature unusable in nested modules configuration, as the file are tested from current dir, not active project root... I already reported this is

Re: Profile activation by missing file doesn't works

2008-09-26 Thread Felix Knecht
nicolas de loof schrieb: > Profile activation doesn't support property interopolation, even the > ${basedir} one > This makes this feature unusable in nested modules configuration, as the > file are tested from current dir, not active project root... > I already reported this issue in JIRA. > T

Re: Profile activation by missing file doesn't works

2008-09-26 Thread nicolas de loof
Profile activation doesn't support property interopolation, even the ${basedir} one This makes this feature unusable in nested modules configuration, as the file are tested from current dir, not active project root... I already reported this issue in JIRA. Nicolas 2008/9/26 Felix Knecht <[EMAIL P

Profile activation by missing file doesn't works

2008-09-26 Thread Felix Knecht
Hi all The foofoo profile is always activated, no matter if a file 'timestamp' exists in the same directory like the pom.xml or not. It looks to me as the ${basedir} is not correctly resolved. Is this a known problem? Thanks Felix [EMAIL PROTECTED] ~/tmp $ cat pom.xml http://maven.apache.org/P