View Source

{color:#000000}There is a concept in Eclipse called{color} [launch configuration|http://wiki.eclipse.org/FAQ_What_is_a_launch_configuration%3F] {color:#000000}\- settings for launching projects from (within) the workspace. These launch configurations have different properties depending on the type of the application being launched (java application, Eclipse plugins, JUnit tests). It looks something like this:{color}

{color:#000000}What we can see here are several types of  launch configurations and a free number of specific examples of these types.{color}

{color:#000000}Sometimes there is a need to launch several applications from (within) one workspace - for example, we are developing a client-server application and want to simultaneously launch/run both the server and the client. For such purpose it would be convenient to to have a new type of launch configuration -{color} {color:#000000}{*}composite{*}{color}{color:#000000}, which would allow to create a new configuration, linking (in)to existing ones. With the launch of this composite configuration all the configurations it's linking into should be launched as well.{color}

{color:#000000}Now to the task itself:  implement / develop Eclipse Plugin(s) adding this new type of launch-configuration. The details of implementation, User Interface and error / exceptions handling are left to your own judgement / creativity. The important thing we would like to see is a finished, working convenient to use product.{color}


!task.jpg|border=1!


{color:#000000}The entry point to documentation for plug-in development in Eclipse is here: --{color} [Platform Plug-in Development Guide|http://help.eclipse.org/indigo/nav/2]{color:#000000}.{color}

{color:#000000}Information about how to add your launch-configurations in Eclipse can be found here --{color} [Program debug and launch support|http://help.eclipse.org/indigo/topic/org.eclipse.platform.doc.isv/guide/debug.htm]{color:#000000}.{color}

*Important\!* Please, submit your solution in the form of Eclipse project with all project files (like .project) in place. The best way would be to ask us ([job@xored.com|mailto:job@xored.com]) for access to our Git repository and commit the project there. Alternatively, you can just zip the whole project directory from the workspace and send to us. Please, *do not* send us binary and source jars.