File tree Expand file tree Collapse file tree 8 files changed +8
-7
lines changed
src/main/java/org/ohnlp/backbone/api/components/xlang/python Expand file tree Collapse file tree 8 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 3131 <parent >
3232 <groupId >org.ohnlp.backbone</groupId >
3333 <artifactId >backbone-parent</artifactId >
34- <version >3.0.29 </version >
34+ <version >3.0.30 </version >
3535 </parent >
3636
3737 <artifactId >api</artifactId >
Original file line number Diff line number Diff line change @@ -202,6 +202,7 @@ private void extractPythonResourcesIfNotExists() {
202202 // -- truncate the python_resources part out of the output path
203203 pathRelative = pathRelative .replaceAll ("^" + File .separator + "?python_resources" + File .separator , "" );
204204 File pathInTmp = new File (workDir , pathRelative );
205+ pathInTmp .getParentFile ().mkdirs ();
205206 byte [] contents = jar .getInputStream (entry ).readAllBytes ();
206207 try (FileOutputStream fos = new FileOutputStream (pathInTmp )) {
207208 fos .write (contents );
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >org.ohnlp.backbone</groupId >
99 <artifactId >backbone-parent</artifactId >
10- <version >3.0.29 </version >
10+ <version >3.0.30 </version >
1111 </parent >
1212
1313 <artifactId >core</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >org.ohnlp.backbone</groupId >
99 <artifactId >backbone-parent</artifactId >
10- <version >3.0.29 </version >
10+ <version >3.0.30 </version >
1111 </parent >
1212
1313 <artifactId >example-backbone-configs</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >org.ohnlp.backbone</groupId >
99 <artifactId >backbone-parent</artifactId >
10- <version >3.0.29 </version >
10+ <version >3.0.30 </version >
1111 </parent >
1212
1313 <groupId >org.ohnlp.backbone.io</groupId >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >org.ohnlp.backbone</groupId >
99 <artifactId >backbone-parent</artifactId >
10- <version >3.0.29 </version >
10+ <version >3.0.30 </version >
1111 </parent >
1212
1313 <artifactId >plugin-manager</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >org.ohnlp.backbone</groupId >
99 <artifactId >backbone-parent</artifactId >
10- <version >3.0.29 </version >
10+ <version >3.0.30 </version >
1111 </parent >
1212
1313 <groupId >org.ohnlp.backbone.transforms</groupId >
Original file line number Diff line number Diff line change 66
77 <groupId >org.ohnlp.backbone</groupId >
88 <artifactId >backbone-parent</artifactId >
9- <version >3.0.29 </version >
9+ <version >3.0.30 </version >
1010
1111
1212 <properties >
You can’t perform that action at this time.
0 commit comments