Skip to main content



      Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Unversioned bin folder causes builds to fail
Unversioned bin folder causes builds to fail [message #25286] Mon, 06 October 2008 12:54
Eclipse UserFriend
Hi,

Let's say we have plugin A and plugin B that depends on plugin A. Our
headless build starts by checking out plugins from SVN and the rest is
taken care by pde build process.

The problem is since we don't store bin folders in SVN, all checkout
plugins won't contain any classes generated by IDE in bin folder, so in
this case plugin B won't compile since it looks up plugin A in plugin A's
bin folder (I've inspected the generated build.xml file).

I guess the above situation is not uncommon since ignoring the bin folders
is such a common practice in versioning system so I was wondering how
others would handle this situation.

Any help would be greatly appreciated.

Setya
Previous Topic:Why is "permissions.properties" not supported anymore in Eclipse 3.4 Ganymede?
Next Topic:Unversioned bin folder causes builds to fail
Goto Forum:
  


Current Time: Sun May 11 18:14:07 EDT 2025

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

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

Back to the top