The patch file is fully qualified relative to your C drive. Please recreate it so that it is relative to your workspace so we can use patch tools to apply it, e.g.
C:/dev/groovy/workspace/org.codehaus.groovy.eclipse.codeassist.completion/src/org/codehaus/groovy/eclipse/codeassist/completion/GroovyProposal.java
Aaron Tarter added a comment - 04/Jan/08 07:39 AM The patch file is fully qualified relative to your C drive. Please recreate it so that it is relative to your workspace so we can use patch tools to apply it, e.g.
C:/dev/groovy/workspace/org.codehaus.groovy.eclipse.codeassist.completion/src/org/codehaus/groovy/eclipse/codeassist/completion/GroovyProposal.java
should be:
org.codehaus.groovy.eclipse.codeassist.completion/src/org/codehaus/groovy/eclipse/codeassist/completion/GroovyProposal.java
C:/dev/groovy/workspace/org.codehaus.groovy.eclipse.codeassist.completion/src/org/codehaus/groovy/eclipse/codeassist/completion/GroovyProposal.java
should be:
org.codehaus.groovy.eclipse.codeassist.completion/src/org/codehaus/groovy/eclipse/codeassist/completion/GroovyProposal.java