Hi, I'm using SchemaSpy_5.0.0 to connect to an Oracle DB thru the orathin Driver and it fails to generate the xml file at the end of the process:
java.io.FileNotFoundException: c:\schemaSpy\anoci_ora_2\jdbc:oracle:thin:@simson05:15001:DPJ.PJCV_ADM.xml (Syntaxe du nom de fichier, de répertoire ou de volume incorrecte)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
at java.io.FileOutputStream.<init>(FileOutputStream.java:131)
at net.sourceforge.schemaspy.util.LineWriter.<init>(LineWriter.java:48)
at net.sourceforge.schemaspy.SchemaAnalyzer.analyze(SchemaAnalyzer.java:413)
at net.sourceforge.schemaspy.Main.main(Main.java:45)
I used to patch a former version of SchemaSpy to make it work, but now I want to report this.
Thanks and congratulations for this software!
Cedric
I've added code to strip everything before the last : or @ in the database name from the generated filename. This is in the beta version at http://schemaspy.sourceforge.net/schemaSpy.jar
Thanks,
John