I'm a new to maven. I've recently tried unsuccessfully to get <activation><file><exists> to work unless the absolute file path was given.

I'm running on windows XP, with netbeans IDE 6.8 supposedly using maven 3.0-SNAPSHOT.

I've tried:
<exists>C:/Documents and Settings/xname/My Documents/maven/mrt/storage/store-conf/mrt.local.properties</exists> --- works

<exists>${basedir}/mrt.local.properties</exists> --- does NOT work

<exists>./mrt.local.properties</exists> --- does NOT work

<exists>mrt.local.properties</exists> --- does NOT work

Any suggestions for getting <activation><file><exists> to work without using an absolute filepath.

Thanks
David


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to