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]

Re: Building KAWA on Eclipse?


On 07/05/2011 01:24 AM, Kwanghoon Choi wrote:
I have a question on building KAWA on Eclipse.
Without Eclipse, it has been successfully built using Ant.
...
Many errors
are like this. "AndSelector cannot be resolved to a type.
in

@Override public void addAnd(AndSelector selector) {
    usedMatchingTask = true;
    super.addAnd(selector);
}

Jamison, you added gnu/kawa/ant/Kawac.java, which contains the reference to AndSelector. Do you know what that code depends on? Could Eclipse (or at least Kwanghoon's version of Eclipse) be using a version of Ant that is too old? -- --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]