Thread: [Introspector-developers] Can someone compile this
Status: Beta
Brought to you by:
mdupont
|
From: Gary F. <gar...@js...> - 2003-01-17 14:08:37
|
Howdy,
I just found out about this project and it looks like a winner!
I will not have a chance to build the gnu tools to use introspector but
would like to see what the XML looks like. I plan on using it to output
XML in the form I need for my project.
Could someone compile the Java source below and send me the XML out?
If I have some XML I can see if I can translate to my XML. Then I would
like to talk about doing that with introspector in general and talk
about adding rdf.
Thanks,
Gary
This is an example of some Java that would be compiled and loaded into a
Lego Mindstorms RCX robot. The bb library is the RCX Big Block library
in Java.
import josx.platform.rcx.Motor;
import josx.platform.rcx.Sound;
import bb;
public class box {
public static void main(String[] args) throws InterruptedException
{
for (myIx = 0, myIx < 4, myIx++) {
bb_Forward(A C 100);
bb_TurnLeft(A C 75);
}
}
}
|
|
From: James M. D. <mdu...@ya...> - 2003-01-17 14:17:09
|
OK, do you know if this will compile with the Gnu Java Compiler? http://rcxtools.sourceforge.net/e_home.html I will look into this, and that is a good point. we need to have a testing service! Let me try this out. Good call Gary! mike --- Gary Frederick <gar...@js...> wrote: > Howdy, > > I just found out about this project and it looks like a winner! > > I will not have a chance to build the gnu tools to use introspector > but > would like to see what the XML looks like. I plan on using it to > output > XML in the form I need for my project. > > Could someone compile the Java source below and send me the XML out? > > If I have some XML I can see if I can translate to my XML. Then I > would > like to talk about doing that with introspector in general and talk > about adding rdf. > > Thanks, > > Gary > > This is an example of some Java that would be compiled and loaded > into a > Lego Mindstorms RCX robot. The bb library is the RCX Big Block > library > in Java. > > > import josx.platform.rcx.Motor; > import josx.platform.rcx.Sound; > import bb; > > public class box { > public static void main(String[] args) throws > InterruptedException > { > for (myIx = 0, myIx < 4, myIx++) { > bb_Forward(A C 100); > bb_TurnLeft(A C 75); > } > } > } ===== James Michael DuPont http://introspector.sourceforge.net/ __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com |
|
From: Gary F. <gar...@js...> - 2003-01-17 15:07:56
|
I don't know if it compiles with the Gnu Java Compiler. It should, it's just Java. Here is leJOS http://lejos.sourceforge.net/ the sample ran there. and a web site to submit code and get xml back!!! What a great idea. Good call Mike :-) (I just wanted an example compiled :-) ) Gary James Michael DuPont wrote: > OK, do you know if this will compile with the Gnu Java Compiler? > http://rcxtools.sourceforge.net/e_home.html > > I will look into this, and that is a good point. > we need to have a testing service! Let me try this out. > > Good call Gary! > > mike > --- Gary Frederick <gar...@js...> wrote: > >>Howdy, >> >>I just found out about this project and it looks like a winner! >> >>I will not have a chance to build the gnu tools to use introspector >>but >>would like to see what the XML looks like. I plan on using it to >>output >>XML in the form I need for my project. >> >>Could someone compile the Java source below and send me the XML out? >> >>If I have some XML I can see if I can translate to my XML. Then I >>would >>like to talk about doing that with introspector in general and talk >>about adding rdf. >> >>Thanks, >> >>Gary >> >>This is an example of some Java that would be compiled and loaded >>into a >>Lego Mindstorms RCX robot. The bb library is the RCX Big Block >>library >>in Java. >> >> >>import josx.platform.rcx.Motor; >>import josx.platform.rcx.Sound; >>import bb; >> >>public class box { >> public static void main(String[] args) throws >>InterruptedException >> { >> for (myIx = 0, myIx < 4, myIx++) { >> bb_Forward(A C 100); >> bb_TurnLeft(A C 75); >> } >> } >>} > > > > ===== > James Michael DuPont > http://introspector.sourceforge.net/ > > __________________________________________________ > Do you Yahoo!? > Yahoo! Mail Plus - Powerful. Affordable. Sign up now. > http://mailplus.yahoo.com > > > ------------------------------------------------------- > This SF.NET email is sponsored by: Thawte.com > Understand how to protect your customers personal information by implementing > SSL on your Apache Web Server. Click here to get our FREE Thawte Apache > Guide: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0029en > _______________________________________________ > Introspector-developers mailing list > Int...@li... > https://lists.sourceforge.net/lists/listinfo/introspector-developers |
|
From: James M. D. <mdu...@ya...> - 2003-01-17 15:20:33
|
--- Gary Frederick <gar...@js...> wrote: > I don't know if it compiles with the Gnu Java Compiler. It should, > it's > just Java. > > Here is leJOS > http://lejos.sourceforge.net/ > the sample ran there. > found that, got it. More later. > a web site to submit code and get xml back!!! What a great idea. Good > > call Mike :-) (I just wanted an example compiled :-) ) There where some people who had that, i forget where. well, the dotgnu system supports webservices. right now my current idea is to use debian dpkg to control the compilation and package the meta-data into a separate package attachment. I am trying to setup the cygwin version right now, do you run under windows? Do you use cygwin? get www.cygwin.com/setup.exe and install the gcc 3.2, i will send you a patched version. mike ===== James Michael DuPont http://introspector.sourceforge.net/ __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com |