You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by "Vincent Massol (JIRA)" <ca...@jakarta.apache.org> on 2005/01/28 08:32:21 UTC

[jira] Created: (CACTUS-170) Modify the Eclipse plugin to use the latest Ant integration.

Modify the Eclipse plugin to use the latest Ant integration.
------------------------------------------------------------

         Key: CACTUS-170
         URL: http://issues.apache.org/jira/browse/CACTUS-170
     Project: Cactus
        Type: Task
  Components: Eclipse Integration  
    Versions: 1.7    
    Reporter: Vincent Massol




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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


[jira] Commented: (CACTUS-170) Modify the Eclipse plugin to use the latest Ant integration.

Posted by "Vincent Massol (JIRA)" <ca...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/CACTUS-170?page=comments#action_65401 ]
     
Vincent Massol commented on CACTUS-170:
---------------------------------------

Hi Garfield,

I've just looked at your patch and I don't understand what's its relationship with this issue? This issue is about modifying the Eclipse plugin so that it uses the Ant integration code from jakarta-cactus/integration/ant...

Thanks
-Vincent

> Modify the Eclipse plugin to use the latest Ant integration.
> ------------------------------------------------------------
>
>          Key: CACTUS-170
>          URL: http://issues.apache.org/jira/browse/CACTUS-170
>      Project: Cactus
>         Type: Task
>   Components: Eclipse Integration
>     Versions: 1.7
>     Reporter: Vincent Massol
>  Attachments: AntContainerManager.java, antIntgrationPatch3.0
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Commented: (CACTUS-170) Modify the Eclipse plugin to use the latest Ant integration.

Posted by "Vincent Massol (JIRA)" <ca...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/CACTUS-170?page=comments#action_60260 ]
     
Vincent Massol commented on CACTUS-170:
---------------------------------------

Thanks a lot Nicolas but:

1/ I think your patch is not related to this issue... Would you mind creating a new issue and attaching your patch there?
2/ Could you please attach a real patch (i.e. in diff -u format) against CVS HEAD?

Thanks a lot for your patch.

> Modify the Eclipse plugin to use the latest Ant integration.
> ------------------------------------------------------------
>
>          Key: CACTUS-170
>          URL: http://issues.apache.org/jira/browse/CACTUS-170
>      Project: Cactus
>         Type: Task
>   Components: Eclipse Integration
>     Versions: 1.7
>     Reporter: Vincent Massol
>  Attachments: AntContainerManager.java
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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


[jira] Commented: (CACTUS-170) Modify the Eclipse plugin to use the latest Ant integration.

Posted by "Garfield Heron (JIRA)" <ca...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/CACTUS-170?page=comments#action_65545 ]
     
Garfield Heron commented on CACTUS-170:
---------------------------------------

I got lazy and I was looking for the closest fit.  Is there a JIRA for this issue?  If so, direct me to it?  If not, please direct as to how to proceed, i.e. do you create the issue of do I create the issue.

Cheers
-Garfield

> Modify the Eclipse plugin to use the latest Ant integration.
> ------------------------------------------------------------
>
>          Key: CACTUS-170
>          URL: http://issues.apache.org/jira/browse/CACTUS-170
>      Project: Cactus
>         Type: Task
>   Components: Eclipse Integration
>     Versions: 1.7
>     Reporter: Vincent Massol
>  Attachments: AntContainerManager.java, antIntgrationPatch3.0
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Updated: (CACTUS-170) Modify the Eclipse plugin to use the latest Ant integration.

Posted by "Nicolas Karageuzian (JIRA)" <ca...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/CACTUS-170?page=history ]

Nicolas Karageuzian updated CACTUS-170:
---------------------------------------

    Attachment: AntContainerManager.java

AntContainerManager running in eclipse 3.0
replace the existing class with this one and plugin should work in latest Eclipse platform 3.0

> Modify the Eclipse plugin to use the latest Ant integration.
> ------------------------------------------------------------
>
>          Key: CACTUS-170
>          URL: http://issues.apache.org/jira/browse/CACTUS-170
>      Project: Cactus
>         Type: Task
>   Components: Eclipse Integration
>     Versions: 1.7
>     Reporter: Vincent Massol
>  Attachments: AntContainerManager.java
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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


[jira] Commented: (CACTUS-170) Modify the Eclipse plugin to use the latest Ant integration.

Posted by "Garfield Heron (JIRA)" <ca...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/CACTUS-170?page=comments#action_65603 ]
     
Garfield Heron commented on CACTUS-170:
---------------------------------------

Here is what I'm responding to:

> -----Original Message-----
> From: Garfield-Heron [mailto:GHeron@OfficeDepot.com]
> Sent: jeudi 5 mai 2005 21:00
> To: Cactus Users List
> Cc: Siu-Cheung.Chan@Empireblue.com
> Subject: RE: Cactus & Eclipse Plug-in issue
> 
> I fixed the plug-in to work with the 3.x but got frustrated in trying to
> check in the changes.
> I will try again when I get the time to resurrect that piece of code.

Thanks Garfield, that would be very cool. Have you also modified it to use
the Ant integration code (it was using very old Ant build scripts)?

Thanks
-Vincent

> Modify the Eclipse plugin to use the latest Ant integration.
> ------------------------------------------------------------
>
>          Key: CACTUS-170
>          URL: http://issues.apache.org/jira/browse/CACTUS-170
>      Project: Cactus
>         Type: Task
>   Components: Eclipse Integration
>     Versions: 1.7
>     Reporter: Vincent Massol
>  Attachments: AntContainerManager.java, antIntgrationPatch3.0
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Updated: (CACTUS-170) Modify the Eclipse plugin to use the latest Ant integration.

Posted by "Garfield Heron (JIRA)" <ca...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/CACTUS-170?page=all ]

Garfield Heron updated CACTUS-170:
----------------------------------

    Attachment: antIntgrationPatch3.0

Vincent here is the patch that I indicated would make cactus run on eclipse 3.0.
I have some reservations about the IExternalToolConstants interface. If you would,  please direct me to the interface documentation.


> Modify the Eclipse plugin to use the latest Ant integration.
> ------------------------------------------------------------
>
>          Key: CACTUS-170
>          URL: http://issues.apache.org/jira/browse/CACTUS-170
>      Project: Cactus
>         Type: Task
>   Components: Eclipse Integration
>     Versions: 1.7
>     Reporter: Vincent Massol
>  Attachments: AntContainerManager.java, antIntgrationPatch3.0
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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