Hi there,

I tried to fold several projects into one multi-project, but I found
some obstacles.

In one of my projects (call it A) I have:

    apply from: 'http://www.excample.org/shared/commons.gradle'

and I converted it into:

    apply from: '../shared/commons.gradle'

which works.

But in "shared/commons.gradle" I reference files which resist in the
same directory.

I tried in commons.gradle:

  apply from: 'bla.gradle'
  apply from: './bla.gradle'

but each "apply from" is resolved against the location of A since I
always get the error:

  Could not read script:  <LOCATION-OF-A>/bla.gradle

Why is the the path of "bla.gradle" not resolved relative to
"commons.gradle"?

And how do I convince commons.gradle to resolve "bla.gradle" relative
to the position of "commons.gradle"?

Best regards,
Lars
-- 
Semagia 
<http://www.semagia.com>


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to