-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Having the plugin to use absolute paths is not very nice. Changing the code to use relative paths is really easy... but the question is: using relative for everything? or only when the ANT files are inside the project folder?
From experience I can see people having some common folder like C:\ANT scripts... but then also have some project structure like:
C:\Projects\ProjectA
C:\Projects\Library
C:\Projects\ANT Scripts
In the first case people would prefer absolute paths, in the second case relative paths... what would you prefer? I didn't check, but I think for example IJ uses paths where the project folder is replaced by a variable, making it work as a relative path but only when inside the project.
Metadata
Metadata
Assignees
Labels
No labels