You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2011/08/12 21:15:45 UTC

svn commit: r1157218 - /james/server/trunk/data-library/pom.xml

Author: norman
Date: Fri Aug 12 19:15:44 2011
New Revision: 1157218

URL: http://svn.apache.org/viewvc?rev=1157218&view=rev
Log:
Fix compile error.. Eric I'm watching you ;)

Modified:
    james/server/trunk/data-library/pom.xml

Modified: james/server/trunk/data-library/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/data-library/pom.xml?rev=1157218&r1=1157217&r2=1157218&view=diff
==============================================================================
--- james/server/trunk/data-library/pom.xml (original)
+++ james/server/trunk/data-library/pom.xml Fri Aug 12 19:15:44 2011
@@ -82,6 +82,12 @@
       <artifactId>james-server-core</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>james-server-dnsservice-api</artifactId>
+      <scope>test</scope>
+      <type>test-jar</type>
+    </dependency>
   </dependencies>
 
    <build>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Re: svn commit: r1157218 - /james/server/trunk/data-library/pom.xml

Posted by Norman Maurer <no...@googlemail.com>.
no need to worry...

bye
norman

Am Samstag, 13. August 2011 schrieb Eric Charles <er...@apache.org>:
> On 12/08/11 21:15, norman@apache.org wrote:
>>
>> Author: norman
>> Date: Fri Aug 12 19:15:44 2011
>> New Revision: 1157218
>>
>> URL: http://svn.apache.org/viewvc?rev=1157218&view=rev
>> Log:
>> Fix compile error.. Eric I'm watching you ;)
>
> Same here :)
>
> mvn classpath loader != eclipse classpath loader
> (I will remind to always 'mvn test' before 'svn ci')
>
> Thx for the fix (I saw jenkins' failing, but had no time to jump on it
before leaving).
>
>>
>> Modified:
>>     james/server/trunk/data-library/pom.xml
>>
>> Modified: james/server/trunk/data-library/pom.xml
>> URL:
http://svn.apache.org/viewvc/james/server/trunk/data-library/pom.xml?rev=1157218&r1=1157217&r2=1157218&view=diff
>>
==============================================================================
>> --- james/server/trunk/data-library/pom.xml (original)
>> +++ james/server/trunk/data-library/pom.xml Fri Aug 12 19:15:44 2011
>> @@ -82,6 +82,12 @@
>>        <artifactId>james-server-core</artifactId>
>>        <scope>test</scope>
>>      </dependency>
>> +<dependency>
>> +<groupId>org.apache.james</groupId>
>> +<artifactId>james-server-dnsservice-api</artifactId>
>> +<scope>test</scope>
>> +<type>test-jar</type>
>> +</dependency>
>>    </dependencies>
>>
>>     <build>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
>> For additional commands, e-mail: server-dev-help@james.apache.org
>>
>
>
> --
> Eric Charles
> http://about.echarles.net
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
> For additional commands, e-mail: server-dev-help@james.apache.org
>
>

Re: svn commit: r1157218 - /james/server/trunk/data-library/pom.xml

Posted by Eric Charles <er...@apache.org>.
On 12/08/11 21:15, norman@apache.org wrote:
> Author: norman
> Date: Fri Aug 12 19:15:44 2011
> New Revision: 1157218
>
> URL: http://svn.apache.org/viewvc?rev=1157218&view=rev
> Log:
> Fix compile error.. Eric I'm watching you ;)

Same here :)

mvn classpath loader != eclipse classpath loader
(I will remind to always 'mvn test' before 'svn ci')

Thx for the fix (I saw jenkins' failing, but had no time to jump on it 
before leaving).

>
> Modified:
>      james/server/trunk/data-library/pom.xml
>
> Modified: james/server/trunk/data-library/pom.xml
> URL: http://svn.apache.org/viewvc/james/server/trunk/data-library/pom.xml?rev=1157218&r1=1157217&r2=1157218&view=diff
> ==============================================================================
> --- james/server/trunk/data-library/pom.xml (original)
> +++ james/server/trunk/data-library/pom.xml Fri Aug 12 19:15:44 2011
> @@ -82,6 +82,12 @@
>         <artifactId>james-server-core</artifactId>
>         <scope>test</scope>
>       </dependency>
> +<dependency>
> +<groupId>org.apache.james</groupId>
> +<artifactId>james-server-dnsservice-api</artifactId>
> +<scope>test</scope>
> +<type>test-jar</type>
> +</dependency>
>     </dependencies>
>
>      <build>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
> For additional commands, e-mail: server-dev-help@james.apache.org
>


-- 
Eric Charles
http://about.echarles.net

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org