Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-dev] Re: pde-dev Digest, Vol 34, Issue 8

 
Hi Vrushali,

You can access the non java folders or resources, by declaring those folders in a separate xml files which should be present inside your runtime workspace.
If ur not using runtime workspace, u declare that folder name in ur plug-in.xml file i think, please confirm it.

But the earlier option is sure shot one.

Regards,
Vipin.

On Fri, 25 Jan 2008 pde-dev-request@xxxxxxxxxxx wrote :
>Send pde-dev mailing list submissions to
>      pde-dev@xxxxxxxxxxx
>
>To subscribe or unsubscribe via the World Wide Web, visit
>      https://dev.eclipse.org/mailman/listinfo/pde-dev
>or, via email, send a message with subject or body 'help' to
>      pde-dev-request@xxxxxxxxxxx
>
>You can reach the person managing the list at
>      pde-dev-owner@xxxxxxxxxxx
>
>When replying, please edit your Subject line so it is more specific
>than "Re: Contents of pde-dev digest..."
>
>
>Today's Topics:
>
>    1. Movin' on (Jeff McAffer)
>    2. accessing non java resources through java (vrushali babar)
>    3. accessing non java resources through java
>      (Babar, Vrushali Shrikant (Vrushali) **CTR**)
>    4. Re: accessing non java resources through java
>      (Jacek.Pospychala@xxxxxxxxxxxxxxxx)
>
>
>----------------------------------------------------------------------
>
>Message: 1
>Date: Thu, 24 Jan 2008 15:00:06 -0500
> From: Jeff McAffer <jeff@xxxxxxxxx>
>Subject: [pde-dev] Movin' on
>To: equinox-dev@xxxxxxxxxxx, eclipse-dev@xxxxxxxxxxx,
>      pde-dev@xxxxxxxxxxx, orbit-dev@xxxxxxxxxxx
>Message-ID: <4798EE46.7060902@xxxxxxxxx>
>Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
>In case you do not read my blog or PlanetEclipse...
>    http://dev.eclipse.org/blogs/jeff/2008/01/24/movin-on-well-sorta/
>
>One thing to add the message is my new coordinates.  My new email
>address is <first name> at code9.com (the source of this message).
>
>Note also that my bugzilla id will change as well.  Though not finalized
>yet, it will likely be jeff-bugs@xxxxxxxxx.
>
>See ya around.
>
>Jeff
>
>
>
>------------------------------
>
>Message: 2
>Date: Thu, 24 Jan 2008 22:04:45 -0800 (PST)
> From: vrushali babar <vrush_com@xxxxxxxxx>
>Subject: [pde-dev] accessing non java resources through java
>To: pde <pde-dev@xxxxxxxxxxx>
>Message-ID: <971139.26617.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
>Content-Type: text/plain; charset="iso-8859-1"
>
>Hi,
>
>  i'm developing a plugin in which i require to access non java resources like
>  normal folders which are not a part of java(other than src,bin and jar).
>  is there any way to handle this?
>
>  please direct.
>
>  Thanks,
>  Vrushali.
>
>
>---------------------------------
>Be a better friend, newshound, and know-it-all with Yahoo! Mobile.  Try it now.
>-------------- next part --------------
>An HTML attachment was scrubbed...
>URL: https://dev.eclipse.org/mailman/listinfo/pde-dev/attachments/20080125/a4286bc4/attachment.html
>
>------------------------------
>
>Message: 3
>Date: Fri, 25 Jan 2008 14:24:44 +0800
> From: "Babar, Vrushali Shrikant (Vrushali) **CTR**"
>      <vsbabar@xxxxxxxxx>
>Subject: [pde-dev] accessing non java resources through java
>To: <pde-dev@xxxxxxxxxxx>
>Message-ID:
>      <28530E274F611641AC4195D2CF95BA5A4DDC36@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
>Content-Type: text/plain; charset="us-ascii"
>
>Hi,
>
>I'm developing a plugin in which i require to access non java resources
>like normal folders(other than  src,bin & jar),which are not mentioned
>in .project or
>.classfile .
>Is there any way to handle it?
>Please direct.Thanks in advance.
>
>Thanks,
>Vrushali.
>-------------- next part --------------
>An HTML attachment was scrubbed...
>URL: https://dev.eclipse.org/mailman/listinfo/pde-dev/attachments/20080125/61cf9505/attachment.html
>
>------------------------------
>
>Message: 4
>Date: Fri, 25 Jan 2008 08:42:17 +0100 (CET)
> From: Jacek.Pospychala@xxxxxxxxxxxxxxxx
>Subject: Re: [pde-dev] accessing non java resources through java
>To: "Eclipse PDE general developers list." <pde-dev@xxxxxxxxxxx>
>Message-ID:
>      <63475.150.254.6.130.1201246937.squirrel@xxxxxxxxxxxxxxxxxxxx>
>Content-Type: text/plain;charset=iso-8859-2
>
> > Hi,
> >
> > I'm developing a plugin in which i require to access non java resources
> > like normal folders(other than  src,bin & jar),which are not mentioned
> > in .project or
> > .classfile .
> > Is there any way to handle it?
> > Please direct.Thanks in advance.
>
>Hi,
>do you mean you'd like your plug-in to access files from whole user
>filesystem?
>You may do it exactly the same as in normal Java applications. However,
>you will not have such functionality as resources in workspace have, like
>file change notifications, builders, etc.
>For more details of resources and workspace benefits see
>http://wiki.eclipse.org/index.php/The_Official_Eclipse_FAQs#Workspace_and_Resources_API
>
>If you need this functionality anyway, there is work going on hidden
>resources. See
>http://wiki.eclipse.org/Resource_Deltas_for_External_Folders
>
>
>
>
>
>
>------------------------------
>
>_______________________________________________
>pde-dev mailing list
>pde-dev@xxxxxxxxxxx
>https://dev.eclipse.org/mailman/listinfo/pde-dev
>
>
>End of pde-dev Digest, Vol 34, Issue 8
>**************************************



Simply Marry

Back to the top