RE: Adding multiple files to a project
"Vo, Anh \(US SSA\)" <[email protected]> Mon, 15 Jan 2007 09:09:10 -0800
| Newsgroups | gmane.comp.ide.gps.user |
|---|---|
| Message-ID | <E473CA319B6D514981A06AE6742A1FD82B0671@GLDMS10607.goldlnk.rootlnka.net> |
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: Monday, January 15, 2007 7:58 AM To: [email protected] Subject: [gps-users] Adding multiple files to a project << Hi, I'm using GPS Pro 3.1.0 and I'm having some difficulty adding multiple files to my project. I have a folder with 50 or so files (Ada files: *.adb & *.ads) and I need to add them all to my project file. When I point to this folder in the project properties as a "Source Dir", GPS only pulls in 2 of the files. It seems like it can not identify the rest of my files as Ada files! Does anyone know how I can add these files at once? Adding over 50 files one-by-one is not much fun! >> I never have this kind of problem. Just make sure you reload the project using Project->Reload Project after adding new source directory. Adding files one-by-one to a project is not possible because GPS implements directory source base, not file base like other IDEs, unless I am way of the mark. AV