Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jwt-dev] refactoring

Hi Chris,

Well, you're the one doing the work, so that's the least I can do.

You're right, it's weird anyway because it did work before, at least Mickael built it this way I guess, maybe he's got an idea ?

So maybe don't change too much things yet, just enough to now whether that's the right solution or not...

Regards,
Marc

Christian Saad a écrit :
Hi Marc,

wow, thanks for your quick answer and the details you found out about this. I didn't realize that this was indeed a common problem. At the moment I'm experimenting with removing the reexports from the plugins and it seems that the build process now gets a few additional files done. Although I have no idea why this problem arises right now and only in the CBI build. Maybe they installed a new VM on hudson yesterday, who knows...

Regards,
Chris

Am 05.05.2010 19:41, schrieb Marc Dutoo:
Hi Chris

Non deterministic is bad indeed.

You've made a very good guess. There's this page about splitting a
single package in different bundles :
http://code9.com/2008/08/22/tip-split-packages-and-visibility/
which says that
"Now the resolver is aware that when you import the ‘com.company.util’
package, you should be wired to B and C if you want the com.company.util
package"
HOWEVER no plugin does an Import org.eclipse.jwt.we.conf.aspects.event
so maybe it's not that, as also said at
http://www.vogella.de/blog/2009/03/27/required-bundle-import-package/ ...

Though something else that says the same :
http://dev.eclipse.org/newslists/news.eclipse.modeling.m2m/msg02433.html
"

Equinox cannot handle merging exports of the same package from different
bundles

"

I'm still trying to think more about it.

Regards,
Marc

Christian Saad a écrit :
I agree :)

In a completely unrelated issue, I've got strange (indeterministic)
errors during the Hudson build (see attachment) in the conf plugins.
Seems to me that sometimes the compilation is out of order.

My only (wild) guess at the moment is that this may be caused by files
in the same package in different plugins (e.g. conf-model and
conf-model.edit both provide files in
org.eclipse.jwt.we.conf.aspects.event) so that the compiler doesn't
know with which to start. Or Hudson is just on a rampage...

Any idea?

Regards,
Chris

Am 05.05.2010 18:36, schrieb Marc Dutoo:
Hi Stephane,

Thanks for your balanced views :)

You're right, not imposing too much dependencies on extenders is also
paramount.

Regards,
Marc

Stéphane Drapeau a écrit :
Hi guys,

I think it's a good idea to reduce the number of plugins. We did it
for the SCA Tools project.
However, from my point of view, it is not a good idea to merge the
model and edit code.
The plugin containing the model can easily be used in standalone mode,
and, users can only need this plugin as a starting point for other
dvlpts, like for model transformation.

Best regards,

Stephane Drapeau
Obeo

2010/5/5 Marc Dutoo <marc.dutoo@xxxxxxxxxxx>:
Hi Chris

I'd like the opinion of Eclipse experts like Stephane :)

But IMO having many plugins is not a problem, it's a solution (to
application architecture, cross dependencies etc.).

What do you say about that : the problem you describe is not about how
plugins are separated, but about easing the build of a release (what
about
writing a script that increments the version number of all
sub-plugins ?),
about knowing which plugins are obsolete and unmaintained (what about
putting them in a "trash" place in the CVS, or having another build
cycle
for them ?).

In this context, our plugins can be classified this way :
* 1. WE build required plugins : all metamodel (and converter), we,
we-conf
(aspects), views, transformations plugins - except "dumb" samples
* 2. WE optional, sample and prototype plugins : transfo-test, samples
(including views, conf "dumb" samples, stub transfo), monitoring /
runtime
WorkflowService APIs
* 3. other projects not directly needed : runtime "only" APIs, swing
apps...

1. should be well defined, always be perfectly managed and
maintained, and
built in every build. I maintain that 1. is well architectured, not
hard to
delve in, and pretty clear.
2. should be managed by the person who did it, or another one that
takes
responsibility.
3. is not in any build, but only for specific uses.

Nowadays, JWT is build and made available as a single feature in the
download site. I believe 2. should be put in a separate feature, maybe
jwt-samples. The idea is that 1. is rock solid and well defined,
and not
crippled by possibly obsolete or "dumb" aspect or transfo samples.
And that
2. provides everything else that someone could be interested in, like
samples and prototypes. (Actually, what goes in 2. vs 1. should be
thought
about : should Logging go in 2. because it is a sample, or in 1.
because it
is a valuable feature ?) And if 2. doesn't build because of a single
project, we could even throw it out for the time being whitout
afterthought.

In any way, I'm not for crippling the architecture in order to solve
productivity problems.

And to answer your question, the model may be used alone, at runtime.
And
I've written code that does that :)

Regards,
Marc (shocked but not suprised, and open to discuss it on Skype or on
the
phone ;)

Christian Saad a écrit :
Hi guys,

since Hudson is currently on vacation, I'm writing this mail because
I'd
like to hear your opinions about an issue which is bugging me for
quite some
time now. I'm aware that it's quite a controversial subject, so of
course I
don't expect that you have the same perception here :)

Doing some maintenance work on JWT in the last weeks and months, I
currently have ~60 (!) JWT plugins in my workspace. As you know of
course
most of them have been added at one time or the other to provide a
new
feature or extension of an existing one and have been categorized
accordingly which at least provides some sort of overview.
However, in my opinion we have reached a critical amount which
makes it
very hard to maintain (technical&documentation-wise) all existing
plugins
and which makes this maintainance also very error-prone. In addition
I think
it's very confusing for new users and/or developers who stumble upon
such a
huge repository of potentially (un)interesting plugins and I fear
that some
may not be willing or able to invest the time to find what they
would need
and move on.

Therefore I would like to suggest to think about some
possibilities for
refactoring, i.e. deciding where a package-wise distinction inside a
single
plugin would be sufficient and preferrable to completely separate
plugins.
Given our limited resources, I would take a really pragmatic approach
taking into account our personal experiences over the last years,
e.g. even
go so far ( yes, the final frontier ;) ) as to say why not merge
model&edit
code (in my experience in "real life" the model is never used alone,
and
even if it is, the disadvantage would only be a few unneccessary
dependencies to emf edit but chances are that it's present in the
target
environment anyway).

Ok, so I hope you're not too completely shocked by my reformist ideas (alas I haven't nailed them yet to the door of the university) and I
would
very much like to hear if you have the same perception or if you
don't see a
problem at all or if you have different ideas about solutions.

Regards,
Chris
_______________________________________________
jwt-dev mailing list
jwt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jwt-dev
_______________________________________________
jwt-dev mailing list
jwt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jwt-dev

------------------------------------------------------------------------

Sujet:
Build failed in Hudson: cbi-soa-jwt-integration #17
Expéditeur:
Hudson Builder ' <hudsonbuild@xxxxxxxxxxx>
Date:
Wed, 5 May 2010 12:51:12 -0400 (EDT)
Destinataire:
christian.saad@xxxxxxxxxxxxxxxxxxxxxxxxxx

Destinataire:
christian.saad@xxxxxxxxxxxxxxxxxxxxxxxxxx


See
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/17/changes>

Changes:

[chsaad] *** empty log message ***

------------------------------------------
[...truncated 2018 lines...]
[javac] 160. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/17/artifact/build/I201005051245/eclipse/plugins/org.eclipse.jwt.we.conf.edit/src/org/eclipse/jwt/we/conf/ui/ManageActivatedProfilesUI.java>
(at line 329)
[javac] if (this.getMissingProfiles().isEmpty()) {
[javac] ^^^^^^^^^^^^^^^^^^
[javac] The method getMissingProfiles() from the type
ManageActivatedProfilesUI refers to the missing type Profile
[javac] ----------
[javac] 161. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/17/artifact/build/I201005051245/eclipse/plugins/org.eclipse.jwt.we.conf.edit/src/org/eclipse/jwt/we/conf/ui/ManageActivatedProfilesUI.java>
(at line 362)
[javac]
chooseExportTargetFileButton.setEnabled(!this.getMissingProfiles().isEmpty());

[javac] ^^^^^^^^^^^^^^^^^^
[javac] The method getMissingProfiles() from the type
ManageActivatedProfilesUI refers to the missing type Profile
[javac] ----------
[javac] 162. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/17/artifact/build/I201005051245/eclipse/plugins/org.eclipse.jwt.we.conf.edit/src/org/eclipse/jwt/we/conf/ui/ManageActivatedProfilesUI.java>
(at line 363)
[javac]
exportToFileButton.setEnabled(!this.getMissingProfiles().isEmpty() &&
importToFileHasAllRequiredInfo());
[javac] ^^^^^^^^^^^^^^^^^^
[javac] The method getMissingProfiles() from the type
ManageActivatedProfilesUI refers to the missing type Profile
[javac] ----------
[javac] 163. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/17/artifact/build/I201005051245/eclipse/plugins/org.eclipse.jwt.we.conf.edit/src/org/eclipse/jwt/we/conf/ui/ManageActivatedProfilesUI.java>
(at line 368)
[javac] missingProfilesTreeViewer.setInput(this.getMissingProfiles());
// TODO copy ? or selectionListener enough ?
[javac] ^^^^^^^^^^^^^^^^^^
[javac] The method getMissingProfiles() from the type
ManageActivatedProfilesUI refers to the missing type Profile
[javac] ----------
[javac] 164. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/17/artifact/build/I201005051245/eclipse/plugins/org.eclipse.jwt.we.conf.edit/src/org/eclipse/jwt/we/conf/ui/ManageActivatedProfilesUI.java>
(at line 370)
[javac]
installedProfilesTreeViewer.setInput(ConfRegistry.INSTANCE.getInstalledProfiles());

[javac] ^^^^^^^^^^^^
[javac] ConfRegistry cannot be resolved
[javac] ----------
[javac] 165. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/17/artifact/build/I201005051245/eclipse/plugins/org.eclipse.jwt.we.conf.edit/src/org/eclipse/jwt/we/conf/ui/ManageActivatedProfilesUI.java>
(at line 371)
[javac]
embeddedProfilesTreeViewer.setInput(this.getSelectedModelConfModel());
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] The method getSelectedModelConfModel() from the type
ManageActivatedProfilesUI refers to the missing type ConfModel
[javac] ----------
[javac] 166. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/17/artifact/build/I201005051245/eclipse/plugins/org.eclipse.jwt.we.conf.edit/src/org/eclipse/jwt/we/conf/ui/ManageActivatedProfilesUI.java>
(at line 475)
[javac]
ManageActivatedProfilesUI.this.getSelectedModelConfModel().setUseEmbeddedConf(newUseEmbeddedConf);

[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] The method getSelectedModelConfModel() from the type
ManageActivatedProfilesUI refers to the missing type ConfModel
[javac] ----------
[javac] 167. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/17/artifact/build/I201005051245/eclipse/plugins/org.eclipse.jwt.we.conf.edit/src/org/eclipse/jwt/we/conf/ui/ManageActivatedProfilesUI.java>
(at line 490)
[javac] selectedModelStatus.getSeverity() == IStatus.OK
[javac] ^^^^^^^^^^^^^^^^^^^
[javac] ConfModelStatus cannot be resolved to a type
[javac] ----------
[javac] 168. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/17/artifact/build/I201005051245/eclipse/plugins/org.eclipse.jwt.we.conf.edit/src/org/eclipse/jwt/we/conf/ui/ManageActivatedProfilesUI.java>
(at line 491)
[javac] || selectedModelStatus.getSeverity() == IStatus.INFO ? "OK" :
[javac] ^^^^^^^^^^^^^^^^^^^
[javac] ConfModelStatus cannot be resolved to a type
[javac] ----------
[javac] 169. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/17/artifact/build/I201005051245/eclipse/plugins/org.eclipse.jwt.we.conf.edit/src/org/eclipse/jwt/we/conf/ui/ManageActivatedProfilesUI.java>
(at line 492)
[javac] selectedModelStatus.getSeverity() == IStatus.WARNING ?
"WARNING" : "ERROR"});
[javac] ^^^^^^^^^^^^^^^^^^^
[javac] ConfModelStatus cannot be resolved to a type
[javac] ----------
[javac] 170. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/17/artifact/build/I201005051245/eclipse/plugins/org.eclipse.jwt.we.conf.edit/src/org/eclipse/jwt/we/conf/ui/ManageActivatedProfilesUI.java>
(at line 493)
[javac] msg += "\n" + ((selectedModelStatus.getChildren() == null
[javac] ^^^^^^^^^^^^^^^^^^^
[javac] ConfModelStatus cannot be resolved to a type
[javac] ----------
[javac] 171. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/17/artifact/build/I201005051245/eclipse/plugins/org.eclipse.jwt.we.conf.edit/src/org/eclipse/jwt/we/conf/ui/ManageActivatedProfilesUI.java>
(at line 494)
[javac] || selectedModelStatus.getChildren().length == 0) ?
[javac] ^^^^^^^^^^^^^^^^^^^
[javac] ConfModelStatus cannot be resolved to a type
[javac] ----------
[javac] 172. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/17/artifact/build/I201005051245/eclipse/plugins/org.eclipse.jwt.we.conf.edit/src/org/eclipse/jwt/we/conf/ui/ManageActivatedProfilesUI.java>
(at line 498)
[javac] Messages.statusDetails_title, msg, selectedModelStatus);
[javac] ^^^^^^^^^^^^^^^^^^^
[javac] ConfModelStatus cannot be resolved to a type
[javac] ----------
[javac] 173. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/17/artifact/build/I201005051245/eclipse/plugins/org.eclipse.jwt.we.conf.edit/src/org/eclipse/jwt/we/conf/ui/ManageActivatedProfilesUI.java>
(at line 518)
[javac] ConfModel exportConfModel = ConfModelResourceManager.INSTANCE
[javac] ^^^^^^^^^
[javac] ConfModel cannot be resolved to a type
[javac] ----------
[javac] 174. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/17/artifact/build/I201005051245/eclipse/plugins/org.eclipse.jwt.we.conf.edit/src/org/eclipse/jwt/we/conf/ui/ManageActivatedProfilesUI.java>
(at line 518)
[javac] ConfModel exportConfModel = ConfModelResourceManager.INSTANCE
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^
[javac] ConfModelResourceManager cannot be resolved
[javac] ----------
[javac] 175. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/17/artifact/build/I201005051245/eclipse/plugins/org.eclipse.jwt.we.conf.edit/src/org/eclipse/jwt/we/conf/ui/ManageActivatedProfilesUI.java>
(at line 519)
[javac]
.exportProfilesToFile(ManageActivatedProfilesUI.this.getMissingProfiles(),
importFile);
[javac] ^^^^^^^^^^^^^^^^^^
[javac] The method getMissingProfiles() from the type
ManageActivatedProfilesUI refers to the missing type Profile
[javac] ----------
[javac] 176. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/17/artifact/build/I201005051245/eclipse/plugins/org.eclipse.jwt.we.conf.edit/src/org/eclipse/jwt/we/conf/ui/ManageActivatedProfilesUI.java>
(at line 523)
[javac] ConfRegistry.INSTANCE.addDiscoveredConf(exportConfModel); //
TODO or trigger rediscovery
[javac] ^^^^^^^^^^^^
[javac] ConfRegistry cannot be resolved
[javac] ----------
[javac] 177. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/17/artifact/build/I201005051245/eclipse/plugins/org.eclipse.jwt.we.conf.edit/src/org/eclipse/jwt/we/conf/ui/ManageActivatedProfilesUI.java>
(at line 525)
[javac] ConfModel confModel = getSelectedModelConfModel(); // cast
always ok
[javac] ^^^^^^^^^
[javac] ConfModel cannot be resolved to a type
[javac] ----------
[javac] 178. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/17/artifact/build/I201005051245/eclipse/plugins/org.eclipse.jwt.we.conf.edit/src/org/eclipse/jwt/we/conf/ui/ManageActivatedProfilesUI.java>
(at line 525)
[javac] ConfModel confModel = getSelectedModelConfModel(); // cast
always ok
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] The method getSelectedModelConfModel() from the type
ManageActivatedProfilesUI refers to the missing type ConfModel
[javac] ----------
[javac] 179. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/17/artifact/build/I201005051245/eclipse/plugins/org.eclipse.jwt.we.conf.edit/src/org/eclipse/jwt/we/conf/ui/ManageActivatedProfilesUI.java>
(at line 550)
[javac] ConfModel newlyLoadedConfModel =
ConfModelResourceManager.INSTANCE
[javac] ^^^^^^^^^
[javac] ConfModel cannot be resolved to a type
[javac] ----------
[javac] 180. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/17/artifact/build/I201005051245/eclipse/plugins/org.eclipse.jwt.we.conf.edit/src/org/eclipse/jwt/we/conf/ui/ManageActivatedProfilesUI.java>
(at line 550)
[javac] ConfModel newlyLoadedConfModel =
ConfModelResourceManager.INSTANCE
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^
[javac] ConfModelResourceManager cannot be resolved
[javac] ----------
[javac] 181. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/17/artifact/build/I201005051245/eclipse/plugins/org.eclipse.jwt.we.conf.edit/src/org/eclipse/jwt/we/conf/ui/ManageActivatedProfilesUI.java>
(at line 559)
[javac] } catch (ConfResourceException crex) {
[javac] ^^^^^^^^^^^^^^^^^^^^^
[javac] ConfResourceException cannot be resolved to a type
[javac] ----------
[javac] 182. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/17/artifact/build/I201005051245/eclipse/plugins/org.eclipse.jwt.we.conf.edit/src/org/eclipse/jwt/we/conf/ui/ManageActivatedProfilesUI.java>
(at line 577)
[javac] if (!ConfModelResourceManager.INSTANCE.deleteConfModel(
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^
[javac] ConfModelResourceManager cannot be resolved
[javac] ----------
[javac] 183. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/17/artifact/build/I201005051245/eclipse/plugins/org.eclipse.jwt.we.conf.edit/src/org/eclipse/jwt/we/conf/ui/ManageActivatedProfilesUI.java>
(at line 578)
[javac] AspectManager.INSTANCE.getConfModel(selectedModel))) {
[javac] ^^^^^^^^^^^^^
[javac] AspectManager cannot be resolved
[javac] ----------
[javac] 184. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/17/artifact/build/I201005051245/eclipse/plugins/org.eclipse.jwt.we.conf.edit/src/org/eclipse/jwt/we/conf/ui/ManageActivatedProfilesUI.java>
(at line 644)
[javac] profilesTreeViewer.addFilter(new
ClassViewFilter(AspectInstance.class));
[javac] ^^^^^^^^^^^^^^
[javac] AspectInstance cannot be resolved to a type
[javac] ----------
[javac] 185. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/17/artifact/build/I201005051245/eclipse/plugins/org.eclipse.jwt.we.conf.edit/src/org/eclipse/jwt/we/conf/ui/ManageActivatedProfilesUI.java>
(at line 691)
[javac] if (selectedObject instanceof Profile) {
[javac] ^^^^^^^
[javac] Profile cannot be resolved to a type
[javac] ----------
[javac] 186. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/17/artifact/build/I201005051245/eclipse/plugins/org.eclipse.jwt.we.conf.edit/src/org/eclipse/jwt/we/conf/ui/ManageActivatedProfilesUI.java>
(at line 692)
[javac] Profile installedProfile = (Profile) selectedObject;
[javac] ^^^^^^^
[javac] Profile cannot be resolved to a type
[javac] ----------
[javac] 187. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/17/artifact/build/I201005051245/eclipse/plugins/org.eclipse.jwt.we.conf.edit/src/org/eclipse/jwt/we/conf/ui/ManageActivatedProfilesUI.java>
(at line 692)
[javac] Profile installedProfile = (Profile) selectedObject;
[javac] ^^^^^^^
[javac] Profile cannot be resolved to a type
[javac] ----------
[javac] 188. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/17/artifact/build/I201005051245/eclipse/plugins/org.eclipse.jwt.we.conf.edit/src/org/eclipse/jwt/we/conf/ui/ManageActivatedProfilesUI.java>
(at line 693)
[javac] AspectManager.INSTANCE.activateProfile(getSelectedModel(),
installedProfile); // TODO ddisableExecuteBehaviours ?
[javac] ^^^^^^^^^^^^^
[javac] AspectManager cannot be resolved
[javac] ----------
[javac] 189. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/17/artifact/build/I201005051245/eclipse/plugins/org.eclipse.jwt.we.conf.edit/src/org/eclipse/jwt/we/conf/ui/ManageActivatedProfilesUI.java>
(at line 715)
[javac] if (selectedObject instanceof Profile) {
[javac] ^^^^^^^
[javac] Profile cannot be resolved to a type
[javac] ----------
[javac] 190. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/17/artifact/build/I201005051245/eclipse/plugins/org.eclipse.jwt.we.conf.edit/src/org/eclipse/jwt/we/conf/ui/ManageActivatedProfilesUI.java>
(at line 716)
[javac] Profile embeddedProfile = (Profile) selectedObject;
[javac] ^^^^^^^
[javac] Profile cannot be resolved to a type
[javac] ----------
[javac] 191. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/17/artifact/build/I201005051245/eclipse/plugins/org.eclipse.jwt.we.conf.edit/src/org/eclipse/jwt/we/conf/ui/ManageActivatedProfilesUI.java>
(at line 716)
[javac] Profile embeddedProfile = (Profile) selectedObject;
[javac] ^^^^^^^
[javac] Profile cannot be resolved to a type
[javac] ----------
[javac] 192. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/17/artifact/build/I201005051245/eclipse/plugins/org.eclipse.jwt.we.conf.edit/src/org/eclipse/jwt/we/conf/ui/ManageActivatedProfilesUI.java>
(at line 717)
[javac] AspectManager.INSTANCE.disableProfile(getSelectedModel(),
embeddedProfile);
[javac] ^^^^^^^^^^^^^
[javac] AspectManager cannot be resolved
[javac] ----------
[javac] ----------
[javac] 193. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/17/artifact/build/I201005051245/eclipse/plugins/org.eclipse.jwt.we.conf.edit/src/org/eclipse/jwt/we/conf/ui/internal/ManageSelectionActivatedProfilesUI.java>
(at line 24)
[javac] import org.eclipse.jwt.we.conf.aspects.AspectManager;
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] The import org.eclipse.jwt.we.conf.aspects.AspectManager
cannot be resolved
[javac] ----------
[javac] 194. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/17/artifact/build/I201005051245/eclipse/plugins/org.eclipse.jwt.we.conf.edit/src/org/eclipse/jwt/we/conf/ui/internal/ManageSelectionActivatedProfilesUI.java>
(at line 83)
[javac] model = AspectManager.INSTANCE.getModelRoot(selectedObject);
// TODO no cast !
[javac] ^^^^^^^^^^^^^
[javac] AspectManager cannot be resolved
[javac] ----------
[javac] ----------
[javac] 195. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/17/artifact/build/I201005051245/eclipse/plugins/org.eclipse.jwt.we.conf.edit/src/org/eclipse/jwt/we/conf/ui/provider/MissingProfileLabelProvider.java>
(at line 23)
[javac] import org.eclipse.jwt.we.conf.Profile;
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] The import org.eclipse.jwt.we.conf.Profile cannot be resolved
[javac] ----------
[javac] 196. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/17/artifact/build/I201005051245/eclipse/plugins/org.eclipse.jwt.we.conf.edit/src/org/eclipse/jwt/we/conf/ui/provider/MissingProfileLabelProvider.java>
(at line 24)
[javac] import org.eclipse.jwt.we.conf.aspects.ConfRegistry;
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] The import org.eclipse.jwt.we.conf.aspects.ConfRegistry cannot
be resolved
[javac] ----------
[javac] 197. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/17/artifact/build/I201005051245/eclipse/plugins/org.eclipse.jwt.we.conf.edit/src/org/eclipse/jwt/we/conf/ui/provider/MissingProfileLabelProvider.java>
(at line 55)
[javac] if (object instanceof Profile) {
[javac] ^^^^^^^
[javac] Profile cannot be resolved to a type
[javac] ----------
[javac] 198. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/17/artifact/build/I201005051245/eclipse/plugins/org.eclipse.jwt.we.conf.edit/src/org/eclipse/jwt/we/conf/ui/provider/MissingProfileLabelProvider.java>
(at line 56)
[javac] String profileId = ((Profile) object).getName();
[javac] ^^^^^^^
[javac] Profile cannot be resolved to a type
[javac] ----------
[javac] 199. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/17/artifact/build/I201005051245/eclipse/plugins/org.eclipse.jwt.we.conf.edit/src/org/eclipse/jwt/we/conf/ui/provider/MissingProfileLabelProvider.java>
(at line 57)
[javac] if (ConfRegistry.INSTANCE.getInstalledProfile(profileId) ==
null) {
[javac] ^^^^^^^^^^^^
[javac] ConfRegistry cannot be resolved
[javac] ----------
[javac] 200. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/17/artifact/build/I201005051245/eclipse/plugins/org.eclipse.jwt.we.conf.edit/src/org/eclipse/jwt/we/conf/ui/provider/MissingProfileLabelProvider.java>
(at line 66)
[javac] if (object instanceof Profile) {
[javac] ^^^^^^^
[javac] Profile cannot be resolved to a type
[javac] ----------
[javac] 201. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/17/artifact/build/I201005051245/eclipse/plugins/org.eclipse.jwt.we.conf.edit/src/org/eclipse/jwt/we/conf/ui/provider/MissingProfileLabelProvider.java>
(at line 67)
[javac] String profileId = ((Profile) object).getName();
[javac] ^^^^^^^
[javac] Profile cannot be resolved to a type
[javac] ----------
[javac] 202. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/17/artifact/build/I201005051245/eclipse/plugins/org.eclipse.jwt.we.conf.edit/src/org/eclipse/jwt/we/conf/ui/provider/MissingProfileLabelProvider.java>
(at line 68)
[javac] if (ConfRegistry.INSTANCE.getInstalledProfile(profileId) ==
null) {
[javac] ^^^^^^^^^^^^
[javac] ConfRegistry cannot be resolved
[javac] ----------
[javac] 202 problems (202 errors)
[javac] Compilation failed. Compiler errors are available in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/17/artifact/build/I201005051245/eclipse/plugins/org.eclipse.jwt.we.conf.edit/@dot.log>


BUILD FAILED
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/ws/build/org.eclipse.dash.common.releng/buildAll.xml>:374:
The following error occurred while executing this line:
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/ws/build/org.eclipse.dash.common.releng/buildAll.xml>:415:
The following error occurred while executing this line:
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/ws/build/org.eclipse.dash.common.releng/tools/scripts/buildAllHelper.xml>:807:
The following error occurred while executing this line:
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/ws/build/org.eclipse.dash.common.releng/tools/scripts/buildAllHelper.xml>:1216:
The following error occurred while executing this line:
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/ws/build/org.eclipse.dash.common.releng/build.xml>:199:
The following error occurred while executing this line:
/opt/public/cbi/build/org.eclipse.releng.basebuilder_r35x_v20090811/plugins/org.eclipse.pde.build_3.5.0.v20090527-1800/scripts/build.xml:36:
The following error occurred while executing this line:
/opt/public/cbi/build/org.eclipse.releng.basebuilder_r35x_v20090811/plugins/org.eclipse.pde.build_3.5.0.v20090527-1800/scripts/build.xml:105:
The following error occurred while executing this line:
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/ws/build/org.eclipse.dash.common.releng/builder/all/customTargets.xml>:12:
The following error occurred while executing this line:
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/ws/build/org.eclipse.dash.common.releng/builder/all/allElements.xml>:29:
The following error occurred while executing this line:
/opt/public/cbi/build/org.eclipse.releng.basebuilder_r35x_v20090811/plugins/org.eclipse.pde.build_3.5.0.v20090527-1800/scripts/genericTargets.xml:114:
The following error occurred while executing this line:
/opt/public/cbi/build/org.eclipse.releng.basebuilder_r35x_v20090811/plugins/org.eclipse.pde.build_3.5.0.v20090527-1800/scripts/genericTargets.xml:124:
The following error occurred while executing this line:
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/17/artifact/build/I201005051245/eclipse/compile.org.eclipse.jwt.xml>:6:
The following error occurred while executing this line:
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/17/artifact/build/I201005051245/eclipse/plugins/org.eclipse.jwt.we.conf.edit/build.xml>:195:
The following error occurred while executing this line:
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/17/artifact/build/I201005051245/eclipse/plugins/org.eclipse.jwt.we.conf.edit/build.xml>:156:
Compile failed; see the compiler error output for details.

Total time: 4 minutes 54 seconds
[start] [12:50:48] start.sh finished.

++ rm -f
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/ws/build/.cvspass>

+++ date '+%Y/%m/%d %H:%M'
++ echo '[2010/05/05 12:50] Hudson job build #17 (2010-05-05_12-45-15)
done.'
[2010/05/05 12:50] Hudson job build #17 (2010-05-05_12-45-15) done.
Terminating xvnc.
FreeFontPath: FPE "/usr/X11R6/lib/X11/fonts/misc/" refcount is 2,
should be 1; fixing.
[WARNINGS] Parsing warnings in console log...
Archiving artifacts
Recording test results
No test report files were found. Configuration error?


------------------------------------------------------------------------

Sujet:
Build failed in Hudson: cbi-soa-jwt-integration #16
Expéditeur:
Hudson Builder ' <hudsonbuild@xxxxxxxxxxx>
Date:
Wed, 5 May 2010 12:23:33 -0400 (EDT)
Destinataire:
christian.saad@xxxxxxxxxxxxxxxxxxxxxxxxxx

Destinataire:
christian.saad@xxxxxxxxxxxxxxxxxxxxxxxxxx


See <https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/16/>

------------------------------------------
[...truncated 789 lines...]
processFlat:

main:

properties:

init:

build.jars:

properties:

init:

@dot:
[mkdir] Created dir:
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/16/artifact/build/I201005051214/eclipse/plugins/org.eclipse.jwt.we.conf.model/@dot>

[javac] Compiling 38 source files to
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/16/artifact/build/I201005051214/eclipse/plugins/org.eclipse.jwt.we.conf.model/@dot>


checkCompilationResults:

properties:

init:

build.jars:

properties:

init:

@dot:
[mkdir] Created dir:
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/16/artifact/build/I201005051214/eclipse/plugins/org.eclipse.jwt.we.conf.edit/@dot>

[javac] Compiling 24 source files to
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/16/artifact/build/I201005051214/eclipse/plugins/org.eclipse.jwt.we.conf.edit/@dot>


checkCompilationResults:
[copy] Copying 1 file to
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/16/artifact/build/I201005051214/eclipse/plugins/org.eclipse.jwt.we.conf.edit/@dot>


properties:

init:

build.jars:

properties:

init:

@dot:
[mkdir] Created dir:
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/16/artifact/build/I201005051214/eclipse/plugins/org.eclipse.jwt.we.conf.property.edit/@dot>

[javac] Compiling 6 source files to
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/16/artifact/build/I201005051214/eclipse/plugins/org.eclipse.jwt.we.conf.property.edit/@dot>


properties:

init:

build.jars:

properties:

init:

@dot:
[mkdir] Created dir:
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/16/artifact/build/I201005051214/eclipse/plugins/org.eclipse.jwt/@dot>

[javac] Compiling 8 source files to
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/16/artifact/build/I201005051214/eclipse/plugins/org.eclipse.jwt/@dot>

[javac] ----------
[javac] 1. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/16/artifact/build/I201005051214/eclipse/plugins/org.eclipse.jwt.we.conf.property.edit/src/org/eclipse/jwt/we/conf/property/editors/properties/PropertyPropertyDescriptor.java>
(at line 38)
[javac] import
org.eclipse.jwt.we.conf.aspects.factory.PropertyAspectFactory;
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] The import
org.eclipse.jwt.we.conf.aspects.factory.PropertyAspectFactory cannot
be resolved
[javac] ----------
[javac] 2. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/16/artifact/build/I201005051214/eclipse/plugins/org.eclipse.jwt.we.conf.property.edit/src/org/eclipse/jwt/we/conf/property/editors/properties/PropertyPropertyDescriptor.java>
(at line 39)
[javac] import org.eclipse.jwt.we.conf.property.Property;
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] The import org.eclipse.jwt.we.conf.property.Property cannot be
resolved
[javac] ----------
[javac] 3. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/16/artifact/build/I201005051214/eclipse/plugins/org.eclipse.jwt.we.conf.property.edit/src/org/eclipse/jwt/we/conf/property/editors/properties/PropertyPropertyDescriptor.java>
(at line 92)
[javac] Property propertyObject = (Property) object;
[javac] ^^^^^^^^
[javac] Property cannot be resolved to a type
[javac] ----------
[javac] 4. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/16/artifact/build/I201005051214/eclipse/plugins/org.eclipse.jwt.we.conf.property.edit/src/org/eclipse/jwt/we/conf/property/editors/properties/PropertyPropertyDescriptor.java>
(at line 92)
[javac] Property propertyObject = (Property) object;
[javac] ^^^^^^^^
[javac] Property cannot be resolved to a type
[javac] ----------
[javac] 5. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/16/artifact/build/I201005051214/eclipse/plugins/org.eclipse.jwt.we.conf.property.edit/src/org/eclipse/jwt/we/conf/property/editors/properties/PropertyPropertyDescriptor.java>
(at line 112)
[javac] value =
PropertyAspectFactory.INSTANCE.createDefaultValue(eDataType,
propertyAspect.getDefaultValue()); // TODO better than new
[javac] ^^^^^^^^^^^^^^^^^^^^^
[javac] PropertyAspectFactory cannot be resolved
[javac] ----------
[javac] 6. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/16/artifact/build/I201005051214/eclipse/plugins/org.eclipse.jwt.we.conf.property.edit/src/org/eclipse/jwt/we/conf/property/editors/properties/PropertyPropertyDescriptor.java>
(at line 151)
[javac] Property propertyObject = (Property) object;
[javac] ^^^^^^^^
[javac] Property cannot be resolved to a type
[javac] ----------
[javac] 7. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/16/artifact/build/I201005051214/eclipse/plugins/org.eclipse.jwt.we.conf.property.edit/src/org/eclipse/jwt/we/conf/property/editors/properties/PropertyPropertyDescriptor.java>
(at line 151)
[javac] Property propertyObject = (Property) object;
[javac] ^^^^^^^^
[javac] Property cannot be resolved to a type
[javac] ----------
[javac] ----------
[javac] 8. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/16/artifact/build/I201005051214/eclipse/plugins/org.eclipse.jwt.we.conf.property.edit/src/org/eclipse/jwt/we/conf/property/provider/PropertyItemProvider.java>
(at line 27)
[javac] import org.eclipse.jwt.we.conf.property.Property;
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] The import org.eclipse.jwt.we.conf.property.Property cannot be
resolved
[javac] ----------
[javac] 9. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/16/artifact/build/I201005051214/eclipse/plugins/org.eclipse.jwt.we.conf.property.edit/src/org/eclipse/jwt/we/conf/property/provider/PropertyItemProvider.java>
(at line 28)
[javac] import org.eclipse.jwt.we.conf.property.PropertyPackage;
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] The import org.eclipse.jwt.we.conf.property.PropertyPackage
cannot be resolved
[javac] ----------
[javac] 10. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/16/artifact/build/I201005051214/eclipse/plugins/org.eclipse.jwt.we.conf.property.edit/src/org/eclipse/jwt/we/conf/property/provider/PropertyItemProvider.java>
(at line 93)
[javac] PropertyPackage.Literals.PROPERTY__VALUE,
[javac] ^^^^^^^^^^^^^^^
[javac] PropertyPackage cannot be resolved
[javac] ----------
[javac] 11. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/16/artifact/build/I201005051214/eclipse/plugins/org.eclipse.jwt.we.conf.property.edit/src/org/eclipse/jwt/we/conf/property/provider/PropertyItemProvider.java>
(at line 121)
[javac] String label = ((Property)object).getId();
[javac] ^^^^^^^^
[javac] Property cannot be resolved to a type
[javac] ----------
[javac] 12. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/16/artifact/build/I201005051214/eclipse/plugins/org.eclipse.jwt.we.conf.property.edit/src/org/eclipse/jwt/we/conf/property/provider/PropertyItemProvider.java>
(at line 138)
[javac] switch (notification.getFeatureID(Property.class)) {
[javac] ^^^^^^^^
[javac] Property cannot be resolved to a type
[javac] ----------
[javac] 13. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/16/artifact/build/I201005051214/eclipse/plugins/org.eclipse.jwt.we.conf.property.edit/src/org/eclipse/jwt/we/conf/property/provider/PropertyItemProvider.java>
(at line 139)
[javac] case PropertyPackage.PROPERTY__VALUE:
[javac] ^^^^^^^^^^^^^^^
[javac] PropertyPackage cannot be resolved
[javac] ----------
[javac] ----------
[javac] 14. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/16/artifact/build/I201005051214/eclipse/plugins/org.eclipse.jwt.we.conf.property.edit/src/org/eclipse/jwt/we/conf/property/provider/PropertyItemProviderAdapterFactory.java>
(at line 33)
[javac] import org.eclipse.jwt.we.conf.property.PropertyFactory;
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] The import org.eclipse.jwt.we.conf.property.PropertyFactory
cannot be resolved
[javac] ----------
[javac] 15. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/16/artifact/build/I201005051214/eclipse/plugins/org.eclipse.jwt.we.conf.property.edit/src/org/eclipse/jwt/we/conf/property/provider/PropertyItemProviderAdapterFactory.java>
(at line 34)
[javac] import
org.eclipse.jwt.we.conf.property.util.PropertyAdapterFactory;
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] The import org.eclipse.jwt.we.conf.property.util cannot be
resolved
[javac] ----------
[javac] 16. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/16/artifact/build/I201005051214/eclipse/plugins/org.eclipse.jwt.we.conf.property.edit/src/org/eclipse/jwt/we/conf/property/provider/PropertyItemProviderAdapterFactory.java>
(at line 46)
[javac] public class PropertyItemProviderAdapterFactory extends
PropertyAdapterFactory implements ComposeableAdapterFactory,
IChangeNotifier, IDisposable {
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] The type PropertyItemProviderAdapterFactory must implement the
inherited abstract method AdapterFactory.adaptAllNew(Notifier)
[javac] ----------
[javac] 17. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/16/artifact/build/I201005051214/eclipse/plugins/org.eclipse.jwt.we.conf.property.edit/src/org/eclipse/jwt/we/conf/property/provider/PropertyItemProviderAdapterFactory.java>
(at line 46)
[javac] public class PropertyItemProviderAdapterFactory extends
PropertyAdapterFactory implements ComposeableAdapterFactory,
IChangeNotifier, IDisposable {
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] The type PropertyItemProviderAdapterFactory must implement the
inherited abstract method AdapterFactory.adaptNew(Notifier, Object)
[javac] ----------
[javac] 18. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/16/artifact/build/I201005051214/eclipse/plugins/org.eclipse.jwt.we.conf.property.edit/src/org/eclipse/jwt/we/conf/property/provider/PropertyItemProviderAdapterFactory.java>
(at line 46)
[javac] public class PropertyItemProviderAdapterFactory extends
PropertyAdapterFactory implements ComposeableAdapterFactory,
IChangeNotifier, IDisposable {
[javac] ^^^^^^^^^^^^^^^^^^^^^^
[javac] PropertyAdapterFactory cannot be resolved to a type
[javac] ----------
[javac] 19. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/16/artifact/build/I201005051214/eclipse/plugins/org.eclipse.jwt.we.conf.property.edit/src/org/eclipse/jwt/we/conf/property/provider/PropertyItemProviderAdapterFactory.java>
(at line 107)
[javac] public Adapter createPropertyAdapter() {
[javac] ^^^^^^^^^^^^^^^^^^^^^^^
[javac] The method createPropertyAdapter() of type
PropertyItemProviderAdapterFactory must override a superclass method
[javac] ----------
[javac] 20. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/16/artifact/build/I201005051214/eclipse/plugins/org.eclipse.jwt.we.conf.property.edit/src/org/eclipse/jwt/we/conf/property/provider/PropertyItemProviderAdapterFactory.java>
(at line 141)
[javac] public boolean isFactoryForType(Object type) {
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] The method isFactoryForType(Object) of type
PropertyItemProviderAdapterFactory must override a superclass method
[javac] ----------
[javac] 21. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/16/artifact/build/I201005051214/eclipse/plugins/org.eclipse.jwt.we.conf.property.edit/src/org/eclipse/jwt/we/conf/property/provider/PropertyItemProviderAdapterFactory.java>
(at line 142)
[javac] return supportedTypes.contains(type) ||
super.isFactoryForType(type);
[javac] ^^^^^
[javac] PropertyAdapterFactory cannot be resolved to a type
[javac] ----------
[javac] 22. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/16/artifact/build/I201005051214/eclipse/plugins/org.eclipse.jwt.we.conf.property.edit/src/org/eclipse/jwt/we/conf/property/provider/PropertyItemProviderAdapterFactory.java>
(at line 152)
[javac] public Adapter adapt(Notifier notifier, Object type) {
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] The method adapt(Notifier, Object) of type
PropertyItemProviderAdapterFactory must override a superclass method
[javac] ----------
[javac] 23. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/16/artifact/build/I201005051214/eclipse/plugins/org.eclipse.jwt.we.conf.property.edit/src/org/eclipse/jwt/we/conf/property/provider/PropertyItemProviderAdapterFactory.java>
(at line 153)
[javac] return super.adapt(notifier, this);
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] PropertyAdapterFactory cannot be resolved to a type
[javac] ----------
[javac] 24. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/16/artifact/build/I201005051214/eclipse/plugins/org.eclipse.jwt.we.conf.property.edit/src/org/eclipse/jwt/we/conf/property/provider/PropertyItemProviderAdapterFactory.java>
(at line 162)
[javac] public Object adapt(Object object, Object type) {
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] The method adapt(Object, Object) of type
PropertyItemProviderAdapterFactory must override a superclass method
[javac] ----------
[javac] 25. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/16/artifact/build/I201005051214/eclipse/plugins/org.eclipse.jwt.we.conf.property.edit/src/org/eclipse/jwt/we/conf/property/provider/PropertyItemProviderAdapterFactory.java>
(at line 164)
[javac] Object adapter = super.adapt(object, type);
[javac] ^^^^^
[javac] PropertyAdapterFactory cannot be resolved to a type
[javac] ----------
[javac] 26. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/16/artifact/build/I201005051214/eclipse/plugins/org.eclipse.jwt.we.conf.property.edit/src/org/eclipse/jwt/we/conf/property/provider/PropertyItemProviderAdapterFactory.java>
(at line 267)
[javac] PropertyFactory.eINSTANCE.createProperty()));
[javac] ^^^^^^^^^^^^^^^
[javac] PropertyFactory cannot be resolved
[javac] ----------
[javac] ----------
[javac] 27. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/16/artifact/build/I201005051214/eclipse/plugins/org.eclipse.jwt.we.conf.property.edit/src/org/eclipse/jwt/we/conf/property/providerdecorator/PropertyItemProvider.java>
(at line 23)
[javac] import org.eclipse.jwt.we.conf.property.PropertyPackage;
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] The import org.eclipse.jwt.we.conf.property.PropertyPackage
cannot be resolved
[javac] ----------
[javac] 28. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/16/artifact/build/I201005051214/eclipse/plugins/org.eclipse.jwt.we.conf.property.edit/src/org/eclipse/jwt/we/conf/property/providerdecorator/PropertyItemProvider.java>
(at line 48)
[javac] PropertyPackage.Literals.PROPERTY__VALUE,
[javac] ^^^^^^^^^^^^^^^
[javac] PropertyPackage cannot be resolved
[javac] ----------
[javac] ----------
[javac] 29. ERROR in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/16/artifact/build/I201005051214/eclipse/plugins/org.eclipse.jwt.we.conf.property.edit/src/org/eclipse/jwt/we/conf/property/providerdecorator/PropertyItemProviderAdapterFactory.java>
(at line 29)
[javac] public class PropertyItemProviderAdapterFactory
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] The hierarchy of the type PropertyItemProviderAdapterFactory
is inconsistent
[javac] ----------
[javac] 29 problems (29 errors)
[javac] Compilation failed. Compiler errors are available in
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/16/artifact/build/I201005051214/eclipse/plugins/org.eclipse.jwt.we.conf.property.edit/@dot.log>


checkCompilationResults:
[copy] Copying 1 file to
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/16/artifact/build/I201005051214/eclipse/plugins/org.eclipse.jwt/@dot>


BUILD FAILED
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/ws/build/org.eclipse.dash.common.releng/buildAll.xml>:374:
The following error occurred while executing this line:
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/ws/build/org.eclipse.dash.common.releng/buildAll.xml>:415:
The following error occurred while executing this line:
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/ws/build/org.eclipse.dash.common.releng/tools/scripts/buildAllHelper.xml>:807:
The following error occurred while executing this line:
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/ws/build/org.eclipse.dash.common.releng/tools/scripts/buildAllHelper.xml>:1216:
The following error occurred while executing this line:
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/ws/build/org.eclipse.dash.common.releng/build.xml>:199:
The following error occurred while executing this line:
/opt/public/cbi/build/org.eclipse.releng.basebuilder_r35x_v20090811/plugins/org.eclipse.pde.build_3.5.0.v20090527-1800/scripts/build.xml:36:
The following error occurred while executing this line:
/opt/public/cbi/build/org.eclipse.releng.basebuilder_r35x_v20090811/plugins/org.eclipse.pde.build_3.5.0.v20090527-1800/scripts/build.xml:105:
The following error occurred while executing this line:
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/ws/build/org.eclipse.dash.common.releng/builder/all/customTargets.xml>:12:
The following error occurred while executing this line:
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/ws/build/org.eclipse.dash.common.releng/builder/all/allElements.xml>:29:
The following error occurred while executing this line:
/opt/public/cbi/build/org.eclipse.releng.basebuilder_r35x_v20090811/plugins/org.eclipse.pde.build_3.5.0.v20090527-1800/scripts/genericTargets.xml:114:
The following error occurred while executing this line:
/opt/public/cbi/build/org.eclipse.releng.basebuilder_r35x_v20090811/plugins/org.eclipse.pde.build_3.5.0.v20090527-1800/scripts/genericTargets.xml:124:
The following error occurred while executing this line:
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/16/artifact/build/I201005051214/eclipse/compile.org.eclipse.jwt.xml>:11:
The following error occurred while executing this line:
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/16/artifact/build/I201005051214/eclipse/plugins/org.eclipse.jwt.we.conf.property.edit/build.xml>:203:
The following error occurred while executing this line:
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/16/artifact/build/I201005051214/eclipse/plugins/org.eclipse.jwt.we.conf.property.edit/build.xml>:164:
Compile failed; see the compiler error output for details.

Total time: 8 minutes 11 seconds
[start] [12:23:10] start.sh finished.

++ rm -f
<https://build.eclipse.org/hudson/job/cbi-soa-jwt-integration/ws/build/.cvspass>

+++ date '+%Y/%m/%d %H:%M'
++ echo '[2010/05/05 12:23] Hudson job build #16 (2010-05-05_12-10-36)
done.'
[2010/05/05 12:23] Hudson job build #16 (2010-05-05_12-10-36) done.
Terminating xvnc.
FreeFontPath: FPE "/usr/X11R6/lib/X11/fonts/misc/" refcount is 2,
should be 1; fixing.
[WARNINGS] Parsing warnings in console log...
Archiving artifacts
Recording test results
No test report files were found. Configuration error?

------------------------------------------------------------------------

_______________________________________________
jwt-dev mailing list
jwt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jwt-dev
_______________________________________________
jwt-dev mailing list
jwt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jwt-dev
_______________________________________________
jwt-dev mailing list
jwt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jwt-dev


Back to the top