You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by Alexey Petrenko <al...@gmail.com> on 2006/10/05 14:39:36 UTC

Print module tests

Guys,

I'm working on build files for Applet/ImageIO/Print modules contribution...

Number of print modules tests fails if there is no printer in the
system. Should I exclude such tests?

SY, Alexey

-- 
Alexey A. Petrenko
Intel Middleware Products Division

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: Print module tests

Posted by Mark Hindess <ma...@googlemail.com>.
On 5 October 2006 at 17:21, "Alexey Petrenko" <al...@gmail.com> wrote:
> Easiest way will be to move JpegEncoder.c from awt to imageio module.
> Since awt does not really use it.

Yes.  That's what I did. ;-) (And is why I noticed it was broken.)

-Mark.

> 
> 2006/10/5, Mark Hindess <ma...@googlemail.com>:
> >
> > On 5 October 2006 at 14:02, Mark Hindess <ma...@googlemail.com> wrot
> e:
> > >
> > > On 5 October 2006 at 16:39, "Alexey Petrenko" <alexey.a.petrenko@gmail.co
> m> w
> > > rote:
> > > > Guys,
> > > >
> > > > I'm working on build files for Applet/ImageIO/Print modules contributio
> n...
> > > >
> > > > Number of print modules tests fails if there is no printer in the
> > > > system. Should I exclude such tests?
> > >
> > > Yes.  Please.
> > >
> > > I got impatient (because of the vote) and started a build patch too.
> > > I've got pretty far but imageio needs more work.  How far have you got
> > > with yours?  I can attach mine to the jira if it might help.
> >
> > Another observation, JpegEncoder.c in the awt module seems more up to
> > date than the version included in the contribution.  (It uses the
> > exception unified exception methods from the luni common module and
> > doesn't include the jpegint.h header for example.)
> >
> > Can we use the awt one please?
> >
> > Regards,
> >  Mark.
> >
> >
> >
> > ---------------------------------------------------------------------
> > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> >
> >
> 
> 
> -- 
> Alexey A. Petrenko
> Intel Middleware Products Division
> 
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> 



---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: Print module tests

Posted by Alexey Petrenko <al...@gmail.com>.
Easiest way will be to move JpegEncoder.c from awt to imageio module.
Since awt does not really use it.

SY, Alexey

2006/10/5, Mark Hindess <ma...@googlemail.com>:
>
> On 5 October 2006 at 14:02, Mark Hindess <ma...@googlemail.com> wrote:
> >
> > On 5 October 2006 at 16:39, "Alexey Petrenko" <al...@gmail.com> w
> > rote:
> > > Guys,
> > >
> > > I'm working on build files for Applet/ImageIO/Print modules contribution...
> > >
> > > Number of print modules tests fails if there is no printer in the
> > > system. Should I exclude such tests?
> >
> > Yes.  Please.
> >
> > I got impatient (because of the vote) and started a build patch too.
> > I've got pretty far but imageio needs more work.  How far have you got
> > with yours?  I can attach mine to the jira if it might help.
>
> Another observation, JpegEncoder.c in the awt module seems more up to
> date than the version included in the contribution.  (It uses the
> exception unified exception methods from the luni common module and
> doesn't include the jpegint.h header for example.)
>
> Can we use the awt one please?
>
> Regards,
>  Mark.
>
>
>
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
>
>


-- 
Alexey A. Petrenko
Intel Middleware Products Division

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: Print module tests

Posted by Alexey Petrenko <al...@gmail.com>.
Yep, I've seen that already :)

SY, Alexey

2006/10/5, Mark Hindess <ma...@googlemail.com>:
>
> On 5 October 2006 at 18:48, "Alexey Petrenko" <al...@gmail.com> wrote:
> > It will not easier actually...
> > Because JpegEncoder.c from awt need few fixes too :)
>
> I thought I'd fixed it an hour ago in r453231. ;-)
>
> -Mark.
>
> > 2006/10/5, Mark Hindess <ma...@googlemail.com>:
> > >
> > > On 5 October 2006 at 15:03, Tim Ellison <t....@gmail.com> wrote:
> > > >
> > > > To maintain unbroken traceability we should commit the original
> > > > contribution first then massage it.  No objection to the plan.
> > >
> > > Agreed.  I mentioned it because the build code that Alexey is working on
> > > is easier with the new version.  For example, because he doesn't need to
> > > put jpegint.h (that we took out) back into fetch-depends.
> > >
> > > -Mark.
> > >
> > > > Mark Hindess wrote:
> > > > > On 5 October 2006 at 14:02, Mark Hindess <ma...@googlemail.com>
> > wrot
> > > > e:
> > > > >> On 5 October 2006 at 16:39, "Alexey Petrenko" <alexey.a.petrenko@gmail
> > .com
> > > > > w
> > > > >> rote:
> > > > >>> Guys,
> > > > >>>
> > > > >>> I'm working on build files for Applet/ImageIO/Print modules contribut
> > ion.
> > > > ..
> > > > >>>
> > > > >>> Number of print modules tests fails if there is no printer in the
> > > > >>> system. Should I exclude such tests?
> > > > >> Yes.  Please.
> > > > >>
> > > > >> I got impatient (because of the vote) and started a build patch too.
> > > > >> I've got pretty far but imageio needs more work.  How far have you got
> > > > >> with yours?  I can attach mine to the jira if it might help.
> > > > >
> > > > > Another observation, JpegEncoder.c in the awt module seems more up to
> > > > > date than the version included in the contribution.  (It uses the
> > > > > exception unified exception methods from the luni common module and
> > > > > doesn't include the jpegint.h header for example.)
> > > > >
> > > > > Can we use the awt one please?
> > > > >
> > > > > Regards,
> > > > >  Mark.
> > > > >
> > > > >
> > > > >
> > > > > ---------------------------------------------------------------------
> > > > > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > > > > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > > > > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> > > > >
> > > > >
> > > >
> > > > --
> > > >
> > > > Tim Ellison (t.p.ellison@gmail.com)
> > > > IBM Java technology centre, UK.
> > > >
> > > > ---------------------------------------------------------------------
> > > > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > > > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > > > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> > > >
> > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> > >
> > >
> >
> >
> > --
> > Alexey A. Petrenko
> > Intel Middleware Products Division
> >
> > ---------------------------------------------------------------------
> > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> >
>
>
>
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
>
>


-- 
Alexey A. Petrenko
Intel Middleware Products Division

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: Print module tests

Posted by Mark Hindess <ma...@googlemail.com>.
On 5 October 2006 at 18:48, "Alexey Petrenko" <al...@gmail.com> wrote:
> It will not easier actually...
> Because JpegEncoder.c from awt need few fixes too :)

I thought I'd fixed it an hour ago in r453231. ;-)

-Mark.

> 2006/10/5, Mark Hindess <ma...@googlemail.com>:
> >
> > On 5 October 2006 at 15:03, Tim Ellison <t....@gmail.com> wrote:
> > >
> > > To maintain unbroken traceability we should commit the original
> > > contribution first then massage it.  No objection to the plan.
> >
> > Agreed.  I mentioned it because the build code that Alexey is working on
> > is easier with the new version.  For example, because he doesn't need to
> > put jpegint.h (that we took out) back into fetch-depends.
> >
> > -Mark.
> >
> > > Mark Hindess wrote:
> > > > On 5 October 2006 at 14:02, Mark Hindess <ma...@googlemail.com> 
> wrot
> > > e:
> > > >> On 5 October 2006 at 16:39, "Alexey Petrenko" <alexey.a.petrenko@gmail
> .com
> > > > w
> > > >> rote:
> > > >>> Guys,
> > > >>>
> > > >>> I'm working on build files for Applet/ImageIO/Print modules contribut
> ion.
> > > ..
> > > >>>
> > > >>> Number of print modules tests fails if there is no printer in the
> > > >>> system. Should I exclude such tests?
> > > >> Yes.  Please.
> > > >>
> > > >> I got impatient (because of the vote) and started a build patch too.
> > > >> I've got pretty far but imageio needs more work.  How far have you got
> > > >> with yours?  I can attach mine to the jira if it might help.
> > > >
> > > > Another observation, JpegEncoder.c in the awt module seems more up to
> > > > date than the version included in the contribution.  (It uses the
> > > > exception unified exception methods from the luni common module and
> > > > doesn't include the jpegint.h header for example.)
> > > >
> > > > Can we use the awt one please?
> > > >
> > > > Regards,
> > > >  Mark.
> > > >
> > > >
> > > >
> > > > ---------------------------------------------------------------------
> > > > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > > > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > > > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> > > >
> > > >
> > >
> > > --
> > >
> > > Tim Ellison (t.p.ellison@gmail.com)
> > > IBM Java technology centre, UK.
> > >
> > > ---------------------------------------------------------------------
> > > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> > >
> >
> >
> >
> > ---------------------------------------------------------------------
> > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> >
> >
> 
> 
> -- 
> Alexey A. Petrenko
> Intel Middleware Products Division
> 
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> 



---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: Print module tests

Posted by Alexey Petrenko <al...@gmail.com>.
It will not easier actually...
Because JpegEncoder.c from awt need few fixes too :)

2006/10/5, Mark Hindess <ma...@googlemail.com>:
>
> On 5 October 2006 at 15:03, Tim Ellison <t....@gmail.com> wrote:
> >
> > To maintain unbroken traceability we should commit the original
> > contribution first then massage it.  No objection to the plan.
>
> Agreed.  I mentioned it because the build code that Alexey is working on
> is easier with the new version.  For example, because he doesn't need to
> put jpegint.h (that we took out) back into fetch-depends.
>
> -Mark.
>
> > Mark Hindess wrote:
> > > On 5 October 2006 at 14:02, Mark Hindess <ma...@googlemail.com> wrot
> > e:
> > >> On 5 October 2006 at 16:39, "Alexey Petrenko" <alexey.a.petrenko@gmail.com
> > > w
> > >> rote:
> > >>> Guys,
> > >>>
> > >>> I'm working on build files for Applet/ImageIO/Print modules contribution.
> > ..
> > >>>
> > >>> Number of print modules tests fails if there is no printer in the
> > >>> system. Should I exclude such tests?
> > >> Yes.  Please.
> > >>
> > >> I got impatient (because of the vote) and started a build patch too.
> > >> I've got pretty far but imageio needs more work.  How far have you got
> > >> with yours?  I can attach mine to the jira if it might help.
> > >
> > > Another observation, JpegEncoder.c in the awt module seems more up to
> > > date than the version included in the contribution.  (It uses the
> > > exception unified exception methods from the luni common module and
> > > doesn't include the jpegint.h header for example.)
> > >
> > > Can we use the awt one please?
> > >
> > > Regards,
> > >  Mark.
> > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> > >
> > >
> >
> > --
> >
> > Tim Ellison (t.p.ellison@gmail.com)
> > IBM Java technology centre, UK.
> >
> > ---------------------------------------------------------------------
> > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> >
>
>
>
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
>
>


-- 
Alexey A. Petrenko
Intel Middleware Products Division

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: Print module tests

Posted by Mark Hindess <ma...@googlemail.com>.
On 5 October 2006 at 15:03, Tim Ellison <t....@gmail.com> wrote:
>
> To maintain unbroken traceability we should commit the original
> contribution first then massage it.  No objection to the plan.

Agreed.  I mentioned it because the build code that Alexey is working on
is easier with the new version.  For example, because he doesn't need to
put jpegint.h (that we took out) back into fetch-depends.

-Mark.

> Mark Hindess wrote:
> > On 5 October 2006 at 14:02, Mark Hindess <ma...@googlemail.com> wrot
> e:
> >> On 5 October 2006 at 16:39, "Alexey Petrenko" <alexey.a.petrenko@gmail.com
> > w
> >> rote:
> >>> Guys,
> >>>
> >>> I'm working on build files for Applet/ImageIO/Print modules contribution.
> ..
> >>>
> >>> Number of print modules tests fails if there is no printer in the
> >>> system. Should I exclude such tests?
> >> Yes.  Please.
> >>
> >> I got impatient (because of the vote) and started a build patch too.
> >> I've got pretty far but imageio needs more work.  How far have you got
> >> with yours?  I can attach mine to the jira if it might help.
> > 
> > Another observation, JpegEncoder.c in the awt module seems more up to 
> > date than the version included in the contribution.  (It uses the 
> > exception unified exception methods from the luni common module and
> > doesn't include the jpegint.h header for example.)
> > 
> > Can we use the awt one please?
> > 
> > Regards,
> >  Mark.
> > 
> > 
> > 
> > ---------------------------------------------------------------------
> > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> > 
> > 
> 
> -- 
> 
> Tim Ellison (t.p.ellison@gmail.com)
> IBM Java technology centre, UK.
> 
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> 



---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: Print module tests

Posted by Tim Ellison <t....@gmail.com>.
To maintain unbroken traceability we should commit the original
contribution first then massage it.  No objection to the plan.

Regards,
Tim

Mark Hindess wrote:
> On 5 October 2006 at 14:02, Mark Hindess <ma...@googlemail.com> wrote:
>> On 5 October 2006 at 16:39, "Alexey Petrenko" <al...@gmail.com> w
>> rote:
>>> Guys,
>>>
>>> I'm working on build files for Applet/ImageIO/Print modules contribution...
>>>
>>> Number of print modules tests fails if there is no printer in the
>>> system. Should I exclude such tests?
>> Yes.  Please.
>>
>> I got impatient (because of the vote) and started a build patch too.
>> I've got pretty far but imageio needs more work.  How far have you got
>> with yours?  I can attach mine to the jira if it might help.
> 
> Another observation, JpegEncoder.c in the awt module seems more up to 
> date than the version included in the contribution.  (It uses the 
> exception unified exception methods from the luni common module and
> doesn't include the jpegint.h header for example.)
> 
> Can we use the awt one please?
> 
> Regards,
>  Mark.
> 
> 
> 
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> 
> 

-- 

Tim Ellison (t.p.ellison@gmail.com)
IBM Java technology centre, UK.

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: Print module tests

Posted by Mark Hindess <ma...@googlemail.com>.
On 5 October 2006 at 14:02, Mark Hindess <ma...@googlemail.com> wrote:
> 
> On 5 October 2006 at 16:39, "Alexey Petrenko" <al...@gmail.com> w
> rote:
> > Guys,
> > 
> > I'm working on build files for Applet/ImageIO/Print modules contribution...
> > 
> > Number of print modules tests fails if there is no printer in the
> > system. Should I exclude such tests?
> 
> Yes.  Please.
> 
> I got impatient (because of the vote) and started a build patch too.
> I've got pretty far but imageio needs more work.  How far have you got
> with yours?  I can attach mine to the jira if it might help.

Another observation, JpegEncoder.c in the awt module seems more up to 
date than the version included in the contribution.  (It uses the 
exception unified exception methods from the luni common module and
doesn't include the jpegint.h header for example.)

Can we use the awt one please?

Regards,
 Mark.



---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: Print module tests

Posted by Mark Hindess <ma...@googlemail.com>.
On 5 October 2006 at 23:25, "Alexey Petrenko" <al...@gmail.com> wrote:
> 2006/10/5, Mark Hindess <ma...@googlemail.com>:
> >
> > On 5 October 2006 at 19:51, "Alexey Petrenko"
> > <al...@gmail.com> wrote:
> > > Mark,
> > >
> > > I've finished with the build files. At least I hope so :)
> > >
> > > Check the HARMONY-1729 issue.
> > >
> > > I've also added a comment to HARMONY-1609.
> >
> > Excellent!
> >
> > This is trivial but I noticed that the MANIFEST files need a few tweaks.
> > The import and export lines should be something like:
> >
> > Import-Package: java.awt,
> >  java.awt.color,
> >  java.awt.image,
> >  java.io,
> >  java.net,
> >  java.nio,
> >  java.util,
> >  org.apache.harmony.awt.datatransfer,
> >  org.apache.harmony.awt.gl.image
> > Export-Package: javax.imageio,
> >  javax.imageio.event,
> >  javax.imageio.metadata,
> >  javax.imageio.plugins.jpeg,
> >  javax.imageio.spi,
> >  javax.imageio.stream
> >
> > [snip]
> 
> how did you produce these lists? Do you have some tool?

I just used a quick find/xargs/perl command on the command line.  Now I
look at it in my history, I notice it wouldn't even have worked for some
of the bigger modules.  Not really worth sharing IMHO.

-Mark.



---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: Print module tests

Posted by Alexey Petrenko <al...@gmail.com>.
2006/10/5, Mark Hindess <ma...@googlemail.com>:
>
> On 5 October 2006 at 19:51, "Alexey Petrenko"
> <al...@gmail.com> wrote:
> > Mark,
> >
> > I've finished with the build files. At least I hope so :)
> >
> > Check the HARMONY-1729 issue.
> >
> > I've also added a comment to HARMONY-1609.
>
> Excellent!
>
> This is trivial but I noticed that the MANIFEST files need a few tweaks.
> The import and export lines should be something like:
>
> Import-Package: java.awt,
>  java.awt.color,
>  java.awt.image,
>  java.io,
>  java.net,
>  java.nio,
>  java.util,
>  org.apache.harmony.awt.datatransfer,
>  org.apache.harmony.awt.gl.image
> Export-Package: javax.imageio,
>  javax.imageio.event,
>  javax.imageio.metadata,
>  javax.imageio.plugins.jpeg,
>  javax.imageio.spi,
>  javax.imageio.stream
>
>
> Import-Package: java.awt,
>  java.awt.RenderingHints,
>  java.awt.event,
>  java.awt.font,
>  java.awt.geom,
>  java.awt.image,
>  java.awt.image.renderable,
>  java.io,
>  java.lang.reflect,
>  java.net,
>  java.nio,
>  java.security,
>  java.text,
>  java.util,
>  javax.swing,
>  javax.swing.border,
>  javax.swing.event,
>  javax.swing.text
> Export-Package: javax.print,
>  javax.print.attribute,
>  javax.print.attribute.standard,
>  javax.print.event
>
>
> Import-Package: java.awt,
>  java.awt.event,
>  java.io,
>  java.net,
>  java.security,
>  java.util,
>  javax.accessibility,
>  org.apache.harmony.awt,
>  org.apache.harmony.kernel.vm
> Export-Package: java.applet
>
> and the Bundle-SymbolicName for org.apache.harmony.imageio has a
> spurious .x in it.
Mark,

how did you produce these lists? Do you have some tool?

SY, Alexey

>
> Regards,
>  Mark.
>
> > 2006/10/5, Mark Hindess <ma...@googlemail.com>:
> > >
> > > On 5 October 2006 at 16:39, "Alexey Petrenko" <al...@gmail.com>
> >  wrote:
> > > > Guys,
> > > >
> > > > I'm working on build files for Applet/ImageIO/Print modules contribution.
> > ..
> > > >
> > > > Number of print modules tests fails if there is no printer in the
> > > > system. Should I exclude such tests?
> > >
> > > Yes.  Please.
> > >
> > > I got impatient (because of the vote) and started a build patch too.
> > > I've got pretty far but imageio needs more work.  How far have you got
> > > with yours?  I can attach mine to the jira if it might help.
> > >
> > > Regards,
> > >  Mark.
> > >
> > > > SY, Alexey
> > > >
> > > > --
> > > > Alexey A. Petrenko
> > > > Intel Middleware Products Division
>
>
>
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
>
>


-- 
Alexey A. Petrenko
Intel Middleware Products Division

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: Print module tests

Posted by Mark Hindess <ma...@googlemail.com>.
On 5 October 2006 at 19:51, "Alexey Petrenko"
<al...@gmail.com> wrote:
> Mark,
> 
> I've finished with the build files. At least I hope so :)
> 
> Check the HARMONY-1729 issue.
> 
> I've also added a comment to HARMONY-1609.

Excellent!

This is trivial but I noticed that the MANIFEST files need a few tweaks.
The import and export lines should be something like:

Import-Package: java.awt,
 java.awt.color,
 java.awt.image,
 java.io,
 java.net,
 java.nio,
 java.util,
 org.apache.harmony.awt.datatransfer,
 org.apache.harmony.awt.gl.image
Export-Package: javax.imageio,
 javax.imageio.event,
 javax.imageio.metadata,
 javax.imageio.plugins.jpeg,
 javax.imageio.spi,
 javax.imageio.stream


Import-Package: java.awt,
 java.awt.RenderingHints,
 java.awt.event,
 java.awt.font,
 java.awt.geom,
 java.awt.image,
 java.awt.image.renderable,
 java.io,
 java.lang.reflect,
 java.net,
 java.nio,
 java.security,
 java.text,
 java.util,
 javax.swing,
 javax.swing.border,
 javax.swing.event,
 javax.swing.text
Export-Package: javax.print,
 javax.print.attribute,
 javax.print.attribute.standard,
 javax.print.event


Import-Package: java.awt,
 java.awt.event,
 java.io,
 java.net,
 java.security,
 java.util,
 javax.accessibility,
 org.apache.harmony.awt,
 org.apache.harmony.kernel.vm
Export-Package: java.applet

and the Bundle-SymbolicName for org.apache.harmony.imageio has a 
spurious .x in it.

Regards,
 Mark.

> 2006/10/5, Mark Hindess <ma...@googlemail.com>:
> >
> > On 5 October 2006 at 16:39, "Alexey Petrenko" <al...@gmail.com>
>  wrote:
> > > Guys,
> > >
> > > I'm working on build files for Applet/ImageIO/Print modules contribution.
> ..
> > >
> > > Number of print modules tests fails if there is no printer in the
> > > system. Should I exclude such tests?
> >
> > Yes.  Please.
> >
> > I got impatient (because of the vote) and started a build patch too.
> > I've got pretty far but imageio needs more work.  How far have you got
> > with yours?  I can attach mine to the jira if it might help.
> >
> > Regards,
> >  Mark.
> >
> > > SY, Alexey
> > >
> > > --
> > > Alexey A. Petrenko
> > > Intel Middleware Products Division



---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: Print module tests

Posted by Alexey Petrenko <al...@gmail.com>.
Mark,

I've finished with the build files. At least I hope so :)

Check the HARMONY-1729 issue.

I've also added a comment to HARMONY-1609.

SY, Alexey

2006/10/5, Mark Hindess <ma...@googlemail.com>:
>
> On 5 October 2006 at 16:39, "Alexey Petrenko" <al...@gmail.com> wrote:
> > Guys,
> >
> > I'm working on build files for Applet/ImageIO/Print modules contribution...
> >
> > Number of print modules tests fails if there is no printer in the
> > system. Should I exclude such tests?
>
> Yes.  Please.
>
> I got impatient (because of the vote) and started a build patch too.
> I've got pretty far but imageio needs more work.  How far have you got
> with yours?  I can attach mine to the jira if it might help.
>
> Regards,
>  Mark.
>
> > SY, Alexey
> >
> > --
> > Alexey A. Petrenko
> > Intel Middleware Products Division
> >
> > ---------------------------------------------------------------------
> > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> >
>
>
>
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
>
>


-- 
Alexey A. Petrenko
Intel Middleware Products Division

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: Print module tests

Posted by Alexey Petrenko <al...@gmail.com>.
I'm mostly finished... Running tests...
So you can stop :)

Sorry that it took me so much time. I'm a little bit ill now. Flu...

SY, Alexey

2006/10/5, Mark Hindess <ma...@googlemail.com>:
>
> On 5 October 2006 at 16:39, "Alexey Petrenko" <al...@gmail.com> wrote:
> > Guys,
> >
> > I'm working on build files for Applet/ImageIO/Print modules contribution...
> >
> > Number of print modules tests fails if there is no printer in the
> > system. Should I exclude such tests?
>
> Yes.  Please.
>
> I got impatient (because of the vote) and started a build patch too.
> I've got pretty far but imageio needs more work.  How far have you got
> with yours?  I can attach mine to the jira if it might help.
>
> Regards,
>  Mark.
>
> > SY, Alexey
> >
> > --
> > Alexey A. Petrenko
> > Intel Middleware Products Division
> >
> > ---------------------------------------------------------------------
> > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> >
>
>
>
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
>
>


-- 
Alexey A. Petrenko
Intel Middleware Products Division

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: Print module tests

Posted by Mark Hindess <ma...@googlemail.com>.
On 5 October 2006 at 16:39, "Alexey Petrenko" <al...@gmail.com> wrote:
> Guys,
> 
> I'm working on build files for Applet/ImageIO/Print modules contribution...
> 
> Number of print modules tests fails if there is no printer in the
> system. Should I exclude such tests?

Yes.  Please.

I got impatient (because of the vote) and started a build patch too.
I've got pretty far but imageio needs more work.  How far have you got
with yours?  I can attach mine to the jira if it might help.

Regards,
 Mark.

> SY, Alexey
> 
> -- 
> Alexey A. Petrenko
> Intel Middleware Products Division
> 
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> 



---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org