Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 101344 Details for
Bug 228406
Generator app fails if artifact repository not specified
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
be more resilient wrt artifact repos and publishing
mdg4.patch.txt (text/plain), 1.16 KB, created by
Jeff McAffer
on 2008-05-21 15:08:53 EDT
(
hide
)
Description:
be more resilient wrt artifact repos and publishing
Filename:
MIME Type:
Creator:
Jeff McAffer
Created:
2008-05-21 15:08:53 EDT
Size:
1.16 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.equinox.p2.metadata.generator >Index: src/org/eclipse/equinox/internal/p2/metadata/generator/EclipseGeneratorApplication.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.equinox/p2/bundles/org.eclipse.equinox.p2.metadata.generator/src/org/eclipse/equinox/internal/p2/metadata/generator/EclipseGeneratorApplication.java,v >retrieving revision 1.41 >diff -u -r1.41 EclipseGeneratorApplication.java >--- src/org/eclipse/equinox/internal/p2/metadata/generator/EclipseGeneratorApplication.java 14 May 2008 21:51:39 -0000 1.41 >+++ src/org/eclipse/equinox/internal/p2/metadata/generator/EclipseGeneratorApplication.java 21 May 2008 19:07:13 -0000 >@@ -346,7 +346,8 @@ > return new Integer(-1); > } > >- if (provider.getArtifactRepository() == null) { >+ // if we asked for artifacts to be published in some form, there must be a repo given >+ if ((provider.publishArtifactRepository() || provider.publishArtifacts()) && provider.getArtifactRepository() == null) { > System.out.println(Messages.exception_artifactRepoNotSpecified); > return new Integer(-1); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 228406
:
100301
| 101344