Questions tagged [software-lifecycle]

7 questions
14
votes
1 answer

What does GA means in hibernate versions?

What does GA means in hibernate versions?
Vladimir
  • 12,753
  • 19
  • 62
  • 77
7
votes
2 answers

What does 'GA' mean for sourcecode?

What does GA stand for? Like: 1.0.0.GA - Bean Validation (JSR-303)
membersound
  • 81,582
  • 193
  • 585
  • 1,120
5
votes
3 answers

Aldon and .Net Development

I'm looking for feedback from .Net developers who have experience with Aldon as a lifecycle management platform. We're seriously considering using Aldon for lifecycle management including source control, automated builds, etc. I know there are a…
David
  • 72,686
  • 18
  • 132
  • 173
2
votes
4 answers

Test Case Design and responsibility of Testers, Developers, Customers

So it seems like a lot of people are playing the blame game around where I work, and it brings up an interesting question. Knowns: Requirements team writes requirements for product. Developers create their own unit tests according to requirements.…
1
vote
4 answers

Collaborative Software Platform

I am looking for what I could describe best as a collaborative software platform for our group (30+). We are currently using just a few svn repositories and it has grown unmanageable. Our requirements are: install-able on our own servers revision…
0
votes
1 answer

How to remove an End-User Agreement Window

I have completed my installation packages of my exe file , I am using SharpDevelop for it. My issue is : how could I remove "End-User Agreement Window" from appearing to the user. by using some scripts on SharpDevelop Project or by any other…
0
votes
3 answers

Why is the javascript if else statement only register reading last else statement?

The javascript if else statement I am using in LiveCycle is only reading the last else statement and won’t read or recognize the statements that come before it. If you can see what I am missing please help. Here is the code: if (annualUsage.rawValue…