DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=40561>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40561





------- Additional Comments From [EMAIL PROTECTED]  2006-09-21 13:09 -------
I not not dispute that there there is a bug,
I am just not too sure about the solution.

Another solution to your problem using current ant would be to
have multiple property files:
  project_1.properties
  project_2.properties
etc
and get the properties by

<property file="${project_name}.properties"}

where project_1.properties would be:

project_1.interfaces.package=model
project_1.interfaces.prefix=
project_1.interfaces.suffix=BO
project_1.interfaces.format={1}.${project_1.interfaces.package}.${project_1.interfaces.prefix}{2}${project_1.interfaces.suffix}



-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to