This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
On 12/20/2014 12:10 PM, Seth Alves wrote:
You probably guessed this, but this is the change that made the symlinked-libs example fail again. -seth Index: kawa/standard/ImportFromLibrary.java =================================================================== --- kawa/standard/ImportFromLibrary.java (revision 8235) +++ kawa/standard/ImportFromLibrary.java (working copy) @@ -253,9 +253,9 @@ ... - Path currentSource = currentFileName == null ? null - : Path.valueOf(currentFileName).getAbsolute(); + Path currentSource = curinfo.getSourceAbsPath();
Please try now. -- --Per Bothner per@bothner.com http://per.bothner.com/
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |