Re: svn commit: r1057347 - /jakarta/jmeter/trunk/build.xml

2011-01-12 Thread sebb
On 12 January 2011 09:20, sebb seb...@gmail.com wrote:
 On 11 January 2011 17:40, Milamber milam...@apache.org wrote:
 Hello,

 With fork=no, all test cases aren't execute when run ant tests (or
 distribution).

 Thanks.

 I'm looking into that now.

The problem seems to be that the dir=${basedir}/bin is silently
ignored when fork=no,.
This affects the classpath scanning.

I need to find a different way to fix the Gump builds.

 Milamber

 Le 10/01/2011 20:28, s...@apache.org a ecrit :
 Author: sebb
 Date: Mon Jan 10 20:28:28 2011
 New Revision: 1057347

 URL: http://svn.apache.org/viewvc?rev=1057347view=rev
 Log:
 Try fork=no for fixing classpath issue with Gump tests

 Modified:
     jakarta/jmeter/trunk/build.xml

 Modified: jakarta/jmeter/trunk/build.xml
 URL: 
 http://svn.apache.org/viewvc/jakarta/jmeter/trunk/build.xml?rev=1057347r1=1057346r2=1057347view=diff
 ==
 --- jakarta/jmeter/trunk/build.xml (original)
 +++ jakarta/jmeter/trunk/build.xml Mon Jan 10 20:28:28 2011
 @@ -1859,7 +1859,8 @@ run JMeter unless all the JMeter jars ar
     delete quiet=true
        fileset dir=${basedir}/bin/testfiles includes=*.jmx.out/
     /delete
 -   java classname=org.apache.jorphan.test.AllTests fork=yes 
 failonerror=true dir=${basedir}/bin
 +   !-- fork=yes causes problems for Gump builds. --
 +   java classname=org.apache.jorphan.test.AllTests fork=no 
 failonerror=true dir=${basedir}/bin
        classpath
          fileset dir=${dest.jar} includes=*.jar/
          pathelement location=${build.test}/



 -
 To unsubscribe, e-mail: notifications-unsubscr...@jakarta.apache.org
 For additional commands, e-mail: notifications-h...@jakarta.apache.org





 -
 To unsubscribe, e-mail: dev-unsubscr...@jakarta.apache.org
 For additional commands, e-mail: dev-h...@jakarta.apache.org




-
To unsubscribe, e-mail: dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: dev-h...@jakarta.apache.org



Re: News link on Jakarta website

2011-01-12 Thread Milamber


Le 11/01/2011 15:01, sebb a ecrit :
 On 11 January 2011 09:25, Milamber milam...@apache.org wrote:
   
 Hello,

 In Jakarta website, on right column at top, there is a http link to News
 with this url:
 http://jakarta.apache.org/site/news/index.html

 But this page (news/index.html) has only very old news. That is possible
 to change this link by (for example) this page?
 http://jakarta.apache.org/site/news/news-2010-q3.html

 (Or change news/index.html to a redirection to a recent news page)

 The link is in /site/xdocs/stylesheets/site.xml line 71
 
 The main index (welcome) page does have the most recent news.

 However, I agree that the News page needs to be updated.
 As a Jakarta committer you should have sufficient karma to be able to
 do this if you want. The instructions are at the bottom of the page.
   


The instructions are for main index page, not for
xdocs/site/news/index.html (the old news)

In xdocs/site/news/ there is a README.txt which says:
Do NOT add news to these documents.

New news content is now generated from news.xml in the top-level directory.

History commit (r378723, 2006, rdonkin) says:
Added instructions about how to add new news (using the new process).
The content is based on the public instructions by Howard Lewis Ship to
the general list
http://mail-archives.apache.org/mod_mbox/jakarta-general/200510.mbox/%3cecd0e3310510171208s16bf6531o1e3e2534f1e68...@mail.gmail.com%3e.


I can bypass the README and update xdocs/site/news/index.xml and
docs/site/news/index.html with news from news.xml top dir
or remove News link (and rss feed) form right colomn because lastest
news are already in main page?

Milamber


 If not, I may find time to do it one day ...

   
 Thanks

 Milamber

 -
 To unsubscribe, e-mail: dev-unsubscr...@jakarta.apache.org
 For additional commands, e-mail: dev-h...@jakarta.apache.org


 
 -
 To unsubscribe, e-mail: dev-unsubscr...@jakarta.apache.org
 For additional commands, e-mail: dev-h...@jakarta.apache.org


   


-
To unsubscribe, e-mail: dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: dev-h...@jakarta.apache.org



Re: News link on Jakarta website

2011-01-12 Thread Milamber

[snip]
 The link is in /site/xdocs/stylesheets/site.xml line 71
   
 The main index (welcome) page does have the most recent news.

 However, I agree that the News page needs to be updated.
 As a Jakarta committer you should have sufficient karma to be able to
 do this if you want.
 
 snip/

 Indeed, go ahead with any site changes as you see fit.

 There is also this (not so up to date) who we are page [1] where you
 may add yourself if you want.
   


The whoweare page needs a fresh update (in my opinon). Perhaps do this?
* Memoriam (no change)
* Who we are (update committer list link)
* PMC: change by direct link to
http://people.apache.org/committers-by-project.html#jakarta-pmc
* Advisors (no change)
* Committers: change by direct link to
http://people.apache.org/committers-by-project.html#jakarta

Milamber


 -Rahul

 [1] http://jakarta.apache.org/site/whoweare.html


   
 The instructions are at the bottom of the page.

 If not, I may find time to do it one day ...

 
 Thanks

 Milamber

   
 -
 To unsubscribe, e-mail: dev-unsubscr...@jakarta.apache.org
 For additional commands, e-mail: dev-h...@jakarta.apache.org


   


-
To unsubscribe, e-mail: dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: dev-h...@jakarta.apache.org



Re: News link on Jakarta website

2011-01-12 Thread Milamber


Le 11/01/2011 15:01, sebb a ecrit :
 On 11 January 2011 09:25, Milamber milam...@apache.org wrote:
   
 Hello,

 In Jakarta website, on right column at top, there is a http link to News
 with this url:
 http://jakarta.apache.org/site/news/index.html

 But this page (news/index.html) has only very old news. That is possible
 to change this link by (for example) this page?
 http://jakarta.apache.org/site/news/news-2010-q3.html

 (Or change news/index.html to a redirection to a recent news page)

 The link is in /site/xdocs/stylesheets/site.xml line 71
 
 The main index (welcome) page does have the most recent news.

 However, I agree that the News page needs to be updated.
 As a Jakarta committer you should have sufficient karma to be able to
 do this if you want. The instructions are at the bottom of the page.
   


The instructions are for main index page, not for
xdocs/site/news/index.html (the old news)

In xdocs/site/news/ there is a README.txt which says:
Do NOT add news to these documents.

New news content is now generated from news.xml in the top-level directory.

History commit (r378723, 2006, rdonkin) says:
Added instructions about how to add new news (using the new process).
The content is based on the public instructions by Howard Lewis Ship to
the general list
http://mail-archives.apache.org/mod_mbox/jakarta-general/200510.mbox/%3cecd0e3310510171208s16bf6531o1e3e2534f1e68...@mail.gmail.com%3e.


I can bypass the README and update xdocs/site/news/index.xml and
docs/site/news/index.html with news from news.xml top dir
or remove News link (and rss feed) form right colomn because lastest
news are already in main page?

Milamber


 If not, I may find time to do it one day ...

   
 Thanks

 Milamber

 -
 To unsubscribe, e-mail: dev-unsubscr...@jakarta.apache.org
 For additional commands, e-mail: dev-h...@jakarta.apache.org


 
 -
 To unsubscribe, e-mail: dev-unsubscr...@jakarta.apache.org
 For additional commands, e-mail: dev-h...@jakarta.apache.org


   


-
To unsubscribe, e-mail: dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: dev-h...@jakarta.apache.org