Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [eclipse-dev] Sharable tasks

Title: הודעה
Some time ago I started developing a plugin that could export
the tasks to a file in the workspace. You can download it's alpha version
from http://lunar-eclipse.sf.net/. I don't believe this is the good solution
for sharing tasks, but it can help you until sharable tasks are implemented.
 
Genady
 
-----Original Message-----
From: eclipse-dev-admin@xxxxxxxxxxx [mailto:eclipse-dev-admin@xxxxxxxxxxx] On Behalf Of John Arthorne
Sent: Monday, April 14, 2003 4:52 PM
To: eclipse-dev@xxxxxxxxxxx
Subject: Re: [eclipse-dev] Sharable tasks


The right place for feature requests is bugzilla, or you can start a discussion on the newsgroup.  In this case, several feature requests already exist:

http://bugs.eclipse.org/bugs/show_bug.cgi?id=21407
http://bugs.eclipse.org/bugs/show_bug.cgi?id=21411
http://bugs.eclipse.org/bugs/show_bug.cgi?id=26809
--




Gabriele Garuglieri <gabriele.garuglieri@xxxxxxxxxx>
Sent by: eclipse-dev-admin@xxxxxxxxxxx

04/14/2003 03:37 AM
Please respond to eclipse-dev

       
        To:        eclipse-dev@xxxxxxxxxxx
        cc:        
        Subject:        [eclipse-dev] Sharable tasks



Hi all,
don't know what is the best mailing list to ask for this, so please
direct me to the right place if this does not belongs here.

Would it be possible to make user defined tasks, those not automatically
generated via TODO or FIXME or other tags inside java sources, sharable
to other people working on the same project?

What i'm thinking about is a sort of "export/import" function to allow
exporting selected task to an xml file that can be imported by others.

Or best, having a task creation attribute like "sharable" that, when
select, writes the task definition, instead of the usual .markers file,
in an XML file (or in the .project file itself?), automatically
recognized by eclipse, that can be imported in CVS to become part of the
shared project.

This would be useful for propagating to others info on ongoing tasks on
resources not managed by java compiler, or generic tasks not belonging
to a specific resource.

Regards, Gabriele

_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/eclipse-dev



Back to the top