Re: running cactus on Java 1.4

2008-08-12 Thread Rahul Akolkar
On Tue, Aug 12, 2008 at 10:22 AM, Magnus Grimsell <[EMAIL PROTECTED]> wrote: > I haven't committed anything since we moved to svn. > Should someone grant me access to svn or should it work by magic? > My old password does not seem to work. > http://www.apache.org/dev/version-control.html -Rahu

RE: running cactus on Java 1.4

2008-08-12 Thread Magnus Grimsell
I haven't committed anything since we moved to svn. Should someone grant me access to svn or should it work by magic? My old password does not seem to work. /Magnus >-Original Message- >From: Petar Tahchiev [mailto:[EMAIL PROTECTED] >Sent: Tuesday, August 12, 2008 3:38 PM >To: Cactus Deve

Re: running cactus on Java 1.4

2008-08-12 Thread Petar Tahchiev
Yes, sure go on and commit it, as long as it is working. Thanks a lot. 2008/8/12 Magnus Grimsell <[EMAIL PROTECTED]> > No, all tests running on java 1.5 is passing. > Actually, I've tried to change the source and target in the pom.xml file > and it's all working fine now. > Should I commit this

RE: running cactus on Java 1.4

2008-08-12 Thread Magnus Grimsell
No, all tests running on java 1.5 is passing. Actually, I've tried to change the source and target in the pom.xml file and it's all working fine now. Should I commit this change or is there another way to do this? /Magnus >-Original Message- >From: Petar Tahchiev [mailto:[EMAIL PROTECTED

Re: running cactus on Java 1.4

2008-08-12 Thread Petar Tahchiev
Hi Magnus, Cactus is supposed to work with 1.4 version of the JVM. Do you get the same exception with a higher version of the JVM? Maybe you are missing the framework-uberjar in the classpath? Cheers, Petar. 2008/8/12 Magnus Grimsell <[EMAIL PROTECTED]> > I recently built cactus from the trunk

running cactus on Java 1.4

2008-08-12 Thread Magnus Grimsell
I recently built cactus from the trunk and tried to run it on Java 1.4. Then I got the following error: <2008-aug-12 kl 12:04 CEST> After looking in the pom I realize that target and source is set to 5. Isn't cactus supposed to work on a 1.4 jvm? /Magnus ---