Quantcast

Grails 0.1 Released

classic Classic list List threaded Threaded
18 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Grails 0.1 Released

graemer
Dear Groovy & Grails Community,

I am pleased to announce the release of Groovy on Rails (Grails) 0.1.
This is a big step in Grails short lifespan as it marks the first
release that we, the Grails development team, feel is of sufficient
standard to encourage more users to take up usage of Grails as a
platform.

Grails is built on industrial strength Open-Source technology such as
Spring, Hibernate and SiteMesh and offers a Rails-like environment
that integrates seamlessly with the Java platform allowing developers
to utilise their existing investment in Java and the JDK.

Grails offers a complete development environment including the
inclusion of a web server and provides powerful features such as
simple Object Relational Mapping (ORM), automatic application
reloading, and scaffolding of interfaces for CRUD (Create,
Read,Update,Delete) operations.

In addition Grails offers features and idioms that align closely with
those within the Java community, including:

* AOP-Style Interceptors
* Dynamic Tag Libraries
* JSP & Groovy Servers Pages (GSP) Support


There is clearly still much to do however and we plan more frequent
release cycles over the coming months. To view the current Grails
roadmap please visit JIRA using the following link:

http://jira.codehaus.org/browse/GRAILS?report=com.atlassian.jira.plugin.system.project:roadmap-panel

To download the current release please visit our Download page using
the following link:

http://grails.codehaus.org/Download

Thanks to all those who participated in making this release happen
including the Grails development team, Grails' increasingly active
user list for the many issue reports and ideas and anyone else who
contributed to the process.

Enjoy!

--
Graeme Rocher
Grails Project Lead
http://grails.codehaus.org
tog
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Grails 0.1 Released

tog
congrats Graeme,
I am very happy of this since I have an intern arriving next Monday. He will
have a dedicated time for experimenting Grails. So having a reference version
like this one is most welcome.

cheers
tog

On 3/29/06, Graeme Rocher <[hidden email]> wrote:
Dear Groovy & Grails Community,

I am pleased to announce the release of Groovy on Rails (Grails) 0.1.
This is a big step in Grails short lifespan as it marks the first
release that we, the Grails development team, feel is of sufficient
standard to encourage more users to take up usage of Grails as a
platform.

Grails is built on industrial strength Open-Source technology such as
Spring, Hibernate and SiteMesh and offers a Rails-like environment
that integrates seamlessly with the Java platform allowing developers
to utilise their existing investment in Java and the JDK.

Grails offers a complete development environment including the
inclusion of a web server and provides powerful features such as
simple Object Relational Mapping (ORM), automatic application
reloading, and scaffolding of interfaces for CRUD (Create,
Read,Update,Delete) operations.

In addition Grails offers features and idioms that align closely with
those within the Java community, including:

* AOP-Style Interceptors
* Dynamic Tag Libraries
* JSP & Groovy Servers Pages (GSP) Support


There is clearly still much to do however and we plan more frequent
release cycles over the coming months. To view the current Grails
roadmap please visit JIRA using the following link:

http://jira.codehaus.org/browse/GRAILS?report=com.atlassian.jira.plugin.system.project:roadmap-panel

To download the current release please visit our Download page using
the following link:

http://grails.codehaus.org/Download

Thanks to all those who participated in making this release happen
including the Grails development team, Grails' increasingly active
user list for the many issue reports and ideas and anyone else who
contributed to the process.

Enjoy!

--
Graeme Rocher
Grails Project Lead
http://grails.codehaus.org

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: [groovy-user] Grails 0.1 Released

Enrique Medina Montenegro
In reply to this post by graemer
Hi Graeme,

A couple of days ago, I downloaded Grails directly from the CVS (as there was no distribution available yet) and started to do some testing.

I was wondering whether Grails is mainly recommended for fast prototyping or pretends wide scope?

Thanks.

On 3/29/06, Graeme Rocher <[hidden email]> wrote:
Dear Groovy & Grails Community,

I am pleased to announce the release of Groovy on Rails (Grails) 0.1.
This is a big step in Grails short lifespan as it marks the first
release that we, the Grails development team, feel is of sufficient
standard to encourage more users to take up usage of Grails as a
platform.

Grails is built on industrial strength Open-Source technology such as
Spring, Hibernate and SiteMesh and offers a Rails-like environment
that integrates seamlessly with the Java platform allowing developers
to utilise their existing investment in Java and the JDK.

Grails offers a complete development environment including the
inclusion of a web server and provides powerful features such as
simple Object Relational Mapping (ORM), automatic application
reloading, and scaffolding of interfaces for CRUD (Create,
Read,Update,Delete) operations.

In addition Grails offers features and idioms that align closely with
those within the Java community, including:

* AOP-Style Interceptors
* Dynamic Tag Libraries
* JSP & Groovy Servers Pages (GSP) Support


There is clearly still much to do however and we plan more frequent
release cycles over the coming months. To view the current Grails
roadmap please visit JIRA using the following link:

http://jira.codehaus.org/browse/GRAILS?report=com.atlassian.jira.plugin.system.project:roadmap-panel

To download the current release please visit our Download page using
the following link:

http://grails.codehaus.org/Download

Thanks to all those who participated in making this release happen
including the Grails development team, Grails' increasingly active
user list for the many issue reports and ideas and anyone else who
contributed to the process.

Enjoy!

--
Graeme Rocher
Grails Project Lead
http://grails.codehaus.org

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: [groovy-user] Grails 0.1 Released

graemer
On 3/29/06, Enrique Medina <[hidden email]> wrote:
> Hi Graeme,
>
> A couple of days ago, I downloaded Grails directly from the CVS (as there
> was no distribution available yet) and started to do some testing.
>
> I was wondering whether Grails is mainly recommended for fast prototyping or
> pretends wide scope?
No its scope is much broader than that you can use the whole stack to
implement webapps and it has powerful Hibernate integration that
allows you to write your domain model in java hence allowing your
application to scale when it becomes more complex and static typing
more useful

We also have plans for features that would allow you to use it purely
as a controller/view layer onto existing java services.

Cheers
Graeme

>
> Thanks.
>
>
> On 3/29/06, Graeme Rocher <[hidden email]> wrote:
> > Dear Groovy & Grails Community,
> >
> > I am pleased to announce the release of Groovy on Rails (Grails) 0.1.
> > This is a big step in Grails short lifespan as it marks the first
> > release that we, the Grails development team, feel is of sufficient
> > standard to encourage more users to take up usage of Grails as a
> > platform.
> >
> > Grails is built on industrial strength Open-Source technology such as
> > Spring, Hibernate and SiteMesh and offers a Rails-like environment
> > that integrates seamlessly with the Java platform allowing developers
> > to utilise their existing investment in Java and the JDK.
> >
> > Grails offers a complete development environment including the
> > inclusion of a web server and provides powerful features such as
> > simple Object Relational Mapping (ORM), automatic application
> > reloading, and scaffolding of interfaces for CRUD (Create,
> > Read,Update,Delete) operations.
> >
> > In addition Grails offers features and idioms that align closely with
> > those within the Java community, including:
> >
> > * AOP-Style Interceptors
> > * Dynamic Tag Libraries
> > * JSP & Groovy Servers Pages (GSP) Support
> >
> >
> > There is clearly still much to do however and we plan more frequent
> > release cycles over the coming months. To view the current Grails
> > roadmap please visit JIRA using the following link:
> >
> >
> http://jira.codehaus.org/browse/GRAILS?report=com.atlassian.jira.plugin.system.project:roadmap-panel
> >
> > To download the current release please visit our Download page using
> > the following link:
> >
> > http://grails.codehaus.org/Download
> >
> > Thanks to all those who participated in making this release happen
> > including the Grails development team, Grails' increasingly active
> > user list for the many issue reports and ideas and anyone else who
> > contributed to the process.
> >
> > Enjoy!
> >
> > --
> > Graeme Rocher
> > Grails Project Lead
> > http://grails.codehaus.org
> >
>
>


--
Graeme Rocher
Grails Project Lead
http://grails.codehaus.org
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Grails 0.1 Released

Stephan.Schmidt
In reply to this post by graemer
Gratulations Graeme!

Keep up  the good  work

bye
-stephan

On Mar 29, 2006, at 20:58 Uhr, Graeme Rocher wrote:

> Dear Groovy & Grails Community,
>
> I am pleased to announce the release of Groovy on Rails (Grails) 0.1.
> This is a big step in Grails short lifespan as it marks the first
> release that we, the Grails development team, feel is of sufficient
> standard to encourage more users to take up usage of Grails as a
> platform.
>
> Grails is built on industrial strength Open-Source technology such as
> Spring, Hibernate and SiteMesh and offers a Rails-like environment
> that integrates seamlessly with the Java platform allowing developers
> to utilise their existing investment in Java and the JDK.
>
> Grails offers a complete development environment including the
> inclusion of a web server and provides powerful features such as
> simple Object Relational Mapping (ORM), automatic application
> reloading, and scaffolding of interfaces for CRUD (Create,
> Read,Update,Delete) operations.
>
> In addition Grails offers features and idioms that align closely with
> those within the Java community, including:
>
> * AOP-Style Interceptors
> * Dynamic Tag Libraries
> * JSP & Groovy Servers Pages (GSP) Support
>
>
> There is clearly still much to do however and we plan more frequent
> release cycles over the coming months. To view the current Grails
> roadmap please visit JIRA using the following link:
>
> http://jira.codehaus.org/browse/GRAILS?
> report=com.atlassian.jira.plugin.system.project:roadmap-panel
>
> To download the current release please visit our Download page using
> the following link:
>
> http://grails.codehaus.org/Download
>
> Thanks to all those who participated in making this release happen
> including the Grails development team, Grails' increasingly active
> user list for the many issue reports and ideas and anyone else who
> contributed to the process.
>
> Enjoy!
>
> --
> Graeme Rocher
> Grails Project Lead
> http://grails.codehaus.org

--
   Stephan Schmidt
   [hidden email]

   PRESS ON. Nothing in the world can take the place of persistence.
   Talent will not; nothing in the world is more common than  
unsuccessful
   men with talent. Genius will not; unrewarded genius is almost a  
proverb.
   Education will not; the world is full of educated derelicts.  
Persistence
   and determination alone are omnipotent. - Calvin Coolidge


Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Grails 0.1 Released

Stephan.Schmidt
In reply to this post by graemer
Any ideas why I get this with 0.1 ?

pBook:~$ grails
: bad interpreter: No such file or directory/ant: /bin/sh

(after chmod 755 on the ant/bin and bin directories)

thanks
-stephan

> Dear Groovy & Grails Community,
>
> I am pleased to announce the release of Groovy on Rails (Grails) 0.1.
> This is a big step in Grails short lifespan as it marks the first
> release that we, the Grails development team, feel is of sufficient
> standard to encourage more users to take up usage of Grails as a
> platform.
>
> Grails is built on industrial strength Open-Source technology such as
> Spring, Hibernate and SiteMesh and offers a Rails-like environment
> that integrates seamlessly with the Java platform allowing developers
> to utilise their existing investment in Java and the JDK.
>
> Grails offers a complete development environment including the
> inclusion of a web server and provides powerful features such as
> simple Object Relational Mapping (ORM), automatic application
> reloading, and scaffolding of interfaces for CRUD (Create,
> Read,Update,Delete) operations.
>
> In addition Grails offers features and idioms that align closely with
> those within the Java community, including:
>
> * AOP-Style Interceptors
> * Dynamic Tag Libraries
> * JSP & Groovy Servers Pages (GSP) Support
>
>
> There is clearly still much to do however and we plan more frequent
> release cycles over the coming months. To view the current Grails
> roadmap please visit JIRA using the following link:
>
> http://jira.codehaus.org/browse/GRAILS?
> report=com.atlassian.jira.plugin.system.project:roadmap-panel
>
> To download the current release please visit our Download page using
> the following link:
>
> http://grails.codehaus.org/Download
>
> Thanks to all those who participated in making this release happen
> including the Grails development team, Grails' increasingly active
> user list for the many issue reports and ideas and anyone else who
> contributed to the process.
>
> Enjoy!
>
> --
> Graeme Rocher
> Grails Project Lead
> http://grails.codehaus.org

--
   Stephan Schmidt
   [hidden email]

   PRESS ON. Nothing in the world can take the place of persistence.
   Talent will not; nothing in the world is more common than  
unsuccessful
   men with talent. Genius will not; unrewarded genius is almost a  
proverb.
   Education will not; the world is full of educated derelicts.  
Persistence
   and determination alone are omnipotent. - Calvin Coolidge


Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Grails 0.1 Released

Steven Devijver
Hey Stefan,

Try to run the dos2unix command on the bin/grails file. After that you
need to run chmod again.

Steven

On 3/29/06, Stephan J. Schmidt <[hidden email]> wrote:

> Any ideas why I get this with 0.1 ?
>
> pBook:~$ grails
> : bad interpreter: No such file or directory/ant: /bin/sh
>
> (after chmod 755 on the ant/bin and bin directories)
>
> thanks
> -stephan
>
> > Dear Groovy & Grails Community,
> >
> > I am pleased to announce the release of Groovy on Rails (Grails) 0.1.
> > This is a big step in Grails short lifespan as it marks the first
> > release that we, the Grails development team, feel is of sufficient
> > standard to encourage more users to take up usage of Grails as a
> > platform.
> >
> > Grails is built on industrial strength Open-Source technology such as
> > Spring, Hibernate and SiteMesh and offers a Rails-like environment
> > that integrates seamlessly with the Java platform allowing developers
> > to utilise their existing investment in Java and the JDK.
> >
> > Grails offers a complete development environment including the
> > inclusion of a web server and provides powerful features such as
> > simple Object Relational Mapping (ORM), automatic application
> > reloading, and scaffolding of interfaces for CRUD (Create,
> > Read,Update,Delete) operations.
> >
> > In addition Grails offers features and idioms that align closely with
> > those within the Java community, including:
> >
> > * AOP-Style Interceptors
> > * Dynamic Tag Libraries
> > * JSP & Groovy Servers Pages (GSP) Support
> >
> >
> > There is clearly still much to do however and we plan more frequent
> > release cycles over the coming months. To view the current Grails
> > roadmap please visit JIRA using the following link:
> >
> > http://jira.codehaus.org/browse/GRAILS?
> > report=com.atlassian.jira.plugin.system.project:roadmap-panel
> >
> > To download the current release please visit our Download page using
> > the following link:
> >
> > http://grails.codehaus.org/Download
> >
> > Thanks to all those who participated in making this release happen
> > including the Grails development team, Grails' increasingly active
> > user list for the many issue reports and ideas and anyone else who
> > contributed to the process.
> >
> > Enjoy!
> >
> > --
> > Graeme Rocher
> > Grails Project Lead
> > http://grails.codehaus.org
>
> --
>    Stephan Schmidt
>    [hidden email]
>
>    PRESS ON. Nothing in the world can take the place of persistence.
>    Talent will not; nothing in the world is more common than
> unsuccessful
>    men with talent. Genius will not; unrewarded genius is almost a
> proverb.
>    Education will not; the world is full of educated derelicts.
> Persistence
>    and determination alone are omnipotent. - Calvin Coolidge
>
>
>


--
Steven Devijver
Senior Consultant
Interface21
Spring Services from the Source
http://www.interface21.com

Co-author, "Expert Spring MVC and Web Flow"
(February 2006, with Seth Ladd, Darren Davison, and Colin Yates)
http://www.amazon.com/gp/product/159059584X

Interface21 NL B.V.
Donker Curtiusstraat 7-400c
1051JL Amsterdam
The Netherlands
Phone: +31 (0)20 486 47 63
Fax: +31 (0)20 475 08 28
Mail: [hidden email]
Skype: devijvers
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Grails 0.1 Released

Stephan.Schmidt
Hi,

> Try to run the dos2unix command on the bin/grails file. After that you
> need to run chmod again.

tried, but my  Mac doesn't  know dos2unix, neither does fink (or recode)

bye
-stephan


> Hey Stefan,
>
> Try to run the dos2unix command on the bin/grails file. After that you
> need to run chmod again.
>
> Steven
>
> On 3/29/06, Stephan J. Schmidt <[hidden email]> wrote:
>> Any ideas why I get this with 0.1 ?
>>
>> pBook:~$ grails
>> : bad interpreter: No such file or directory/ant: /bin/sh
>>
>> (after chmod 755 on the ant/bin and bin directories)
>>
>> thanks
>> -stephan
>>
>>> Dear Groovy & Grails Community,
>>>
>>> I am pleased to announce the release of Groovy on Rails (Grails)  
>>> 0.1.
>>> This is a big step in Grails short lifespan as it marks the first
>>> release that we, the Grails development team, feel is of sufficient
>>> standard to encourage more users to take up usage of Grails as a
>>> platform.
>>>
>>> Grails is built on industrial strength Open-Source technology  
>>> such as
>>> Spring, Hibernate and SiteMesh and offers a Rails-like environment
>>> that integrates seamlessly with the Java platform allowing  
>>> developers
>>> to utilise their existing investment in Java and the JDK.
>>>
>>> Grails offers a complete development environment including the
>>> inclusion of a web server and provides powerful features such as
>>> simple Object Relational Mapping (ORM), automatic application
>>> reloading, and scaffolding of interfaces for CRUD (Create,
>>> Read,Update,Delete) operations.
>>>
>>> In addition Grails offers features and idioms that align closely  
>>> with
>>> those within the Java community, including:
>>>
>>> * AOP-Style Interceptors
>>> * Dynamic Tag Libraries
>>> * JSP & Groovy Servers Pages (GSP) Support
>>>
>>>
>>> There is clearly still much to do however and we plan more frequent
>>> release cycles over the coming months. To view the current Grails
>>> roadmap please visit JIRA using the following link:
>>>
>>> http://jira.codehaus.org/browse/GRAILS?
>>> report=com.atlassian.jira.plugin.system.project:roadmap-panel
>>>
>>> To download the current release please visit our Download page using
>>> the following link:
>>>
>>> http://grails.codehaus.org/Download
>>>
>>> Thanks to all those who participated in making this release happen
>>> including the Grails development team, Grails' increasingly active
>>> user list for the many issue reports and ideas and anyone else who
>>> contributed to the process.
>>>
>>> Enjoy!
>>>
>>> --
>>> Graeme Rocher
>>> Grails Project Lead
>>> http://grails.codehaus.org
>>
>> --
>>    Stephan Schmidt
>>    [hidden email]
>>
>>    PRESS ON. Nothing in the world can take the place of persistence.
>>    Talent will not; nothing in the world is more common than
>> unsuccessful
>>    men with talent. Genius will not; unrewarded genius is almost a
>> proverb.
>>    Education will not; the world is full of educated derelicts.
>> Persistence
>>    and determination alone are omnipotent. - Calvin Coolidge
>>
>>
>>
>
>
> --
> Steven Devijver
> Senior Consultant
> Interface21
> Spring Services from the Source
> http://www.interface21.com
>
> Co-author, "Expert Spring MVC and Web Flow"
> (February 2006, with Seth Ladd, Darren Davison, and Colin Yates)
> http://www.amazon.com/gp/product/159059584X
>
> Interface21 NL B.V.
> Donker Curtiusstraat 7-400c
> 1051JL Amsterdam
> The Netherlands
> Phone: +31 (0)20 486 47 63
> Fax: +31 (0)20 475 08 28
> Mail: [hidden email]
> Skype: devijvers

--
   Stephan Schmidt
   [hidden email]

   PRESS ON. Nothing in the world can take the place of persistence.
   Talent will not; nothing in the world is more common than  
unsuccessful
   men with talent. Genius will not; unrewarded genius is almost a  
proverb.
   Education will not; the world is full of educated derelicts.  
Persistence
   and determination alone are omnipotent. - Calvin Coolidge


Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Grails 0.1 Released

Steven Devijver
hey Stephan,

Can you try bash -x ${GRAILS_HOME}/bin/grails?

Thanks

Steven

On 3/29/06, Stephan J. Schmidt <[hidden email]> wrote:

> Hi,
>
> > Try to run the dos2unix command on the bin/grails file. After that you
> > need to run chmod again.
>
> tried, but my  Mac doesn't  know dos2unix, neither does fink (or recode)
>
> bye
> -stephan
>
>
> > Hey Stefan,
> >
> > Try to run the dos2unix command on the bin/grails file. After that you
> > need to run chmod again.
> >
> > Steven
> >
> > On 3/29/06, Stephan J. Schmidt <[hidden email]> wrote:
> >> Any ideas why I get this with 0.1 ?
> >>
> >> pBook:~$ grails
> >> : bad interpreter: No such file or directory/ant: /bin/sh
> >>
> >> (after chmod 755 on the ant/bin and bin directories)
> >>
> >> thanks
> >> -stephan
> >>
> >>> Dear Groovy & Grails Community,
> >>>
> >>> I am pleased to announce the release of Groovy on Rails (Grails)
> >>> 0.1.
> >>> This is a big step in Grails short lifespan as it marks the first
> >>> release that we, the Grails development team, feel is of sufficient
> >>> standard to encourage more users to take up usage of Grails as a
> >>> platform.
> >>>
> >>> Grails is built on industrial strength Open-Source technology
> >>> such as
> >>> Spring, Hibernate and SiteMesh and offers a Rails-like environment
> >>> that integrates seamlessly with the Java platform allowing
> >>> developers
> >>> to utilise their existing investment in Java and the JDK.
> >>>
> >>> Grails offers a complete development environment including the
> >>> inclusion of a web server and provides powerful features such as
> >>> simple Object Relational Mapping (ORM), automatic application
> >>> reloading, and scaffolding of interfaces for CRUD (Create,
> >>> Read,Update,Delete) operations.
> >>>
> >>> In addition Grails offers features and idioms that align closely
> >>> with
> >>> those within the Java community, including:
> >>>
> >>> * AOP-Style Interceptors
> >>> * Dynamic Tag Libraries
> >>> * JSP & Groovy Servers Pages (GSP) Support
> >>>
> >>>
> >>> There is clearly still much to do however and we plan more frequent
> >>> release cycles over the coming months. To view the current Grails
> >>> roadmap please visit JIRA using the following link:
> >>>
> >>> http://jira.codehaus.org/browse/GRAILS?
> >>> report=com.atlassian.jira.plugin.system.project:roadmap-panel
> >>>
> >>> To download the current release please visit our Download page using
> >>> the following link:
> >>>
> >>> http://grails.codehaus.org/Download
> >>>
> >>> Thanks to all those who participated in making this release happen
> >>> including the Grails development team, Grails' increasingly active
> >>> user list for the many issue reports and ideas and anyone else who
> >>> contributed to the process.
> >>>
> >>> Enjoy!
> >>>
> >>> --
> >>> Graeme Rocher
> >>> Grails Project Lead
> >>> http://grails.codehaus.org
> >>
> >> --
> >>    Stephan Schmidt
> >>    [hidden email]
> >>
> >>    PRESS ON. Nothing in the world can take the place of persistence.
> >>    Talent will not; nothing in the world is more common than
> >> unsuccessful
> >>    men with talent. Genius will not; unrewarded genius is almost a
> >> proverb.
> >>    Education will not; the world is full of educated derelicts.
> >> Persistence
> >>    and determination alone are omnipotent. - Calvin Coolidge
> >>
> >>
> >>
> >
> >
> > --
> > Steven Devijver
> > Senior Consultant
> > Interface21
> > Spring Services from the Source
> > http://www.interface21.com
> >
> > Co-author, "Expert Spring MVC and Web Flow"
> > (February 2006, with Seth Ladd, Darren Davison, and Colin Yates)
> > http://www.amazon.com/gp/product/159059584X
> >
> > Interface21 NL B.V.
> > Donker Curtiusstraat 7-400c
> > 1051JL Amsterdam
> > The Netherlands
> > Phone: +31 (0)20 486 47 63
> > Fax: +31 (0)20 475 08 28
> > Mail: [hidden email]
> > Skype: devijvers
>
> --
>    Stephan Schmidt
>    [hidden email]
>
>    PRESS ON. Nothing in the world can take the place of persistence.
>    Talent will not; nothing in the world is more common than
> unsuccessful
>    men with talent. Genius will not; unrewarded genius is almost a
> proverb.
>    Education will not; the world is full of educated derelicts.
> Persistence
>    and determination alone are omnipotent. - Calvin Coolidge
>
>
>
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Grails 0.1 Released

Stephan.Schmidt
...
+ /opt/grails/ant/bin/ant --noconfig -lib /opt/grails/lib/bsf.jar:/
opt/grails/lib/groovy-all-1.0-RC-01-SNAPSHOT.jar:/opt/grails/lib/
org.mortbay.jetty.jar:/opt/grails/lib/commons-logging.jar:/opt/grails/
lib/commons-el.jar:/opt/grails/lib/javax.servlet.jar:/opt/grails/lib/
log4j-1.2.8.jar:/opt/grails/lib/jasper-compiler.jar:/opt/grails/lib/
jasper-runtime.jar:/opt/grails/lib/xml-apis.jar:/opt/grails/lib/
xercesImpl.jar -f /opt/grails/src/grails/build.xml -Dbasedir=/Users/
stephan -Dgrails.home=/opt/grails
: bad interpreter: No such file or directoryant: /bin/sh

bye
-stephan


> hey Stephan,
>
> Can you try bash -x ${GRAILS_HOME}/bin/grails?
>
> Thanks
>
> Steven
>
> On 3/29/06, Stephan J. Schmidt <[hidden email]> wrote:
>> Hi,
>>
>>> Try to run the dos2unix command on the bin/grails file. After  
>>> that you
>>> need to run chmod again.
>>
>> tried, but my  Mac doesn't  know dos2unix, neither does fink (or  
>> recode)
>>
>> bye
>> -stephan
>>
>>
>>> Hey Stefan,
>>>
>>> Try to run the dos2unix command on the bin/grails file. After  
>>> that you
>>> need to run chmod again.
>>>
>>> Steven
>>>
>>> On 3/29/06, Stephan J. Schmidt <[hidden email]> wrote:
>>>> Any ideas why I get this with 0.1 ?
>>>>
>>>> pBook:~$ grails
>>>> : bad interpreter: No such file or directory/ant: /bin/sh
>>>>
>>>> (after chmod 755 on the ant/bin and bin directories)
>>>>
>>>> thanks
>>>> -stephan
>>>>
>>>>> Dear Groovy & Grails Community,
>>>>>
>>>>> I am pleased to announce the release of Groovy on Rails (Grails)
>>>>> 0.1.
>>>>> This is a big step in Grails short lifespan as it marks the first
>>>>> release that we, the Grails development team, feel is of  
>>>>> sufficient
>>>>> standard to encourage more users to take up usage of Grails as a
>>>>> platform.
>>>>>
>>>>> Grails is built on industrial strength Open-Source technology
>>>>> such as
>>>>> Spring, Hibernate and SiteMesh and offers a Rails-like environment
>>>>> that integrates seamlessly with the Java platform allowing
>>>>> developers
>>>>> to utilise their existing investment in Java and the JDK.
>>>>>
>>>>> Grails offers a complete development environment including the
>>>>> inclusion of a web server and provides powerful features such as
>>>>> simple Object Relational Mapping (ORM), automatic application
>>>>> reloading, and scaffolding of interfaces for CRUD (Create,
>>>>> Read,Update,Delete) operations.
>>>>>
>>>>> In addition Grails offers features and idioms that align closely
>>>>> with
>>>>> those within the Java community, including:
>>>>>
>>>>> * AOP-Style Interceptors
>>>>> * Dynamic Tag Libraries
>>>>> * JSP & Groovy Servers Pages (GSP) Support
>>>>>
>>>>>
>>>>> There is clearly still much to do however and we plan more  
>>>>> frequent
>>>>> release cycles over the coming months. To view the current Grails
>>>>> roadmap please visit JIRA using the following link:
>>>>>
>>>>> http://jira.codehaus.org/browse/GRAILS?
>>>>> report=com.atlassian.jira.plugin.system.project:roadmap-panel
>>>>>
>>>>> To download the current release please visit our Download page  
>>>>> using
>>>>> the following link:
>>>>>
>>>>> http://grails.codehaus.org/Download
>>>>>
>>>>> Thanks to all those who participated in making this release happen
>>>>> including the Grails development team, Grails' increasingly active
>>>>> user list for the many issue reports and ideas and anyone else who
>>>>> contributed to the process.
>>>>>
>>>>> Enjoy!
>>>>>
>>>>> --
>>>>> Graeme Rocher
>>>>> Grails Project Lead
>>>>> http://grails.codehaus.org
>>>>
>>>> --
>>>>    Stephan Schmidt
>>>>    [hidden email]
>>>>
>>>>    PRESS ON. Nothing in the world can take the place of  
>>>> persistence.
>>>>    Talent will not; nothing in the world is more common than
>>>> unsuccessful
>>>>    men with talent. Genius will not; unrewarded genius is almost a
>>>> proverb.
>>>>    Education will not; the world is full of educated derelicts.
>>>> Persistence
>>>>    and determination alone are omnipotent. - Calvin Coolidge
>>>>
>>>>
>>>>
>>>
>>>
>>> --
>>> Steven Devijver
>>> Senior Consultant
>>> Interface21
>>> Spring Services from the Source
>>> http://www.interface21.com
>>>
>>> Co-author, "Expert Spring MVC and Web Flow"
>>> (February 2006, with Seth Ladd, Darren Davison, and Colin Yates)
>>> http://www.amazon.com/gp/product/159059584X
>>>
>>> Interface21 NL B.V.
>>> Donker Curtiusstraat 7-400c
>>> 1051JL Amsterdam
>>> The Netherlands
>>> Phone: +31 (0)20 486 47 63
>>> Fax: +31 (0)20 475 08 28
>>> Mail: [hidden email]
>>> Skype: devijvers
>>
>> --
>>    Stephan Schmidt
>>    [hidden email]
>>
>>    PRESS ON. Nothing in the world can take the place of persistence.
>>    Talent will not; nothing in the world is more common than
>> unsuccessful
>>    men with talent. Genius will not; unrewarded genius is almost a
>> proverb.
>>    Education will not; the world is full of educated derelicts.
>> Persistence
>>    and determination alone are omnipotent. - Calvin Coolidge
>>
>>
>>

--
   Stephan Schmidt
   [hidden email]

   PRESS ON. Nothing in the world can take the place of persistence.
   Talent will not; nothing in the world is more common than  
unsuccessful
   men with talent. Genius will not; unrewarded genius is almost a  
proverb.
   Education will not; the world is full of educated derelicts.  
Persistence
   and determination alone are omnipotent. - Calvin Coolidge


Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

RE: Grails 0.1 Released

John Winn
In reply to this post by graemer
Well done Graeme and guys, excellent work!

-----Original Message-----
From: [hidden email] [mailto:[hidden email]] On Behalf
Of Graeme Rocher
Sent: Thursday, March 30, 2006 4:58 AM
To: [hidden email]; [hidden email];
[hidden email]; [hidden email]
Subject: [grails-user] Grails 0.1 Released

Dear Groovy & Grails Community,

I am pleased to announce the release of Groovy on Rails (Grails) 0.1.
This is a big step in Grails short lifespan as it marks the first
release that we, the Grails development team, feel is of sufficient
standard to encourage more users to take up usage of Grails as a
platform.

Grails is built on industrial strength Open-Source technology such as
Spring, Hibernate and SiteMesh and offers a Rails-like environment
that integrates seamlessly with the Java platform allowing developers
to utilise their existing investment in Java and the JDK.

Grails offers a complete development environment including the
inclusion of a web server and provides powerful features such as
simple Object Relational Mapping (ORM), automatic application
reloading, and scaffolding of interfaces for CRUD (Create,
Read,Update,Delete) operations.

In addition Grails offers features and idioms that align closely with
those within the Java community, including:

* AOP-Style Interceptors
* Dynamic Tag Libraries
* JSP & Groovy Servers Pages (GSP) Support


There is clearly still much to do however and we plan more frequent
release cycles over the coming months. To view the current Grails
roadmap please visit JIRA using the following link:

http://jira.codehaus.org/browse/GRAILS?report=com.atlassian.jira.plugin.
system.project:roadmap-panel

To download the current release please visit our Download page using
the following link:

http://grails.codehaus.org/Download

Thanks to all those who participated in making this release happen
including the Grails development team, Grails' increasingly active
user list for the many issue reports and ideas and anyone else who
contributed to the process.

Enjoy!

--
Graeme Rocher
Grails Project Lead
http://grails.codehaus.org
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Grails 0.1 Released

Marcell Manfrin Barbacena
In reply to this post by Stephan.Schmidt
Hi,

Found same error, try to replace the 1st line of the file
"$GRAILS_HOME/ant/bin/ant" from "#! /bin/sh" to "#!/bin/bash" or
"#!/bin/sh". The problem is a space character after #!.

[]'s

On 3/30/06, Stephan J. Schmidt <[hidden email]> wrote:

> ...
> + /opt/grails/ant/bin/ant --noconfig -lib /opt/grails/lib/bsf.jar:/
> opt/grails/lib/groovy-all-1.0-RC-01-SNAPSHOT.jar:/opt/grails/lib/
> org.mortbay.jetty.jar:/opt/grails/lib/commons-logging.jar:/opt/grails/
> lib/commons-el.jar:/opt/grails/lib/javax.servlet.jar:/opt/grails/lib/
> log4j-1.2.8.jar:/opt/grails/lib/jasper-compiler.jar:/opt/grails/lib/
> jasper-runtime.jar:/opt/grails/lib/xml-apis.jar:/opt/grails/lib/
> xercesImpl.jar -f /opt/grails/src/grails/build.xml -Dbasedir=/Users/
> stephan -Dgrails.home=/opt/grails
> : bad interpreter: No such file or directoryant: /bin/sh
>
> bye
> -stephan
>
>
> > hey Stephan,
> >
> > Can you try bash -x ${GRAILS_HOME}/bin/grails?
> >
> > Thanks
> >
> > Steven
> >
> > On 3/29/06, Stephan J. Schmidt <[hidden email]> wrote:
> >> Hi,
> >>
> >>> Try to run the dos2unix command on the bin/grails file. After
> >>> that you
> >>> need to run chmod again.
> >>
> >> tried, but my  Mac doesn't  know dos2unix, neither does fink (or
> >> recode)
> >>
> >> bye
> >> -stephan
> >>
> >>
> >>> Hey Stefan,
> >>>
> >>> Try to run the dos2unix command on the bin/grails file. After
> >>> that you
> >>> need to run chmod again.
> >>>
> >>> Steven
> >>>
> >>> On 3/29/06, Stephan J. Schmidt <[hidden email]> wrote:
> >>>> Any ideas why I get this with 0.1 ?
> >>>>
> >>>> pBook:~$ grails
> >>>> : bad interpreter: No such file or directory/ant: /bin/sh
> >>>>
> >>>> (after chmod 755 on the ant/bin and bin directories)
> >>>>
> >>>> thanks
> >>>> -stephan
> >>>>
> >>>>> Dear Groovy & Grails Community,
> >>>>>
> >>>>> I am pleased to announce the release of Groovy on Rails (Grails)
> >>>>> 0.1.
> >>>>> This is a big step in Grails short lifespan as it marks the first
> >>>>> release that we, the Grails development team, feel is of
> >>>>> sufficient
> >>>>> standard to encourage more users to take up usage of Grails as a
> >>>>> platform.
> >>>>>
> >>>>> Grails is built on industrial strength Open-Source technology
> >>>>> such as
> >>>>> Spring, Hibernate and SiteMesh and offers a Rails-like environment
> >>>>> that integrates seamlessly with the Java platform allowing
> >>>>> developers
> >>>>> to utilise their existing investment in Java and the JDK.
> >>>>>
> >>>>> Grails offers a complete development environment including the
> >>>>> inclusion of a web server and provides powerful features such as
> >>>>> simple Object Relational Mapping (ORM), automatic application
> >>>>> reloading, and scaffolding of interfaces for CRUD (Create,
> >>>>> Read,Update,Delete) operations.
> >>>>>
> >>>>> In addition Grails offers features and idioms that align closely
> >>>>> with
> >>>>> those within the Java community, including:
> >>>>>
> >>>>> * AOP-Style Interceptors
> >>>>> * Dynamic Tag Libraries
> >>>>> * JSP & Groovy Servers Pages (GSP) Support
> >>>>>
> >>>>>
> >>>>> There is clearly still much to do however and we plan more
> >>>>> frequent
> >>>>> release cycles over the coming months. To view the current Grails
> >>>>> roadmap please visit JIRA using the following link:
> >>>>>
> >>>>> http://jira.codehaus.org/browse/GRAILS?
> >>>>> report=com.atlassian.jira.plugin.system.project:roadmap-panel
> >>>>>
> >>>>> To download the current release please visit our Download page
> >>>>> using
> >>>>> the following link:
> >>>>>
> >>>>> http://grails.codehaus.org/Download
> >>>>>
> >>>>> Thanks to all those who participated in making this release happen
> >>>>> including the Grails development team, Grails' increasingly active
> >>>>> user list for the many issue reports and ideas and anyone else who
> >>>>> contributed to the process.
> >>>>>
> >>>>> Enjoy!
> >>>>>
> >>>>> --
> >>>>> Graeme Rocher
> >>>>> Grails Project Lead
> >>>>> http://grails.codehaus.org
> >>>>
> >>>> --
> >>>>    Stephan Schmidt
> >>>>    [hidden email]
> >>>>
> >>>>    PRESS ON. Nothing in the world can take the place of
> >>>> persistence.
> >>>>    Talent will not; nothing in the world is more common than
> >>>> unsuccessful
> >>>>    men with talent. Genius will not; unrewarded genius is almost a
> >>>> proverb.
> >>>>    Education will not; the world is full of educated derelicts.
> >>>> Persistence
> >>>>    and determination alone are omnipotent. - Calvin Coolidge
> >>>>
> >>>>
> >>>>
> >>>
> >>>
> >>> --
> >>> Steven Devijver
> >>> Senior Consultant
> >>> Interface21
> >>> Spring Services from the Source
> >>> http://www.interface21.com
> >>>
> >>> Co-author, "Expert Spring MVC and Web Flow"
> >>> (February 2006, with Seth Ladd, Darren Davison, and Colin Yates)
> >>> http://www.amazon.com/gp/product/159059584X
> >>>
> >>> Interface21 NL B.V.
> >>> Donker Curtiusstraat 7-400c
> >>> 1051JL Amsterdam
> >>> The Netherlands
> >>> Phone: +31 (0)20 486 47 63
> >>> Fax: +31 (0)20 475 08 28
> >>> Mail: [hidden email]
> >>> Skype: devijvers
> >>
> >> --
> >>    Stephan Schmidt
> >>    [hidden email]
> >>
> >>    PRESS ON. Nothing in the world can take the place of persistence.
> >>    Talent will not; nothing in the world is more common than
> >> unsuccessful
> >>    men with talent. Genius will not; unrewarded genius is almost a
> >> proverb.
> >>    Education will not; the world is full of educated derelicts.
> >> Persistence
> >>    and determination alone are omnipotent. - Calvin Coolidge
> >>
> >>
> >>
>
> --
>    Stephan Schmidt
>    [hidden email]
>
>    PRESS ON. Nothing in the world can take the place of persistence.
>    Talent will not; nothing in the world is more common than
> unsuccessful
>    men with talent. Genius will not; unrewarded genius is almost a
> proverb.
>    Education will not; the world is full of educated derelicts.
> Persistence
>    and determination alone are omnipotent. - Calvin Coolidge
>
>
>


--
"Nobody knows who i really am
 I never felt this empty before
 And if I never need someone to come along
 Who's gonna comfort me and keep me strong?"
--
Marcell Manfrin Barbacena
[hidden email]
MSN Messenger: [hidden email]
ICQ UIN: 63671762
Skype: callto://marcell84bruk
+55 (83) 8808-8555 (Oi)
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Grails 0.1 Released

Stephan.Schmidt
Hi,

did that before posting to the list, didn't work, still the same error.
Also replaced the line completely, but still the same error (so
no LF problem)

bye
-stephan

> Hi,
>
> Found same error, try to replace the 1st line of the file
> "$GRAILS_HOME/ant/bin/ant" from "#! /bin/sh" to "#!/bin/bash" or
> "#!/bin/sh". The problem is a space character after #!.
>
> []'s
>
> On 3/30/06, Stephan J. Schmidt <[hidden email]> wrote:
>> ...
>> + /opt/grails/ant/bin/ant --noconfig -lib /opt/grails/lib/bsf.jar:/
>> opt/grails/lib/groovy-all-1.0-RC-01-SNAPSHOT.jar:/opt/grails/lib/
>> org.mortbay.jetty.jar:/opt/grails/lib/commons-logging.jar:/opt/
>> grails/
>> lib/commons-el.jar:/opt/grails/lib/javax.servlet.jar:/opt/grails/lib/
>> log4j-1.2.8.jar:/opt/grails/lib/jasper-compiler.jar:/opt/grails/lib/
>> jasper-runtime.jar:/opt/grails/lib/xml-apis.jar:/opt/grails/lib/
>> xercesImpl.jar -f /opt/grails/src/grails/build.xml -Dbasedir=/Users/
>> stephan -Dgrails.home=/opt/grails
>> : bad interpreter: No such file or directoryant: /bin/sh
>>
>> bye
>> -stephan
>>
>>
>>> hey Stephan,
>>>
>>> Can you try bash -x ${GRAILS_HOME}/bin/grails?
>>>
>>> Thanks
>>>
>>> Steven
>>>
>>> On 3/29/06, Stephan J. Schmidt <[hidden email]> wrote:
>>>> Hi,
>>>>
>>>>> Try to run the dos2unix command on the bin/grails file. After
>>>>> that you
>>>>> need to run chmod again.
>>>>
>>>> tried, but my  Mac doesn't  know dos2unix, neither does fink (or
>>>> recode)
>>>>
>>>> bye
>>>> -stephan
>>>>
>>>>
>>>>> Hey Stefan,
>>>>>
>>>>> Try to run the dos2unix command on the bin/grails file. After
>>>>> that you
>>>>> need to run chmod again.
>>>>>
>>>>> Steven
>>>>>
>>>>> On 3/29/06, Stephan J. Schmidt <[hidden email]> wrote:
>>>>>> Any ideas why I get this with 0.1 ?
>>>>>>
>>>>>> pBook:~$ grails
>>>>>> : bad interpreter: No such file or directory/ant: /bin/sh
>>>>>>
>>>>>> (after chmod 755 on the ant/bin and bin directories)
>>>>>>
>>>>>> thanks
>>>>>> -stephan
>>>>>>
>>>>>>> Dear Groovy & Grails Community,
>>>>>>>
>>>>>>> I am pleased to announce the release of Groovy on Rails (Grails)
>>>>>>> 0.1.
>>>>>>> This is a big step in Grails short lifespan as it marks the  
>>>>>>> first
>>>>>>> release that we, the Grails development team, feel is of
>>>>>>> sufficient
>>>>>>> standard to encourage more users to take up usage of Grails as a
>>>>>>> platform.
>>>>>>>
>>>>>>> Grails is built on industrial strength Open-Source technology
>>>>>>> such as
>>>>>>> Spring, Hibernate and SiteMesh and offers a Rails-like  
>>>>>>> environment
>>>>>>> that integrates seamlessly with the Java platform allowing
>>>>>>> developers
>>>>>>> to utilise their existing investment in Java and the JDK.
>>>>>>>
>>>>>>> Grails offers a complete development environment including the
>>>>>>> inclusion of a web server and provides powerful features such as
>>>>>>> simple Object Relational Mapping (ORM), automatic application
>>>>>>> reloading, and scaffolding of interfaces for CRUD (Create,
>>>>>>> Read,Update,Delete) operations.
>>>>>>>
>>>>>>> In addition Grails offers features and idioms that align closely
>>>>>>> with
>>>>>>> those within the Java community, including:
>>>>>>>
>>>>>>> * AOP-Style Interceptors
>>>>>>> * Dynamic Tag Libraries
>>>>>>> * JSP & Groovy Servers Pages (GSP) Support
>>>>>>>
>>>>>>>
>>>>>>> There is clearly still much to do however and we plan more
>>>>>>> frequent
>>>>>>> release cycles over the coming months. To view the current  
>>>>>>> Grails
>>>>>>> roadmap please visit JIRA using the following link:
>>>>>>>
>>>>>>> http://jira.codehaus.org/browse/GRAILS?
>>>>>>> report=com.atlassian.jira.plugin.system.project:roadmap-panel
>>>>>>>
>>>>>>> To download the current release please visit our Download page
>>>>>>> using
>>>>>>> the following link:
>>>>>>>
>>>>>>> http://grails.codehaus.org/Download
>>>>>>>
>>>>>>> Thanks to all those who participated in making this release  
>>>>>>> happen
>>>>>>> including the Grails development team, Grails' increasingly  
>>>>>>> active
>>>>>>> user list for the many issue reports and ideas and anyone  
>>>>>>> else who
>>>>>>> contributed to the process.
>>>>>>>
>>>>>>> Enjoy!
>>>>>>>
>>>>>>> --
>>>>>>> Graeme Rocher
>>>>>>> Grails Project Lead
>>>>>>> http://grails.codehaus.org
>>>>>>
>>>>>> --
>>>>>>    Stephan Schmidt
>>>>>>    [hidden email]
>>>>>>
>>>>>>    PRESS ON. Nothing in the world can take the place of
>>>>>> persistence.
>>>>>>    Talent will not; nothing in the world is more common than
>>>>>> unsuccessful
>>>>>>    men with talent. Genius will not; unrewarded genius is  
>>>>>> almost a
>>>>>> proverb.
>>>>>>    Education will not; the world is full of educated derelicts.
>>>>>> Persistence
>>>>>>    and determination alone are omnipotent. - Calvin Coolidge
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Steven Devijver
>>>>> Senior Consultant
>>>>> Interface21
>>>>> Spring Services from the Source
>>>>> http://www.interface21.com
>>>>>
>>>>> Co-author, "Expert Spring MVC and Web Flow"
>>>>> (February 2006, with Seth Ladd, Darren Davison, and Colin Yates)
>>>>> http://www.amazon.com/gp/product/159059584X
>>>>>
>>>>> Interface21 NL B.V.
>>>>> Donker Curtiusstraat 7-400c
>>>>> 1051JL Amsterdam
>>>>> The Netherlands
>>>>> Phone: +31 (0)20 486 47 63
>>>>> Fax: +31 (0)20 475 08 28
>>>>> Mail: [hidden email]
>>>>> Skype: devijvers
>>>>
>>>> --
>>>>    Stephan Schmidt
>>>>    [hidden email]
>>>>
>>>>    PRESS ON. Nothing in the world can take the place of  
>>>> persistence.
>>>>    Talent will not; nothing in the world is more common than
>>>> unsuccessful
>>>>    men with talent. Genius will not; unrewarded genius is almost a
>>>> proverb.
>>>>    Education will not; the world is full of educated derelicts.
>>>> Persistence
>>>>    and determination alone are omnipotent. - Calvin Coolidge
>>>>
>>>>
>>>>
>>
>> --
>>    Stephan Schmidt
>>    [hidden email]
>>
>>    PRESS ON. Nothing in the world can take the place of persistence.
>>    Talent will not; nothing in the world is more common than
>> unsuccessful
>>    men with talent. Genius will not; unrewarded genius is almost a
>> proverb.
>>    Education will not; the world is full of educated derelicts.
>> Persistence
>>    and determination alone are omnipotent. - Calvin Coolidge
>>
>>
>>
>
>
> --
> "Nobody knows who i really am
>  I never felt this empty before
>  And if I never need someone to come along
>  Who's gonna comfort me and keep me strong?"
> --
> Marcell Manfrin Barbacena
> [hidden email]
> MSN Messenger: [hidden email]
> ICQ UIN: 63671762
> Skype: callto://marcell84bruk
> +55 (83) 8808-8555 (Oi)

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Grails 0.1 Released

Stephan.Schmidt
Ok, it was the line encoding

vi grails/ant/bin/ant -b

fixed the problem :-)

thanks
bye
-stephan

> Hi,
>
> did that before posting to the list, didn't work, still the same  
> error.
> Also replaced the line completely, but still the same error (so
> no LF problem)
>
> bye
> -stephan
>
>> Hi,
>>
>> Found same error, try to replace the 1st line of the file
>> "$GRAILS_HOME/ant/bin/ant" from "#! /bin/sh" to "#!/bin/bash" or
>> "#!/bin/sh". The problem is a space character after #!.
>>
>> []'s
>>
>> On 3/30/06, Stephan J. Schmidt <[hidden email]> wrote:
>>> ...
>>> + /opt/grails/ant/bin/ant --noconfig -lib /opt/grails/lib/bsf.jar:/
>>> opt/grails/lib/groovy-all-1.0-RC-01-SNAPSHOT.jar:/opt/grails/lib/
>>> org.mortbay.jetty.jar:/opt/grails/lib/commons-logging.jar:/opt/
>>> grails/
>>> lib/commons-el.jar:/opt/grails/lib/javax.servlet.jar:/opt/grails/
>>> lib/
>>> log4j-1.2.8.jar:/opt/grails/lib/jasper-compiler.jar:/opt/grails/lib/
>>> jasper-runtime.jar:/opt/grails/lib/xml-apis.jar:/opt/grails/lib/
>>> xercesImpl.jar -f /opt/grails/src/grails/build.xml -Dbasedir=/Users/
>>> stephan -Dgrails.home=/opt/grails
>>> : bad interpreter: No such file or directoryant: /bin/sh
>>>
>>> bye
>>> -stephan
>>>
>>>
>>>> hey Stephan,
>>>>
>>>> Can you try bash -x ${GRAILS_HOME}/bin/grails?
>>>>
>>>> Thanks
>>>>
>>>> Steven
>>>>
>>>> On 3/29/06, Stephan J. Schmidt <[hidden email]> wrote:
>>>>> Hi,
>>>>>
>>>>>> Try to run the dos2unix command on the bin/grails file. After
>>>>>> that you
>>>>>> need to run chmod again.
>>>>>
>>>>> tried, but my  Mac doesn't  know dos2unix, neither does fink (or
>>>>> recode)
>>>>>
>>>>> bye
>>>>> -stephan
>>>>>
>>>>>
>>>>>> Hey Stefan,
>>>>>>
>>>>>> Try to run the dos2unix command on the bin/grails file. After
>>>>>> that you
>>>>>> need to run chmod again.
>>>>>>
>>>>>> Steven
>>>>>>
>>>>>> On 3/29/06, Stephan J. Schmidt <[hidden email]> wrote:
>>>>>>> Any ideas why I get this with 0.1 ?
>>>>>>>
>>>>>>> pBook:~$ grails
>>>>>>> : bad interpreter: No such file or directory/ant: /bin/sh
>>>>>>>
>>>>>>> (after chmod 755 on the ant/bin and bin directories)
>>>>>>>
>>>>>>> thanks
>>>>>>> -stephan
>>>>>>>
>>>>>>>> Dear Groovy & Grails Community,
>>>>>>>>
>>>>>>>> I am pleased to announce the release of Groovy on Rails  
>>>>>>>> (Grails)
>>>>>>>> 0.1.
>>>>>>>> This is a big step in Grails short lifespan as it marks the  
>>>>>>>> first
>>>>>>>> release that we, the Grails development team, feel is of
>>>>>>>> sufficient
>>>>>>>> standard to encourage more users to take up usage of Grails  
>>>>>>>> as a
>>>>>>>> platform.
>>>>>>>>
>>>>>>>> Grails is built on industrial strength Open-Source technology
>>>>>>>> such as
>>>>>>>> Spring, Hibernate and SiteMesh and offers a Rails-like  
>>>>>>>> environment
>>>>>>>> that integrates seamlessly with the Java platform allowing
>>>>>>>> developers
>>>>>>>> to utilise their existing investment in Java and the JDK.
>>>>>>>>
>>>>>>>> Grails offers a complete development environment including the
>>>>>>>> inclusion of a web server and provides powerful features  
>>>>>>>> such as
>>>>>>>> simple Object Relational Mapping (ORM), automatic application
>>>>>>>> reloading, and scaffolding of interfaces for CRUD (Create,
>>>>>>>> Read,Update,Delete) operations.
>>>>>>>>
>>>>>>>> In addition Grails offers features and idioms that align  
>>>>>>>> closely
>>>>>>>> with
>>>>>>>> those within the Java community, including:
>>>>>>>>
>>>>>>>> * AOP-Style Interceptors
>>>>>>>> * Dynamic Tag Libraries
>>>>>>>> * JSP & Groovy Servers Pages (GSP) Support
>>>>>>>>
>>>>>>>>
>>>>>>>> There is clearly still much to do however and we plan more
>>>>>>>> frequent
>>>>>>>> release cycles over the coming months. To view the current  
>>>>>>>> Grails
>>>>>>>> roadmap please visit JIRA using the following link:
>>>>>>>>
>>>>>>>> http://jira.codehaus.org/browse/GRAILS?
>>>>>>>> report=com.atlassian.jira.plugin.system.project:roadmap-panel
>>>>>>>>
>>>>>>>> To download the current release please visit our Download page
>>>>>>>> using
>>>>>>>> the following link:
>>>>>>>>
>>>>>>>> http://grails.codehaus.org/Download
>>>>>>>>
>>>>>>>> Thanks to all those who participated in making this release  
>>>>>>>> happen
>>>>>>>> including the Grails development team, Grails' increasingly  
>>>>>>>> active
>>>>>>>> user list for the many issue reports and ideas and anyone  
>>>>>>>> else who
>>>>>>>> contributed to the process.
>>>>>>>>
>>>>>>>> Enjoy!
>>>>>>>>
>>>>>>>> --
>>>>>>>> Graeme Rocher
>>>>>>>> Grails Project Lead
>>>>>>>> http://grails.codehaus.org
>>>>>>>
>>>>>>> --
>>>>>>>    Stephan Schmidt
>>>>>>>    [hidden email]
>>>>>>>
>>>>>>>    PRESS ON. Nothing in the world can take the place of
>>>>>>> persistence.
>>>>>>>    Talent will not; nothing in the world is more common than
>>>>>>> unsuccessful
>>>>>>>    men with talent. Genius will not; unrewarded genius is  
>>>>>>> almost a
>>>>>>> proverb.
>>>>>>>    Education will not; the world is full of educated derelicts.
>>>>>>> Persistence
>>>>>>>    and determination alone are omnipotent. - Calvin Coolidge
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Steven Devijver
>>>>>> Senior Consultant
>>>>>> Interface21
>>>>>> Spring Services from the Source
>>>>>> http://www.interface21.com
>>>>>>
>>>>>> Co-author, "Expert Spring MVC and Web Flow"
>>>>>> (February 2006, with Seth Ladd, Darren Davison, and Colin Yates)
>>>>>> http://www.amazon.com/gp/product/159059584X
>>>>>>
>>>>>> Interface21 NL B.V.
>>>>>> Donker Curtiusstraat 7-400c
>>>>>> 1051JL Amsterdam
>>>>>> The Netherlands
>>>>>> Phone: +31 (0)20 486 47 63
>>>>>> Fax: +31 (0)20 475 08 28
>>>>>> Mail: [hidden email]
>>>>>> Skype: devijvers
>>>>>
>>>>> --
>>>>>    Stephan Schmidt
>>>>>    [hidden email]
>>>>>
>>>>>    PRESS ON. Nothing in the world can take the place of  
>>>>> persistence.
>>>>>    Talent will not; nothing in the world is more common than
>>>>> unsuccessful
>>>>>    men with talent. Genius will not; unrewarded genius is almost a
>>>>> proverb.
>>>>>    Education will not; the world is full of educated derelicts.
>>>>> Persistence
>>>>>    and determination alone are omnipotent. - Calvin Coolidge
>>>>>
>>>>>
>>>>>
>>>
>>> --
>>>    Stephan Schmidt
>>>    [hidden email]
>>>
>>>    PRESS ON. Nothing in the world can take the place of persistence.
>>>    Talent will not; nothing in the world is more common than
>>> unsuccessful
>>>    men with talent. Genius will not; unrewarded genius is almost a
>>> proverb.
>>>    Education will not; the world is full of educated derelicts.
>>> Persistence
>>>    and determination alone are omnipotent. - Calvin Coolidge
>>>
>>>
>>>
>>
>>
>> --
>> "Nobody knows who i really am
>>  I never felt this empty before
>>  And if I never need someone to come along
>>  Who's gonna comfort me and keep me strong?"
>> --
>> Marcell Manfrin Barbacena
>> [hidden email]
>> MSN Messenger: [hidden email]
>> ICQ UIN: 63671762
>> Skype: callto://marcell84bruk
>> +55 (83) 8808-8555 (Oi)
>

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Grails 0.1 Released

graemer
On 3/30/06, Stephan J. Schmidt <[hidden email]> wrote:
> Ok, it was the line encoding
>
> vi grails/ant/bin/ant -b
>
> fixed the problem :-)
Hi stephan,

Thanks for that if you want to send me a patch file i will apply it

Cheers
Graeme

>
> thanks
> bye
> -stephan
>
> > Hi,
> >
> > did that before posting to the list, didn't work, still the same
> > error.
> > Also replaced the line completely, but still the same error (so
> > no LF problem)
> >
> > bye
> > -stephan
> >
> >> Hi,
> >>
> >> Found same error, try to replace the 1st line of the file
> >> "$GRAILS_HOME/ant/bin/ant" from "#! /bin/sh" to "#!/bin/bash" or
> >> "#!/bin/sh". The problem is a space character after #!.
> >>
> >> []'s
> >>
> >> On 3/30/06, Stephan J. Schmidt <[hidden email]> wrote:
> >>> ...
> >>> + /opt/grails/ant/bin/ant --noconfig -lib /opt/grails/lib/bsf.jar:/
> >>> opt/grails/lib/groovy-all-1.0-RC-01-SNAPSHOT.jar:/opt/grails/lib/
> >>> org.mortbay.jetty.jar:/opt/grails/lib/commons-logging.jar:/opt/
> >>> grails/
> >>> lib/commons-el.jar:/opt/grails/lib/javax.servlet.jar:/opt/grails/
> >>> lib/
> >>> log4j-1.2.8.jar:/opt/grails/lib/jasper-compiler.jar:/opt/grails/lib/
> >>> jasper-runtime.jar:/opt/grails/lib/xml-apis.jar:/opt/grails/lib/
> >>> xercesImpl.jar -f /opt/grails/src/grails/build.xml -Dbasedir=/Users/
> >>> stephan -Dgrails.home=/opt/grails
> >>> : bad interpreter: No such file or directoryant: /bin/sh
> >>>
> >>> bye
> >>> -stephan
> >>>
> >>>
> >>>> hey Stephan,
> >>>>
> >>>> Can you try bash -x ${GRAILS_HOME}/bin/grails?
> >>>>
> >>>> Thanks
> >>>>
> >>>> Steven
> >>>>
> >>>> On 3/29/06, Stephan J. Schmidt <[hidden email]> wrote:
> >>>>> Hi,
> >>>>>
> >>>>>> Try to run the dos2unix command on the bin/grails file. After
> >>>>>> that you
> >>>>>> need to run chmod again.
> >>>>>
> >>>>> tried, but my  Mac doesn't  know dos2unix, neither does fink (or
> >>>>> recode)
> >>>>>
> >>>>> bye
> >>>>> -stephan
> >>>>>
> >>>>>
> >>>>>> Hey Stefan,
> >>>>>>
> >>>>>> Try to run the dos2unix command on the bin/grails file. After
> >>>>>> that you
> >>>>>> need to run chmod again.
> >>>>>>
> >>>>>> Steven
> >>>>>>
> >>>>>> On 3/29/06, Stephan J. Schmidt <[hidden email]> wrote:
> >>>>>>> Any ideas why I get this with 0.1 ?
> >>>>>>>
> >>>>>>> pBook:~$ grails
> >>>>>>> : bad interpreter: No such file or directory/ant: /bin/sh
> >>>>>>>
> >>>>>>> (after chmod 755 on the ant/bin and bin directories)
> >>>>>>>
> >>>>>>> thanks
> >>>>>>> -stephan
> >>>>>>>
> >>>>>>>> Dear Groovy & Grails Community,
> >>>>>>>>
> >>>>>>>> I am pleased to announce the release of Groovy on Rails
> >>>>>>>> (Grails)
> >>>>>>>> 0.1.
> >>>>>>>> This is a big step in Grails short lifespan as it marks the
> >>>>>>>> first
> >>>>>>>> release that we, the Grails development team, feel is of
> >>>>>>>> sufficient
> >>>>>>>> standard to encourage more users to take up usage of Grails
> >>>>>>>> as a
> >>>>>>>> platform.
> >>>>>>>>
> >>>>>>>> Grails is built on industrial strength Open-Source technology
> >>>>>>>> such as
> >>>>>>>> Spring, Hibernate and SiteMesh and offers a Rails-like
> >>>>>>>> environment
> >>>>>>>> that integrates seamlessly with the Java platform allowing
> >>>>>>>> developers
> >>>>>>>> to utilise their existing investment in Java and the JDK.
> >>>>>>>>
> >>>>>>>> Grails offers a complete development environment including the
> >>>>>>>> inclusion of a web server and provides powerful features
> >>>>>>>> such as
> >>>>>>>> simple Object Relational Mapping (ORM), automatic application
> >>>>>>>> reloading, and scaffolding of interfaces for CRUD (Create,
> >>>>>>>> Read,Update,Delete) operations.
> >>>>>>>>
> >>>>>>>> In addition Grails offers features and idioms that align
> >>>>>>>> closely
> >>>>>>>> with
> >>>>>>>> those within the Java community, including:
> >>>>>>>>
> >>>>>>>> * AOP-Style Interceptors
> >>>>>>>> * Dynamic Tag Libraries
> >>>>>>>> * JSP & Groovy Servers Pages (GSP) Support
> >>>>>>>>
> >>>>>>>>
> >>>>>>>> There is clearly still much to do however and we plan more
> >>>>>>>> frequent
> >>>>>>>> release cycles over the coming months. To view the current
> >>>>>>>> Grails
> >>>>>>>> roadmap please visit JIRA using the following link:
> >>>>>>>>
> >>>>>>>> http://jira.codehaus.org/browse/GRAILS?
> >>>>>>>> report=com.atlassian.jira.plugin.system.project:roadmap-panel
> >>>>>>>>
> >>>>>>>> To download the current release please visit our Download page
> >>>>>>>> using
> >>>>>>>> the following link:
> >>>>>>>>
> >>>>>>>> http://grails.codehaus.org/Download
> >>>>>>>>
> >>>>>>>> Thanks to all those who participated in making this release
> >>>>>>>> happen
> >>>>>>>> including the Grails development team, Grails' increasingly
> >>>>>>>> active
> >>>>>>>> user list for the many issue reports and ideas and anyone
> >>>>>>>> else who
> >>>>>>>> contributed to the process.
> >>>>>>>>
> >>>>>>>> Enjoy!
> >>>>>>>>
> >>>>>>>> --
> >>>>>>>> Graeme Rocher
> >>>>>>>> Grails Project Lead
> >>>>>>>> http://grails.codehaus.org
> >>>>>>>
> >>>>>>> --
> >>>>>>>    Stephan Schmidt
> >>>>>>>    [hidden email]
> >>>>>>>
> >>>>>>>    PRESS ON. Nothing in the world can take the place of
> >>>>>>> persistence.
> >>>>>>>    Talent will not; nothing in the world is more common than
> >>>>>>> unsuccessful
> >>>>>>>    men with talent. Genius will not; unrewarded genius is
> >>>>>>> almost a
> >>>>>>> proverb.
> >>>>>>>    Education will not; the world is full of educated derelicts.
> >>>>>>> Persistence
> >>>>>>>    and determination alone are omnipotent. - Calvin Coolidge
> >>>>>>>
> >>>>>>>
> >>>>>>>
> >>>>>>
> >>>>>>
> >>>>>> --
> >>>>>> Steven Devijver
> >>>>>> Senior Consultant
> >>>>>> Interface21
> >>>>>> Spring Services from the Source
> >>>>>> http://www.interface21.com
> >>>>>>
> >>>>>> Co-author, "Expert Spring MVC and Web Flow"
> >>>>>> (February 2006, with Seth Ladd, Darren Davison, and Colin Yates)
> >>>>>> http://www.amazon.com/gp/product/159059584X
> >>>>>>
> >>>>>> Interface21 NL B.V.
> >>>>>> Donker Curtiusstraat 7-400c
> >>>>>> 1051JL Amsterdam
> >>>>>> The Netherlands
> >>>>>> Phone: +31 (0)20 486 47 63
> >>>>>> Fax: +31 (0)20 475 08 28
> >>>>>> Mail: [hidden email]
> >>>>>> Skype: devijvers
> >>>>>
> >>>>> --
> >>>>>    Stephan Schmidt
> >>>>>    [hidden email]
> >>>>>
> >>>>>    PRESS ON. Nothing in the world can take the place of
> >>>>> persistence.
> >>>>>    Talent will not; nothing in the world is more common than
> >>>>> unsuccessful
> >>>>>    men with talent. Genius will not; unrewarded genius is almost a
> >>>>> proverb.
> >>>>>    Education will not; the world is full of educated derelicts.
> >>>>> Persistence
> >>>>>    and determination alone are omnipotent. - Calvin Coolidge
> >>>>>
> >>>>>
> >>>>>
> >>>
> >>> --
> >>>    Stephan Schmidt
> >>>    [hidden email]
> >>>
> >>>    PRESS ON. Nothing in the world can take the place of persistence.
> >>>    Talent will not; nothing in the world is more common than
> >>> unsuccessful
> >>>    men with talent. Genius will not; unrewarded genius is almost a
> >>> proverb.
> >>>    Education will not; the world is full of educated derelicts.
> >>> Persistence
> >>>    and determination alone are omnipotent. - Calvin Coolidge
> >>>
> >>>
> >>>
> >>
> >>
> >> --
> >> "Nobody knows who i really am
> >>  I never felt this empty before
> >>  And if I never need someone to come along
> >>  Who's gonna comfort me and keep me strong?"
> >> --
> >> Marcell Manfrin Barbacena
> >> [hidden email]
> >> MSN Messenger: [hidden email]
> >> ICQ UIN: 63671762
> >> Skype: callto://marcell84bruk
> >> +55 (83) 8808-8555 (Oi)
> >
>
>



--
Graeme Rocher
Grails Project Lead
http://grails.codehaus.org
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Grails 0.1 Released

Stephan.Schmidt
I think you should use the ant task which fixes the problem once and  
for all, as described on this list
some days ago

bye
-stephan

> On 3/30/06, Stephan J. Schmidt <[hidden email]> wrote:
>> Ok, it was the line encoding
>>
>> vi grails/ant/bin/ant -b
>>
>> fixed the problem :-)
> Hi stephan,
>
> Thanks for that if you want to send me a patch file i will apply it
>
> Cheers
> Graeme
>>
>> thanks
>> bye
>> -stephan
>>
>>> Hi,
>>>
>>> did that before posting to the list, didn't work, still the same
>>> error.
>>> Also replaced the line completely, but still the same error (so
>>> no LF problem)
>>>
>>> bye
>>> -stephan
>>>
>>>> Hi,
>>>>
>>>> Found same error, try to replace the 1st line of the file
>>>> "$GRAILS_HOME/ant/bin/ant" from "#! /bin/sh" to "#!/bin/bash" or
>>>> "#!/bin/sh". The problem is a space character after #!.
>>>>
>>>> []'s
>>>>
>>>> On 3/30/06, Stephan J. Schmidt <[hidden email]> wrote:
>>>>> ...
>>>>> + /opt/grails/ant/bin/ant --noconfig -lib /opt/grails/lib/
>>>>> bsf.jar:/
>>>>> opt/grails/lib/groovy-all-1.0-RC-01-SNAPSHOT.jar:/opt/grails/lib/
>>>>> org.mortbay.jetty.jar:/opt/grails/lib/commons-logging.jar:/opt/
>>>>> grails/
>>>>> lib/commons-el.jar:/opt/grails/lib/javax.servlet.jar:/opt/grails/
>>>>> lib/
>>>>> log4j-1.2.8.jar:/opt/grails/lib/jasper-compiler.jar:/opt/grails/
>>>>> lib/
>>>>> jasper-runtime.jar:/opt/grails/lib/xml-apis.jar:/opt/grails/lib/
>>>>> xercesImpl.jar -f /opt/grails/src/grails/build.xml -Dbasedir=/
>>>>> Users/
>>>>> stephan -Dgrails.home=/opt/grails
>>>>> : bad interpreter: No such file or directoryant: /bin/sh
>>>>>
>>>>> bye
>>>>> -stephan
>>>>>
>>>>>
>>>>>> hey Stephan,
>>>>>>
>>>>>> Can you try bash -x ${GRAILS_HOME}/bin/grails?
>>>>>>
>>>>>> Thanks
>>>>>>
>>>>>> Steven
>>>>>>
>>>>>> On 3/29/06, Stephan J. Schmidt <[hidden email]> wrote:
>>>>>>> Hi,
>>>>>>>
>>>>>>>> Try to run the dos2unix command on the bin/grails file. After
>>>>>>>> that you
>>>>>>>> need to run chmod again.
>>>>>>>
>>>>>>> tried, but my  Mac doesn't  know dos2unix, neither does fink (or
>>>>>>> recode)
>>>>>>>
>>>>>>> bye
>>>>>>> -stephan
>>>>>>>
>>>>>>>
>>>>>>>> Hey Stefan,
>>>>>>>>
>>>>>>>> Try to run the dos2unix command on the bin/grails file. After
>>>>>>>> that you
>>>>>>>> need to run chmod again.
>>>>>>>>
>>>>>>>> Steven
>>>>>>>>
>>>>>>>> On 3/29/06, Stephan J. Schmidt <[hidden email]> wrote:
>>>>>>>>> Any ideas why I get this with 0.1 ?
>>>>>>>>>
>>>>>>>>> pBook:~$ grails
>>>>>>>>> : bad interpreter: No such file or directory/ant: /bin/sh
>>>>>>>>>
>>>>>>>>> (after chmod 755 on the ant/bin and bin directories)
>>>>>>>>>
>>>>>>>>> thanks
>>>>>>>>> -stephan
>>>>>>>>>
>>>>>>>>>> Dear Groovy & Grails Community,
>>>>>>>>>>
>>>>>>>>>> I am pleased to announce the release of Groovy on Rails
>>>>>>>>>> (Grails)
>>>>>>>>>> 0.1.
>>>>>>>>>> This is a big step in Grails short lifespan as it marks the
>>>>>>>>>> first
>>>>>>>>>> release that we, the Grails development team, feel is of
>>>>>>>>>> sufficient
>>>>>>>>>> standard to encourage more users to take up usage of Grails
>>>>>>>>>> as a
>>>>>>>>>> platform.
>>>>>>>>>>
>>>>>>>>>> Grails is built on industrial strength Open-Source technology
>>>>>>>>>> such as
>>>>>>>>>> Spring, Hibernate and SiteMesh and offers a Rails-like
>>>>>>>>>> environment
>>>>>>>>>> that integrates seamlessly with the Java platform allowing
>>>>>>>>>> developers
>>>>>>>>>> to utilise their existing investment in Java and the JDK.
>>>>>>>>>>
>>>>>>>>>> Grails offers a complete development environment including  
>>>>>>>>>> the
>>>>>>>>>> inclusion of a web server and provides powerful features
>>>>>>>>>> such as
>>>>>>>>>> simple Object Relational Mapping (ORM), automatic application
>>>>>>>>>> reloading, and scaffolding of interfaces for CRUD (Create,
>>>>>>>>>> Read,Update,Delete) operations.
>>>>>>>>>>
>>>>>>>>>> In addition Grails offers features and idioms that align
>>>>>>>>>> closely
>>>>>>>>>> with
>>>>>>>>>> those within the Java community, including:
>>>>>>>>>>
>>>>>>>>>> * AOP-Style Interceptors
>>>>>>>>>> * Dynamic Tag Libraries
>>>>>>>>>> * JSP & Groovy Servers Pages (GSP) Support
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> There is clearly still much to do however and we plan more
>>>>>>>>>> frequent
>>>>>>>>>> release cycles over the coming months. To view the current
>>>>>>>>>> Grails
>>>>>>>>>> roadmap please visit JIRA using the following link:
>>>>>>>>>>
>>>>>>>>>> http://jira.codehaus.org/browse/GRAILS?
>>>>>>>>>> report=com.atlassian.jira.plugin.system.project:roadmap-panel
>>>>>>>>>>
>>>>>>>>>> To download the current release please visit our Download  
>>>>>>>>>> page
>>>>>>>>>> using
>>>>>>>>>> the following link:
>>>>>>>>>>
>>>>>>>>>> http://grails.codehaus.org/Download
>>>>>>>>>>
>>>>>>>>>> Thanks to all those who participated in making this release
>>>>>>>>>> happen
>>>>>>>>>> including the Grails development team, Grails' increasingly
>>>>>>>>>> active
>>>>>>>>>> user list for the many issue reports and ideas and anyone
>>>>>>>>>> else who
>>>>>>>>>> contributed to the process.
>>>>>>>>>>
>>>>>>>>>> Enjoy!
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> Graeme Rocher
>>>>>>>>>> Grails Project Lead
>>>>>>>>>> http://grails.codehaus.org
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>>    Stephan Schmidt
>>>>>>>>>    [hidden email]
>>>>>>>>>
>>>>>>>>>    PRESS ON. Nothing in the world can take the place of
>>>>>>>>> persistence.
>>>>>>>>>    Talent will not; nothing in the world is more common than
>>>>>>>>> unsuccessful
>>>>>>>>>    men with talent. Genius will not; unrewarded genius is
>>>>>>>>> almost a
>>>>>>>>> proverb.
>>>>>>>>>    Education will not; the world is full of educated  
>>>>>>>>> derelicts.
>>>>>>>>> Persistence
>>>>>>>>>    and determination alone are omnipotent. - Calvin Coolidge
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Steven Devijver
>>>>>>>> Senior Consultant
>>>>>>>> Interface21
>>>>>>>> Spring Services from the Source
>>>>>>>> http://www.interface21.com
>>>>>>>>
>>>>>>>> Co-author, "Expert Spring MVC and Web Flow"
>>>>>>>> (February 2006, with Seth Ladd, Darren Davison, and Colin  
>>>>>>>> Yates)
>>>>>>>> http://www.amazon.com/gp/product/159059584X
>>>>>>>>
>>>>>>>> Interface21 NL B.V.
>>>>>>>> Donker Curtiusstraat 7-400c
>>>>>>>> 1051JL Amsterdam
>>>>>>>> The Netherlands
>>>>>>>> Phone: +31 (0)20 486 47 63
>>>>>>>> Fax: +31 (0)20 475 08 28
>>>>>>>> Mail: [hidden email]
>>>>>>>> Skype: devijvers
>>>>>>>
>>>>>>> --
>>>>>>>    Stephan Schmidt
>>>>>>>    [hidden email]
>>>>>>>
>>>>>>>    PRESS ON. Nothing in the world can take the place of
>>>>>>> persistence.
>>>>>>>    Talent will not; nothing in the world is more common than
>>>>>>> unsuccessful
>>>>>>>    men with talent. Genius will not; unrewarded genius is  
>>>>>>> almost a
>>>>>>> proverb.
>>>>>>>    Education will not; the world is full of educated derelicts.
>>>>>>> Persistence
>>>>>>>    and determination alone are omnipotent. - Calvin Coolidge
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>
>>>>> --
>>>>>    Stephan Schmidt
>>>>>    [hidden email]
>>>>>
>>>>>    PRESS ON. Nothing in the world can take the place of  
>>>>> persistence.
>>>>>    Talent will not; nothing in the world is more common than
>>>>> unsuccessful
>>>>>    men with talent. Genius will not; unrewarded genius is almost a
>>>>> proverb.
>>>>>    Education will not; the world is full of educated derelicts.
>>>>> Persistence
>>>>>    and determination alone are omnipotent. - Calvin Coolidge
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> "Nobody knows who i really am
>>>>  I never felt this empty before
>>>>  And if I never need someone to come along
>>>>  Who's gonna comfort me and keep me strong?"
>>>> --
>>>> Marcell Manfrin Barbacena
>>>> [hidden email]
>>>> MSN Messenger: [hidden email]
>>>> ICQ UIN: 63671762
>>>> Skype: callto://marcell84bruk
>>>> +55 (83) 8808-8555 (Oi)
>>>
>>
>>
>
>
>
> --
> Graeme Rocher
> Grails Project Lead
> http://grails.codehaus.org

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Grails 0.1 Released

graemer
On 3/30/06, Stephan J. Schmidt <[hidden email]> wrote:
> I think you should use the ant task which fixes the problem once and
> for all, as described on this list
> some days ago
Ah yes you mean the chmod ant task recommended by Jochen?

Graeme

>
> bye
> -stephan
>
> > On 3/30/06, Stephan J. Schmidt <[hidden email]> wrote:
> >> Ok, it was the line encoding
> >>
> >> vi grails/ant/bin/ant -b
> >>
> >> fixed the problem :-)
> > Hi stephan,
> >
> > Thanks for that if you want to send me a patch file i will apply it
> >
> > Cheers
> > Graeme
> >>
> >> thanks
> >> bye
> >> -stephan
> >>
> >>> Hi,
> >>>
> >>> did that before posting to the list, didn't work, still the same
> >>> error.
> >>> Also replaced the line completely, but still the same error (so
> >>> no LF problem)
> >>>
> >>> bye
> >>> -stephan
> >>>
> >>>> Hi,
> >>>>
> >>>> Found same error, try to replace the 1st line of the file
> >>>> "$GRAILS_HOME/ant/bin/ant" from "#! /bin/sh" to "#!/bin/bash" or
> >>>> "#!/bin/sh". The problem is a space character after #!.
> >>>>
> >>>> []'s
> >>>>
> >>>> On 3/30/06, Stephan J. Schmidt <[hidden email]> wrote:
> >>>>> ...
> >>>>> + /opt/grails/ant/bin/ant --noconfig -lib /opt/grails/lib/
> >>>>> bsf.jar:/
> >>>>> opt/grails/lib/groovy-all-1.0-RC-01-SNAPSHOT.jar:/opt/grails/lib/
> >>>>> org.mortbay.jetty.jar:/opt/grails/lib/commons-logging.jar:/opt/
> >>>>> grails/
> >>>>> lib/commons-el.jar:/opt/grails/lib/javax.servlet.jar:/opt/grails/
> >>>>> lib/
> >>>>> log4j-1.2.8.jar:/opt/grails/lib/jasper-compiler.jar:/opt/grails/
> >>>>> lib/
> >>>>> jasper-runtime.jar:/opt/grails/lib/xml-apis.jar:/opt/grails/lib/
> >>>>> xercesImpl.jar -f /opt/grails/src/grails/build.xml -Dbasedir=/
> >>>>> Users/
> >>>>> stephan -Dgrails.home=/opt/grails
> >>>>> : bad interpreter: No such file or directoryant: /bin/sh
> >>>>>
> >>>>> bye
> >>>>> -stephan
> >>>>>
> >>>>>
> >>>>>> hey Stephan,
> >>>>>>
> >>>>>> Can you try bash -x ${GRAILS_HOME}/bin/grails?
> >>>>>>
> >>>>>> Thanks
> >>>>>>
> >>>>>> Steven
> >>>>>>
> >>>>>> On 3/29/06, Stephan J. Schmidt <[hidden email]> wrote:
> >>>>>>> Hi,
> >>>>>>>
> >>>>>>>> Try to run the dos2unix command on the bin/grails file. After
> >>>>>>>> that you
> >>>>>>>> need to run chmod again.
> >>>>>>>
> >>>>>>> tried, but my  Mac doesn't  know dos2unix, neither does fink (or
> >>>>>>> recode)
> >>>>>>>
> >>>>>>> bye
> >>>>>>> -stephan
> >>>>>>>
> >>>>>>>
> >>>>>>>> Hey Stefan,
> >>>>>>>>
> >>>>>>>> Try to run the dos2unix command on the bin/grails file. After
> >>>>>>>> that you
> >>>>>>>> need to run chmod again.
> >>>>>>>>
> >>>>>>>> Steven
> >>>>>>>>
> >>>>>>>> On 3/29/06, Stephan J. Schmidt <[hidden email]> wrote:
> >>>>>>>>> Any ideas why I get this with 0.1 ?
> >>>>>>>>>
> >>>>>>>>> pBook:~$ grails
> >>>>>>>>> : bad interpreter: No such file or directory/ant: /bin/sh
> >>>>>>>>>
> >>>>>>>>> (after chmod 755 on the ant/bin and bin directories)
> >>>>>>>>>
> >>>>>>>>> thanks
> >>>>>>>>> -stephan
> >>>>>>>>>
> >>>>>>>>>> Dear Groovy & Grails Community,
> >>>>>>>>>>
> >>>>>>>>>> I am pleased to announce the release of Groovy on Rails
> >>>>>>>>>> (Grails)
> >>>>>>>>>> 0.1.
> >>>>>>>>>> This is a big step in Grails short lifespan as it marks the
> >>>>>>>>>> first
> >>>>>>>>>> release that we, the Grails development team, feel is of
> >>>>>>>>>> sufficient
> >>>>>>>>>> standard to encourage more users to take up usage of Grails
> >>>>>>>>>> as a
> >>>>>>>>>> platform.
> >>>>>>>>>>
> >>>>>>>>>> Grails is built on industrial strength Open-Source technology
> >>>>>>>>>> such as
> >>>>>>>>>> Spring, Hibernate and SiteMesh and offers a Rails-like
> >>>>>>>>>> environment
> >>>>>>>>>> that integrates seamlessly with the Java platform allowing
> >>>>>>>>>> developers
> >>>>>>>>>> to utilise their existing investment in Java and the JDK.
> >>>>>>>>>>
> >>>>>>>>>> Grails offers a complete development environment including
> >>>>>>>>>> the
> >>>>>>>>>> inclusion of a web server and provides powerful features
> >>>>>>>>>> such as
> >>>>>>>>>> simple Object Relational Mapping (ORM), automatic application
> >>>>>>>>>> reloading, and scaffolding of interfaces for CRUD (Create,
> >>>>>>>>>> Read,Update,Delete) operations.
> >>>>>>>>>>
> >>>>>>>>>> In addition Grails offers features and idioms that align
> >>>>>>>>>> closely
> >>>>>>>>>> with
> >>>>>>>>>> those within the Java community, including:
> >>>>>>>>>>
> >>>>>>>>>> * AOP-Style Interceptors
> >>>>>>>>>> * Dynamic Tag Libraries
> >>>>>>>>>> * JSP & Groovy Servers Pages (GSP) Support
> >>>>>>>>>>
> >>>>>>>>>>
> >>>>>>>>>> There is clearly still much to do however and we plan more
> >>>>>>>>>> frequent
> >>>>>>>>>> release cycles over the coming months. To view the current
> >>>>>>>>>> Grails
> >>>>>>>>>> roadmap please visit JIRA using the following link:
> >>>>>>>>>>
> >>>>>>>>>> http://jira.codehaus.org/browse/GRAILS?
> >>>>>>>>>> report=com.atlassian.jira.plugin.system.project:roadmap-panel
> >>>>>>>>>>
> >>>>>>>>>> To download the current release please visit our Download
> >>>>>>>>>> page
> >>>>>>>>>> using
> >>>>>>>>>> the following link:
> >>>>>>>>>>
> >>>>>>>>>> http://grails.codehaus.org/Download
> >>>>>>>>>>
> >>>>>>>>>> Thanks to all those who participated in making this release
> >>>>>>>>>> happen
> >>>>>>>>>> including the Grails development team, Grails' increasingly
> >>>>>>>>>> active
> >>>>>>>>>> user list for the many issue reports and ideas and anyone
> >>>>>>>>>> else who
> >>>>>>>>>> contributed to the process.
> >>>>>>>>>>
> >>>>>>>>>> Enjoy!
> >>>>>>>>>>
> >>>>>>>>>> --
> >>>>>>>>>> Graeme Rocher
> >>>>>>>>>> Grails Project Lead
> >>>>>>>>>> http://grails.codehaus.org
> >>>>>>>>>
> >>>>>>>>> --
> >>>>>>>>>    Stephan Schmidt
> >>>>>>>>>    [hidden email]
> >>>>>>>>>
> >>>>>>>>>    PRESS ON. Nothing in the world can take the place of
> >>>>>>>>> persistence.
> >>>>>>>>>    Talent will not; nothing in the world is more common than
> >>>>>>>>> unsuccessful
> >>>>>>>>>    men with talent. Genius will not; unrewarded genius is
> >>>>>>>>> almost a
> >>>>>>>>> proverb.
> >>>>>>>>>    Education will not; the world is full of educated
> >>>>>>>>> derelicts.
> >>>>>>>>> Persistence
> >>>>>>>>>    and determination alone are omnipotent. - Calvin Coolidge
> >>>>>>>>>
> >>>>>>>>>
> >>>>>>>>>
> >>>>>>>>
> >>>>>>>>
> >>>>>>>> --
> >>>>>>>> Steven Devijver
> >>>>>>>> Senior Consultant
> >>>>>>>> Interface21
> >>>>>>>> Spring Services from the Source
> >>>>>>>> http://www.interface21.com
> >>>>>>>>
> >>>>>>>> Co-author, "Expert Spring MVC and Web Flow"
> >>>>>>>> (February 2006, with Seth Ladd, Darren Davison, and Colin
> >>>>>>>> Yates)
> >>>>>>>> http://www.amazon.com/gp/product/159059584X
> >>>>>>>>
> >>>>>>>> Interface21 NL B.V.
> >>>>>>>> Donker Curtiusstraat 7-400c
> >>>>>>>> 1051JL Amsterdam
> >>>>>>>> The Netherlands
> >>>>>>>> Phone: +31 (0)20 486 47 63
> >>>>>>>> Fax: +31 (0)20 475 08 28
> >>>>>>>> Mail: [hidden email]
> >>>>>>>> Skype: devijvers
> >>>>>>>
> >>>>>>> --
> >>>>>>>    Stephan Schmidt
> >>>>>>>    [hidden email]
> >>>>>>>
> >>>>>>>    PRESS ON. Nothing in the world can take the place of
> >>>>>>> persistence.
> >>>>>>>    Talent will not; nothing in the world is more common than
> >>>>>>> unsuccessful
> >>>>>>>    men with talent. Genius will not; unrewarded genius is
> >>>>>>> almost a
> >>>>>>> proverb.
> >>>>>>>    Education will not; the world is full of educated derelicts.
> >>>>>>> Persistence
> >>>>>>>    and determination alone are omnipotent. - Calvin Coolidge
> >>>>>>>
> >>>>>>>
> >>>>>>>
> >>>>>
> >>>>> --
> >>>>>    Stephan Schmidt
> >>>>>    [hidden email]
> >>>>>
> >>>>>    PRESS ON. Nothing in the world can take the place of
> >>>>> persistence.
> >>>>>    Talent will not; nothing in the world is more common than
> >>>>> unsuccessful
> >>>>>    men with talent. Genius will not; unrewarded genius is almost a
> >>>>> proverb.
> >>>>>    Education will not; the world is full of educated derelicts.
> >>>>> Persistence
> >>>>>    and determination alone are omnipotent. - Calvin Coolidge
> >>>>>
> >>>>>
> >>>>>
> >>>>
> >>>>
> >>>> --
> >>>> "Nobody knows who i really am
> >>>>  I never felt this empty before
> >>>>  And if I never need someone to come along
> >>>>  Who's gonna comfort me and keep me strong?"
> >>>> --
> >>>> Marcell Manfrin Barbacena
> >>>> [hidden email]
> >>>> MSN Messenger: [hidden email]
> >>>> ICQ UIN: 63671762
> >>>> Skype: callto://marcell84bruk
> >>>> +55 (83) 8808-8555 (Oi)
> >>>
> >>
> >>
> >
> >
> >
> > --
> > Graeme Rocher
> > Grails Project Lead
> > http://grails.codehaus.org
>
>


--
Graeme Rocher
Grails Project Lead
http://grails.codehaus.org
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Grails 0.1 Released

Harm de Laat-2
In reply to this post by graemer
Congratulations on this major milestone!
I hope to jump on the wagon one of these days!

Regards,

Harm!


On 3/29/06, Graeme Rocher < [hidden email]> wrote:
Dear Groovy & Grails Community,

I am pleased to announce the release of Groovy on Rails (Grails) 0.1.
This is a big step in Grails short lifespan as it marks the first
release that we, the Grails development team, feel is of sufficient
standard to encourage more users to take up usage of Grails as a
platform.

Grails is built on industrial strength Open-Source technology such as
Spring, Hibernate and SiteMesh and offers a Rails-like environment
that integrates seamlessly with the Java platform allowing developers
to utilise their existing investment in Java and the JDK.

Grails offers a complete development environment including the
inclusion of a web server and provides powerful features such as
simple Object Relational Mapping (ORM), automatic application
reloading, and scaffolding of interfaces for CRUD (Create,
Read,Update,Delete) operations.

In addition Grails offers features and idioms that align closely with
those within the Java community, including:

* AOP-Style Interceptors
* Dynamic Tag Libraries
* JSP & Groovy Servers Pages (GSP) Support


There is clearly still much to do however and we plan more frequent
release cycles over the coming months. To view the current Grails
roadmap please visit JIRA using the following link:

http://jira.codehaus.org/browse/GRAILS?report=com.atlassian.jira.plugin.system.project:roadmap-panel

To download the current release please visit our Download page using
the following link:

http://grails.codehaus.org/Download

Thanks to all those who participated in making this release happen
including the Grails development team, Grails' increasingly active
user list for the many issue reports and ideas and anyone else who
contributed to the process.

Enjoy!

--
Graeme Rocher
Grails Project Lead
http://grails.codehaus.org

Loading...