Ok, the new site is online (except for the JIRA report, see below).

Le mercredi 23 mai 2007 à 11:55 +0200, Claude Brisson a écrit :
> Le mercredi 23 mai 2007 à 01:37 +0200, Henning Schmiedehausen a écrit :
> > If dependencies are missing, here is how I update the
> > ~velocity/.m2/repository:
> > 
> > I enter the deploy/<site> directory and run "mvn site". Maven now
> > downloads all the required dependencies but not into this repository but
> > into my local (~henning/.m2/repository).
> > 
> > Afterwards I run the build scripts and copy all missing dependencies out
> > of my local repo into the ~velocity repo. By copying the whole
> > directories, I also copy all of the required POMs etc:
> > 
> > cp -r /home/henning/.m2/repository/junit/junit/4.3.1 
> > ~velocity/.m2/repository/junit/junit/
> > 
> > etc...

and one another question: I had to manually copy
velocity/.m2/repository/org/apache/velocity/site/ (which contains, among
other things, velocity-site-skin) to my local repository to be able to
build the site locally. Where is this stuff supposed to be fetched of?

> Ok, thanks. Not so trivial. Should maybe go into the wiki page...
> 
> > I also updated the basic site structure (src/site) and the pom of DVSL
> > to be similar to Anakia and Texen. It now produces all the nice reports.
> > =:-) 

I had to disable the JIRA report. For some reason, maven freezes on it
(locally as well as on velocity.zones):

[DEBUG] Generating 
/home/claude/projects/velocity/dvsl/target/site/jira-report.html
[INFO] Generate "Jira Report" report.
[INFO] JIRA lives at: https://issues.apache.org/jira
[INFO] The JIRA URL https://issues.apache.org/jira/browse/DVSL doesn't include 
a pid, trying to extract it from JIRA.
[INFO] Successfully reached JIRA.
[DEBUG] Found the pid 12310670 at https://issues.apache.org/jira/browse/DVSL
[INFO] Downloading 
https://issues.apache.org/jira/secure/IssueNavigator.jspa?view=rss&pid=12310670sorter/field=issuekey&sorter/order=ASC&tempMax=100&reset=true&decorator=none
[INFO] Downloading successful


I first thought it was because there were no issues but it's not the
case. Also, this url looks rather strange to me: there is a missing '&'
after pid=12310670 (and I saw the same problem while running "mvn site"
on the engine).


  Claude




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

Reply via email to