Book a Demo

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Tom.Beran

Pages: [1]
1
General Board / Re: "Testing Report..." and rtf template
« on: April 29, 2009, 04:46:41 pm »
Is it still not possiple to change the template?

I have problem, that this document uses in RTF wrong codepage and charsets, so chars in our languange are not correct  :-[

I have to make replacements in VIM like this:
:%s/fcharset\d*/fcharset238/g
and it's quite stupid situation, to do it on every generated document  :'(

2
General Board / Re: Subversion
« on: March 27, 2009, 11:26:31 pm »
This way is correct?

DELETE FROM usys_system WHERE Property='ImportLock'
DELETE FROM usys_system WHERE Property='GAL_USER'

 :P

3
General Board / Re: Runtime Error on Data Transfer
« on: January 11, 2007, 07:13:00 am »
Quote
I'm trying to transfer EAP to DBMS but I get an error when it gets to t_document table, and the EA needs to be closed with no information about, just show me a Runtime Error.

Has anyone had the same problem?


Yes.

1. make empty EAP file.

2. transfer your old EAP into the new EAP using project transfer EAP -> EAP.

3. transfer the new EAP into DBMS


Good luck!  ;D

4
General Board / Re: Project with CVS - best deployment solution?
« on: January 11, 2007, 12:01:12 am »
Thanks to Honza and Peter for their suggestions.

When i have project in DBMS, i can

a) access it from home through VPN
b) export it to EAP file using "project transfer", and take it offline

I dont have good feeling  about data files shared over network, there is still posibility of corruption of this file ... ???

 I's there a possibility to automaticly propagate the changes maked in exported EAP file back into DMBS project?
I'm not  thinking about changig packages - this is OK, the work makes CVS for me, i'm thinking about adding new packages.

5
General Board / Re: Project with CVS - best deployment solution?
« on: January 10, 2007, 07:02:07 am »
Quote
Finally I decided to set-up the project as I described it in discussion. We have central EAP file accessible over our local area network. This is the place where we make changes when we are online.


We are starting team development with EA in our comapny. We have Corporate edition.We use CVS for version control. Is better solution to save project in DMBS or to save it in MS-ACCESS files (EAP) shared over LAN?

Because we use CVS, and because all packages are under CVS control, then only job for EA project (EAP file or project saved to DBMS) is to keep project tree, project settings and discusion forum ... all other other job do for us CVS through check-in and check-out of XMI files.  Is my  thought true?


6
General Board / Re: How do you check out a package via CVS in EA
« on: January 10, 2007, 11:48:49 pm »
Quote

can someone please provide instructions on checking out a package located within an EA project?

 ???


Instructions which you need ...
http://sparxsystems.com.au/WhitePapers/Version_Control.pdf

7
Bugs and Issues / Re: NUnit/UseCase Test Results
« on: November 14, 2008, 12:55:43 am »
There is probably problem with testing methods, which test class inherits from parent class. I have some common test cases, which are implemented in parent test clas - this methotds test object persistency in database (savin, editing, deleting) ... this inherited test methods are not imported by EA from NUnit output and probably this inherited methods make problems to parse testing Results back into EA  :-[

8
Bugs and Issues / Re: NUnit/UseCase Test Results
« on: November 13, 2008, 01:21:34 am »
I'm using NUnit version 2.4.8 and EA 7.1.833.

EA doesn't import results from NUnit. I have setted "build script" for testing correctly (checked "Capture output" and "Output parser -> NUnit" ), it imported testacses correctly,
When i run tests, i see the output from NUnit in EA's "Output window":
Code: [Select]
NUnit version 2.4.8      
Copyright (C) 2002-2007 Charlie Poole.      
Copyright (C) 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov.      
Copyright (C) 2000-2002 Philip Craig.      
All Rights Reserved.      
      
Runtime Environment -       
   OS Version: Microsoft Windows NT 5.1.2600 Service Pack 3      
  CLR Version: 2.0.50727.3053 ( Net 2.0.50727.3053 )      
      
.N.      
N.N.      
.N.      
.N.      
.      
.N.N.N.      
.N.N.N.N.      
.N..N.      
.      
...N.N....      
.N.N.N.      
.N.N.      
.      
.      
.N.N.      
.N.      
.      
...      
.F.N.N.      
.N.N.N.      
.N..N.N.N.N.N.N.N.N.N.N.N.N.N.N.N.      
N.N.N.N.N.N.N.N.N.N.N.N.N.N.      
.N.N.N.N.N.N.N.N.N.N      
..      
..      
Tests run: 34, Failures: 1, Not run: 69, Time: 7.484 seconds      
      
Test Case Failures:      
.... etc ...

But in "Testing" or "Testing details" is filled just "Run by" and "Date run"  but there is no "Status" and Results are empty.

 This fields are corectly filled just in the first test case item in the list "Testing detail", all other rows have this fields empty ...

Can anybody help me? Where could be problem?  :-X

9
Bugs and Issues / Re: [EA 7.1 827] Font rendering in class diagram
« on: April 25, 2008, 04:54:27 pm »
Vote for possibility to switch off.

(probably this is not bug but feature, they call it "Improved quality of text output on diagrams." ... see Summary of features for Enterprise Architect 7.1 (Build 827)

If i want antialiassed fonts, i can swicth on ClearType in Windows (http://www.microsoft.com/typography/cleartype/tuner/Step1.aspx), so why this feature in EA ?

Pages: [1]