File tree Expand file tree Collapse file tree
src/main/java/org/reaktivity/rym/internal/commands/wrap Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 <modelVersion >4.0.0</modelVersion >
77 <groupId >org.reaktivity</groupId >
88 <artifactId >rym</artifactId >
9- <version >0.3 </version >
9+ <version >0.4 </version >
1010 <name >Reaktivity Management Tool</name >
1111 <description >Reaktivity Management Tool</description >
1212 <url >https://github.com/reaktivity/rym.java</url >
Original file line number Diff line number Diff line change @@ -83,9 +83,9 @@ private void generateWrapper() throws IOException
8383 String .format ("wrappedPath=\" %s\" " , wrappedPath ),
8484 String .format ("wrappedURL=\" %s\" " , wrappedURL ),
8585 "if [ ! -r \" $wrappedPath\" ]; then" ,
86+ "mkdir -p `dirname $wrappedPath`" ,
8687 "if [ -r \" $localPath\" ]; then" ,
8788 "echo $wrappedPath not found, copying from $localPath" ,
88- "mkdir -p `dirname $wrappedPath`" ,
8989 "cp $localPath $wrappedPath" ,
9090 "else" ,
9191 "echo $wrappedPath not found, downloading from $wrappedURL" ,
You can’t perform that action at this time.
0 commit comments