>> Smartfrog-Test uses the old namespace of Ivy.
>> 
>> 
>> 
>http://smartfrog.svn.sourceforge.net/viewvc/smartfrog/trunk/cor
>e/common.
>> xml?revision=3965&view=markup
>>     1 <?xml version="1.0"?>
>>     2 <project name="common" basedir="."
>>     3      xmlns:ivy="antlib:fr.jayasoft.ivy.ant"
>>     4     >
>> 
>> 
>> and I cant see any ivy.jar in the classpath ...
>> 
>> Because Ivy know is build by Gump we could set a dependency on that.
>
>hey, that's my project.

I know ;-)



>1. it should have a dependency, if it isn't, then yes

I cant see any ...

  <project name="smartfrog-test">
    <package>org.smartfrog</package>
    <ant basedir="testharness" target="test">   
      <property name="ant.home" reference="home" project="ant"/>
      <property name="env.SFHOME" path="smartfrog/dist"
project="smartfrog"/>
      <property name="system.tests" value="false" /> 
      <property name="junit.jar" project="junit3" reference="jarpath"/>
    </ant>
    <depend project="ant" runtime="false"/>
    <depend project="junit3" runtime="true"/>
    <depend project="smartfrog" runtime="true"/>
    <depend project="smartfrog-tasks" runtime="false"/>
    <depend project="smartfrog-testharness" runtime="true"/>
    
    <work nested="testharness/build/test/classes"/>
    <junitreport nested="testharness/build/test/reports"/>
    
    <nag from="Smartfrog &lt;[EMAIL PROTECTED]&gt;"
        to="[EMAIL PROTECTED]">
      <regexp subject="[Gump:Smartfrog] smartfrog test failure"/>
    </nag>
  </project>



The project "smartfrog" has a dependency on ivy ...

  <project name="smartfrog" >
    <depend project="ant" runtime="false" inherit="runtime"/>
    <depend project="commons-logging" runtime="true"/>
    <depend project="logging-log4j" runtime="true"/>
    <depend project="javacc" runtime="false"/>
    <depend project="ivy" runtime="true"/>
  </project>




>2. no, we cant switch to any new namespace, as we need to build under 
>1.4.1...Xavier has promised to leave the old namespace around

ok, you're more familiar with Ivy than me ;-)


Jan

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

Reply via email to