Skip to content

Conversation

@radical
Copy link
Member

@radical radical commented Apr 22, 2016

No description provided.

Ankit Jain added 3 commits April 22, 2016 18:03
This is required because of a bug in xbuild. It tries to look for the
Java.Interop projects which are referenced from the other projects, in
the sln itself, because it needs to figure out a build order for *all*
the projects. It should probably allow projects not being present in sln
and build them via the reference.
- Build _GenerateJavaCallableWrappers *after* CoreBuild instead of
  CoreCompile. This is because it depends on Mono.Android.dll being in
  the OutputDir, but the *copy* to that directory happens *after*
  CoreCompile.

  This was hit when Mono.Android.dll would get compiled to
  obj/Debug/Mono.Android.dll , but before it can be copied, jcw-gen is
  run which expects Mono.Android.dll in the bin/Debug, thus breaking the
  build.

- Paths passed to jcw-gen.exe as arguments should be relative to the
  directory containing jcw-gen.exe or should be absolute.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants