Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [qvtd-dev] Issues with org.ecplise.qvtd.compiler

Hi,

It was master and I had cleaned the whole workspace several times. Had to restart eclipse to make it go away.

Sorry for the trouble,

Regards,

Horacio Hoyos Rodríguez
EngD Student
University of York

http://www.york.ac.uk/docs/disclaimer/email.htm

On 20 Apr 2015 15:39, "Ed Willink" <ed@xxxxxxxxxxxxx> wrote:
Hi

What branch(es)?

Precisely what error message?

Did you do a full clean and full rebuld?

    Regards

        Ed

On 20/04/2015 15:12, Horacio Hoyos Rodriguez wrote:
Hi,

I am getting problems with access to the org.ecplise.qvtd.compiler.internal
classes in other projects, specifically in org.eclipse.qvtd.build.etl.tests.
I checked that the org.ecplise.qvtd.compiler.internal.etl package is being
exported, but still I can not access the MTCBroker or the PivotModel
classes. Eclipse shows a "The import XXXXX cannot be resolved" error
message.

Regards,

Horacio Hoyos Rodríguez
EngD Student
University of York

http://www.york.ac.uk/docs/disclaimer/email.htm

-----Original Message-----
From: qvtd-dev-bounces@xxxxxxxxxxx [mailto:qvtd-dev-bounces@xxxxxxxxxxx] On
Behalf Of Ed Willink
Sent: 16 April 2015 13:47
To: qvtd-dev@xxxxxxxxxxx
Subject: Re: [qvtd-dev] org.eclipse.epsilon.common.dt.tool

Hi

Good. Next release attempt will have Epsilon libraries internal to the
qvtd.compiler plugin and accessible to tests plugins as friends.

In doing this I accidentally demonstrated that antlr 3.2.0 work as well as
3.1.0_b1. It would appear that Epsilon doesn't have tight version bounds and
so if 3.2.0 is available it is used anyway.

Adolfo: it looks as if the Epsilon/Antlr contributions in OOMPH can be
removed again.

      Regards

          Ed

On 16/04/2015 12:42, Horacio Hoyos Rodriguez wrote:
Hi,

The org.eclipse.epsilon.common.dt.tool extension point is needed to
register Java classes that you wish to use from within Epsilon
(something similar to QVT black boxes). Currently we are not using any
custom Java classes so we don't need it. If in the future we would
require to use an external Java class, there is a method to register
it with Java code so we will still be safe.

Regards,


Horacio Hoyos Rodríguez
EngD Student
University of York

http://www.york.ac.uk/docs/disclaimer/email.htm

-----Original Message-----
From: qvtd-dev-bounces@xxxxxxxxxxx
[mailto:qvtd-dev-bounces@xxxxxxxxxxx]
On Behalf Of Ed Willink
Sent: 15 April 2015 20:55
To: QVTD developers mailing list
Subject: [qvtd-dev] org.eclipse.epsilon.common.dt.tool

Hi

Release building is still causing trouble. Latest issue is that two of
the Epsilon bundles appear to have a Java 6/7/ packing issue.

One possible workaround is to distribute the Epsilon plugins as
internal libraries. (This is ok, I was wrong in thinking it was not
allowed; it is nested packed Jars that are prohibited.)

But the org.eclipse.epsilon.common.dt.tool extension point is unlikely
to work from an internal library.

Do we really need it? all the tests pass without it.

       Regards

           Ed Willink
_______________________________________________
qvtd-dev mailing list
qvtd-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or
unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/qvtd-dev
_______________________________________________
qvtd-dev mailing list
qvtd-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or
unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/qvtd-dev

-----
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2015.0.5863 / Virus Database: 4331/9551 - Release Date:
04/16/15
_______________________________________________
qvtd-dev mailing list
qvtd-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from
this list, visit https://dev.eclipse.org/mailman/listinfo/qvtd-dev
_______________________________________________
qvtd-dev mailing list
qvtd-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/qvtd-dev

-----
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2015.0.5863 / Virus Database: 4331/9581 - Release Date: 04/20/15

_______________________________________________
qvtd-dev mailing list
qvtd-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/qvtd-dev

Back to the top