Having this in hand would be awesome.
-David
On Aug 26, 3:29 pm, rodgertq wrote:
> I'll also execute a CA and contribute back the require build script
> changes as well :)
>
> On Aug 26, 3:26 pm, rodgertq wrote:
>
> > This can be done by MSBuild directly without involving an external
> > tool
I'll also execute a CA and contribute back the require build script
changes as well :)
On Aug 26, 3:26 pm, rodgertq wrote:
> This can be done by MSBuild directly without involving an external
> tool like xcopy or robocopy using Item groups and built-in MSBuild
> tasks. We do this to deliver fin
This can be done by MSBuild directly without involving an external
tool like xcopy or robocopy using Item groups and built-in MSBuild
tasks. We do this to deliver final artifacts in our build system.
I should have some time in the next day or two to dig into the build
for ClojureCLR, I will post
On Aug 26, 11:42 am, Shawn Hoover wrote:
> On Sat, Aug 15, 2009 at 8:36 AM, David Miller wrote:
> > Clojure.Compile is just for AOT-compilation. It will compile whatever
> > libs are on the command line. As you state, it is used to bootstrap,
> > i.e. compile core.clj and the rest of the boo
On Sat, Aug 15, 2009 at 8:36 AM, David Miller wrote:
> Clojure.Compile is just for AOT-compilation. It will compile whatever
> libs are on the command line. As you state, it is used to bootstrap,
> i.e. compile core.clj and the rest of the bootstap clojure code into
> assemblies, which can then
On Sat, Aug 15, 2009 at 11:38 PM, David Miller wrote:
> [snip description of problem]
>
Thanks David. All the wiki steps succeed now and I can move forward.
--
mark
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups
On Aug 15, 8:44 am, Mark wrote:
> Thanks David,
>
> On Sat, Aug 15, 2009 at 8:36 AM, David Miller wrote:
> ...
> http://wiki.github.com/richhickey/clojure-clr/installing-clojureclr
>
> Done - I had no problems with this except that the mention of
> BootstrapCompile does not appear to be correc
Thanks David,
On Sat, Aug 15, 2009 at 8:36 AM, David Miller wrote:
...
> Simple.Console should be avoided at this point.
OK.
http://wiki.github.com/richhickey/clojure-clr/installing-clojureclr
Done - I had no problems with this except that the mention of
BootstrapCompile does not appear to
The warnings are given at any point where the compiler is compiling a
host expression (CLR interop) and it can't resolve the exact method to
call at compile-time. Some of these can't be avoided and are
normal.
The reflection warnings are because *warn-on-reflection* has been
initialized to 'true