I download the source code from http://cvs.apache.org/dist/jakarta/slide/2.0-rc1/, set Ant_Home and Java_home. When I use the command line window and type %Ant_Home%/bin/Ant, the error display as following, could you tell me what is the problem. I also tried to compile other distributions of source code, and faced the same problem.
Any help will be much appreciated.
main:
[copy] Copying 2 files to E:\jakarta-slide\build\classes
[echo] Building Slide Core API
[javac] Compiling 223 source files to E:\jakarta-slide\build\classes
[javac] E:\jakarta-slide\src\share\org\apache\slide\store\StandardStore.java:47: warning: org.apache.slide.util.HashMapObjectCache in org.apache.slide.util has been deprecated
[javac] import org.apache.slide.util.HashMapObjectCache;
[javac] ^
[javac] E:\jakarta-slide\src\share\org\apache\slide\search\basic\BasicQueryEnvelope.java:223: warning: getContextPath(java.lang.String) in org.apache.slide.search.SlideUri has been deprecated
[javac] String contextPath = slideUri.getContextPath (scope.toString());
[javac] ^
[javac] E:\jakarta-slide\src\share\org\apache\slide\store\StandardStore.java:69: warning: org.apache.slide.util.HashMapObjectCache in org.apache.slide.util has been deprecated
[javac] objectsCache = new HashMapObjectCache(1000, 10000, 0.95);
[javac] ^
[javac] E:\jakarta-slide\src\share\org\apache\slide\store\StandardStore.java:70: warning: org.apache.slide.util.HashMapObjectCache in org.apache.slide.util has been deprecated
[javac] permissionsCache = new HashMapObjectCache(1000, 10000, 0.95);
[javac] ^
[javac] E:\jakarta-slide\src\share\org\apache\slide\store\StandardStore.java:71: warning: org.apache.slide.util.HashMapObjectCache in org.apache.slide.util has been deprecated
[javac] locksCache = new HashMapObjectCache(1000, 10000, 0.95);
[javac] ^
.......................... ..........................
From: Oliver Zeigermann <[EMAIL PROTECTED]> Reply-To: "Slide Developers Mailing List" <[EMAIL PROTECTED]> To: Slide Developers Mailing List <[EMAIL PROTECTED]> Subject: Distributions avaliable for checking Date: Mon, 05 Apr 2004 15:05:02 +0200
I have just uploaded distributions for Slide 2.0 release candicate 1 built based on the SLIDE_2_0_RELEASE_BRANCH_RC1_RELEASE tag.
They can be found at:
http://cvs.apache.org/dist/jakarta/slide/2.0-rc1/
Please check if the distributions are ok. I.e. download them, install them and see if they start up.
Cheers and thanks!
Oliver
P.S.: Aren't there any more votes for the 2.0 rc1 release? Come on, there must be some more!
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
_________________________________________________________________
Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
