|
I have a file. It already exists on the disk and is added to the project by the function "Add file to Project (Shift + F11)" called from Delphi toolbar. However, it is not added to Athlant Manager. Why?
A: Unfortunately, we can not fix this, because it is a bug of Delphi ToolsAPI. The problems occurs because notification on ofnFileOpening is called but the module is not created in the project numerator.
|
|
We are planning to do integration with Perforce. Can you make the IDE lock files automatically when they are checked out? This is to force the developers to lock files at all times.
A: This depends only on Perforce SCC Plug-in options. Go to main Athant menu -> Options, choose the "Source Control Provider" tab, select "Perforce SCM" in the provider list and press "Provider Options" button. You will see the options of Perforce SCC Plug-in. Turn on "Lock files on Checkout" checkbox.
|
|
Can I add my *.dpk file to a storage?
A: Yes, you can, but this dpk-file should be a member of a common project group.
|
|
If you add files to CVS without setting their binary format they become corrupt. Should I set them as text ones?
A:First this concerns only CVS as most of other systems easily determine file types. And secondly if you activate the option "Show advanced dialogs", you will be able to set the file type (Auto, Binary, Text) manually on adding it. The example of the dialog see in "Adding to and removing files from the storage" of Athlant User's Guide.
|
|
How to test and find SCC API providers?
A: You can download the tool ProviderTest from our site. Start it and see a list of providers installed in your system.
|
|
What does the command "Get file name" in Code Editor?
A: The full command name is "Get the latest file version". So the command asks the latest file version from the server and places it to the local dick. But this does not enable you to edit it, it is just the synchronization of files. To make the file editable use the command "Check In".
|
|
In WinCVS1.3 there is a button "Edit". You press it and edit a file. Does Athlant have its analogues?
A: The analogue is - "Check Out". The file is asked for editing and is no more read-only.
|
|
I downloaded Athlant MM, unzipped it and found *only*: AthlantMM7.dll, FILE_ID.DIZ, Licence.rus, LICENCE.TXT, README.TXT. So... How can I install the tool?
A: Just copy them to "..\ModelMaker\Experts\" directory and restart ModelMaker. We will create the automatic installation package for Athlant MM soon.
|
|
I'm using dynamic views in ClearCase and Athalant says that it is not connected to ClearCase. It was working fine and still is in Windows Explorer but not in Delphi.
A: You should open your project from Dynamic View in Delphi IDE and then call "Connect to storage...".
|
|
I have Delphi 7 and Perforce (2002.1 35186) locally installed on my machine. But when I run the SCC ProviderTest utility it cannot detect that Perforce has been installed...
Q: I have Delphi 7 and Perforce (2002.1 35186) locally installed on my machine. But when I run the SCC ProviderTest utility it cannot detect that Perforce has been installed. Of course I can use Perforce outside Delphi but within the IDE and using the Athlant menu it fails.
A: I think it is necessary reinstall Perforce and check if SCC interface has been installed. I'm not sure that Perforce has a separate module for installation SCC-provider only. Try to re-install and look for "integration tool", "SCC integration" or something like this during the installation process.
|