Skip to content
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

Does it work with Starteam SDK 14? #69

Open
rcowham opened this issue May 18, 2022 · 2 comments
Open

Does it work with Starteam SDK 14? #69

rcowham opened this issue May 18, 2022 · 2 comments

Comments

@rcowham
Copy link

rcowham commented May 18, 2022

Managed to get it working with the starteam110.bridgeTo.starteam140.jar added to classpath, but an attempt to create a dump file, e.g.

<usual stuff> --verbose -A -W AVP -D d:\work\export
:
2022-05-18 11:12:05 gc:Nothing new to pack.
Exception in thread "main" java.lang.NullPointerException
        at java.lang.ProcessBuilder.start(ProcessBuilder.java:1010)
        at org.sync.githelper.GitHelper.grabTrackedFiles(GitHelper.java:162)
        at org.sync.githelper.GitHelper.getListOfTrackedFile(GitHelper.java:378)
        at org.sync.MainEntry.main(MainEntry.java:298)
@rcowham
Copy link
Author

rcowham commented May 18, 2022

OK, got past the above with -H main for current git usage.
Also needed to set -x __dummy__ to avoid another null exception.
Looking better...

@rcowham
Copy link
Author

rcowham commented May 19, 2022

OK - so it seems to work fine having avoided the 2 issues above - maybe that's a good thing to document, and/or catch in the code...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant