[ http://issues.apache.org/jira/browse/DERBY-1846?page=comments#action_12436025 ] Rick Hillegas commented on DERBY-1846: --------------------------------------
I tried update-with-jdbc4 on Linux and saw a lot of the following diagnostics as the script looped through the client classes: # compile the client classes echo "Compiling the client classes for JDBC 4.0" Compiling the client classes for JDBC 4.0 for i in `cat client.list` do FILE=`echo $i | tr '\\' '/' | sed 's/.$//g'` CLASSES="$FILE $CLASSES" done cat client.list echo $i | tr '\' '/' | sed 's/.$//g' tr: invalid backslash escape at end of string echo $i | tr '\' '/' | sed 's/.$//g' tr: invalid backslash escape at end of string echo $i | tr '\' '/' | sed 's/.$//g' tr: invalid backslash escape at end of string echo $i | tr '\' '/' | sed 's/.$//g' tr: invalid backslash escape at end of string echo $i | tr '\' '/' | sed 's/.$//g' tr: invalid backslash escape at end of string echo $i | tr '\' '/' | sed 's/.$//g' tr: invalid backslash escape at end of string echo $i | tr '\' '/' | sed 's/.$//g' tr: invalid backslash escape at end of string echo $i | tr '\' '/' | sed 's/.$//g' tr: invalid backslash escape at end of string echo $i | tr '\' '/' | sed 's/.$//g' tr: invalid backslash escape at end of string echo $i | tr '\' '/' | sed 's/.$//g' tr: invalid backslash escape at end of string echo $i | tr '\' '/' | sed 's/.$//g' tr: invalid backslash escape at end of string echo $i | tr '\' '/' | sed 's/.$//g' tr: invalid backslash escape at end of string echo $i | tr '\' '/' | sed 's/.$//g' tr: invalid backslash escape at end of string echo $i | tr '\' '/' | sed 's/.$//g' tr: invalid backslash escape at end of string echo $i | tr '\' '/' | sed 's/.$//g' tr: invalid backslash escape at end of string echo $i | tr '\' '/' | sed 's/.$//g' tr: invalid backslash escape at end of string echo $i | tr '\' '/' | sed 's/.$//g' tr: invalid backslash escape at end of string > Create a script that allows users to easily update their Derby jars with the > JDBC4 classes. > ------------------------------------------------------------------------------------------- > > Key: DERBY-1846 > URL: http://issues.apache.org/jira/browse/DERBY-1846 > Project: Derby > Issue Type: Improvement > Components: Demos/Scripts > Affects Versions: 10.2.1.0 > Reporter: Andrew McIntyre > Assigned To: Andrew McIntyre > Fix For: 10.2.1.0 > > Attachments: derby-1846-v1.diff, derby-1846-v2.diff, > derby1846-batchFix_v1.diff, output_batchFix_v1.txt > > > Since the resolution of the JDBC 4 licensing issue was to not ship a build > that includes Derby's JDBC 4 code, but continue to ship the Derby source > files for them, a script which automatically compiles and updates the Derby > jars with the JDBC 4 classes would be useful. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira