I am setting up profile sections in my pom.xml for different
environments, but I have a basic question about properties :-
1) If I have a property with a relative path e.g.
<properties>
<outputFolderDirectory>../myproject/src/sql</outputFolderDirectory>
</properties>
how can I get this property value to be resolved to a physical path (like Ant's
location="...myproject" would) so that I can use this in a filtering and get say
project.properties file with :-
outputFolderDirectory=${outputFolderDirectory}
resolved to
outputFolderDirectory=d:/myresolvedroot/myproject/src/sql
after filtering
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]