Re: [xwiki-devs] compilation errors in com.xpn.xwiki.objects.classes.*
Hello Pascal, I had the ecs-1.4.2.jar file in ecs/ecs/1.4.2 and also these 2 files - ecs-1.4.2.pom, ecs-1.4.2.pom.sha1. But I deleted that entire folder and ran maven again. It worked. :-) Thanks.... Can you tell me what does "xwiki-core-1.2-rc-1.jar" contain and how is it different from "xwiki-core-1.3-SNAPSHOT.jar" Both these jars are present in the "\XWiki Enterprise\webapps\xwiki\WEB-INF\lib" If I replace both of these with the "xwiki-core-1.4-SNAPSHOT.jar" that was created as a result of the build, I get ClassDef not found error for the org.observation.event class But, it works if I just replace the 1.3 snapshot with 1.4 snapshot. Is that how it is supposed to behave. what is "xwiki-core-1.2-rc-1.jar" for? Thanks
is it xwiki-enterprise you compiled yourself or one found on website? 1.2-rc1 and 1.3-SNAPSHOT should be only different versions... Maybe the xwiki-enterprise you use requires these libraries... That's all :) I confirm that if you compile current XWiki-Enterprise trunk, you will only find 1.4-SNAPSHOT in your WEB-INF/lib br Pascal On Fri, Mar 28, 2008 at 9:08 PM, Kamna Jain <[email protected]> wrote:
Hello Pascal,
I had the ecs-1.4.2.jar file in ecs/ecs/1.4.2 and also these 2 files - ecs-1.4.2.pom, ecs-1.4.2.pom.sha1. But I deleted that entire folder and ran maven again. It worked. :-) Thanks....
Can you tell me what does "xwiki-core-1.2-rc-1.jar" contain and how is it different from "xwiki-core-1.3-SNAPSHOT.jar" Both these jars are present in the "\XWiki Enterprise\webapps\xwiki\WEB-INF\lib"
If I replace both of these with the "xwiki-core-1.4-SNAPSHOT.jar" that was created as a result of the build, I get ClassDef not found error for the org.observation.event class
But, it works if I just replace the 1.3 snapshot with 1.4 snapshot. Is that how it is supposed to behave. what is "xwiki-core-1.2-rc-1.jar" for?
Thanks _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
participants (2)
-
Kamna Jain -
Pascal Voitot