Why is Add Rake Targets to Support App Server Deployment for JRuby only

View: New views
6 Messages — Rating Filter:   Alert me  

Why is Add Rake Targets to Support App Server Deployment for JRuby only

by Chris Kutler :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

The Add Rake Targets to Support App Server Deployment checkbox is
enabled only for JRuby apps. However, I have verified that I can use
Warbler war up a CRuby project and deploy it on GlassFish 3. I also
confirmed with Nick.

Is this disabling for CRuby projects left over from GoldSpike, or is
there another reason for disabling it for non JRuby projects?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: Why is Add Rake Targets to Support App Server Deployment for JRuby only

by Erno Mononen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Chris,

please see the last comment in issue
http://www.netbeans.org/issues/show_bug.cgi?id=142166. I wanted to
enable it for MRI too, just waiting for your confirmation (it's a UI
change after all).

Erno

Chris Kutler wrote:

> Hi,
>
> The Add Rake Targets to Support App Server Deployment checkbox is
> enabled only for JRuby apps. However, I have verified that I can use
> Warbler war up a CRuby project and deploy it on GlassFish 3. I also
> confirmed with Nick.
>
> Is this disabling for CRuby projects left over from GoldSpike, or is
> there another reason for disabling it for non JRuby projects?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@...
> For additional commands, e-mail: dev-help@...
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


RE: Why is Add Rake Targets to Support App Server Deployment for JRuby only

by Brandon Hauff :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Chris,

A Cruby app could have an incompatible gem could it not?  Maybe Warbler
checks for this so it would fail before a war is made?  I havn't tried
this out.

Thanks,

Brandon Hauff

> -----Original Message-----
> From: Chris.Kutler@... [mailto:Chris.Kutler@...]
> Sent: Monday, September 15, 2008 9:26 PM
> To: dev@...
> Subject: Why is Add Rake Targets to Support App Server
> Deployment for JRuby only
>
>
> Hi,
>
> The Add Rake Targets to Support App Server Deployment checkbox is
> enabled only for JRuby apps. However, I have verified that I can use
> Warbler war up a CRuby project and deploy it on GlassFish 3. I also
> confirmed with Nick.
>
> Is this disabling for CRuby projects left over from GoldSpike, or is
> there another reason for disabling it for non JRuby projects?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@...
> For additional commands, e-mail: dev-help@...
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: Why is Add Rake Targets to Support App Server Deployment for JRuby only

by Chris Kutler :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Ahh, I am still processing my email that came in over my vacation. I
noted that this change is ok with me.

Erno Mononen wrote:

> Hi Chris,
>
> please see the last comment in issue
> http://www.netbeans.org/issues/show_bug.cgi?id=142166. I wanted to
> enable it for MRI too, just waiting for your confirmation (it's a UI
> change after all).
>
> Erno
>
> Chris Kutler wrote:
>> Hi,
>>
>> The Add Rake Targets to Support App Server Deployment checkbox is
>> enabled only for JRuby apps. However, I have verified that I can use
>> Warbler war up a CRuby project and deploy it on GlassFish 3. I also
>> confirmed with Nick.
>>
>> Is this disabling for CRuby projects left over from GoldSpike, or is
>> there another reason for disabling it for non JRuby projects?
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@...
>> For additional commands, e-mail: dev-help@...
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@...
> For additional commands, e-mail: dev-help@...
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: Why is Add Rake Targets to Support App Server Deployment for JRuby only

by Chris Kutler :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Brandon, you are correct. You need to make sure your project is JRuby compatible, such as not depending on gems with native extensions. I think that if you are not using mysql, you also need to modify the database.yml to use a JDBC adapter for that database server. I am just about to experiment with that.

Brandon Hauff wrote:
Hi Chris,

A Cruby app could have an incompatible gem could it not?  Maybe Warbler
checks for this so it would fail before a war is made?  I havn't tried
this out.

Thanks,

Brandon Hauff

  
-----Original Message-----
From: Chris.Kutler@... [Chris.Kutler@...] 
Sent: Monday, September 15, 2008 9:26 PM
To: dev@...
Subject: Why is Add Rake Targets to Support App Server 
Deployment for JRuby only


Hi,

The Add Rake Targets to Support App Server Deployment checkbox is 
enabled only for JRuby apps. However, I have verified that I can use 
Warbler war up a CRuby project and deploy it on GlassFish 3. I also 
confirmed with Nick.

Is this disabling for CRuby projects left over from GoldSpike, or is 
there another reason for disabling it for non JRuby projects?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


    

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...

  

Re: Why is Add Rake Targets to Support App Server Deployment for JRuby only

by Chris Kutler :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

If you make this change, can you add it to
http://wiki.netbeans.org/NB65LateUIChanges. Then let me know so that I
can approve it and make a note when I change the help topic to match.

Erno Mononen wrote:

> Hi Chris,
>
> please see the last comment in issue
> http://www.netbeans.org/issues/show_bug.cgi?id=142166. I wanted to
> enable it for MRI too, just waiting for your confirmation (it's a UI
> change after all).
>
> Erno
>
> Chris Kutler wrote:
>> Hi,
>>
>> The Add Rake Targets to Support App Server Deployment checkbox is
>> enabled only for JRuby apps. However, I have verified that I can use
>> Warbler war up a CRuby project and deploy it on GlassFish 3. I also
>> confirmed with Nick.
>>
>> Is this disabling for CRuby projects left over from GoldSpike, or is
>> there another reason for disabling it for non JRuby projects?
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@...
>> For additional commands, e-mail: dev-help@...
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@...
> For additional commands, e-mail: dev-help@...
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...