Could you expand on what your setup is like? The Apache htdocs folder
vs. the SVN location (on the same machine? elsewhere?) vs. the service
browser being loaded locally or from the server, etc.
Patrick
Kevin a écrit :
>
> I am trying to figure out how to use the AMFPHP service browser with
> my SVN so coders can use the service browser to test committed code
> on the svn.
>
> Is it possible to point the gateway to different folder other than
> the local services folder? I tried to put a full URL in the
> setBaseClass var, but I get the error:
>
> (mx.rpc::Fault) #0
> errorID = 0
> faultCode = "AMFPHP_CLASSPATH_ NOT_FOUND"
> faultDetail = "/Users/me/Sites/ amfphp/core/ shared/app/
> BasicActions. php on line 25"
> faultString = "The classpath folder {/amfphp/DiscoveryS ervice.php}
> does not exist. You probably misplaced your service."
> message = "faultCode:AMFPHP_ CLASSPATH_ NOT_FOUND faultString: 'The
> classpath folder {/amfphp/DiscoveryS ervice.php} does not exist. You
> probably misplaced your service.' faultDetail: '/Users/kevin/ Sites/
> amfphp/core/ shared/app/ BasicActions. php on line 25'"
> name = "Error"
> rootCause = (null)
>
> I then tried to upload the '/amfphp/DiscoveryS ervice.php' to the SVN,
> but that didn't seem to work either.
>
> thanks, Kevin
>
>