Hi, I''m learning Rails using the "Agile Web Development with Rails" book. In the search for an editor (OS: Windows) i''m trying Eclipse. I read in several threads/blogs that it is best to use the RDT nightly builds together with Eclipse 3.1. But when I look at the download place it is not there (probally broken) as of 08/10. Can some help me with a recently working nightly build? Thanks in advance, Martijn
It appears that the builds (http://rubyeclipse.sourceforge.net/nightlyBuild/) are not there. I have posted this to the RDT mailing list. -dave On 8/11/05, Martijn <m2k2-DLXIdtaQkPzz+pZb47iToQ@public.gmane.org> wrote:> Hi, > > I''m learning Rails using the "Agile Web Development with Rails" book. In the > search for an editor (OS: Windows) i''m trying Eclipse. I read in several > threads/blogs that it is best to use the RDT nightly builds together with > Eclipse 3.1. But when I look at the download place it is not there (probally > broken) as of 08/10. Can some help me with a recently working nightly build? > Thanks in advance, > Martijn > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- ~~~~~~~~~~~~~~~~~~~ D''Andrew Thompson http://dathompson.blogspot.com
Hi Dave and Martinj, I have been using the nighly builds for a while and realized that this is a automatic build process. So if there are some problems during build process you will not find the file for download. It happens with me often. Its been almost over 2 month I have been using Eclipse for development along with its Clay Modelling tool, Subclipse and RDT. The combination gives me a single place for everything from data model to ruby code to Subversion Source control management. You can try again today and should be able to fine the build. Vikrant D''Andrew Thompson wrote:> It appears that the builds > (http://rubyeclipse.sourceforge.net/nightlyBuild/) are not there. I > have posted this to the RDT mailing list. -dave > > On 8/11/05, Martijn <m2k2-DLXIdtaQkPzz+pZb47iToQ@public.gmane.org> wrote: > >>Hi, >> >>I''m learning Rails using the "Agile Web Development with Rails" book. In the >>search for an editor (OS: Windows) i''m trying Eclipse. I read in several >>threads/blogs that it is best to use the RDT nightly builds together with >>Eclipse 3.1. But when I look at the download place it is not there (probally >>broken) as of 08/10. Can some help me with a recently working nightly build? >>Thanks in advance, >>Martijn >> >>_______________________________________________ >>Rails mailing list >>Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >>http://lists.rubyonrails.org/mailman/listinfo/rails >> > > >
Markus Barchfeld
2005-Aug-12 07:30 UTC
Re: [RDT-Dev] Re: RDT nigtly build for Eclipse 3.1 - broken
D''Andrew Thompson wrote:>It appears that the builds >(http://rubyeclipse.sourceforge.net/nightlyBuild/) are not there. I >have posted this to the RDT mailing list. -dave > >Thanks for the hint. A new build is now available. The current policy of just purging the directory http://rubyeclipse.sourceforge.net/nightlyBuild/ and then copying the last build does not seem to content. Therefore I would suggest to keep this policy only if the build has been successful. Otherwise the build result should be copied elsewhere, e.g. into a subdirectory or at another address like http://rubyeclipse.sourceforge.net/lastFailedNightlyBuild. The latter seems to be the more appropriate. Any further suggestions? Markus
D''Andrew Thompson <dandrew.thompson@...> writes:> > It appears that the builds > (http://rubyeclipse.sourceforge.net/nightlyBuild/) are not there. I > have posted this to the RDT mailing list. -dave > > On 8/11/05, Martijn <m2k2@...> wrote: > > Hi, > > > > I''m learning Rails using the "Agile Web Development with Rails" book. In the > > search for an editor (OS: Windows) i''m trying Eclipse. I read in several > > threads/blogs that it is best to use the RDT nightly builds together with > > Eclipse 3.1. But when I look at the download place it is not there (probally > > broken) as of 08/10. Can some help me with a recently working nightly build? > > Thanks in advance, > > Martijn > > > > _______________________________________________ > > Rails mailing list > > Rails@... > > http://lists.rubyonrails.org/mailman/listinfo/rails > > >Everything works fine now. I configured Eclpise using this howto http://www.napcs.com/howto/railsonwindows.html#_Toc111133462 and added html support (phpeclipse) using this link http://www.napcs.com/howto/railsonwindows.html#_Toc111133462. The only thing missing so far is the ERB support, as described in the above link. I the meantime is there perhaps a way to disable or change the phpeclipse behaviour for <%= %> tags? Or is there an other plugin for rhtml files? Martijn