Thanks, that fixed it

andy

At 22:29 21/09/2006, Matthew Sykes wrote:
Andy,

I've had the same problem with the cygwin subversion client. The easiest way to get around it is to do create and run a script that contains something like the following:

#!/bin/sh
for i in `find . -type d -name '.svn'`; do cmd /c attrib +H `cygpath -ws $i` ; done

It takes a while but eventually marks all of the .svn directories as hidden so the java.io.File.isHidden() returns true and the SDO generator ignores them.

I'm sure there's a more efficient way to handle it but that should be a start.

Andy Piper wrote:
Ok, clean checkout, clean repository and I get this:
[INFO] Generating SDO interfaces from g:\java\sca\tuscany\sampleapps\bigbank\acc
ount\src\main\resources\wsdl\.svn
java.io.FileNotFoundException: g:\java\sca\tuscany\sampleapps\bigbank\account\sr
c\main\resources\wsdl\.svn (Access is denied)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:106)

any ideas? Maybe a cygwin permissions thing?
andy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Register now for BEA World 2006 --- See http://www.bea.com/beaworld<<
_______________________________________________________________________
Notice:  This email message, together with any attachments, may contain
information  of  BEA Systems,  Inc.,  its subsidiaries  and  affiliated
entities,  that may be confidential,  proprietary,  copyrighted  and/or
legally privileged, and is intended solely for the use of the individual
or entity named in this message. If you are not the intended recipient,
and have received this message in error, please immediately return this
by email and then delete it.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to