deanlaw / cfcgenerator

Automatically exported from code.google.com/p/cfcgenerator
8 stars 6 forks source link

yac.xml should support storagePath attribute #54

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There should be a way to store generated files in subfolders.
the storage path could be composed by a string or even a variable.

<dao storagePath="DAO" /> would generate myTableDAO under the DAO folder
while <dao storagePath="{beanName}" /> would generate myTableDAO under
myTableFolder.

Original issue reported on code.google.com by joaopedr...@gmail.com on 20 Sep 2007 at 2:17

GoogleCodeExporter commented 9 years ago
I've indepdently asked the same thing on the mailing list with some use cases, 
so I
agree, even more so if it can contain variables that are interpolated by 
Illudium at
generation time.

Original comment by tom.chiv...@gmail.com on 5 Oct 2007 at 3:58

GoogleCodeExporter commented 9 years ago
If the new filePrependPath attribute doesn't work for you, please let us know, 
because otherwise I think this is a duplicate.

Original comment by tom.chiv...@gmail.com on 28 Oct 2010 at 8:59