Le mardi 27 Avril 2004 02:58, Suchisubhra Sinha (susinha) a �crit�: > Sure you can, Create a Tomcat project. Follow these steps.. > 1.enter /webapp in subdirectory to set up application webroot. > 2. choose default output folder as project name/webapp/WEB-INF/classes > > And you are ready to go. > > ~suchi > > -----Original Message----- > From: Jeff Boring [mailto:[EMAIL PROTECTED] > Sent: Monday, April 26, 2004 5:53 PM > To: [EMAIL PROTECTED] > Subject: newbe, jetspeed development environment > > > Can one use JAVA IDE's like Eclipse with Jetspeed? How is this managed? Do > u just create a tomcat project with the tomcat plugin everyone uses for web > applications? Drop the jetspeed, turbine, etc jar's in the web-inf\lib dir? > > Thanks for any help, > > Jeff
Hello, You can also use Maven to generate the Eclipse files. Simply enter $> maven eclipse and it will generate the .project and .classpath file. After that, you can import this project in Eclipse easily. (not sure, but it's probably a new thing of Jetspeed 1.5 ?) -- Damien Raude-Morvan / DrazziB WEB : www.drazzib.com TEL : 06 08 80 36 98 ICQ : 68119943 GPG: 0x337C7EBB --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
