You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by Scott T Weaver <sw...@einnovation.com> on 2004/07/01 21:41:21 UTC

[FUSION] jetspeed.groovy

Is the jetspeed.groovy in fusion the same as the one in J2?   Or do I
have to reconcile the differences line by line :(

-- 
******************************************
*           Scott T. Weaver              *
*         <we...@apache.org>            *
*     <http://www.einnovation.com>       *   
* -------------------------------------- *
*   Apache Jetspeed Enterprise Portal    *
*     Apache Pluto Portlet Container     *
*                                        *
* OpenEditPro, Website Content Mangement *
*     <http://www.openeditpro.com>       *
******************************************


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org


Re: [FUSION] jetspeed.groovy

Posted by Scott T Weaver <sc...@binary-designs.net>.
Was thinking about somehow implementing an end user container that
becomes the child of the one created by jetspeed.groovy.

On Fri, 2004-07-02 at 05:46, Serge Huber wrote:
> I have the same problem with Jahia. What I was looking at was creating a 
> patch file that would store my modifications on the original J2 
> jetspeed.groovy file, and then use a maven goal to apply the patch. This 
> wouldn't prevent on major changes (and probably the maven goal should 
> fuss), but for minor changes it should work ok.
> 
> So the algorithm would be :
> 
> 1. update J2 from CVS
> 2. copy the jetspeed.groovy file over to J1
> 3. apply the patch file
> 4. launch J1
> 
> Something like that. I haven't done it yet but I thought it might work. And 
> it would certainly help having to manage them by hand (even with Eclipse 
> really cool tool :), btw I also like Araxis Merge under Windows, 
> http://www.araxis.com/merge/index.html, which can compare directories).
> 
> Regards,
>    Serge Huber.
> 
> At 23:28 01.07.2004, you wrote:
> 
> >On Jul 1, 2004, at 2:16 PM, Scott T Weaver wrote:
> >
> >>I actually found a REALLY painless way to do it in Eclipse.
> >>
> >>1. Select jetspeed.groovy in fusion
> >>2. ctrl+select jetspeed.groovy in J2 (so both are selected
> >>simultaneously)
> >>3. right click either file and choose compare with > each other.
> >>
> >>You then get a standard 2 column diff screen with the added   Neat,
> >>bonus of being able to copy changes between the two.  Neat, huh!
> >Thanks, that is cool
> >I think the Compare With feature (for comparing CVS versions) uses the 
> >same Diff editor
> >
> >--
> >David Sean Taylor
> >Bluesunrise Software
> >david@bluesunrise.com
> >[office]   +01 707 773-4646
> >[mobile] +01 707 529 9194
> >
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
> >For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org
> 
> - -- --- -----=[ shuber2 at jahia dot com ]=---- --- -- -
> www.jahia.org : A collaborative source CMS and Portal Server 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org
-- 
******************************************
*           Scott T. Weaver              *
*         <we...@apache.org>            *
*     <http://www.einnovation.com>       *   
* -------------------------------------- *
*   Apache Jetspeed Enterprise Portal    *
*     Apache Pluto Portlet Container     *
*                                        *
* OpenEditPro, Website Content Mangement *
*     <http://www.openeditpro.com>       *
******************************************


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org


Re: [FUSION] jetspeed.groovy

Posted by Serge Huber <sh...@jahia.com>.
I have the same problem with Jahia. What I was looking at was creating a 
patch file that would store my modifications on the original J2 
jetspeed.groovy file, and then use a maven goal to apply the patch. This 
wouldn't prevent on major changes (and probably the maven goal should 
fuss), but for minor changes it should work ok.

So the algorithm would be :

1. update J2 from CVS
2. copy the jetspeed.groovy file over to J1
3. apply the patch file
4. launch J1

Something like that. I haven't done it yet but I thought it might work. And 
it would certainly help having to manage them by hand (even with Eclipse 
really cool tool :), btw I also like Araxis Merge under Windows, 
http://www.araxis.com/merge/index.html, which can compare directories).

Regards,
   Serge Huber.

At 23:28 01.07.2004, you wrote:

>On Jul 1, 2004, at 2:16 PM, Scott T Weaver wrote:
>
>>I actually found a REALLY painless way to do it in Eclipse.
>>
>>1. Select jetspeed.groovy in fusion
>>2. ctrl+select jetspeed.groovy in J2 (so both are selected
>>simultaneously)
>>3. right click either file and choose compare with > each other.
>>
>>You then get a standard 2 column diff screen with the added   Neat,
>>bonus of being able to copy changes between the two.  Neat, huh!
>Thanks, that is cool
>I think the Compare With feature (for comparing CVS versions) uses the 
>same Diff editor
>
>--
>David Sean Taylor
>Bluesunrise Software
>david@bluesunrise.com
>[office]   +01 707 773-4646
>[mobile] +01 707 529 9194
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org

- -- --- -----=[ shuber2 at jahia dot com ]=---- --- -- -
www.jahia.org : A collaborative source CMS and Portal Server 



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org


Re: [FUSION] jetspeed.groovy

Posted by David Sean Taylor <da...@bluesunrise.com>.
On Jul 1, 2004, at 2:16 PM, Scott T Weaver wrote:

> I actually found a REALLY painless way to do it in Eclipse.
>
> 1. Select jetspeed.groovy in fusion
> 2. ctrl+select jetspeed.groovy in J2 (so both are selected
> simultaneously)
> 3. right click either file and choose compare with > each other.
>
> You then get a standard 2 column diff screen with the added   Neat,
> bonus of being able to copy changes between the two.  Neat, huh!
>
Thanks, that is cool
I think the Compare With feature (for comparing CVS versions) uses the 
same Diff editor

--
David Sean Taylor
Bluesunrise Software
david@bluesunrise.com
[office]   +01 707 773-4646
[mobile] +01 707 529 9194



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org


Re: [FUSION] jetspeed.groovy

Posted by Scott T Weaver <sc...@binary-designs.net>.
I actually found a REALLY painless way to do it in Eclipse.  

1. Select jetspeed.groovy in fusion
2. ctrl+select jetspeed.groovy in J2 (so both are selected
simultaneously)
3. right click either file and choose compare with > each other.

You then get a standard 2 column diff screen with the added   Neat,
bonus of being able to copy changes between the two.  Neat, huh!

Took me all of a minute to resolve some major changes to the .groovy
file.

On Thu, 2004-07-01 at 17:10, David Sean Taylor wrote:
> On Jul 1, 2004, at 1:36 PM, Scott T Weaver wrote:
> 
> > Ignore this, it went out twice.  Anyway, I had to go line by line.
> >
> Yeah I know, tell me about it, I've been trying to keep this in sync 
> for months on several projects
> 
> The J1 assembly is different since there aren't as many components 
> embedded in J1 as in a full J2 assembly
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org
-- 
******************************************
*           Scott T. Weaver              *
*         <we...@apache.org>            *
*     <http://www.einnovation.com>       *   
* -------------------------------------- *
*   Apache Jetspeed Enterprise Portal    *
*     Apache Pluto Portlet Container     *
*                                        *
* OpenEditPro, Website Content Mangement *
*     <http://www.openeditpro.com>       *
******************************************


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org


Re: [FUSION] jetspeed.groovy

Posted by David Sean Taylor <da...@bluesunrise.com>.
On Jul 1, 2004, at 1:36 PM, Scott T Weaver wrote:

> Ignore this, it went out twice.  Anyway, I had to go line by line.
>
Yeah I know, tell me about it, I've been trying to keep this in sync 
for months on several projects

The J1 assembly is different since there aren't as many components 
embedded in J1 as in a full J2 assembly



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org


Re: [FUSION] jetspeed.groovy

Posted by Scott T Weaver <sc...@binary-designs.net>.
Ignore this, it went out twice.  Anyway, I had to go line by line.

On Thu, 2004-07-01 at 15:41, Scott T Weaver wrote:
> Is the jetspeed.groovy in fusion the same as the one in J2?   Or do I
> have to reconcile the differences line by line :(
-- 
******************************************
*           Scott T. Weaver              *
*         <we...@apache.org>            *
*     <http://www.einnovation.com>       *   
* -------------------------------------- *
*   Apache Jetspeed Enterprise Portal    *
*     Apache Pluto Portlet Container     *
*                                        *
* OpenEditPro, Website Content Mangement *
*     <http://www.openeditpro.com>       *
******************************************


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org