Re: [RDT-Dev] debug status in jruby

2007-02-13 Thread Ricardo Trindade




Hi,

    I did check it out, but it seems there's no and or maven build
file... Since there's a build.properties, I'm guessing you forgot to
put it there. 

    As long as trunk builds, I can assure you that we'll upgrade
regularly, use it and give you lots of feedback.

thanks,
Ricardo

Werner Schuster (murphee) wrote:

  Ricardo Trindade wrote:
  
  
Since there's no apparent way to select jruby as the interpreter, I 
usually run jruby apps with a java run, specifying jruby's main as the 
main class, and the current selected file as the argument (via 
${resource_loc}). Setting breakpoints in ruby code in this config 
doesn't work (I really wasn't expecting it to work, but still tried.)
  

  
  In short: it's working right now, the code for it lives over @
https://rubyforge.org/projects/rdt-jruby/
This is a seperate plugin that provides a JRuby VM config and this
allows debugging JRuby code (breakpoints only at the moment, due to some
problem with
JRuby).

If you're really courageous you can try the CVS version of the plugin
(Note: this'll need the latest in RDT (what will be RDT 0.9).)
OR you can wait a week (or so) - I'll put up a cleaned up version on an
update site.


murphee

  




-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Rubyeclipse-development mailing list
Rubyeclipse-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rubyeclipse-development


[RDT-Dev] debug status in jruby

2007-02-11 Thread Ricardo Trindade
Hi,

I've been following the debug in RDT discussion, I'm just wondering 
if it applies to jruby already.

Since there's no apparent way to select jruby as the interpreter, I 
usually run jruby apps with a java run, specifying jruby's main as the 
main class, and the current selected file as the argument (via 
${resource_loc}). Setting breakpoints in ruby code in this config 
doesn't work (I really wasn't expecting it to work, but still tried.)

Can it be used on jruby at this point ?

thanks,
Ricardo

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Rubyeclipse-development mailing list
Rubyeclipse-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rubyeclipse-development


[RDT-Dev] eclipsedltk

2007-01-03 Thread Ricardo Trindade
Hi,

Any relationship between http://www.eclipsedltk.org/ and RDT ? They 
are supporting ruby now.

cheers,
Ricardo


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Rubyeclipse-development mailing list
Rubyeclipse-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rubyeclipse-development


[RDT-Dev] information in .project files

2006-12-09 Thread Ricardo Trindade
Hi,

I noticed this in the .project files :


C:/eclipseextensions/eclipse/plugins/org.rubypeople.rdt.core_0.8.0.609251132NGT/ruby/lib

If we commit this into version control, won't this break for people 
with a different RDT version ?

thanks,
Ricardo


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Rubyeclipse-development mailing list
Rubyeclipse-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rubyeclipse-development


[RDT-Dev] jruby

2006-12-06 Thread Ricardo Trindade
Hi,

I've been following the rdt mailing list for a while, and I'm glad 
to see that RDT seems to be very active. I'm particularly interested in 
jruby, since I'm using it and the lack of a debugger is a big pain. So 
I'm just wondering if we're getting closer to that objective.

thanks,
Ricardo


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Rubyeclipse-development mailing list
Rubyeclipse-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rubyeclipse-development


[RDT-Dev] comments on top of file

2006-10-19 Thread Ricardo Trindade
Hi,

When I have comments on the top of the file, I get a warning, saying 
"Empty Method Definition"

thanks,
Ricardo


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Rubyeclipse-development mailing list
Rubyeclipse-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rubyeclipse-development


Re: [RDT-Dev] [jruby-user] Re: [jruby-user] jruby with RDT

2006-10-19 Thread Ricardo Trindade




Hi,

    I just tried this again today and it worked. So now I'm
successfully parsing JRuby code in RDT. The error positioning is a bit
off, but from what I've read it's not RDT's fault.

    Still, each project file must be manually edited to make this work
in a mixed project (ruby+java code). 
    It would be great if a "Add Ruby Nature" or "Add JRuby Nature" menu
option could be added to RDT.

thanks,
Ricardo


Ricardo Trindade wrote:

  
  
Hi,
  
    I'm now using RDT nightly builds, but it still won't parse the code.
  
thanks,
Ricardo
  
  
Ricardo Trindade wrote:
  

Hi,

    Here it goes. It's similar to your's. If you can't spot anything
wrong, I'll install a nightly build.



    servercore
    
    
    
    
        
            org.rubypeople.rdt.core.rubybuilder
            
            
                    
        
            org.eclipse.jdt.core.javabuilder
            
            
        
    
    
        org.rubypeople.rdt.core.rubynature
        org.eclipse.jdt.core.javanature   
    
    



cheers,
Ricardo


Werner Schuster (murphee) wrote:

  Ricardo Trindade wrote:
  
  
   -We can't seem to create mixed projects, with ruby and java code.
Even manually adding in the .project file the ruby nature and ruby
build command, ruby source files never get parsed, and syntax errors
are not detected.

  
  
Could you send your .project file along? I just tried this and it seemed
to work (I'm running the HEAD version, though).

I tried:


RubyClassBrowser





org.rubypeople.rdt.core.rubybuilder


  

org.eclipse.jdt.core.javabuilder





 org.rubypeople.rdt.core.rubynature
 org.eclipse.jdt.core.javanature   




murphee

  


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

___
Rubyeclipse-development mailing list
Rubyeclipse-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rubyeclipse-development
  
  
-
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email




-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Rubyeclipse-development mailing list
Rubyeclipse-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rubyeclipse-development


[RDT-Dev] error in syntax hightlight

2006-10-03 Thread Ricardo Trindade
Hi,

I think the following is an error in coloring :

a= 1 + 2   => properly colored
b= 1 / 2   => after /, gets wrong color

thanks,
Ricardo



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Rubyeclipse-development mailing list
Rubyeclipse-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rubyeclipse-development


Re: [RDT-Dev] [jruby-user] jruby with RDT

2006-10-02 Thread Ricardo Trindade




Hi,

    I'm now using RDT nightly builds, but it still won't parse the code.

thanks,
Ricardo


Ricardo Trindade wrote:

  
Hi,
  
    Here it goes. It's similar to your's. If you can't spot anything
wrong, I'll install a nightly build.
  


    servercore
    
    
    
    
        
            org.rubypeople.rdt.core.rubybuilder
            
            
                    
        
            org.eclipse.jdt.core.javabuilder
            
            
        
    
    
        org.rubypeople.rdt.core.rubynature
        org.eclipse.jdt.core.javanature   
    
    

  
  
cheers,
Ricardo
  
  
Werner Schuster (murphee) wrote:
  
Ricardo Trindade wrote:
  

 -We can't seem to create mixed projects, with ruby and java code.
Even manually adding in the .project file the ruby nature and ruby
build command, ruby source files never get parsed, and syntax errors
are not detected.



Could you send your .project file along? I just tried this and it seemed
to work (I'm running the HEAD version, though).

I tried:


RubyClassBrowser





org.rubypeople.rdt.core.rubybuilder


  

org.eclipse.jdt.core.javabuilder





 org.rubypeople.rdt.core.rubynature
 org.eclipse.jdt.core.javanature   




murphee

  
  
  

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
  

___
Rubyeclipse-development mailing list
Rubyeclipse-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rubyeclipse-development
  




-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Rubyeclipse-development mailing list
Rubyeclipse-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rubyeclipse-development


Re: [RDT-Dev] [jruby-user] jruby with RDT

2006-10-02 Thread Ricardo Trindade




Hi,

    Here it goes. It's similar to your's. If you can't spot anything
wrong, I'll install a nightly build.



    servercore
    
    
    
    
        
            org.rubypeople.rdt.core.rubybuilder
            
            
                    
        
            org.eclipse.jdt.core.javabuilder
            
            
        
    
    
        org.rubypeople.rdt.core.rubynature
        org.eclipse.jdt.core.javanature   
    
    



cheers,
Ricardo


Werner Schuster (murphee) wrote:

  Ricardo Trindade wrote:
  
  
   -We can't seem to create mixed projects, with ruby and java code.
Even manually adding in the .project file the ruby nature and ruby
build command, ruby source files never get parsed, and syntax errors
are not detected.

  
  
Could you send your .project file along? I just tried this and it seemed
to work (I'm running the HEAD version, though).

I tried:


RubyClassBrowser





org.rubypeople.rdt.core.rubybuilder


  

org.eclipse.jdt.core.javabuilder





 org.rubypeople.rdt.core.rubynature
 org.eclipse.jdt.core.javanature   




murphee

  




-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Rubyeclipse-development mailing list
Rubyeclipse-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rubyeclipse-development


[RDT-Dev] jruby with RDT

2006-10-02 Thread Ricardo Trindade
Hi,

We've recently started to use jruby together with RDT, and are 
having a few problems :

-We can't seem to create mixed projects, with ruby and java code. 
Even manually adding in the .project file the ruby nature and ruby build 
command, ruby source files never get parsed, and syntax errors are not 
detected.

-There isn't a launch configuration for Jruby that respects the java 
classpath in mixed projects. This can be easily overcome by specifying a 
java launch configuration that launches Jruby and passes the current 
file as argument, but it would be a nice addition.

-The debugger doesn't seem to support jruby.

Are any of these currently possible with RDT, or planned ? I saw an 
invite in your blog to run nightly builds, and give feedback, if that's 
still interesting I can do it.

thanks,
Ricardo


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Rubyeclipse-development mailing list
Rubyeclipse-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rubyeclipse-development