Changeset 2423
- Timestamp:
- 11/06/09 17:41:41 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molgenis/3.3/src/org/molgenis/generators/server/MolgenisResourceCopyGen.java
r2422 r2423 41 41 String jarPath = getClass().getResource("").getFile(); 42 42 jarPath = jarPath.split("!")[0].split("file:")[1]; 43 44 // copy the images/scripts/css 45 File source = new File(jarPath); 43 46 44 File target = new File(this.getWebserverPath(options) + "/generated-res"); 47 45 48 URL url = MolgenisOriginalStyle.class.getResource("");49 url.toString();50 46 51 47 //check if the target exists otherwise it's created
Note: See TracChangeset
for help on using the changeset viewer.