If I can just make a suggestion, check out this application: http://jakarta.apache.org/turbine/fulcrum/fulcrum-osworkflow-example/index.h tml
This is an example of a Turbine application plugged into OSWorkflow, and gives you a good example of the various aspects of a T2.3 based application. At this point, with the TDK having a fair number of issues, I think you might be happier with this. Most of what makes the TDK hard is the various compiling of torque objects, and the customization of the core classes to have your specific domain name/package names etc.. I find taking a good example and copying/pasting it works much better... Eric > -----Original Message----- > From: Scott Eade [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 16, 2003 1:27 PM > To: Turbine Users List > Subject: Re: NetBeans and TDK 2.2 > > > David_Solbach/MR/de/[EMAIL PROTECTED] wrote: > > >I wonder how to use NetBeans to work with the TDK, I read a howto on > >remote debugging, and that works fine (at least it stop's at my > >breakpoints and so on). > >But I have another Problem, when I mount the filesystem in > Netbeans, (I > >mount the directory $tdkroot/webapps/myapp) it obviously > recognizes it as > >a web application, builds completion-db's and so on. > > > >Unfortunately I get a load of "Invalid package declaration" > errors... > >every source file, that uses a code like: > > > >import org.myapp.modules.screen; > > > >or similar, creates this kind of error, also "class MyClass extends > >SecureScreen" creates an error message, because SecureScreen isn't > >recognized (because of the invalid package declaration). > >I tried google a lot to find a solution, but couldn't find a > howto on > >using NetBeans with TDK, what IDE's do you prefer? > >what should I do? > > > > > I myself use Eclipse, but I would imagine that NetBeans can > be made to work. > > Your emails from Notes are coming through just fine. Plain > text is the > preferred > format anyway. > > The tdk version you indicate in your most recent torque-user > message is > I think the > only real choice at present. Be sure to search the turbine-user and > turbine-dev > mail archives for messages concerning problems with this > build - I know > there have > been a few reported. I myself don't use the TD. > > HTH, > > Scott > > -- > Scott Eade > Backstage Technologies Pty. Ltd. > http://www.backstagetech.com.au > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
