I don't think the problem is with newer versions, its only the older version, quote from Sander: "Yes, but in a next version the one provided with activetcl should work without problems."
So this change can probably be reverted. Lio. ----- Original Message From: "Harry Vennik" ----- > Because of this (in a mail of Arieh about the problem with soap on windows): > > You need to ensure that you are including the tclsoap that is packaged with > > amsn and not tclsoap that comes with ActiveTcl. Amsn is using a modified > > version, and renamed the package to version 1.6.7.1 so it should find that > > version over the version that comes with ActiveTcl (1.6.7 unless they upped > > it?). I had this problem before we changed the version to 1.6.7.1 and just > > renamed the pkgIndex.tcl file in ActiveStates Soap package so that it > > wouldn't know about it, however I thought that this shouldn't be needed any > > more? > > I thought this would make sense. A newer version of the package in ActiveTcl > cannot make it break if we require exactly our version. > > Harry > > > Op dinsdag 16 mei 2006 22:49, schreef Sander Hoentjen: > > Why was this done? For the Fedora Core rpm i have created this is a > > problem since it has the SOAP removed from the package, and it requires > > the tclsoap package. That used to work, but now it won't. Can it be > > reverted or is there a good reason this is done? > > > > On Mon, 2006-05-15 at 23:18 -0700, [EMAIL PROTECTED] wrote: > > > Revision: 6622 > > > Author: thaven > > > Date: 2006-05-15 23:18:24 -0700 (Mon, 15 May 2006) > > > ViewCVS: http://svn.sourceforge.net/amsn/?rev=6622&view=rev > > > > > > Log Message: > > > ----------- > > > Make it require the exact SOAP package version we provide ourselves > > > > > > Modified Paths: > > > -------------- > > > trunk/amsn/protocol.tcl > > > Modified: trunk/amsn/protocol.tcl > > > =================================================================== > > > --- trunk/amsn/protocol.tcl 2006-05-16 05:41:30 UTC (rev 6621) > > > +++ trunk/amsn/protocol.tcl 2006-05-16 06:18:24 UTC (rev 6622) > > > @@ -20,7 +20,7 @@ > > > package require base64 > > > package require sha1 > > > package require snit > > > - package require SOAP > > > + package require -exact SOAP 1.6.7.1 > > > } > > > > > > > > > > > > > > > This was sent by the SourceForge.net collaborative development platform, > > > the world's largest Open Source development site. > > > > > > > > > > > > ------------------------------------------------------- > > > Using Tomcat but need to do more? Need to support web services, security? > > > Get stuff done quickly with pre-integrated technology to make your job > > > easier Download IBM WebSphere Application Server v.1.0.1 based on Apache > > > Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > > _______________________________________________ > > > Amsn-commits mailing list > > > [EMAIL PROTECTED] > > > https://lists.sourceforge.net/lists/listinfo/amsn-commits > > > > ------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, security? > > Get stuff done quickly with pre-integrated technology to make your job > > easier Download IBM WebSphere Application Server v.1.0.1 based on Apache > > Geronimo > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > _______________________________________________ > > Amsn-devel mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/amsn-devel > > > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Amsn-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/amsn-devel > ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Amsn-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amsn-devel
