ROME 1.0RC2 preview

View: New views
7 Messages — Rating Filter:   Alert me  

ROME 1.0RC2 preview

by Nick Lothian :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi All,

I've gone and build some preview jars for the upcoming ROME 1.0RC2, ROME Fetcher 1.0RC2 and Modules 0.3 release.

That jars can be found here: https://rome.dev.java.net/servlets/ProjectDocumentList?folderID=10368&expandFolder=10368&folderID=10368

I've create source and javadoc jars as well as the normal jars - the idea being that I'll get them uploaded to some maven repository.

If you have some spare time, please take a look at these and test them and let me know of any problems.

Assuming there are no big issues found I'd like to do a proper release in a couple of days.

Nick

IMPORTANT: This e-mail, including any attachments, may contain private or confidential information. If you think you may not be the intended recipient, or if you have received this e-mail in error, please contact the sender immediately and delete all copies of this e-mail. If you are not the intended recipient, you must not reproduce any part of this e-mail or disclose its contents to any other party. This email represents the views of the individual sender, which do not necessarily reflect those of Education.au except where the sender expressly states otherwise. It is your responsibility to scan this email and any files transmitted with it for viruses or any other defects. education.au limited will not be liable for any loss, damage or consequence caused directly or indirectly by this email.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: ROME 1.0RC2 preview

by berdim99 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi all.

I see that this suggested patch (Regarding NumberFormatException)

https://rome.dev.java.net/servlets/ReadMsg?list=dev&msgNo=2355

Is still not in the code. Any reason for it?

(I will patch it locally on the proposed RC2 source code and test the release candidate, but would really appreciate if this fix can be introduced to this release).

Thanks,
Micha.


On Wed, Jan 7, 2009 at 4:49 AM, Nick Lothian <nlothian@...> wrote:

Hi All,

I've gone and build some preview jars for the upcoming ROME 1.0RC2, ROME Fetcher 1.0RC2 and Modules 0.3 release.

That jars can be found here: https://rome.dev.java.net/servlets/ProjectDocumentList?folderID=10368&expandFolder=10368&folderID=10368

I've create source and javadoc jars as well as the normal jars - the idea being that I'll get them uploaded to some maven repository.

If you have some spare time, please take a look at these and test them and let me know of any problems.

Assuming there are no big issues found I'd like to do a proper release in a couple of days.

Nick

IMPORTANT: This e-mail, including any attachments, may contain private or confidential information. If you think you may not be the intended recipient, or if you have received this e-mail in error, please contact the sender immediately and delete all copies of this e-mail. If you are not the intended recipient, you must not reproduce any part of this e-mail or disclose its contents to any other party. This email represents the views of the individual sender, which do not necessarily reflect those of Education.au except where the sender expressly states otherwise. It is your responsibility to scan this email and any files transmitted with it for viruses or any other defects. education.au limited will not be liable for any loss, damage or consequence caused directly or indirectly by this email.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...



RE: ROME 1.0RC2 preview

by Nick Lothian :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

There are a few similar patches for ignoring invalid or missing numbers in various fields.

 

Here’s the ones I’m aware of:

 

https://rome.dev.java.net/servlets/ReadMsg?list=dev&msgNo=2355 and https://rome.dev.java.net/issues/show_bug.cgi?id=107

 

https://rome.dev.java.net/issues/show_bug.cgi?id=108

 

https://rome.dev.java.net/issues/show_bug.cgi?id=104

 

https://rome.dev.java.net/issues/show_bug.cgi?id=92

 

I think that the solution proposed by the patch in issue 104 is the best (a helper class to parse numbers).

 

In the absence of objections, I’ll apply that and take a look at the issues listed above and rebuild RC2.

 

Nick

 

 

From: Micha Berdichevsky [mailto:micha@...]
Sent: Wednesday, 7 January 2009 8:57 PM
To: dev@...
Subject: Re: ROME 1.0RC2 preview

 

Hi all.

I see that this suggested patch (Regarding NumberFormatException)

https://rome.dev.java.net/servlets/ReadMsg?list=dev&msgNo=2355

Is still not in the code. Any reason for it?

(I will patch it locally on the proposed RC2 source code and test the release candidate, but would really appreciate if this fix can be introduced to this release).

Thanks,
Micha.

On Wed, Jan 7, 2009 at 4:49 AM, Nick Lothian <nlothian@...> wrote:


Hi All,

I've gone and build some preview jars for the upcoming ROME 1.0RC2, ROME Fetcher 1.0RC2 and Modules 0.3 release.

That jars can be found here: https://rome.dev.java.net/servlets/ProjectDocumentList?folderID=10368&expandFolder=10368&folderID=10368

I've create source and javadoc jars as well as the normal jars - the idea being that I'll get them uploaded to some maven repository.

If you have some spare time, please take a look at these and test them and let me know of any problems.

Assuming there are no big issues found I'd like to do a proper release in a couple of days.

Nick

IMPORTANT: This e-mail, including any attachments, may contain private or confidential information. If you think you may not be the intended recipient, or if you have received this e-mail in error, please contact the sender immediately and delete all copies of this e-mail. If you are not the intended recipient, you must not reproduce any part of this e-mail or disclose its contents to any other party. This email represents the views of the individual sender, which do not necessarily reflect those of Education.au except where the sender expressly states otherwise. It is your responsibility to scan this email and any files transmitted with it for viruses or any other defects. education.au limited will not be liable for any loss, damage or consequence caused directly or indirectly by this email.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...

 



IMPORTANT: This e-mail, including any attachments, may contain private or confidential information. If you think you may not be the intended recipient, or if you have received this e-mail in error, please contact the sender immediately and delete all copies of this e-mail. If you are not the intended recipient, you must not reproduce any part of this e-mail or disclose its contents to any other party. This email represents the views of the individual sender, which do not necessarily reflect those of Education.au except where the sender expressly states otherwise. It is your responsibility to scan this email and any files transmitted with it for viruses or any other defects. education.au limited will not be liable for any loss, damage or consequence caused directly or indirectly by this email.

RE: ROME 1.0RC2 preview

by Nick Lothian :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

This is now fixed (although with a different solution). Could you please test with the jars available from https://rome.dev.java.net/servlets/ProjectDocumentList?folderID=10373&expandFolder=10373&folderID=10368

 

Nick

 

From: Micha Berdichevsky [mailto:micha@...]
Sent: Wednesday, 7 January 2009 8:57 PM
To: dev@...
Subject: Re: ROME 1.0RC2 preview

 

Hi all.

I see that this suggested patch (Regarding NumberFormatException)

https://rome.dev.java.net/servlets/ReadMsg?list=dev&msgNo=2355

Is still not in the code. Any reason for it?

(I will patch it locally on the proposed RC2 source code and test the release candidate, but would really appreciate if this fix can be introduced to this release).

Thanks,
Micha.

On Wed, Jan 7, 2009 at 4:49 AM, Nick Lothian <nlothian@...> wrote:


Hi All,

I've gone and build some preview jars for the upcoming ROME 1.0RC2, ROME Fetcher 1.0RC2 and Modules 0.3 release.

That jars can be found here: https://rome.dev.java.net/servlets/ProjectDocumentList?folderID=10368&expandFolder=10368&folderID=10368

I've create source and javadoc jars as well as the normal jars - the idea being that I'll get them uploaded to some maven repository.

If you have some spare time, please take a look at these and test them and let me know of any problems.

Assuming there are no big issues found I'd like to do a proper release in a couple of days.

Nick

IMPORTANT: This e-mail, including any attachments, may contain private or confidential information. If you think you may not be the intended recipient, or if you have received this e-mail in error, please contact the sender immediately and delete all copies of this e-mail. If you are not the intended recipient, you must not reproduce any part of this e-mail or disclose its contents to any other party. This email represents the views of the individual sender, which do not necessarily reflect those of Education.au except where the sender expressly states otherwise. It is your responsibility to scan this email and any files transmitted with it for viruses or any other defects. education.au limited will not be liable for any loss, damage or consequence caused directly or indirectly by this email.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...

 



IMPORTANT: This e-mail, including any attachments, may contain private or confidential information. If you think you may not be the intended recipient, or if you have received this e-mail in error, please contact the sender immediately and delete all copies of this e-mail. If you are not the intended recipient, you must not reproduce any part of this e-mail or disclose its contents to any other party. This email represents the views of the individual sender, which do not necessarily reflect those of Education.au except where the sender expressly states otherwise. It is your responsibility to scan this email and any files transmitted with it for viruses or any other defects. education.au limited will not be liable for any loss, damage or consequence caused directly or indirectly by this email.

Re: ROME 1.0RC2 preview

by Alejandro Abdelnur-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

+1

On Thu, Jan 8, 2009 at 4:54 AM, Nick Lothian
<nlothian@...> wrote:

> This is now fixed (although with a different solution). Could you please
> test with the jars available from
> https://rome.dev.java.net/servlets/ProjectDocumentList?folderID=10373&expandFolder=10373&folderID=10368
>
>
>
> Nick
>
>
>
> From: Micha Berdichevsky [mailto:micha@...]
> Sent: Wednesday, 7 January 2009 8:57 PM
> To: dev@...
> Subject: Re: ROME 1.0RC2 preview
>
>
>
> Hi all.
>
> I see that this suggested patch (Regarding NumberFormatException)
>
> https://rome.dev.java.net/servlets/ReadMsg?list=dev&msgNo=2355
>
> Is still not in the code. Any reason for it?
>
> (I will patch it locally on the proposed RC2 source code and test the
> release candidate, but would really appreciate if this fix can be introduced
> to this release).
>
> Thanks,
> Micha.
>
> On Wed, Jan 7, 2009 at 4:49 AM, Nick Lothian <nlothian@...>
> wrote:
>
> Hi All,
>
> I've gone and build some preview jars for the upcoming ROME 1.0RC2, ROME
> Fetcher 1.0RC2 and Modules 0.3 release.
>
> That jars can be found here:
> https://rome.dev.java.net/servlets/ProjectDocumentList?folderID=10368&expandFolder=10368&folderID=10368
>
> I've create source and javadoc jars as well as the normal jars - the idea
> being that I'll get them uploaded to some maven repository.
>
> If you have some spare time, please take a look at these and test them and
> let me know of any problems.
>
> Assuming there are no big issues found I'd like to do a proper release in a
> couple of days.
>
> Nick
>
> IMPORTANT: This e-mail, including any attachments, may contain private or
> confidential information. If you think you may not be the intended
> recipient, or if you have received this e-mail in error, please contact the
> sender immediately and delete all copies of this e-mail. If you are not the
> intended recipient, you must not reproduce any part of this e-mail or
> disclose its contents to any other party. This email represents the views of
> the individual sender, which do not necessarily reflect those of
> Education.au except where the sender expressly states otherwise. It is your
> responsibility to scan this email and any files transmitted with it for
> viruses or any other defects. education.au limited will not be liable for
> any loss, damage or consequence caused directly or indirectly by this email.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@...
> For additional commands, e-mail: dev-help@...
>
>
>
> ________________________________
> IMPORTANT: This e-mail, including any attachments, may contain private or
> confidential information. If you think you may not be the intended
> recipient, or if you have received this e-mail in error, please contact the
> sender immediately and delete all copies of this e-mail. If you are not the
> intended recipient, you must not reproduce any part of this e-mail or
> disclose its contents to any other party. This email represents the views of
> the individual sender, which do not necessarily reflect those of
> Education.au except where the sender expressly states otherwise. It is your
> responsibility to scan this email and any files transmitted with it for
> viruses or any other defects. education.au limited will not be liable for
> any loss, damage or consequence caused directly or indirectly by this email.
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: ROME 1.0RC2 preview

by berdim99 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Excellent - I'm downloading now to test the new JARs.
Thanks
Micha.


On Thu, Jan 8, 2009 at 1:24 AM, Nick Lothian <nlothian@...> wrote:

This is now fixed (although with a different solution). Could you please test with the jars available from https://rome.dev.java.net/servlets/ProjectDocumentList?folderID=10373&expandFolder=10373&folderID=10368

 

Nick

 

From: Micha Berdichevsky [mailto:micha@...]
Sent: Wednesday, 7 January 2009 8:57 PM
To: dev@...
Subject: Re: ROME 1.0RC2 preview

 

Hi all.



I see that this suggested patch (Regarding NumberFormatException)

https://rome.dev.java.net/servlets/ReadMsg?list=dev&msgNo=2355

Is still not in the code. Any reason for it?

(I will patch it locally on the proposed RC2 source code and test the release candidate, but would really appreciate if this fix can be introduced to this release).

Thanks,
Micha.

On Wed, Jan 7, 2009 at 4:49 AM, Nick Lothian <nlothian@...> wrote:


Hi All,

I've gone and build some preview jars for the upcoming ROME 1.0RC2, ROME Fetcher 1.0RC2 and Modules 0.3 release.

That jars can be found here: https://rome.dev.java.net/servlets/ProjectDocumentList?folderID=10368&expandFolder=10368&folderID=10368

I've create source and javadoc jars as well as the normal jars - the idea being that I'll get them uploaded to some maven repository.

If you have some spare time, please take a look at these and test them and let me know of any problems.

Assuming there are no big issues found I'd like to do a proper release in a couple of days.

Nick

IMPORTANT: This e-mail, including any attachments, may contain private or confidential information. If you think you may not be the intended recipient, or if you have received this e-mail in error, please contact the sender immediately and delete all copies of this e-mail. If you are not the intended recipient, you must not reproduce any part of this e-mail or disclose its contents to any other party. This email represents the views of the individual sender, which do not necessarily reflect those of Education.au except where the sender expressly states otherwise. It is your responsibility to scan this email and any files transmitted with it for viruses or any other defects. education.au limited will not be liable for any loss, damage or consequence caused directly or indirectly by this email.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...

 



IMPORTANT: This e-mail, including any attachments, may contain private or confidential information. If you think you may not be the intended recipient, or if you have received this e-mail in error, please contact the sender immediately and delete all copies of this e-mail. If you are not the intended recipient, you must not reproduce any part of this e-mail or disclose its contents to any other party. This email represents the views of the individual sender, which do not necessarily reflect those of Education.au except where the sender expressly states otherwise. It is your responsibility to scan this email and any files transmitted with it for viruses or any other defects. education.au limited will not be liable for any loss, damage or consequence caused directly or indirectly by this email.


Re: ROME 1.0RC2 preview

by berdim99 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

The updated JAR is working well!
Micha.


On Thu, Jan 8, 2009 at 1:24 AM, Nick Lothian <nlothian@...> wrote:

This is now fixed (although with a different solution). Could you please test with the jars available from https://rome.dev.java.net/servlets/ProjectDocumentList?folderID=10373&expandFolder=10373&folderID=10368

 

Nick

 

From: Micha Berdichevsky [mailto:micha@...]
Sent: Wednesday, 7 January 2009 8:57 PM
To: dev@...
Subject: Re: ROME 1.0RC2 preview

 

Hi all.



I see that this suggested patch (Regarding NumberFormatException)

https://rome.dev.java.net/servlets/ReadMsg?list=dev&msgNo=2355

Is still not in the code. Any reason for it?

(I will patch it locally on the proposed RC2 source code and test the release candidate, but would really appreciate if this fix can be introduced to this release).

Thanks,
Micha.

On Wed, Jan 7, 2009 at 4:49 AM, Nick Lothian <nlothian@...> wrote:


Hi All,

I've gone and build some preview jars for the upcoming ROME 1.0RC2, ROME Fetcher 1.0RC2 and Modules 0.3 release.

That jars can be found here: https://rome.dev.java.net/servlets/ProjectDocumentList?folderID=10368&expandFolder=10368&folderID=10368

I've create source and javadoc jars as well as the normal jars - the idea being that I'll get them uploaded to some maven repository.

If you have some spare time, please take a look at these and test them and let me know of any problems.

Assuming there are no big issues found I'd like to do a proper release in a couple of days.

Nick

IMPORTANT: This e-mail, including any attachments, may contain private or confidential information. If you think you may not be the intended recipient, or if you have received this e-mail in error, please contact the sender immediately and delete all copies of this e-mail. If you are not the intended recipient, you must not reproduce any part of this e-mail or disclose its contents to any other party. This email represents the views of the individual sender, which do not necessarily reflect those of Education.au except where the sender expressly states otherwise. It is your responsibility to scan this email and any files transmitted with it for viruses or any other defects. education.au limited will not be liable for any loss, damage or consequence caused directly or indirectly by this email.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...

 



IMPORTANT: This e-mail, including any attachments, may contain private or confidential information. If you think you may not be the intended recipient, or if you have received this e-mail in error, please contact the sender immediately and delete all copies of this e-mail. If you are not the intended recipient, you must not reproduce any part of this e-mail or disclose its contents to any other party. This email represents the views of the individual sender, which do not necessarily reflect those of Education.au except where the sender expressly states otherwise. It is your responsibility to scan this email and any files transmitted with it for viruses or any other defects. education.au limited will not be liable for any loss, damage or consequence caused directly or indirectly by this email.