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 - dml

Pages: [1]
1
Suggestions and Requests / one-line javadoc comments not imported
« on: November 17, 2003, 10:42:34 am »
When reverse engineering ea classes from code,
javadoc comments like this

 /**
  * my comment
  */

get sucked into the notes section of the class,
but comments like this

 /** my comment */

do not.   :(

I can use a formatting tool like jalopy to make
all my comments multi-line if necessary,
but I'd prefer to use single line comments if possible.

Would you consider adding this feature in the future?

thanks

Derek


2
General Board / Re: scc providers for version control
« on: April 28, 2004, 12:26:45 pm »
sadly, neither igloo distribution works--the installer is 404 and the zip is corrupt.

but it looks like just the contents of the install.bat and switchToSourceSafe scripts might contain what I need to register SCC providers--if I could only get them.

3
General Board / Re: scc providers for version control
« on: April 27, 2004, 03:25:57 pm »
forgot to mention that I'm running
- EA v3.6 and v4.0 (tried both, same behavior)
- windows XP pro (the registry setting mentioned above doesn't exist in my registry)

4
General Board / scc providers for version control
« on: April 27, 2004, 03:11:08 pm »
I'm trying to put a project under VSS control for team
development. When I try to follow the instructions  
in the manual, I fail on the step where I must select an SCC
provider. The window that is supposed to contain the list
of available providers is empty.

On a previous thread on this board, it was mentioned that
the list is based on a registry setting that should contain
information about all SCC-enabled products installed on the
machine. I have both VSS and Tortoise (SCC-enhanced CVS)
installed, but neither appear in the list.

Does anyone have a suggestion for a means to kick-start
version control and make EA aware of these applications?

It'd be nice if EA could provide a more transparent interface
that would allow you to manually add providers to EA's list
of known SCC providers.


tia

d

Pages: [1]