Unversioned bin folder causes builds to fail [message #25286] |
Mon, 06 October 2008 12:54 |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.02747 seconds