a comical question

View: New views
5 Messages — Rating Filter:   Alert me  

a comical question

by kleinfisch :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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?

Re: a comical question

by Stefan Bodewig :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Please use the user list for this type of questions.

On 2009-07-02, kleinfisch <kleinfisch@...> wrote:

> 1.
> <path id="Home.classpath">
> 2.
> <path id="${ant.project.name}.classpath">
> PS: ant.project.name = "Home"

> which different between 2 ways?

Ant doesn't expand properties inside the id attributes.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: a comical question

by kleinfisch :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

thank you

RE: a comical question

by mgainty :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


für welche Frage?

Martin
______________________________________________
Verzicht und Vertraulichkeitanmerkung
 
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.






> Date: Tue, 7 Jul 2009 00:04:26 -0700
> From: kleinfisch@...
> To: dev@...
> Subject: Re: a comical question
>
>
> thank you
>
> --
> View this message in context: http://www.nabble.com/a-comical-question-tp24308133p24368166.html
> Sent from the Ant - Dev mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@...
> For additional commands, e-mail: dev-help@...
>

_________________________________________________________________
Lauren found her dream laptop. Find the PC that’s right for you.
http://www.microsoft.com/windows/choosepc/?ocid=ftp_val_wl_290

Re: a comical question

by Stefan Bodewig :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 2009-07-07, Martin Gainty <mgainty@...> wrote:

> für welche Frage?

http://mail-archives.apache.org/mod_mbox/ant-dev/200907.mbox/%3C24308133.post@...%3E

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...