You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Workspace Mechanic for Eclipse
The preference recorder picks up the addition of an app server runtime
but it does not pickup the server configuration. The configuration is
stored in servers.xml which by default is in .metadata\.plugins
\org.eclipse.wst.server.core\ but can be switched to being stored in a
project in the workspace. Right now I am doing it by provisioning the
runtime configuration preference and checking the server project into
SVN and using a teamset to distribute the configuration. Can anyone
think of an easy way(or not so easy i suppose) to provision this all
with mechanic?
Adam
Robert Konigsberg
unread,
May 19, 2010, 4:48:59 AM5/19/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to workspac...@googlegroups.com
One way I could think of doing it is by supplying a plug-in that configures the environment for your users. Another is to supply a class task. Class tasks are less flexible than a plug-in task supplier but could do the job for you.