i define a reference  in 2 ways
1.
<path id="Home.classpath">
     <pathelement location="bin" />
</path>
2.
<path id="${ant.project.name}.classpath">
     <pathelement location="bin" />
</path>
PS: ant.project.name = "Home"

in 1. way works well
in 2. way a error: Home.classpath not found

which different between 2 ways?
-- 
View this message in context: 
http://www.nabble.com/a-comical-question-tp24308133p24308133.html
Sent from the Ant - Dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org

Reply via email to