Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Unversioned bin folder causes builds to fail
Unversioned bin folder causes builds to fail [message #582246] Mon, 06 October 2008 16:54
Setya Nugdjaja is currently offline Setya NugdjajaFriend
Messages: 567
Registered: July 2009
Senior Member
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:Unversioned bin folder causes builds to fail
Next Topic:Where to include cheatsheets?
Goto Forum:
  


Current Time: Fri Apr 19 18:16:15 GMT 2024

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

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

Back to the top