Re: Eclipse: Java Build Path Problem

2014-10-24 Thread Maxim Solodovnik
I'm not sure why but you seems to re-create Eclipse project *(with rename) (the name was "Openmeetings 3.0" in your case it is ROOT) Instead of import rename your project or import existing project On 24 October 2014 21:43, Mahedi Kaysar wrote: > Now I tried with IvyDE. I got the bellow excepti

Re: Eclipse: Java Build Path Problem

2014-10-24 Thread Maxim Solodovnik
Works for me luna+latest+oracle java7 not sure what can be done :( maybe others can help On 24 October 2014 20:55, Mahedi Kaysar wrote: > I used bellow configurations: > 1) Eclipse Luna V4.4.1 > 2) Java version "1.7.0_71" (32 bit) // note: 64bit was not working while > ant build. > 3) Window 7 (

Re: Eclipse: Java Build Path Problem

2014-10-24 Thread Mahedi Kaysar
I used bellow configurations: 1) Eclipse Luna V4.4.1 2) Java version "1.7.0_71" (32 bit) // note: 64bit was not working while ant build. 3) Window 7 (64 bit) 4) Latest and previous version of Ivy (both is used separately) and get same build path error. On Fri, Oct 24, 2014 at 1:45 PM, Maxim Solo

Re: Eclipse: Java Build Path Problem

2014-10-24 Thread Maxim Solodovnik
Latest Ivy + latest Eclipse works for me as expected On 24 October 2014 19:35, Mahedi Kaysar wrote: > Thanks for your mail. I had installed the IvyDE. But while importing it > was showing some error in IvySettings.java like > > java.lang.ClassCastException: > org.eclipse.osgi.internal.framework

Re: Eclipse: Java Build Path Problem

2014-10-24 Thread Mahedi Kaysar
Thanks for your mail. I had installed the IvyDE. But while importing it was showing some error in IvySettings.java like java.lang.ClassCastException: org.eclipse.osgi.internal.framework.EquinoxConfiguration$1 cannot be cast to java.lang.String Then I tried with previous version with Ivy only. Tha

Re: Eclipse: Java Build Path Problem

2014-10-24 Thread Maxim Solodovnik
Have you installed IvyDE into Eclipse? On 24 October 2014 19:19, Mahedi Kaysar wrote: > Hi All, > I just follow the the bellow link for OpenMeetings build. > http://openmeetings.apache.org/BuildInstructions_3.0.x.html > > All ant build are finished successfully but while importing in eclipse the

Eclipse: Java Build Path Problem

2014-10-24 Thread Mahedi Kaysar
Hi All, I just follow the the bellow link for OpenMeetings build. http://openmeetings.apache.org/BuildInstructions_3.0.x.html All ant build are finished successfully but while importing in eclipse the project can not find the jar and says J*ava Build Path Problem*. But I follow every steps. Could