Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [pde-build-dev] Problem in auto building fragment

Title: Problem in auto building fragment
Ok, I found out my the cause to my problem. I didn't have correct description of the fragment in the feature.xml.
Regards.
 
-- Ling


From: pde-build-dev-bounces@xxxxxxxxxxx [mailto:pde-build-dev-bounces@xxxxxxxxxxx]
Sent: Tuesday, April 18, 2006 12:31 AM
To: pde-build-dev@xxxxxxxxxxx
Subject: [pde-build-dev] Problem in auto building fragment

Hi there,

I encountered a problem when trying to add a fragment in our auto-build process.

I have this entry in one of our map files:

   fragment@xxxxxxxxxxxxxxxxxxxx.win32=HEAD,:pserver:user1@xxxxxxxxxxxxxxxxxxx:/n/debug,,eclipse/workspace/org.eclipse.cdt.core.win32,

But during the build, the CVS command generated is

   cvs rtag -F -r HEAD eclipse/workspace/org.eclipse.cdt.core.win32/fragment.xml

Where you can see only the "fragment.xml" file instead of the whole fragment module is checked out from CVS.

All the other plugin and feature elements in the same map file work fine.  So could some one tell me how to ensure the whole fragment module is fetched ?

BTW, I'm using Eclipse 3.1 + CDT 3.0.2.

Thanks.

-- Ling

Nokia IDE Solutions
Austin, Texas
- - - - - - - - - - - - - - - - -
Carbide.c++ Express is available now!
See http://www.forum.nokia.com/carbide for details.




Back to the top