Install Spindle, right click on the project.

Choose "Tapestry"

check the box: "is a Tapestry Project"

locate the context root of the project by clicking the Browse button
below the checkbox.

If you are using servlet spec 2.4 or if you arrange the tags in your
web.xml in a way that is not consistent with the servlet dtd, then
uncheck the validation checkbox.

That's it - the project is now a Tapestry project.

Geoff

P.S. yes, Spindle must be installed before Palette will work

On 7/21/05, Phil Zoio <[EMAIL PROTECTED]> wrote:
> Something you might like to try
> 
> Open your .project file
> 
>     <buildSpec>
>         <buildCommand>
>             <name>org.eclipse.jdt.core.javabuilder</name>
>             <arguments>
>             </arguments>
>         </buildCommand>
>         <buildCommand>
>             <name>com.iw.plugins.spindle.core.tapestrybuilder</name>
>             <arguments>
>             </arguments>
>         </buildCommand>
>     </buildSpec>
>     <natures>
>         <nature>org.eclipse.jdt.core.javanature</nature>
>         <nature>com.iw.plugins.spindle.core.tapestrynature</nature>
>     </natures>
> 
> If its not already present, add the second <buildCommand> element and
> the second <nature> element
> 
> This could get you some of the way, if not all of the way, to solving
> your problem
> 
> Cheers,
> Phil
> 
> 
> 
> [EMAIL PROTECTED] wrote:
> 
> >Hi,
> >
> >
> >
> >I have an existing struts web application, and am integrating Tapestry
> >in.  However, I cannot get the Palette control to work, and I assume it
> >is because the project was not created as a tapestry Web app.  Is this
> >the case?  If so, does anyone know if I can manually add a file or two
> >to the project space, to make it look like a Tapestry web app?
> >
> >
> >
> >Thanks,
> >
> >
> >
> >Craig
> >
> >
> >
> >
> >
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


-- 
The Spindle guy.           http://spindle.sf.net
Get help with Spindle:   
http://lists.sourceforge.net/mailman/listinfo/spindle-user
Announcement Feed:    
http://www.jroller.com/rss/glongman?catname=/Announcements
Feature Updates:            http://spindle.sf.net/updates

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to