Shun87 / wsdl2objc

Automatically exported from code.google.com/p/wsdl2objc
MIT License
0 stars 0 forks source link

Can I download the code associated with the ARC fix? (r223 I believe) #169

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. the checkout of the code listed using the command below
2. Including the generated proxy code into a project that uses ARC.
3.

What is the expected output?
Clean proxy code witout any "autorelease" messages

What do you see instead? The source code generated from the wsdl has many 
"autorelease" messages and the message "'Autorelease' is unavailable in 
automatic reference counting mode"

What version of the product are you using? On what operating system?
I'm trying to use r223 (which addresses the ARC feature). 

Please provide any additional information below.

I've been using the wsdl2objc to build clients that run against an axis2 web 
service using JiBX. The code has gotten incrementally more complex, and 
wsdl2objc has held up perfectly. I'm trying to integrate now with my master 
project which uses ARC, but,of course, my proxy code has all the ARC errors. I 
was hoping to download the r223 that I see alleviates the problem.

I used the 
svn checkout -r223 http://wsdl2objc.googlecode.com/svn/trunk 
wsdl2objc-read-only 

The message indicates I've checked out Revision 223, but when I generate the 
proxy and integrate with my project, I still see tons of "releases" in my code. 
Am I downloading or using the release incorrectly? 
Vinnie

Original issue reported on code.google.com by vdipre...@gmail.com on 3 Feb 2012 at 4:50

GoogleCodeExporter commented 8 years ago
Have the same issue as well. SVN rev 224

Original comment by Shaha...@gmail.com on 16 Mar 2012 at 1:52