my Domain.xml is simply the default provided in src/conf/webapp/Domain.xml
Notice that at the moment I'm simply trying a simple build with ant release and running the jakarta-slide.tar.gz
I noticed that most of the users / developers use slide in any possible number of strange environments configurations etc.
At the moment I'm just sticking with the most simple (in the future we will need JBOSS and LDAP )
I would like to help somehow but I'm pretty confused on how to help.
Thanks Diego
At 03:54 PM 12/3/2003 +0100, you wrote:
What does your Domain.xml file look like?
Thanks,
Oliver
Diego Bragato wrote:
Hi
It's few weeks I'm trying to put slide working all together, had various problems and did not manage to get through
today you managed to checkin on the main branch latest changes
And I had newer problems
We really need a stable release of slide to work with, is there a tag on the CVS where I can check out one ? I've seen nigtly builds in september are there any recent ones ?
About release management: can we begin with cvs tags, nigtly builds, milestones etc to get to a reasonable beta for January ?
My conditions are:
Clean checkout
Full build
tomcat 4.1.24
Starting Slide
java.lang.ClassNotFoundException: slidestore.reference.DefaultStore
at org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClassLoader.java:992)
at org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClassLoader.java:857)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:141)
at org.apache.slide.store.AbstractStore.getDefaultStoreInstance(AbstractStore.java:1335)
at org.apache.slide.store.AbstractStore.setNodeStore(AbstractStore.java:436)
at org.apache.slide.common.Namespace.registerStore(Namespace.java:396)
at org.apache.slide.common.Namespace.loadScopeDefinition(Namespace.java:1190)
at org.apache.slide.common.Namespace.loadDefinition(Namespace.java:756)
at org.apache.slide.common.EmbeddedDomain.addNamespace(EmbeddedDomain.java:228)
at wrappers.catalina.SlideServerListener.loadNamespace(SlideServerListener.java:359)
at wrappers.catalina.SlideServerListener.initializeDomain(SlideServerListener.java:296)
at wrappers.catalina.SlideServerListener.lifecycleEvent(SlideServerListener.java:145)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:166)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:2183)
at org.apache.catalina.startup.Catalina.start(Catalina.java:512)
at org.apache.catalina.startup.Catalina.execute(Catalina.java:400)
at org.apache.catalina.startup.Catalina.process(Catalina.java:180)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:203) At 12:04 PM 12/3/2003 +0000, you wrote:
ozeigermann 2003/12/03 04:04:20
Modified: . build.xml Log: Added current store implementations to slide-stores.jar
Revision Changes Path 1.185 +1 -1 jakarta-slide/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-slide/build.xml,v
retrieving revision 1.184
retrieving revision 1.185
diff -u -r1.184 -r1.185
--- build.xml 20 Nov 2003 17:15:07 -0000 1.184
+++ build.xml 3 Dec 2003 12:04:20 -0000 1.185
@@ -651,7 +651,7 @@
<jar jarfile="${slide.dist}/slide/lib/slide-kernel.jar" basedir="${slide.build}/classes" manifest="${slide.build}/classes/MANIFEST.MF" includes="LICENSE,README,CHANGELOG,org/apache/slide/**,org/apache/util/**" excludes="org/apache/slide/webdav/**,org/apache/slide/manager/**,
org/apache/slide/taglib/**,org/apache/slide/admin/**"/>
<echo message="Building Slide Standard Stores JAR file"/>
- <jar jarfile="${slide.dist}/slide/lib/slide-stores.jar" basedir="${slide.build}/classes" manifest="${slide.build}/classes/MANIFEST.MF" includes="LICENSE,README,CHANGELOG,slidestore/**"/>
+ <jar jarfile="${slide.dist}/slide/lib/slide-stores.jar" basedir="${slide.build}/classes" manifest="${slide.build}/classes/MANIFEST.MF" includes="LICENSE,README,CHANGELOG,slidestore/**,org/apache/slide/store/impl/**,org/apache/slide/store/util/**,org/apache/slide/store/txfile/**"/>
<echo message="Building Default Roles JAR file"/>
<jar jarfile="${slide.dist}/slide/lib/slide-roles.jar" basedir="${slide.build}/classes" manifest="${slide.build}/classes/MANIFEST.MF" includes="LICENSE,README,CHANGELOG,slideroles/**"/>
<echo message="Building WebDAV Servlet JAR"/>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
