The `patch -p1 < Š..` command did the trick. The curl + patch gave me
errors about not finding a file to patch. Nevertheless, the second command
worked.

That said, running 

Gave me these failures:
    [java] Managers/DragManager/Halo/DragManager_Cursors_RTL
DragManager_Mirroring_copyCursor Failed DispatchMouseEvent(body:step 4)
Target mx.managers::DragManager.mx_internal:dragProxy not found
     [java] Managers/DragManager/Halo/DragManager_Cursors_RTL
DragManager_Mirroring_moveCursor Failed DispatchMouseEvent(body:step 4)
Target mx.managers::DragManager.mx_internal:dragProxy not found
     [java] Managers/DragManager/Halo/DragManager_Cursors_RTL
DragManager_Mirroring_rejectCursor Failed DispatchMouseEvent(body:step 4)
Target mx.managers::DragManager.mx_internal:dragProxy not found



--peter

On 8/23/12 6:52 PM, "Justin Mclean" <jus...@classsoftware.com> wrote:

>Hi,
>
>What OS are you and what version of patch are you using?
>
>On OSX Lion with patch 2.5.8 both of these worked for me:
>
>curl 
>https://issues.apache.org/jira/secure/attachment/12541538/0003-fixed-TileL
>ist-and-DragManager-tests-in-DragManager_.patch | patch -p1
>
>patch -p1 < 
>attachment/12541538/0003-fixed-TileList-and-DragManager-tests-in-DragManag
>er_.patch
>
>(No "." required btw).
>
>Thanks,
>Justin

Reply via email to