Re: Exception when build trunk "package org.springframework.test.context does not exist"

2013-12-17 Thread Maxim Solodovnik
weird :( perform clean rebuild ~5 times for the last 10 hours, will try to perform full rebuild right now On Wed, Dec 18, 2013 at 7:37 AM, seba.wag...@gmail.com < seba.wag...@gmail.com> wrote: > Hi, > > I deleted the folder "build" and re-run ant dist or ant dist-bin > > but I always receive the

Re: Exception when build trunk "package org.springframework.test.context does not exist"

2013-12-17 Thread Maxim Solodovnik
just have checked, works for me as expected On Wed, Dec 18, 2013 at 7:41 AM, Maxim Solodovnik wrote: > weird :( > perform clean rebuild ~5 times for the last 10 hours, will try to perform > full rebuild right now > > > On Wed, Dec 18, 2013 at 7:37 AM, seba.wag...@gmail.com < > seba.wag...@gmail.

Re: Exception when build trunk "package org.springframework.test.context does not exist"

2013-12-17 Thread seba.wag...@gmail.com
I even run ant clean.ivy and then ant -Ddb=mysql -Dwicket.mode=DEVELOPMENT dist And still got the same error. Sebastian 2013/12/18 Maxim Solodovnik > just have checked, works for me as expected > > > On Wed, Dec 18, 2013 at 7:41 AM, Maxim Solodovnik >wrote: > > > weird :( > > perform clean r

Re: Exception when build trunk "package org.springframework.test.context does not exist"

2013-12-17 Thread seba.wag...@gmail.com
The only difference I see between my env and Jenkins is that I am using ANT 1.9.0. I also have Java Version 1.6 And there is no dependency error shown for me when Ivy retrieves the libraries. Jenkins does not have ANT 1.9.0 available so I cannot really test that. What's your ANT version ? Sebasti

Re: Exception when build trunk "package org.springframework.test.context does not exist"

2013-12-17 Thread Maxim Solodovnik
I'm using latest 1.9.2 Really weird :( Build works for me on 2 oses, 3 different machines, both jdk6 and 7 On Dec 18, 2013 10:18 AM, "seba.wag...@gmail.com" wrote: > The only difference I see between my env and Jenkins is that I am using ANT > 1.9.0. > I also have Java Version 1.6 > And there is

Re: Exception when build trunk "package org.springframework.test.context does not exist"

2013-12-17 Thread Vasiliy Degtyarev
Hello, I have built latest version without error: ANT 1.8.4, java 1.7. Vasiliy. On 18.12.2013 10:17, seba.wag...@gmail.com wrote: The only difference I see between my env and Jenkins is that I am using ANT 1.9.0. I also have Java Version 1.6 And there is no dependency error shown for me when

Re: Exception when build trunk "package org.springframework.test.context does not exist"

2013-12-17 Thread seba.wag...@gmail.com
I am using: java version "1.6.0_65" Java(TM) SE Runtime Environment (build 1.6.0_65-b14-462-11M4609) Java HotSpot(TM) 64-Bit Server VM (build 20.65-b04-462, mixed mode) + Apache Ant(TM) version 1.9.0 compiled on March 5 2013 Well that sounds a lot like an environment issue on my Mac, however I do

Re: Exception when build trunk "package org.springframework.test.context does not exist"

2013-12-18 Thread Maxim Solodovnik
Could you please check if you have build/lib/junit/spring-test-jar-3.1.1.RELEASE.jar Additionally what is the output of "svn status" command? On Wed, Dec 18, 2013 at 11:21 AM, seba.wag...@gmail.com < seba.wag...@gmail.com> wrote: > I am using: > > java version "1.6.0_65" > Java(TM) SE Runtime E

Re: Exception when build trunk "package org.springframework.test.context does not exist"

2013-12-24 Thread Maxim Solodovnik
Where you able to fix this issue? On Wed, Dec 18, 2013 at 7:36 PM, Maxim Solodovnik wrote: > Could you please check if you have > build/lib/junit/spring-test-jar-3.1.1.RELEASE.jar > > Additionally what is the output of "svn status" command? > > > On Wed, Dec 18, 2013 at 11:21 AM, seba.wag...@gma

Re: Exception when build trunk "package org.springframework.test.context does not exist"

2014-02-05 Thread seba.wag...@gmail.com
I was able to fix the issue by adding the spring-test dependency in the main dependencies like that: But after that, still I can't build the project in Eclipse, I get this error from the Eclipse Ivy plugin: Some projects fail to be resolved Failed to configure Ivy for i

Re: Exception when build trunk "package org.springframework.test.context does not exist"

2014-02-05 Thread Maxim Solodovnik
spring-test library is already in ivy.xml you need to run "ant dist prepare-eclipse" before opening project in eclipse On Thu, Feb 6, 2014 at 12:24 PM, seba.wag...@gmail.com < seba.wag...@gmail.com> wrote: > I was able to fix the issue by adding the spring-test dependency in the > main dependen

Re: Exception when build trunk "package org.springframework.test.context does not exist"

2014-02-06 Thread seba.wag...@gmail.com
Hi Maxim, it is just "ant prepare-eclipse" without the dist. And I have done that. It does not fix it for me. "spring-test library is already in ivy.xml" => I know but somehow it is only attached to the conf "test->". Somehow my Ivy version or Ant did not recognize that and did not resolve that d

Re: Exception when build trunk "package org.springframework.test.context does not exist"

2014-02-06 Thread seba.wag...@gmail.com
What is your Eclipse and Ivy IDE version ? It seems like Ivy in general behaves differently in my env. Ivy IDE has an issue with the ivy.settings from the red5 project (cause workspace_loc reference cannot be resolved). That is why Eclipse cannot build the project. And the ant build fails because t

Re: Exception when build trunk "package org.springframework.test.context does not exist"

2014-02-06 Thread seba.wag...@gmail.com
The name of the eclipse project was also 3.0.x Maybe that was the reason why. 2014-02-07 16:09 GMT+13:00 Maxim Solodovnik : > Hello Sebastian, > > I'm currently using eclipse.4.3.1 with latest IvyDE (available on Apache > IvyDE update site) > jdk 1.7 (21, 45, 51) > ant 1.9.2 > > my folder tree l

Re: Exception when build trunk "package org.springframework.test.context does not exist"

2014-02-06 Thread seba.wag...@gmail.com
I think I was able to resolve the building issues from Eclipse. The issue is that the checked out folder name has to be "Openmeetings 3.0.x" So you have to use: svn checkout https://svn.apache.org/repos/asf/openmeetings/branches/3.0.x/'Openmeetings 3.0.x' instead of: svn checkout https://svn.apac

Re: Exception when build trunk "package org.springframework.test.context does not exist"

2014-02-06 Thread Maxim Solodovnik
Hello Sebastian, I'm currently using eclipse.4.3.1 with latest IvyDE (available on Apache IvyDE update site) jdk 1.7 (21, 45, 51) ant 1.9.2 my folder tree looks like follows: /home/solomax/work/openmeetings/branches/3.0.x "Openmeetings 3.0.x" is the name of the Eclipse project (has nothing in co

Re: Exception when build trunk "package org.springframework.test.context does not exist"

2014-02-06 Thread Maxim Solodovnik
If you open .project file with text editor you will see: "Openmeetings 3.0.x" This name is referenced in ivy configuration in .classpath file On Fri, Feb 7, 2014 at 10:12 AM, seba.wag...@gmail.com < seba.wag...@gmail.com> wrote: > The name of the eclipse project was also 3.0.x > Maybe that was t