[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ant problem



 ___________________________________________________________
/ Lam <lam@tuxfamily.org> wrote:
| <target name="init">
|    ... 
|    <property name="jcsc-dir" value="/usr/local/src/jcsc"/>
| </target>

It's better if you define a property out-side of any target and in
your case, prefer «location» instead of the «value» argument.

| it is the same problem with jcsc task
| i have a problem with variable

Quote from the Ant-Manual:

      «Properties are immutable: whoever sets a property first freezes
      it for the rest of the build; they are most definately not
      variable.»

| could you help me ?

You'd better subscribe[1] to the ant-list[2]... or check the
archives[3].

Hope these helps...

[1] mailto:ant-user-subscribe@jakarta.apache.org
[2] mailto:ant-user@jakarta.apache.org
[3] http://archives.apache.org/eyebrowse/SummarizeList?listName=ant-user@jakarta.apache.org

-- Arnaud Vandyck
<http://vbstefi60.fapse.ulg.ac.be/~arnaud/>
<http://www.ulg.ac.be/cgi-bin/ph/search?id=u184137>



Reply to: