Activity overview
Latest activity by Yann Kahloun
I tried to run it using simple command line and it worked.
Your last answer seems to be the way to solve my problem.
Considering I'm not the CruiseControl owner, I can't change the user it is running with. Anyway, we found a workaround (using Windows Task Planner). It is not perfect, but that will have to do.
Seems like we have to wait for that temp files issue you are talking about. Can you tell us more about it ? / comments
I tried to run it using simple command line and it worked.
Your last answer seems to be the way to solve my problem.
Considering I'm not the CruiseControl owner, I can't change the user it is runni...
Hi,
We tried the "ouputfolder" tag already and CruiseControl's still failing.
Here's the other two things we tried :
1/ Automated task using Windows Task Planner :
Once we set an execution repository, the job is fine.
2/ Using CCNet, we tried to override the default execution repository but the issue is still the same.
Now, the issue seems to be more likely related to CCNet than to SqlDoc2. / comments
Hi,
We tried the "ouputfolder" tag already and CruiseControl's still failing.
Here's the other two things we tried :
1/ Automated task using Windows Task Planner :
Once we set an execution reposito...
I'm sorry, i couldn't answer quickly. David
We're actually using the following command line :
sqldoc.exe" /project:"D:\ContinuousIntegration\SqlDoc\nightly.sqldoc" Brian
I guess I have to specify the working directory if i'm using SQLDoc via CruiseControl. Is there a specific parameter ? / comments
I'm sorry, i couldn't answer quickly.David
We're actually using the following command line :
sqldoc.exe" /project:"D:\ContinuousIntegration\SqlDoc\nightly.sqldoc"Brian
I guess I have to specify the...
CommandLine Main:Unhandled Exception
Hi,
We're having an issue with command line execution.
We're pretty sure the sqldoc extension file is ok, because, launching it within a .bat is working.
However using it within Cruise Control or W...