Are there any good tutorials for creating a Roller project in NetBeans, or can someone give a rundown on the best way to do this?
I recently downloaded Roller into NetBeans via the subversion profile, but received an error right off the bat related to a pojos class when trying to build the application. Once I cleaned the project though the build ran successfully. After building from source in NetBeans and testing all units I wanted to deploy the app to Tomcat so I mapped the target "deploy-tomcat" to NetBeans "Deploy project" menu item, but again ran into another problem which required me to edit the ant.properties and custom-ant.xmlf files for my specific setup. Once I did that the I was able to run the "Deploy project" menu item to propogate my build to the Tomcat webapp directory, but again I ran into a problem when trying to start the web app from under the Tomcat server runtime menu related to JDBC connectivity to the database. I assume from here I need to make the JDBC available globally via the CLASSPATH, and install and configure my database of choice, but am I complicating things here? Is there an easier way to handle this? -- View this message in context: http://www.nabble.com/NetBeans-Roller-Project-tf2771139s12275.html#a7729392 Sent from the Roller - Dev mailing list archive at Nabble.com.
