Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-03-12Need to check for the org.osgi.resource packagev20120312-2018N20120416-1918I20120416-2327I20120416-1738I20120416-1719I20120416-1643I20120416-1623I20120416-1600I20120416-1508I20120411-2034I20120411-1737I20120411-0906I20120411-0258I20120410-2330I20120410-2037I20120410-1710I20120410-0633I20120410-0320I20120410-0304I20120410-0252I20120410-0238I20120410-0216I20120410-0152I20120410-0136I20120410-0122I20120410-0102I20120410-0049I20120410-0027I20120409-2358I20120409-2119I20120409-2018I20120409-1957I20120409-1911I20120409-1708I20120409-1622I20120409-1353I20120409-0926I20120409-0904I20120409-0315I20120409-0131I20120408-2304I20120408-2000I20120408-1521I20120408-1324I20120408-1214I20120408-1110I20120408-0330I20120408-0246I20120408-0231I20120408-0216I20120408-0152I20120408-0036I20120408-0012I20120407-2339I20120407-2245I20120407-2106I20120407-1941I20120407-1904I20120407-1840I20120407-1826I20120407-1732I20120407-1717I20120407-1631I20120407-0358I20120407-0346I20120407-0329I20120407-0305I20120407-0217I20120407-0205I20120407-0138I20120407-0103I20120407-0040I20120407-0024I20120406-2327I20120406-0935I20120406-0915I20120406-0250I20120406-0231I20120406-0006I20120405-2131I20120405-1735I20120405-1114I20120405-0114I20120404-2228I20120404-2006I20120404-1351I20120404-0051I20120403-2231I20120328-2028I20120328-2020I20120328-2007I20120328-1956Thomas Watson1-3/+3
2012-03-09Bug 373825 - AIOOBE when publishing a product with version "0.0.0" forv20120309-1937Ian Bull1-1/+1
MacOS X Checks for segment length before assuming we have a segment(0).
2012-03-09Adds a test case for min/max requirements. v20120309-0437Ian Bull3-0/+49
2012-03-09Let's the advice file set min/max values for capability advice.v20120309-0029Ian Bull1-1/+22
If both min and max are set, then these values will be used instead of optional/multiple.
2012-03-05Temporarily disable pause/resume test cases until ECF 3.5.5 is pickedMengxin Zhu2-194/+181
up. Signed-off-by: Mengxin Zhu <kane.zhu@windriver.com>
2012-03-05Bug 373212 compiling error in nightly build.v20120305-0333Mengxin Zhu4-49/+386
Update project specific setting of JDT and PDE. Signed-off-by: Mengxin Zhu <kane.zhu@windriver.com>
2012-03-02342550 Remove MacOS application folder name magic from BrandingIronTobias Oberlies2-10/+17
- In p2, we magically rename the application folder to "Eclipse.app" if the executable is "eclipse". PDE build, who are reusing the BrandingIron, however expect an "eclipse.app" folder. With this change, the rename magic is moved out of BrandingIron into the only user on the p2 side. - This should fix the PDE build test failure described reported as bug 368246. Bug: 342550 Follow-up: consolidate copies of ProductFile and BrandingIron Bug: 368246 Test failures in official build
2012-03-02352457 Fix chmod instruction for Eclipse.app/Contents/MacOS/eclipseTobias Oberlies1-1/+13
- This is a quick fix for bug 352457: When writing the chmod action, just repeat the magic capitalization of the .app folder in case of launchers called "launcher" or "eclipse" (as it is done in the BrandingIron). Bug 352457: [publisher] Unbranded Mac OS X Product cannot be installed on case sensitive file system
2012-03-02372788 Let artifact repository create ArtifactDescriptor instancesTobias Oberlies2-2/+2
2012-03-01Bug 372529 - Consider increasing SAT4J default timeoutv20120301-2203John Arthorne1-2/+12
2012-03-01Bug 373021 - Errant break in ProfileSynchronizerv20120301-2145John Arthorne1-2/+2
2012-03-01Bug 358842 pausing/resuming a p2 operation.v20120301-1523v20120301-0711Mengxin Zhu19-16/+871
Introduce new test cases that will download artifacts from Internet, so add vm arguments to make downloading more stable. Signed-off-by: Mengxin Zhu <kane.zhu@windriver.com>
2012-02-27Bug 371361 - Eclipse 3.8 SDK installs 4.2 on updatev20120227-1535John Arthorne2-6/+39
2012-02-27Improved javadoc on IUpdateDescriptorv20120227-1533John Arthorne1-1/+13
2012-02-22Bug 372289 - Enable activating projector encoding debugging in .optionsv20120222-2119John Arthorne3-2/+7
2012-02-20334519 Added parameter for selecting JRE profile in product publisher ↵v20120220-1824Shenol Yousouf10-23/+225
application Introducing a new parameter for the product publisher application to read the java profile from an external file. The value of the specified location can be either a single file or a JRE folder with a .profile file. In the latter case, the whole JRE folder is zipped and uploaded as binary artifact to p2 repository. Also, fixed reading the versions of the packages, described in the java profile. Bug 334519 - [publisher] Erroneous behavior in product publisher when handling the java profile
2012-02-16Bug 371566 - test failure in I20120214-0800Ian Bull1-1/+1
We had an over-protective null check. In fact, we want the null selector to be set.
2012-02-15Bug 371566 - test failure in I20120214-0800Ian Bull1-10/+31
We hijack the mirror selector and never removed it. Whne the tests run in a non-deterministic order, the temp selector causes problems with other test cases. This fixes it by clearing the custom selector after the test finishes.
2012-02-10Bug 371176 - compile warning in build.v20120210-0802Mengxin Zhu2-1/+54
Add 'Save action' for bundle 'org.eclipse.equinox.p2.transport.ecf' to organize the imports. Signed-off-by: Mengxin Zhu <kane.zhu@windriver.com>
2012-02-09Bug 369834.v20120209-1054Mengxin Zhu10-48/+195
Rework the download progress event reports in the scenario of multiple agents. Signed-off-by: Mengxin Zhu <kane.zhu@windriver.com>
2012-02-08Test case for Bug 369834 - Failure reading zipped repository isJohn Arthorne2-9/+36
causing PDE/Build test failure
2012-02-02Bug 370299 fix intermittent case failures on Oracle Java 7.v20120202-1333v20120202-0547Mengxin Zhu1-11/+47
Signed-off-by: Mengxin Zhu <kane.zhu@windriver.com>
2012-01-17364929 support customizable download statisticsv20120117-1140v20120117-0330Mengxin Zhu14-16/+364
Signed-off-by: Mengxin Zhu <kane.zhu@windriver.com>
2012-01-12316328 engine should be more verbose while performing an installationv20120112-1825Mengxin Zhu19-42/+767
1. the event of phase starts and finishes 2. download events, including how many artifacts to be downloaded, how many artifacts to be downloaded from a specific repository, the mirror request(download) result, download progress event(a wrapper of ProgressStatistics) 3. the events before/after configuring/unconfiguring an IU Signed-off-by: Mengxin Zhu <kane.zhu@windriver.com>
2012-01-09348366 Only remember cancel if dialog explicitly signals cancelv20120109-1423Tobias Oberlies7-13/+29
- Introduced a new constant in UIServices to give the implementations the possibility to explicitly indicate that the user cancelled a prompt for password. - Only remember cancel in class Credentials on explicit user cancels. This ensures that the authentication prompt is shown at least once. Bug: 348366 - [repository] Cannot update from update site with authentication
2012-01-09Added some missing bundles needed during testthallgren2-2/+7
2012-01-09Added a Buckminster releng project to aid with workspace/TP populationthallgren4-0/+130
2011-12-31Change signature of install helperv20111231-2243prapicau1-3/+2
2011-12-31Reorganize the helperprapicau11-45/+144
2011-12-31Take into account additions and removals when looking for best solutionv20111231-2042prapicau6-7/+246
2011-12-19Bug 366781 - isReadOnly(File) doesn't work on Windows.v20111219-0328Mengxin Zhu1-6/+12
It wants to determine whether new files can be created under the given file that actually denotes a folder. There's no more elegant way besides creating a temporary file for testing. Signed-off-by: Mengxin Zhu <kane.zhu@windriver.com>
2011-12-15Bug 366668 - Test case ↵v20111215-0657Mengxin Zhu1-20/+25
'testSimpleRepositoryPerformanceOnLoadReadonlyLocalRepository' fails on Windows. Disable case 'testSimpleRepositoryPerformanceOnLoadReadonlyLocalRepository' on Windows. There is no way to create a test folder on Windows then new file can't be created in it. Signed-off-by: Mengxin Zhu <kane.zhu@windriver.com>
2011-12-14Updated tests.DJ Houghton1-0/+2
2011-12-14Fixed up old test.DJ Houghton1-48/+37
2011-12-14Bug 366425 - Verify end to end testsDJ Houghton8-252/+140
2011-12-13Bug 362692 - Reconciler inconsistent with small samplingv20111213-1933DJ Houghton10-18/+105
2011-12-13Bug 362692 - Reconciler inconsistent with small samplingDJ Houghton1-9/+5
2011-12-13Add comment to testDJ Houghton1-4/+5
2011-12-13Update end to end test suites.DJ Houghton3-6/+10
2011-12-13Updated tests. Enable tests.verifier bundle to be run in the workspace.v20111213-1353DJ Houghton6-12/+14
2011-12-12Bug 366425 - Verify end to end testsDJ Houghton5-335/+204
2011-12-12Updated tests.DJ Houghton3-0/+405
2011-12-12Bug 366383 - Ambiguous reference to VersionRange classv20111212-1216DJ Houghton1-0/+1
2011-12-08Bug 364221 - JREAction fails for OSGi/Minimum profilesv20111208-2108DJ Houghton1-2/+6
2011-12-08Bug 364475 - allow customization of p2.inf requirement processingv20111208-2102DJ Houghton2-3/+9
2011-12-08Bug 364222 - JREAction generates wrong IU for JavaSE-1.7 profileDJ Houghton1-0/+202
2011-12-08Bug 365390 - [doc] spell typo ofv20111208-2045DJ Houghton1-1/+1
IArtifactRepository.createArtifactDescriptor(IArtifactKey)
2011-12-08Bug 365390 - [doc] spell typo ofDJ Houghton1-1/+1
IArtifactRepository.createArtifactDescriptor(IArtifactKey)
2011-12-07Fix 351944 to avoid unnecessary loading artifact repository when doing ↵v20111207-0646Mengxin Zhu5-4/+123
query, getting artifact descriptors via artifact key. Without fixing though simple artifact repository always checks the last modify of artifacts.jar file, however it still cost some time, it will waste a lot of time especially the repository locates on a read-only NFS server. This version of fix introduces the dependency on o.e.core.filesystem to use EFS API to change the file permission crossing platforms. Signed-off-by: Mengxin Zhu <kane.zhu@windriver.com>
2011-12-05Revert "Fix 351944 to avoid unnecessary loading artifact repository when ↵v20111205-2311Ian Bull4-116/+4
doing query, getting artifact descriptors via artifact key." This reverts commit 82aeb8dee11f4114494fe3dd0ca1097312d2dfd5.

Back to the top