Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » DSDP - Mobile Tools for Java (MTJ) » MTJ 1.0.1 RC2 Available
MTJ 1.0.1 RC2 Available [message #483487] Tue, 01 September 2009 17:50 Go to next message
Diego Madruga Sandin is currently offline Diego Madruga SandinFriend
Messages: 116
Registered: July 2009
Senior Member
Hi everyone,

We've just published our latest stable build with bug fixes for issues found on MTJ 1.0 and 1.0.1RC1.

Here is the list of Bug Fixes

This stable build can be downloaded from http:// download.eclipse.org/dsdp/mtj/downloads/drops/S-1.0.1RC2-200 909011251 or via update site.

Regards,
Diego Madruga Sandin

Re: MTJ 1.0.1 RC2 Available [message #483502 is a reply to message #483487] Tue, 01 September 2009 18:57 Go to previous messageGo to next message
Andrey is currently offline AndreyFriend
Messages: 52
Registered: July 2009
Member
Sorry, but correct jmunit exclusions still don't work. ;(
Re: MTJ 1.0.1 RC2 Available [message #483506 is a reply to message #483502] Tue, 01 September 2009 19:15 Go to previous messageGo to next message
Andrey is currently offline AndreyFriend
Messages: 52
Registered: July 2009
Member
I've checked fix for jmunit exclusions again.
First, it still rewrite my manual svn exclusion and, second, it doesn't
add *Test.java and *TestSuite.java exclusions! For now it adds direct test
file name as exclusion. In my case - "score/ScoringTest.java"
It's awful :(
Re: MTJ 1.0.1 RC2 Available [message #483511 is a reply to message #483506] Tue, 01 September 2009 19:56 Go to previous messageGo to next message
David Marques is currently offline David MarquesFriend
Messages: 80
Registered: July 2009
Member
Hello Andrey,

Please see comments bellow:

Andrey Krivtsun wrote:

> I've checked fix for jmunit exclusions again.
> First, it still rewrite my manual svn exclusion and, second, it doesn't
> add *Test.java and *TestSuite.java exclusions! For now it adds direct test
> file name as exclusion. In my case - "score/ScoringTest.java"

Before our recent release when disabling JMUnit all classes ending with
Test or TestSuite were added to exclusion path. Now MTJ scans for all
classes extending JMUnit test classes and excludes them. This is the most
reasonable solution for the problem! Don't you think !?

> It's awful :(

Please open a bug and attach your test project in it so we can reproduce
it. Feel free to write yourself the solution and contribute to MTJ.

Best Regards,

David Marques
Re: MTJ 1.0.1 RC2 Available [message #483520 is a reply to message #483511] Tue, 01 September 2009 20:22 Go to previous messageGo to next message
Andrey is currently offline AndreyFriend
Messages: 52
Registered: July 2009
Member
Hello, David

>>> Before our recent release when disabling JMUnit all classes ending with
Test or TestSuite were added to exclusion path. Now MTJ scans for all classes
extending JMUnit test classes and excludes them. This is the most reasonable
solution for the problem! Don't you think !?

Thanks, for explanation. Seems reasonable. So, for now all classes which
extends TestCase ans TestSuite will be added to exclusions separately?
Anyway, manually added exclusions (in my case "**/.svn/*") are still lost.

>>> Please open a bug and attach your test project in it so we can reproduce
it.

I've already opened for this
https://bugs.eclipse.org/bugs/show_bug.cgi?id=288289
I'll add simple problem project soon. Also I've described this project
creation here
http://www.eclipse.org/newsportal/article.php?id=788&gro up=eclipse.dsdp.mtj#788
Re: MTJ 1.0.1 RC2 Available [message #483524 is a reply to message #483520] Tue, 01 September 2009 20:43 Go to previous message
David Marques is currently offline David MarquesFriend
Messages: 80
Registered: July 2009
Member
Hello Again Andrey,

See answers bellow:

Andrey Krivtsun wrote:

> Hello, David

>>>> Before our recent release when disabling JMUnit all classes ending with
> Test or TestSuite were added to exclusion path. Now MTJ scans for all
classes
> extending JMUnit test classes and excludes them. This is the most reasonable
> solution for the problem! Don't you think !?

> Thanks, for explanation. Seems reasonable. So, for now all classes which
> extends TestCase ans TestSuite will be added to exclusions separately?

Yes, this is done since tests can be spread all over the project so for
code simplicity we add all tests separately.

> Anyway, manually added exclusions (in my case "**/.svn/*") are still lost.

I will take a look at it and send some feedback soon :)

>>>> Please open a bug and attach your test project in it so we can reproduce
> it.

> I've already opened for this
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=288289
> I'll add simple problem project soon. Also I've described this project
> creation here
>
http://www.eclipse.org/newsportal/article.php?id=788&gro up=eclipse.dsdp.mtj#788
Re: MTJ 1.0.1 RC2 Available [message #577458 is a reply to message #483502] Tue, 01 September 2009 19:15 Go to previous message
Andrey is currently offline AndreyFriend
Messages: 52
Registered: July 2009
Member
I've checked fix for jmunit exclusions again.
First, it still rewrite my manual svn exclusion and, second, it doesn't
add *Test.java and *TestSuite.java exclusions! For now it adds direct test
file name as exclusion. In my case - "score/ScoringTest.java"
It's awful :(
Re: MTJ 1.0.1 RC2 Available [message #577472 is a reply to message #483506] Tue, 01 September 2009 19:56 Go to previous message
David Marques is currently offline David MarquesFriend
Messages: 80
Registered: July 2009
Member
Hello Andrey,

Please see comments bellow:

Andrey Krivtsun wrote:

> I've checked fix for jmunit exclusions again.
> First, it still rewrite my manual svn exclusion and, second, it doesn't
> add *Test.java and *TestSuite.java exclusions! For now it adds direct test
> file name as exclusion. In my case - "score/ScoringTest.java"

Before our recent release when disabling JMUnit all classes ending with
Test or TestSuite were added to exclusion path. Now MTJ scans for all
classes extending JMUnit test classes and excludes them. This is the most
reasonable solution for the problem! Don't you think !?

> It's awful :(

Please open a bug and attach your test project in it so we can reproduce
it. Feel free to write yourself the solution and contribute to MTJ.

Best Regards,

David Marques
Re: MTJ 1.0.1 RC2 Available [message #577487 is a reply to message #483511] Tue, 01 September 2009 20:22 Go to previous message
Andrey is currently offline AndreyFriend
Messages: 52
Registered: July 2009
Member
Hello, David

>>> Before our recent release when disabling JMUnit all classes ending with
Test or TestSuite were added to exclusion path. Now MTJ scans for all classes
extending JMUnit test classes and excludes them. This is the most reasonable
solution for the problem! Don't you think !?

Thanks, for explanation. Seems reasonable. So, for now all classes which
extends TestCase ans TestSuite will be added to exclusions separately?
Anyway, manually added exclusions (in my case "**/.svn/*") are still lost.

>>> Please open a bug and attach your test project in it so we can reproduce
it.

I've already opened for this
https://bugs.eclipse.org/bugs/show_bug.cgi?id=288289
I'll add simple problem project soon. Also I've described this project
creation here
http://www.eclipse.org/newsportal/article.php?id=788&gro up=eclipse.dsdp.mtj#788
Re: MTJ 1.0.1 RC2 Available [message #577510 is a reply to message #483520] Tue, 01 September 2009 20:43 Go to previous message
David Marques is currently offline David MarquesFriend
Messages: 80
Registered: July 2009
Member
Hello Again Andrey,

See answers bellow:

Andrey Krivtsun wrote:

> Hello, David

>>>> Before our recent release when disabling JMUnit all classes ending with
> Test or TestSuite were added to exclusion path. Now MTJ scans for all
classes
> extending JMUnit test classes and excludes them. This is the most reasonable
> solution for the problem! Don't you think !?

> Thanks, for explanation. Seems reasonable. So, for now all classes which
> extends TestCase ans TestSuite will be added to exclusions separately?

Yes, this is done since tests can be spread all over the project so for
code simplicity we add all tests separately.

> Anyway, manually added exclusions (in my case "**/.svn/*") are still lost.

I will take a look at it and send some feedback soon :)

>>>> Please open a bug and attach your test project in it so we can reproduce
> it.

> I've already opened for this
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=288289
> I'll add simple problem project soon. Also I've described this project
> creation here
>
http://www.eclipse.org/newsportal/article.php?id=788&gro up=eclipse.dsdp.mtj#788
Previous Topic:MTJ 1.0.1 RC2 Available
Next Topic:JMUnit: Preverification of Assertion fails
Goto Forum:
  


Current Time: Fri Mar 29 05:44:41 GMT 2024

Powered by FUDForum. Page generated in 0.02333 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top