Skip to main content



      Home
Home » Newcomers » Newcomers » Converting Plugin project into an ordinary java project
Converting Plugin project into an ordinary java project [message #191278] Thu, 01 February 2007 05:43 Go to next message
Eclipse UserFriend
Hi Friends,

I wanted to convert the plugin project as an ordinary java project , is
there any possibility to convert it.

Actually we have used EMF for creating our model and we had some other
plugins.

Right now we are asked to work with out creating plugins and use the
ordinary java projects.

If any one of you know the solution plz post it to me ..

Regards,

Hussain
Re: Converting Plugin project into an ordinary java project [message #191353 is a reply to message #191278] Thu, 01 February 2007 08:37 Go to previous message
Eclipse UserFriend
Originally posted by: merks.ca.ibm.com

This is a multi-part message in MIME format.
--------------030105000207040502040202
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Content-Transfer-Encoding: 7bit

Hussain,

I don't think there is any tool support for removing the plugin nature
or other PDE dependencies from the .project file:

<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>library</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
* <buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.SchemaBuilder</name>
<arguments>
</arguments>
</buildCommand>*
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
* <nature>org.eclipse.pde.PluginNature</nature>*
</natures>
</projectDescription>

I also don't understand why getting rid of the plugin support would be a
good thing. The jar generated from an EMF plugin will work perfectly
fine as a classpath entry for a standalone application so the PDE
support is just a convenience for managing dependencies between projects
in a simple way. For example, you'll notice that the generated
XyzExample.java in the generated *.tests project can be run simply as a
Java application...


Hussain wrote:
> Hi Friends,
>
> I wanted to convert the plugin project as an ordinary java project ,
> is there any possibility to convert it.
>
> Actually we have used EMF for creating our model and we had some other
> plugins.
>
> Right now we are asked to work with out creating plugins and use the
> ordinary java projects.
> If any one of you know the solution plz post it to me ..
> Regards,
>
> Hussain
>


--------------030105000207040502040202
Content-Type: text/html; charset=ISO-8859-15
Content-Transfer-Encoding: 8bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-15"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hussain,<br>
<br>
I don't think there is any tool support for removing the plugin nature
or other PDE dependencies from the .project file:<br>
<blockquote><small>&lt;?xml version="1.0" encoding="UTF-8"?&gt;</small><br>
<small>&lt;projectDescription&gt;</small><br>
<small>
Previous Topic:How to get and build the Eclipse SDK
Next Topic:Loading Multiple properties file
Goto Forum:
  


Current Time: Wed Jun 04 08:46:33 EDT 2025

Powered by FUDForum. Page generated in 1.18293 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top