[jira] Commented: (CONTINUUM-593) Unable to update starteam url

2006-02-16 Thread Aviran Mordo (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-593?page=comments#action_58817 
] 

Aviran Mordo commented on CONTINUUM-593:


The url is as follows:

scm:starteam:Username:[EMAIL PROTECTED]:49205:/Project/RootView/...

 Unable to update starteam url
 -

  Key: CONTINUUM-593
  URL: http://jira.codehaus.org/browse/CONTINUUM-593
  Project: Continuum
 Type: Bug

   Components: Web interface, Core system
 Versions: 1.0.2
  Environment: Solaris 10
 Reporter: Aviran Mordo



 I have a project setup, now the StarTeam password changed. When I go to the 
 web interface and change the Scm Url to reflect the new password. Continuum 
 ignores the new username/password while trying to update the project from 
 StarTeam. The url (from the continuum.log file) becomes: stcmd co -x -nologo 
 -stop -p @158.xxx.xxx.xxx:49205/Project...
 Note there is no username and password in the command line before the @.
 If I create a new project with the updated pom file and the same scm element 
 the new project works.
 One more thing. The web interface shows the Username:Password in the scm 
 element, it just that when it runs, continuum ignores these settings.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Created: (CONTINUUM-593) Unable to update starteam url

2006-02-15 Thread Aviran Mordo (JIRA)
Unable to update starteam url
-

 Key: CONTINUUM-593
 URL: http://jira.codehaus.org/browse/CONTINUUM-593
 Project: Continuum
Type: Bug

  Components: Web interface, Core system  
Versions: 1.0.2
 Environment: Solaris 10
Reporter: Aviran Mordo


I have a project setup, now the StarTeam password changed. When I go to the web 
interface and change the Scm Url to reflect the new password. Continuum ignores 
the new username/password while trying to update the project from StarTeam. The 
url (from the continuum.log file) becomes: stcmd co -x -nologo -stop -p 
@158.xxx.xxx.xxx:49205/Project...
Note there is no username and password in the command line before the @.

If I create a new project with the updated pom file and the same scm element 
the new project works.

One more thing. The web interface shows the Username:Password in the scm 
element, it just that when it runs, continuum ignores these settings.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Created: (SCM-117) Add parameters to scm configuration element

2005-12-15 Thread Aviran Mordo (JIRA)
Add parameters to scm configuration element
---

 Key: SCM-117
 URL: http://jira.codehaus.org/browse/SCM-117
 Project: Maven SCM
Type: Wish

Reporter: Aviran Mordo


It would be very nice to have the ability to add parameters to the scm element. 
For instance to add parameter to always force checkout. for instance in 
Starteam I would like to add -o so every time stcmd is called the parameters 
will be concatenated to the command line

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Created: (CONTINUUM-512) Preview generated site

2005-12-14 Thread Aviran Mordo (JIRA)
Preview generated site
--

 Key: CONTINUUM-512
 URL: http://jira.codehaus.org/browse/CONTINUUM-512
 Project: Continuum
Type: Wish

  Components: Web interface  
Reporter: Aviran Mordo
Priority: Minor


It will be nice to have a way to make continuum link and serve the project's 
site? If I go to the working folder and click on target-site-index.html, 
continuum show me the html source in a text box, and I want to actually view 
the generated site.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Commented: (MNG-1819) StringIndexOutOfBoundsException when running maven

2005-12-13 Thread Aviran Mordo (JIRA)
[ http://jira.codehaus.org/browse/MNG-1819?page=comments#action_53353 ] 

Aviran Mordo commented on MNG-1819:
---

I'm getting a similar exception running continuum on Solaris. I can run maven 
without problems, but continuum willl fail to execute maven.

org.apache.maven.continuum.execution.ContinuumBuildExecutorException:
Error while executing shell command. The most common error is that 'mvn' is not 
in your path.
  at
org.apache.maven.continuum.execution.AbstractBuildExecutor.executeShellCommand(AbstractBuildExecutor.java:199)
   at
org.apache.maven.continuum.execution.maven.m2.MavenTwoBuildExecutor.build(MavenTwoBuildExecutor.java:86)
  at
org.apache.maven.continuum.core.action.ExecuteBuilderContinuumAction.execute(ExecuteBuilderContinuumAction.java:127)
   at
org.apache.maven.continuum.buildcontroller.DefaultBuildController.build(DefaultBuildController.java:171)
   at
org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.executeTask(BuildProjectTaskExecutor.java:53)
  at
org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable.run(ThreadedTaskQueueExecutor.java:103)
   at java.lang.Thread.run(Thread.java:595)
 Caused by: java.lang.StringIndexOutOfBoundsException: String index out of 
range: -1
   at java.lang.String.substring(String.java:1768)
   at
org.codehaus.plexus.util.cli.CommandLineUtils.getSystemEnvVars(CommandLineUtils.java:188)
   at
org.codehaus.plexus.util.cli.Commandline.addSystemEnvironment(Commandline.java:355)
   at
org.apache.maven.continuum.utils.shell.DefaultShellCommandHelper.executeShellCommand(DefaultShellCommandHelper.java:71)
   at
org.apache.maven.continuum.utils.shell.DefaultShellCommandHelper.executeShellCommand(DefaultShellCommandHelper.java:53)
   at
org.apache.maven.continuum.execution.AbstractBuildExecutor.executeShellCommand(AbstractBuildExecutor.java:190)
   ... 6 more



 StringIndexOutOfBoundsException when running maven
 --

  Key: MNG-1819
  URL: http://jira.codehaus.org/browse/MNG-1819
  Project: Maven 2
 Type: Bug

 Versions: 2.0.1
  Environment: win xp, cygwin
 Reporter: Dan Diephouse



 Just trying out 2.0.1 and I am getting this message below. any ideas?
 $ mvn.bat
 [WARNING] Failed to initialize environment variable resolver. Skipping 
 environment substitution in settings.
 [INFO] Scanning for projects...
 [INFO] 
 
 [ERROR] FATAL ERROR
 [INFO] 
 
 [INFO] String index out of range: -1
 [INFO] 
 
 [INFO] Trace
 java.lang.StringIndexOutOfBoundsException: String index out of range: -1
at java.lang.String.substring(String.java:1768)
at 
 org.codehaus.plexus.util.cli.CommandLineUtils.getSystemEnvVars(CommandLineUtils.java:188)
at 
 org.codehaus.plexus.util.interpolation.EnvarBasedValueSource.init(EnvarBasedValueSource.java:16)
at 
 org.apache.maven.project.interpolation.RegexBasedModelInterpolator.interpolate(RegexBasedModelInterpolator.java:86)
at 
 org.apache.maven.project.DefaultMavenProjectBuilder.processProjectLogic(DefaultMavenProjectBuilder.java:725)
at 
 org.apache.maven.project.DefaultMavenProjectBuilder.build(DefaultMavenProjectBuilder.java:632)
at 
 org.apache.maven.project.DefaultMavenProjectBuilder.buildFromSourceFile(DefaultMavenProjectBuilder.java:304)
at 
 org.apache.maven.project.DefaultMavenProjectBuilder.build(DefaultMavenProjectBuilder.java:274)
at org.apache.maven.DefaultMaven.getProject(DefaultMaven.java:515)
at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:447)
at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:351)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:278)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:249)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at 
 org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
 [INFO] 
 
 [INFO] Total time:  1 second
 [INFO] Finished at: Mon Dec 12 

[jira] Commented: (MNG-1819) StringIndexOutOfBoundsException when running maven

2005-12-13 Thread Aviran Mordo (JIRA)
[ http://jira.codehaus.org/browse/MNG-1819?page=comments#action_53355 ] 

Aviran Mordo commented on MNG-1819:
---

I don't know if this is related but I found that if I have an entry in the 
system's path with a folder name containing a space, continuum will fail to 
start

 StringIndexOutOfBoundsException when running maven
 --

  Key: MNG-1819
  URL: http://jira.codehaus.org/browse/MNG-1819
  Project: Maven 2
 Type: Bug

 Versions: 2.0.1
  Environment: win xp, cygwin
 Reporter: Dan Diephouse



 Just trying out 2.0.1 and I am getting this message below. any ideas?
 $ mvn.bat
 [WARNING] Failed to initialize environment variable resolver. Skipping 
 environment substitution in settings.
 [INFO] Scanning for projects...
 [INFO] 
 
 [ERROR] FATAL ERROR
 [INFO] 
 
 [INFO] String index out of range: -1
 [INFO] 
 
 [INFO] Trace
 java.lang.StringIndexOutOfBoundsException: String index out of range: -1
at java.lang.String.substring(String.java:1768)
at 
 org.codehaus.plexus.util.cli.CommandLineUtils.getSystemEnvVars(CommandLineUtils.java:188)
at 
 org.codehaus.plexus.util.interpolation.EnvarBasedValueSource.init(EnvarBasedValueSource.java:16)
at 
 org.apache.maven.project.interpolation.RegexBasedModelInterpolator.interpolate(RegexBasedModelInterpolator.java:86)
at 
 org.apache.maven.project.DefaultMavenProjectBuilder.processProjectLogic(DefaultMavenProjectBuilder.java:725)
at 
 org.apache.maven.project.DefaultMavenProjectBuilder.build(DefaultMavenProjectBuilder.java:632)
at 
 org.apache.maven.project.DefaultMavenProjectBuilder.buildFromSourceFile(DefaultMavenProjectBuilder.java:304)
at 
 org.apache.maven.project.DefaultMavenProjectBuilder.build(DefaultMavenProjectBuilder.java:274)
at org.apache.maven.DefaultMaven.getProject(DefaultMaven.java:515)
at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:447)
at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:351)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:278)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:249)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at 
 org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
 [INFO] 
 
 [INFO] Total time:  1 second
 [INFO] Finished at: Mon Dec 12 16:50:03 PST 2005
 [INFO] Final Memory: 1M/2M
 [INFO] 
  

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (MNG-1819) StringIndexOutOfBoundsException when running maven

2005-12-13 Thread Aviran Mordo (JIRA)
[ http://jira.codehaus.org/browse/MNG-1819?page=comments#action_53365 ] 

Aviran Mordo commented on MNG-1819:
---

OK, I got it to work. 
The workaround is: 
   Remove any carriage return from environment elements
   Remove . (dot) from the system's path
   Remove any path entry with spaces in the folder name (Windows only)

Hope this help

Aviran

 StringIndexOutOfBoundsException when running maven
 --

  Key: MNG-1819
  URL: http://jira.codehaus.org/browse/MNG-1819
  Project: Maven 2
 Type: Bug

 Versions: 2.0.1
  Environment: win xp, cygwin
 Reporter: Dan Diephouse



 Just trying out 2.0.1 and I am getting this message below. any ideas?
 $ mvn.bat
 [WARNING] Failed to initialize environment variable resolver. Skipping 
 environment substitution in settings.
 [INFO] Scanning for projects...
 [INFO] 
 
 [ERROR] FATAL ERROR
 [INFO] 
 
 [INFO] String index out of range: -1
 [INFO] 
 
 [INFO] Trace
 java.lang.StringIndexOutOfBoundsException: String index out of range: -1
at java.lang.String.substring(String.java:1768)
at 
 org.codehaus.plexus.util.cli.CommandLineUtils.getSystemEnvVars(CommandLineUtils.java:188)
at 
 org.codehaus.plexus.util.interpolation.EnvarBasedValueSource.init(EnvarBasedValueSource.java:16)
at 
 org.apache.maven.project.interpolation.RegexBasedModelInterpolator.interpolate(RegexBasedModelInterpolator.java:86)
at 
 org.apache.maven.project.DefaultMavenProjectBuilder.processProjectLogic(DefaultMavenProjectBuilder.java:725)
at 
 org.apache.maven.project.DefaultMavenProjectBuilder.build(DefaultMavenProjectBuilder.java:632)
at 
 org.apache.maven.project.DefaultMavenProjectBuilder.buildFromSourceFile(DefaultMavenProjectBuilder.java:304)
at 
 org.apache.maven.project.DefaultMavenProjectBuilder.build(DefaultMavenProjectBuilder.java:274)
at org.apache.maven.DefaultMaven.getProject(DefaultMaven.java:515)
at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:447)
at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:351)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:278)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:249)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at 
 org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
 [INFO] 
 
 [INFO] Total time:  1 second
 [INFO] Finished at: Mon Dec 12 16:50:03 PST 2005
 [INFO] Final Memory: 1M/2M
 [INFO] 
  

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]