headless buckminster -- error with svn; no secure storage modules found [message #651617] |
Mon, 31 January 2011 21:47  |
Eclipse User |
|
|
|
Hello Buckminsterland --
I'm still working on my headless build and onto my next problem: svn.
I have my credentials stored in a local properties file and referenced by my rmap. After I successfully materialize plugins and features into my workspace and do the build, Buckminster then tries to save authorization info. Here is the stack trace:
!ENTRY org.eclipse.team.svn.core.svnnature 4 0 2011-01-31 13:42:55.810
!MESSAGE SVN: 'Save Authorization Info' operation finished with error
!SUBENTRY 1 org.eclipse.team.svn.core.svnnature 4 0 2011-01-31 13:42:55.810
!MESSAGE SVN: 'Save Authorization Info' operation finished with error: No secure storage modules found.
!STACK 0
org.eclipse.equinox.security.storage.StorageException: No secure storage modules found.
at org.eclipse.equinox.internal.security.storage.PasswordProvid erSelector.findStorageModule(PasswordProviderSelector.java:1 90)
at org.eclipse.equinox.internal.security.storage.SecurePreferen cesRoot.getModulePassword(SecurePreferencesRoot.java:231)
Note that the features and plugins are materialized into workspace/features and workspace/plugins respectively; within the materialized projects there are .svn directories but there is none at the workspace root. The workspace is created newly during execution of the script.
The script is below:
importtargetdefinition -A /path/3.6.1_Installed.target
addbaseline 3.6.1_Installed_Target
setpref baseline=3.6.1_Installed_Target
import -C -P /path/buckminster.properties /path/product.cquery
clean
build -t -Dtarget.os=linux -Dtarget.ws=gtk -Dtarget.arch=x86
perform -P /path/buckminster.properties -Dtarget.os=linux -Dtarget.ws=gtk -Dtarget.arch=x86 featurename.product#create.product
The error occurs between the build and perform steps.
I invoke the script this way:
buckminster -data /path_to_workspace -L DEBUG -consoleLog -S build.script
Any suggestions?
thanks as always
Tamar
|
|
|
|
Powered by
FUDForum. Page generated in 0.03410 seconds