I think we just passed 72 hours... Thanks,
- Dan

Davanum Srinivas wrote:
once the vote ends, pmc chair can grant karma. usual practice is 72
hours for the vote to complete.

thanks,
dims

On 2/19/06, Dan Diephouse <[EMAIL PROTECTED]> wrote:
Finally made a patch for this, but I'm not sure now - should I put it in
JIRA or wait until my karma goes through? I can never figure out how
Apache infrastructure works - who is responsible for granting me karma?
If you need it now, just change your maven.xml preGoal to be like so:

<preGoal name="test:compile">
        <j:if test="${maven.test.skip != 'true'}">
            <u:file var="file"
name="${maven.build.dir}/xmlschema2002-01-16"/>
            <j:if test="${!file.exists()}">
                <echo>Downloading 6MB XML Schema test suite. This make
take a few minutes...</echo>
                <ant:get dest="${maven.build.dir}/xsts-2002-01-16.tar.gz"

src="http://www.w3.org/XML/2004/xml-schema-test-suite/xmlschema2002-01-16/xsts-2002-01-16.tar.gz"/>

                <ant:gunzip
src="${maven.build.dir}/xsts-2002-01-16.tar.gz"/>
                <ant:untar src="${maven.build.dir}/xsts-2002-01-16.tar"
dest="${maven.build.dir}"/>
            </j:if>
        </j:if>
    </preGoal>

- Dan

Davanum Srinivas wrote:
Let me check...


On 2/17/06, Sanjiva Weerawarana <[EMAIL PROTECTED]> wrote:

On Fri, 2006-02-17 at 23:08 -0500, Davanum Srinivas wrote:

Use the ant build.xml :)

The build needs work .. ant clean is getting another jar :(.

ant build.xml gave me an error :(.

Sanjiva.




--
Davanum Srinivas : http://wso2.com/blogs/

--
Dan Diephouse
Envoi Solutions LLC
http://envoisolutions.com
http://netzooid.com/blog




--
Davanum Srinivas : http://wso2.com/blogs/


--
Dan Diephouse
Envoi Solutions LLC
http://envoisolutions.com
http://netzooid.com/blog

Reply via email to