Changeset 2676
- Timestamp:
- 03/08/10 13:29:05 (6 months ago)
- Location:
- molgenis/3.3/src/org/molgenis/generators
- Files:
-
- 2 modified
-
ForEachMatrixGenerator.java (modified) (1 diff)
-
ForEachViewGenerator.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molgenis/3.3/src/org/molgenis/generators/ForEachMatrixGenerator.java
r2315 r2676 49 49 String packageName = this.getClass().getPackage().toString().substring( 50 50 Generator.class.getPackage().toString().length()); 51 File targetDir = new File(getSourcePath(options) + model.getName() + packageName.replace(".", "/"));51 File targetDir = new File(getSourcePath(options) + model.getName().replace(".","/") + packageName.replace(".", "/")); 52 52 targetDir.mkdirs(); 53 53 -
molgenis/3.3/src/org/molgenis/generators/ForEachViewGenerator.java
r2315 r2676 41 41 String packageName = this.getClass().getPackage().toString().substring( 42 42 Generator.class.getPackage().toString().length()); 43 File targetDir = new File(this.getSourcePath(options) + model.getName() + packageName.replace(".", "/"));43 File targetDir = new File(this.getSourcePath(options) + model.getName().replace(".","/") + packageName.replace(".", "/")); 44 44 targetDir.mkdirs(); 45 45
![(please configure the [header_logo] section in trac.ini)](http://gbic.target.rug.nl/trac/molgenis/chrome/site/molgenis_logo.jpg)