You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by Davanum Srinivas <da...@gmail.com> on 2004/12/09 05:24:43 UTC

[kaffe][status] jakarta-regexp & junit

Latest Biggies are jakarta-regexp and junit (see
http://brutus.apache.org/gump/kaffe/project_todos.html)

jakarta-regexp: 
build.xml copies source files from jakarta-regexp/src to
jakarta-regexp/build/src and it applies filters during the copy
operation. Kaffe fails to do this properly. Result being the copied
files are empty. If i remove the filter flag in build.xml, it works
fine. So this is on dalibor's and kaffe team's plate and it's easy to
replicate (just get jakarta-regexp cvs and run ant)

junit: 
there are 2 problems here. the first one is the same as above,
copy/filter fails...in this case junit.runner.Version file is empty.
The other problem is an ongoing problem of CLASSPATH not completely
supporting all api's in javax.swing. Again, both problems are on
dalibor's and kaffe team's plate.

Thanks,
dims

-- 
Davanum Srinivas - http://webservices.apache.org/~dims/

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: [kaffe][status] jakarta-regexp & junit

Posted by Davanum Srinivas <da...@gmail.com>.
i can confirm that the fix for the ant/copy/filter problem. updated
the kaffe on brutus with latest cvs. let's wait and watch :)

thanks,
dims


On Fri, 10 Dec 2004 23:53:28 +0000 (UTC), Dalibor Topic
<ro...@kaffe.org> wrote:
> 
> 
> Davanum Srinivas <davanum <at> gmail.com> writes:
> 
> >
> > Latest Biggies are jakarta-regexp and junit (see
> > http://brutus.apache.org/gump/kaffe/project_todos.html)
> >
> > jakarta-regexp:
> > build.xml copies source files from jakarta-regexp/src to
> > jakarta-regexp/build/src and it applies filters during the copy
> > operation. Kaffe fails to do this properly. Result being the copied
> > files are empty. If i remove the filter flag in build.xml, it works
> > fine. So this is on dalibor's and kaffe team's plate and it's easy to
> > replicate (just get jakarta-regexp cvs and run ant)
> 
> Thanks a lot for helping so greatly with the bug chase!
> 
> This particular bug should be fixed now in CVS head by Adam Heath.
> 
> >
> > junit:
> > there are 2 problems here. the first one is the same as above,
> > copy/filter fails...in this case junit.runner.Version file is empty.
> > The other problem is an ongoing problem of CLASSPATH not completely
> > supporting all api's in javax.swing. Again, both problems are on
> > dalibor's and kaffe team's plate.
> 
> Thomas Fitzsimmons checked in a preliminary version of it on the gcj gui branch,
> and I'll copy it over to kaffe tomorrow. Michael Koch might have the missing
> ingredients for JTree finished, too.
> 
> cheers,
> dalibor topic
> 
> ---------------------------------------------------------------------
> 
> 
> To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
> For additional commands, e-mail: general-help@gump.apache.org
> 
> 


-- 
Davanum Srinivas - http://webservices.apache.org/~dims/

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: [kaffe][status] jakarta-regexp & junit

Posted by Dalibor Topic <ro...@kaffe.org>.
Davanum Srinivas <davanum <at> gmail.com> writes:

> 
> Latest Biggies are jakarta-regexp and junit (see
> http://brutus.apache.org/gump/kaffe/project_todos.html)
> 
> jakarta-regexp: 
> build.xml copies source files from jakarta-regexp/src to
> jakarta-regexp/build/src and it applies filters during the copy
> operation. Kaffe fails to do this properly. Result being the copied
> files are empty. If i remove the filter flag in build.xml, it works
> fine. So this is on dalibor's and kaffe team's plate and it's easy to
> replicate (just get jakarta-regexp cvs and run ant)

Thanks a lot for helping so greatly with the bug chase!

This particular bug should be fixed now in CVS head by Adam Heath.

> 
> junit: 
> there are 2 problems here. the first one is the same as above,
> copy/filter fails...in this case junit.runner.Version file is empty.
> The other problem is an ongoing problem of CLASSPATH not completely
> supporting all api's in javax.swing. Again, both problems are on
> dalibor's and kaffe team's plate.

Thomas Fitzsimmons checked in a preliminary version of it on the gcj gui branch,
and I'll copy it over to kaffe tomorrow. Michael Koch might have the missing
ingredients for JTree finished, too.

cheers,
dalibor topic



---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: [kaffe][status] jakarta-regexp & junit

Posted by Davanum Srinivas <da...@gmail.com>.
Absolutely :)

thanks,
dims


On Fri, 10 Dec 2004 18:10:58 +0100, Stefan Bodewig <bo...@apache.org> wrote:
> On Fri, 10 Dec 2004, Dalibor Topic <ro...@kaffe.org> wrote:
> > Davanum Srinivas <davanum <at> gmail.com> writes:
> >
> >>
> >> Stefan,
> >>
> >> i can see sun.boot.class.path in
> >> http://brutus.apache.org/gump/kaffe/
> >>
> >
> > Yep, that's the one.
> 
> Great, this means Ant knows its own bootclasspath, which in turn means
> it can provide it to the external compilers.
> 
> I'll see whether I can put in a quick solution for Jikes and turn it
> into a cleaner one next week.
> 
> Note that all this is only possible because we are not using an
> installed version of Ant, but CVS HEAD 8-)
> 
> Stefan
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
> For additional commands, e-mail: general-help@gump.apache.org
> 
> 


-- 
Davanum Srinivas - http://webservices.apache.org/~dims/

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: [kaffe][status] jakarta-regexp & junit

Posted by Stefan Bodewig <bo...@apache.org>.
On Fri, 10 Dec 2004, Dalibor Topic <ro...@kaffe.org> wrote:
> Davanum Srinivas <davanum <at> gmail.com> writes:
> 
>> 
>> Stefan,
>> 
>> i can see sun.boot.class.path in
>> http://brutus.apache.org/gump/kaffe/
>> 
> 
> Yep, that's the one. 

Great, this means Ant knows its own bootclasspath, which in turn means
it can provide it to the external compilers.

I'll see whether I can put in a quick solution for Jikes and turn it
into a cleaner one next week.

Note that all this is only possible because we are not using an
installed version of Ant, but CVS HEAD 8-)

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: [kaffe][status] jakarta-regexp & junit

Posted by Dalibor Topic <ro...@kaffe.org>.
Davanum Srinivas <davanum <at> gmail.com> writes:

> 
> Stefan,
> 
> i can see sun.boot.class.path in http://brutus.apache.org/gump/kaffe/
> 

Yep, that's the one. 

cheers,
dalibor topic


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: [kaffe][status] jakarta-regexp & junit

Posted by Davanum Srinivas <da...@gmail.com>.
Stefan,

i can see sun.boot.class.path in http://brutus.apache.org/gump/kaffe/

-- dims


On Fri, 10 Dec 2004 12:28:33 +0100, Stefan Bodewig <bo...@apache.org> wrote:
> On Wed, 8 Dec 2004, Davanum Srinivas <da...@gmail.com> wrote:
> 
> > Once we get these fixed by kaffe team, we will hit the next big
> > obstacle on our side which is Xalan. We need to fix ant's Jikes
> > support for "-bootclasspath" as mentioned here -
> > http://marc.theaimsgroup.com/?l=gump&m=110252986623266&w=2
> 
> As I said, we'll need more than that.
> 
> Dalibor, does Kaffe provide a system property that holds the current
> bootclasspath?
> 
> Stefan
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
> For additional commands, e-mail: general-help@gump.apache.org
> 
> 


-- 
Davanum Srinivas - http://webservices.apache.org/~dims/

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: [kaffe][status] jakarta-regexp & junit

Posted by Stefan Bodewig <bo...@apache.org>.
On Wed, 8 Dec 2004, Davanum Srinivas <da...@gmail.com> wrote:

> Once we get these fixed by kaffe team, we will hit the next big
> obstacle on our side which is Xalan. We need to fix ant's Jikes
> support for "-bootclasspath" as mentioned here -
> http://marc.theaimsgroup.com/?l=gump&m=110252986623266&w=2

As I said, we'll need more than that.

Dalibor, does Kaffe provide a system property that holds the current
bootclasspath?

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: [kaffe][status] jakarta-regexp & junit

Posted by Davanum Srinivas <da...@gmail.com>.
Stefan, Steve,

Can one of you *PLEASE* fix this before Kaffe's run at 9:00 PM EST today?
http://issues.apache.org/bugzilla/show_bug.cgi?id=32609

thanks,
dims


On Wed, 8 Dec 2004 23:34:50 -0500, Davanum Srinivas <da...@gmail.com> wrote:
> Once we get these fixed by kaffe team, we will hit the next big
> obstacle on our side which is Xalan. We need to fix ant's Jikes
> support for "-bootclasspath" as mentioned here -
> http://marc.theaimsgroup.com/?l=gump&m=110252986623266&w=2
> 
> thanks,
> dims
> 
> 
> 
> 
> On Wed, 8 Dec 2004 23:24:43 -0500, Davanum Srinivas <da...@gmail.com> wrote:
> > Latest Biggies are jakarta-regexp and junit (see
> > http://brutus.apache.org/gump/kaffe/project_todos.html)
> >
> > jakarta-regexp:
> > build.xml copies source files from jakarta-regexp/src to
> > jakarta-regexp/build/src and it applies filters during the copy
> > operation. Kaffe fails to do this properly. Result being the copied
> > files are empty. If i remove the filter flag in build.xml, it works
> > fine. So this is on dalibor's and kaffe team's plate and it's easy to
> > replicate (just get jakarta-regexp cvs and run ant)
> >
> > junit:
> > there are 2 problems here. the first one is the same as above,
> > copy/filter fails...in this case junit.runner.Version file is empty.
> > The other problem is an ongoing problem of CLASSPATH not completely
> > supporting all api's in javax.swing. Again, both problems are on
> > dalibor's and kaffe team's plate.
> >
> > Thanks,
> > dims
> >
> > --
> > Davanum Srinivas - http://webservices.apache.org/~dims/
> >
> 
> --
> Davanum Srinivas - http://webservices.apache.org/~dims/
> 


-- 
Davanum Srinivas - http://webservices.apache.org/~dims/

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: [kaffe][status] jakarta-regexp & junit

Posted by Stefano Mazzocchi <st...@apache.org>.
Davanum Srinivas wrote:
> Once we get these fixed by kaffe team, we will hit the next big
> obstacle on our side which is Xalan. We need to fix ant's Jikes
> support for "-bootclasspath" as mentioned here -
> http://marc.theaimsgroup.com/?l=gump&m=110252986623266&w=2

Dims, thanks so much for your help here! you rock!

-- 
Stefano.


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: [kaffe][status] jakarta-regexp & junit

Posted by Davanum Srinivas <da...@gmail.com>.
Once we get these fixed by kaffe team, we will hit the next big
obstacle on our side which is Xalan. We need to fix ant's Jikes
support for "-bootclasspath" as mentioned here -
http://marc.theaimsgroup.com/?l=gump&m=110252986623266&w=2

thanks,
dims


On Wed, 8 Dec 2004 23:24:43 -0500, Davanum Srinivas <da...@gmail.com> wrote:
> Latest Biggies are jakarta-regexp and junit (see
> http://brutus.apache.org/gump/kaffe/project_todos.html)
> 
> jakarta-regexp:
> build.xml copies source files from jakarta-regexp/src to
> jakarta-regexp/build/src and it applies filters during the copy
> operation. Kaffe fails to do this properly. Result being the copied
> files are empty. If i remove the filter flag in build.xml, it works
> fine. So this is on dalibor's and kaffe team's plate and it's easy to
> replicate (just get jakarta-regexp cvs and run ant)
> 
> junit:
> there are 2 problems here. the first one is the same as above,
> copy/filter fails...in this case junit.runner.Version file is empty.
> The other problem is an ongoing problem of CLASSPATH not completely
> supporting all api's in javax.swing. Again, both problems are on
> dalibor's and kaffe team's plate.
> 
> Thanks,
> dims
> 
> --
> Davanum Srinivas - http://webservices.apache.org/~dims/
> 


-- 
Davanum Srinivas - http://webservices.apache.org/~dims/

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org