> We are using maven 2.0.11 for our project and while making jar of > properties project with filter for value @XYZ@, we are getting following > exception. Can you please suggest for same? > > java.lang.IllegalArgumentException: Resolving expression: '@fontvalue@': > Detected the following recursive expression cycle: [fontvalue]
Realistically we'd need to see your pom.xml, your filter file(s) and the source(s) you are trying to filter (aka a sample project that consistently demonstrates the issue) to be of much help with this issue. Otherwise my simple guess if that you have @XYZ@ as a filter with a value of @fontvalue@ along with another filter set up for @fontvalue@ with a value of @XYZ@ which would make things recursive. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
