are you compiling from source at all? the output/resources dir only appears if you ran 
through a build. 

the .bsh files are beanshell scripts. they can be dropped into the deploy directory 
and then they will create the tables. 

what does your nukes-ds.xml deployment file have in the connection-url element? 

nukes by default is geared to run w/ mysql as the default database. if you want to run 
w/ hsqldb, then you need to do the following:

1) copy the "local.properties-example" file from build/etc into build and rename it 
"local.properties"
2) edit that file and change the database from mysql to hsqldb
3) execute "build.sh(bat)" in the build directory.

that will create the "output" directories in the components and you can find the .ddl 
files there.

4) create the db tables (either use the ddls, or the .bsh scripts)
5) execute "build.sh(bat) deploy" in the build directory. 

that will go through and deploy nukes and you should be good to go. 


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828404#3828404

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828404


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to