Hi all,

I've a task like this:

<csc target="exe" debug="${build.debug}"
  output="${build.dir}/${package.name}/bin/multicaster.exe">
  <sources>
    <includes name="Multicaster.cs" />
  </sources>
  <references basedir="../Core/${build.dir}/${package.name}/bin">
    <includes name="gekkota.core.dll"/>
    <includes name="gekkota.ssl.dll"/>
  </references>
 </csc>

As you can see, the basedir property of the <references> task
begins with ../ - to build this application I need some dlls
located on a different subproject:

src
 +-Gekkota
      +-Core
      |   ...
      +-Test
          ...

The problem is that NAnt doesn't accept paths beginning with
../ (I've noticed the same problem with the <copy> and <move>
tasks).

As I run the task above, NAnt complies saying that this path
format is not supported.

The problem is on both Windows and Linux.

Gius_.
 
-- 
----------------------------------------
Giuseppe Greco

::agamura::

phone:  +41 (0)91 604 67 65
mobile: +41 (0)76 390 60 32
email:  [EMAIL PROTECTED]
web:    www.agamura.com
----------------------------------------



-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
Nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to