Is there any way to get this thing to generate the files under the same
folder structure that their corresponding Java files would be created in?

Say I have:

myProject--
        --src
                --com
                        --myNamespace
                                --myFile.hbm.xml
        --bin
        --asBin



I want to be able to choose asBin as the default output dir for that
template and then have it generate the appropriate subDirs for me so that
after synchronizing my output would look like:


myProject--
        --src
                --com
                        --myNamespace
                                --myFile.hbm.xml
                                --myFile.java
        --bin
                --com
                        --myNamespace
                                --myFile.hbm.xml
                                --myFile.class
        --asBin
                --com
                        --myNamespace
                                --myFile.as





Is that supported?



Thanks in Advance

--Kelly







-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of Rich Tretola
Sent: Tuesday, February 14, 2006 7:39 AM
To: [email protected]
Subject: [flexcoders] ActionScript 3 Value Object Generator

I just posted a new version of my actionscript value object generator
for AS3 for those using Hibernate Scynchronizer with Flex 2.
http://www.everythingflex.com/blog/1/2006/02/Installing-AS3VOGenerator.cfm

Rich


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links



 





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to