Hi
There are two methods you can use. You can define the project to be in the location where the scripts are.
- Select a New Perl Project. Name it
- Uncheck "Project Contents -- Use Default".
- Browse to the location where your scripts are. Create the project there.
Your scripts should be available by default in the new project. The only downside is that Eclipse will leave a '.project' file in the folder where the scripts are.
The second method is to create a folder link from the existing project in your workspace to folder locations.
- Highlight your project in the Navigator View
- Right-click, select New -> Folder
- Name the folder
- Click the "Advanced >>>" button
- Check the "Link to Folder in the file system" check box.
- Browse to the folder where your scripts are.
This is under Eclipse 3.0, EPIC 0.3.10
- j | [reply] |
If you go into the new file dialog, and hit the "Advanced..." button, there is an option called "Link to file in the file system". That will let you have the changes effect a file somewhere other than the Eclipse workspace. I wasn't sure if that was what you were asking, but if it is, that should work.
Sorry to repeat, jimbojones replied while I was typing. | [reply] |
No need to be sorry. Getting the same advice from multiple people helps demonstrate that it's a common solution, which is useful to know.
| [reply] |