no I don't think so. I don't see any files castle that say build-from-
trunk. if you're talking rhino, then no I'm not there yet.
I output the log to a text file. come to find out the projects are not
compiling correctly, seems to be a 3.0 > syntax errors. I'm updating
nant to target 3.5 instead of 2.0.
Off topic a little bit, but 3.5 compilation for 2.0 is confusing with
nant. If the code uses a 3.0 > feature and is compiled using 3.5
framework can I then use that assembly in a 2.0 project? For example,
NH required the 3.5 framework to compile, but runs on 2.0. Why use 3.5
if you're targeting 2.0? is the same true for castle?
Ok, just found out:
"C:\Program Files\nant\nant-0.86-nightly-2008-08-18\bin\nant" -
t:net-3.5 -f:release.build package-net-2.0 %* >ouptput-release-
build.log
doesn't compile with errors about var being undefined. I know that
one.