Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dsdp-ercp-dev] Wrong project dependencies for eswt-expanded and eswt-mobile

Hi Uriel,

I have checked out org.eclipse.ercp.swt.core.win and
org.eclipse.ercp.swt.expanded.win as modules from cvs root, only
org.eclipse.ercp.swt.mobile.win is from org.eclipse.ercp folder.
This is the content of org.eclipse.ercp.swt.core.win\.project:

<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
	<name>org.eclipse.eswt.core.win</name>
	<comment></comment>
	<projects>
	</projects>
	<buildSpec>
		<buildCommand>
			<name>org.eclipse.jdt.core.javabuilder</name>
			<arguments>
			</arguments>
		</buildCommand>
	</buildSpec>
	<natures>
		<nature>org.eclipse.jdt.core.javanature</nature>
	</natures>
</projectDescription>

Uriel KL Liu wrote:
> Hi Radoslav,
> 
> Did you check out the module (which you can find at the bottom of cvs
> tree) or check out project from org.eclipse.ercp folder? We use module
> project for core and expanded.
> 
> Sincerely yours
> *
> Uriel Liu, PMP(R)**_
> _**_Eclipse eRCP_* <http://www.eclipse.org/ercp/>*/**_Lotus Expeditor_*
> <http://www-142.ibm.com/software/sw-lotus/products/product1.nsf/wdocs/expeditor>*
> Dev., CSDL*
> e-mail: liukl@xxxxxxxxxx
> Tel: 886-2-8170-6871, Fax: 886-2-2655-0541, Tie-Line: 849-6871
> 10F., Bldg. E. 19-13 Sanchong Rd., NanKang Dist., Taipei 115, Taiwan
> Inactive hide details for Radoslav Gerganov
> <r.gerganov@xxxxxxxxxx>Radoslav Gerganov <r.gerganov@xxxxxxxxxx>
> 
> 
>                         *Radoslav Gerganov <r.gerganov@xxxxxxxxxx>*
>                         Sent by: dsdp-ercp-dev-bounces@xxxxxxxxxxx
> 
>                         2007/11/12 下午 08:51
>                         Please respond to
>                         DSDP ercp list <dsdp-ercp-dev@xxxxxxxxxxx>
> 
> 	
> 
> To
> 	
> DSDP ercp list <dsdp-ercp-dev@xxxxxxxxxxx>
> 
> cc
> 	
> 
> Subject
> 	
> [dsdp-ercp-dev] Wrong project dependencies for eswt-expanded and eswt-mobile
> 
> 	
> 
> 
> Hi,
> 
> When I checkout and import "org.eclipse.ercp.swt.expanded.win" and
> "org.eclipse.ercp.swt.mobile.win projects" into my Eclipse workspace I
> am getting:
> 
> "Build path entry is missing: /org.eclipse.ercp.swt.core.win"
> 
> Both projects require "org.eclipse.ercp.swt.core.win" but this project
> is named "org.eclipse.eswt.core.win" in its .project file.
> 
> Is there something wrong with the project files or I am missing something?
> 
> --Rado
> _______________________________________________
> dsdp-ercp-dev mailing list
> dsdp-ercp-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/dsdp-ercp-dev
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> dsdp-ercp-dev mailing list
> dsdp-ercp-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/dsdp-ercp-dev


Back to the top