由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - Which/what Java tools are appropriate?
相关主题
JBUILDER 5 NEW FEATURESHow about Swing?
11款用于优化、分析源代码的Java工具spring Annotation based configuration
问个关于Maven和在Jetty上跑web service test的问题Weblogic的CVS问题
maven还是别的?关于建立一个web app project的模板JVM crashes on Linux
JAVA问题求教上周,一印度女被fire了
【请教】怎么往一个applet里面填字符串?没法用Re: netbeans 4.0 is very good
spring framework不open source 了?Argh, maven sucks
yourkit license请问netbeans跑java project中makefile的问题(包子答谢)
相关话题的讨论汇总
话题: java话题: tools话题: source话题: vss
进入Java版参与讨论
1 (共1页)
g**********y
发帖数: 14569
1
I am building a web-based product control system for our company.
Source code is stored in Visual SourceSafe. A bug tracking system (MS SQL
Server) stored bug ID.
My project is to build a web interface, so users can select Java source code
from VSS to a project, build it and obfuscate, then associate it with bug ID.
The tools come up to my mind is:
Ant -- can be used for build
Maven -- I didn't use it. Don't know whether it is appropriate
ClearCase -- never use it, is it configurable to do the j
m******t
发帖数: 2416
2
Have you looked at Cruise Control or AntHill?

.
above?

【在 g**********y 的大作中提到】
: I am building a web-based product control system for our company.
: Source code is stored in Visual SourceSafe. A bug tracking system (MS SQL
: Server) stored bug ID.
: My project is to build a web interface, so users can select Java source code
: from VSS to a project, build it and obfuscate, then associate it with bug ID.
: The tools come up to my mind is:
: Ant -- can be used for build
: Maven -- I didn't use it. Don't know whether it is appropriate
: ClearCase -- never use it, is it configurable to do the j

g*****g
发帖数: 34805
3
ClearCase is like your VSS, only much better. Rational has
integrated ClearCase, ClearQuest, Test Manager, have all
the functionality you want here. They have a ClearQuest Web too,
don't know if it's released.

.
above?

【在 g**********y 的大作中提到】
: I am building a web-based product control system for our company.
: Source code is stored in Visual SourceSafe. A bug tracking system (MS SQL
: Server) stored bug ID.
: My project is to build a web interface, so users can select Java source code
: from VSS to a project, build it and obfuscate, then associate it with bug ID.
: The tools come up to my mind is:
: Ant -- can be used for build
: Maven -- I didn't use it. Don't know whether it is appropriate
: ClearCase -- never use it, is it configurable to do the j

g**********y
发帖数: 14569
4
Thanks for pointing that out, I will check it.

【在 m******t 的大作中提到】
: Have you looked at Cruise Control or AntHill?
:
: .
: above?

g**********y
发帖数: 14569
5
As to my imagination, I believe Rational or other company will have product
for any part of development cycle. But the problem is: our development data is
stored in SQL Server, obfuscating algorithm is proprietary, source code is
already in VSS. And I am not the boss to say: let's convert them to integrated
environment :-(
Most important of all, any product, if it is not open source, always difficult
to customize. Yet our company needs it customizable.

【在 g*****g 的大作中提到】
: ClearCase is like your VSS, only much better. Rational has
: integrated ClearCase, ClearQuest, Test Manager, have all
: the functionality you want here. They have a ClearQuest Web too,
: don't know if it's released.
:
: .
: above?

1 (共1页)
进入Java版参与讨论
相关主题
请问netbeans跑java project中makefile的问题(包子答谢)JAVA问题求教
重新拣起C++....【请教】怎么往一个applet里面填字符串?
有谁来给比较下 netbeans 和 myeclipse?spring framework不open source 了?
请教高手如何用JUnit模拟真实的Servlet容器 (e.g. Jboss里的tomcat), 具体需求请进yourkit license
JBUILDER 5 NEW FEATURESHow about Swing?
11款用于优化、分析源代码的Java工具spring Annotation based configuration
问个关于Maven和在Jetty上跑web service test的问题Weblogic的CVS问题
maven还是别的?关于建立一个web app project的模板JVM crashes on Linux
相关话题的讨论汇总
话题: java话题: tools话题: source话题: vss