Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import of existing configuration files #12

Closed
anb0s opened this issue Apr 10, 2015 · 5 comments
Closed

Import of existing configuration files #12

anb0s opened this issue Apr 10, 2015 · 5 comments

Comments

@anb0s
Copy link
Owner

anb0s commented Apr 10, 2015

Original Savannah ticket 470 reported by None on Mon Mar 14 06:26:44 2005.

I did not see any where that existing files could be imported so I created a new one according to the eclox manual and then copied my old configuration on top of it.
What is the correct way to do the import.

@anb0s
Copy link
Owner Author

anb0s commented Apr 10, 2015

Comment by gbrocker on Mon Mar 14 08:22:27 2005

This feature has not been implemented yet. I will push your request to the TODO list :)

@anb0s
Copy link
Owner Author

anb0s commented Apr 10, 2015

Comment by ronatartifact on Mon Mar 14 14:36:12 2005

Did I lose anything by doing this?
It seems to work except for artifact #471 which was not the end of the world.

@anb0s
Copy link
Owner Author

anb0s commented Apr 10, 2015

Comment by gbrocker on Mon Mar 14 14:45:57 2005

Except for artifect #471, you did not loose anything.

Another way to import an existing doxyfile is to use the "import file" feature of eclipse. Once the file imported into the project of your choice, add ".doxyfile" extension and you are done !

In the future, I hope that eclox will provide an import feature that will check that each tag imported is still supported by the Doxygen released installed in the system.

@anb0s
Copy link
Owner Author

anb0s commented Nov 1, 2016

see #1 too

@anb0s
Copy link
Owner Author

anb0s commented Nov 1, 2016

The Eclipse import or drag and drop of external file are supported now, see #15

@anb0s anb0s closed this as completed Nov 1, 2016
@anb0s anb0s added this to the 0.11.0 milestone Nov 1, 2016
anb0s added a commit that referenced this issue Nov 6, 2016
new fixed issues in this build:
- [x] #167 Scrollbar missing for Input Directories in Graphical Editor

fixed issues with previous build(s):
- [x] [v0.11.0] testing of build 0.11.0.v20161101-1923
  - [x] #11 muliple Doxyfiles - editing
  - [x] #12 Import of existing configuration files
  - [x] #15 Add ability to use Doxyfile not in project scope
  - [x] #68 open a file that is not a resource in eclipse
  - [x] #75 relative or project-based path to doxygen.exe
  - [x] #86 environment variables needed for some doxyfiles
  - [x] #87 working directory not configurable
  - [x] #114 Improvement static declaration of plugin relative
identifier
  - [x] #144 Tell more about the directory where eclox is stared
  - [x] #161 migrate to GitHub
  - [x] #163 Unable to use GraphViz
  - [x] #164 Unable to create the selected preference page.
eclox/core/ui/PreferencePage : Unsupported major.minor version 52.0
  - [x] #165 new GitHub update site shows only one version "Eclox
0.10.2.201508272130"
  - [x] #170 Graphviz and PlantUML on Windows

Signed-off-by: Andre Bossert <anb0s@anbos.de>
anb0s added a commit that referenced this issue Nov 6, 2016
new fixed issues in this build:
- [x] #167 Scrollbar missing for Input Directories in Graphical Editor

fixed issues with previous build(s):
- [x] [v0.11.0] testing of build 0.11.0.v20161101-1923
  - [x] #11 muliple Doxyfiles - editing
  - [x] #12 Import of existing configuration files
  - [x] #15 Add ability to use Doxyfile not in project scope
  - [x] #68 open a file that is not a resource in eclipse
  - [x] #75 relative or project-based path to doxygen.exe
  - [x] #86 environment variables needed for some doxyfiles
  - [x] #87 working directory not configurable
  - [x] #114 Improvement static declaration of plugin relative
identifier
  - [x] #144 Tell more about the directory where eclox is stared
  - [x] #161 migrate to GitHub
  - [x] #163 Unable to use GraphViz
  - [x] #164 Unable to create the selected preference page.
eclox/core/ui/PreferencePage : Unsupported major.minor version 52.0
  - [x] #165 new GitHub update site shows only one version "Eclox
0.10.2.201508272130"
  - [x] #170 Graphviz and PlantUML on Windows

Signed-off-by: Andre Bossert <anb0s@anbos.de>
anb0s added a commit that referenced this issue Feb 26, 2017
Main changes:
- migrate to GitHub #161
- support configurable working directory #87
- support relative or project-based path to doxygen.exe #75
- open a file that is not a resource in eclipse #15, #68
- support resources in linked folders #176 **Thanks to Corderbollie**
- scrollbar for input directories in graphical editor #167 
- sorting column in advanced tab #171 
- add update site with bundled Doxygen executables #182
- updated project structure and build process
- added composite site to support testing and release update streams

All fixed issues:
- #11 muliple Doxyfiles - editing
- #12 Import of existing configuration files
- #15 Add ability to use Doxyfile not in project scope
- #68 open a file that is not a resource in eclipse
- #75 relative or project-based path to doxygen.exe
- #86 environment variables needed for some doxyfiles
- #87 working directory not configurable
- #114 Improvement static declaration of plugin relative identifier
- #144 Tell more about the directory where eclox is stared
- #161 migrate to GitHub
- #162 prepare release 0.11.0
- #163 Unable to use GraphViz
- #164 Unable to create the selected preference page.
eclox/core/ui/PreferencePage : Unsupported major.minor version 52.0
- #165 new GitHub update site shows only one version "Eclox
0.10.2.201508272130"
- #167 Scrollbar missing for Input Directories in Graphical Editor
- #170 Graphviz and PlantUML on Windows
- #171 Sorting column in Advanced tab
- #173 [v0.11] invalid custom doxygen identifier found
- #174 [v0.11] endRule without matching beginRule
- #175 java.lang.IllegalArgumentException: endRule without matching
beginRule
- #178 No groups on advanced tab
- #176 Support resources in linked folders
- #182 [v0.11] add update site with bundled Doxygen executables

Known issues:
- #166 freeze of build with Grep Console installed --> **related to
other plugin, please apply the described workaround**

Signed-off-by: Andre Bossert <anb0s@anbos.de>
anb0s added a commit that referenced this issue Feb 26, 2017
Main changes:
- migrate to GitHub #161
- support configurable working directory #87
- support relative or project-based path to doxygen.exe #75
- open a file that is not a resource in eclipse #15, #68
- support resources in linked folders #176 **Thanks to Corderbollie**
- scrollbar for input directories in graphical editor #167 
- sorting column in advanced tab #171 
- add update site with bundled Doxygen executables #182
- updated project structure and build process
- added composite site to support testing and release update streams

All fixed issues:
- #11 muliple Doxyfiles - editing
- #12 Import of existing configuration files
- #15 Add ability to use Doxyfile not in project scope
- #68 open a file that is not a resource in eclipse
- #75 relative or project-based path to doxygen.exe
- #86 environment variables needed for some doxyfiles
- #87 working directory not configurable
- #114 Improvement static declaration of plugin relative identifier
- #144 Tell more about the directory where eclox is stared
- #161 migrate to GitHub
- #162 prepare release 0.11.0
- #163 Unable to use GraphViz
- #164 Unable to create the selected preference page.
eclox/core/ui/PreferencePage : Unsupported major.minor version 52.0
- #165 new GitHub update site shows only one version "Eclox
0.10.2.201508272130"
- #167 Scrollbar missing for Input Directories in Graphical Editor
- #170 Graphviz and PlantUML on Windows
- #171 Sorting column in Advanced tab
- #173 [v0.11] invalid custom doxygen identifier found
- #174 [v0.11] endRule without matching beginRule
- #175 java.lang.IllegalArgumentException: endRule without matching
beginRule
- #178 No groups on advanced tab
- #176 Support resources in linked folders
- #182 [v0.11] add update site with bundled Doxygen executables

Known issues:
- #166 freeze of build with Grep Console installed --> **related to
other plugin, please apply the described workaround**

Signed-off-by: Andre Bossert <anb0s@anbos.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant