-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
StarTeam v16 #62
Comments
Sorry for the long delay but here is a question for you. I have never come across the v16 starteam SDK, does it contains a similar file to |
Hello, I'm currently using SDK v15 and it has starteam110.bridgeTo.starteam150.jar. Do you think I can use your migrator with v15. Sorry but we dont have any java developers to work on this, we are strictly .net. Thanks. |
Hello, Yes it shall be sufficient to have this jar in the classpath to execute the conversion. Here is an example on how the command line should present to you to launch the main class.
Make sure the paths are all set correctly for each jarfile. Have a good day. |
Thanks for the response. I updated my classpath to all of the jar files except syncronizer.jar because I don't know where it is located. When running the above command I get the following: C:\windows\system32>java -cp jargs.jar:starteam150.jar:starteam110.bridgeTo.star |
Yeah the most critical of all jar files is actually |
I'm still having problems building from source. I discovered your tool won't work with Jdk9. Now that I've downgraded to jdk8 I'm getting the following errors: Thanks. |
@millerdt2 looks like your are missing jargs from your classpath. Available in jar from maven central at: https://search.maven.org/remotecontent?filepath=com/talanlabs/jargs/1.0.0/jargs-1.0.0.jar |
Thanks, i was able to build from source. I now have fake-starteam.jar and syncronizer.jar and I've added them to the classpath. However, I'm still getting the following error: |
@millerdt2 please remove the fake-starteam.jar from the classpath, this one will conflict with the actual starteam sdk. This jar file only exist for mocking starteam operations for testing, hence the name Strange thing that the java process cannot find the class in the classpath. Can we see what is the value you pass as parameters to |
Fake-starteam.jar has already been removed. When i use -cp i get an error: However, when I don't use -cp I get some results: c:\git-migration>java org.sync.MainEntry -h 10.0.4.49 -P 49001 -v AAMS -p AAMS -c -W repo1 2018-01-10 12:50:19 Failed to checkout Source/AAMSWeb/connection.config: Missing archive D 2018-01-10 12:50:19 There was no new revision in the starteam view.
|
@millerdt2 Seem to me you got it working, the command line you provided must have imported the repository into the git-migration folder. You must have properly set your classpath environment variable. 👍 You now have your setup to go and convert your full buisness to git 😄 . |
The problem is I don't see the repository in the git-migration folder. What am I missing? |
Could it be your classpath separator? Should be semicolon on windows. |
Do you know if this works against StarTeam SDK v16?
The text was updated successfully, but these errors were encountered: