You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2008/04/02 15:06:25 UTC

svn commit: r643897 - /commons/sandbox/functor/trunk/build.xml

Author: niallp
Date: Wed Apr  2 06:06:24 2008
New Revision: 643897

URL: http://svn.apache.org/viewvc?rev=643897&view=rev
Log:
Add back the build.xml

Added:
    commons/sandbox/functor/trunk/build.xml
      - copied, changed from r643434, commons/sandbox/functor/trunk/build.xml

Copied: commons/sandbox/functor/trunk/build.xml (from r643434, commons/sandbox/functor/trunk/build.xml)
URL: http://svn.apache.org/viewvc/commons/sandbox/functor/trunk/build.xml?p2=commons/sandbox/functor/trunk/build.xml&p1=commons/sandbox/functor/trunk/build.xml&r1=643434&r2=643897&rev=643897&view=diff
==============================================================================
--- commons/sandbox/functor/trunk/build.xml (original)
+++ commons/sandbox/functor/trunk/build.xml Wed Apr  2 06:06:24 2008
@@ -1,10 +1,11 @@
 <project name="Functor" default="test" basedir=".">
 <!--
-   Copyright 2003-2004 The Apache Software Foundation
-
-   Licensed under the Apache License, Version 2.0 (the "License");
-   you may not use this file except in compliance with the License.
-   You may obtain a copy of the License at
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
 
        http://www.apache.org/licenses/LICENSE-2.0
 
@@ -67,10 +68,10 @@
   <property name="dist.home"               value="dist"/>
 
   <!-- The base directory for component sources -->
-  <property name="source.home"             value="src/java"/>
+  <property name="source.home"             value="src/main/java"/>
 
   <!-- The base directory for unit test sources -->
-  <property name="test.home"               value="src/test"/>
+  <property name="test.home"               value="src/test/java"/>
 
 
 <!-- ========== Compiler Defaults ========================================= -->



Re: svn commit: r643897 - /commons/sandbox/functor/trunk/build.xml

Posted by sebb <se...@gmail.com>.
On 02/04/2008, Matt Benson <gu...@yahoo.com> wrote:
>
>  --- Niall Pemberton <ni...@gmail.com> wrote:
>
>  > On Wed, Apr 2, 2008 at 2:29 PM, James Carman
>  > <ja...@carmanconsulting.com> wrote:
>  > > On Wed, Apr 2, 2008 at 9:06 AM,
>  > <ni...@apache.org> wrote:
>  > >  > Author: niallp
>  > >  >  Date: Wed Apr  2 06:06:24 2008
>  > >  >  New Revision: 643897
>  > >  >
>  > >  >  URL:
>  > http://svn.apache.org/viewvc?rev=643897&view=rev
>  > >  >  Log:
>  > >  >  Add back the build.xml
>  > >  >
>  > >
>  > >  Can we use a maven-generated buid.xml file?
>  >
>  > I personally dislike them - I think it generates a
>  > mess - and if
>  > theres an existing, working one then why replace it
>  > with maven's
>  > rubbish.
>  >
>
>
> Wow--that build.xml is old S-K-O-O-L school!  Probably
>  needs a little love; I'll see what I can do with it...
>

But "Ant test" worked for me using Java131 and Ant165.

Whether it is complete or not is another matter.

>  -Matt
>
>
>  > Niall
>  >
>  >
>  ---------------------------------------------------------------------
>  > To unsubscribe, e-mail:
>  > dev-unsubscribe@commons.apache.org
>  > For additional commands, e-mail:
>  > dev-help@commons.apache.org
>  >
>  >
>
>
>
>
>       ____________________________________________________________________________________
>  You rock. That's why Blockbuster's offering you one month of Blockbuster Total Access, No Cost.
>  http://tc.deals.yahoo.com/tc/blockbuster/text5.com
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>  For additional commands, e-mail: dev-help@commons.apache.org
>
>

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


Re: svn commit: r643897 - /commons/sandbox/functor/trunk/build.xml

Posted by Matt Benson <gu...@yahoo.com>.
--- Niall Pemberton <ni...@gmail.com> wrote:

> On Wed, Apr 2, 2008 at 2:29 PM, James Carman
> <ja...@carmanconsulting.com> wrote:
> > On Wed, Apr 2, 2008 at 9:06 AM, 
> <ni...@apache.org> wrote:
> >  > Author: niallp
> >  >  Date: Wed Apr  2 06:06:24 2008
> >  >  New Revision: 643897
> >  >
> >  >  URL:
> http://svn.apache.org/viewvc?rev=643897&view=rev
> >  >  Log:
> >  >  Add back the build.xml
> >  >
> >
> >  Can we use a maven-generated buid.xml file?
> 
> I personally dislike them - I think it generates a
> mess - and if
> theres an existing, working one then why replace it
> with maven's
> rubbish.
> 

Wow--that build.xml is old S-K-O-O-L school!  Probably
needs a little love; I'll see what I can do with it...

-Matt

> Niall
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> dev-unsubscribe@commons.apache.org
> For additional commands, e-mail:
> dev-help@commons.apache.org
> 
> 



      ____________________________________________________________________________________
You rock. That's why Blockbuster's offering you one month of Blockbuster Total Access, No Cost.  
http://tc.deals.yahoo.com/tc/blockbuster/text5.com

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


Re: svn commit: r643897 - /commons/sandbox/functor/trunk/build.xml

Posted by Niall Pemberton <ni...@gmail.com>.
On Wed, Apr 2, 2008 at 2:29 PM, James Carman <ja...@carmanconsulting.com> wrote:
> On Wed, Apr 2, 2008 at 9:06 AM,  <ni...@apache.org> wrote:
>  > Author: niallp
>  >  Date: Wed Apr  2 06:06:24 2008
>  >  New Revision: 643897
>  >
>  >  URL: http://svn.apache.org/viewvc?rev=643897&view=rev
>  >  Log:
>  >  Add back the build.xml
>  >
>
>  Can we use a maven-generated buid.xml file?

I personally dislike them - I think it generates a mess - and if
theres an existing, working one then why replace it with maven's
rubbish.

Niall

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


Re: svn commit: r643897 - /commons/sandbox/functor/trunk/build.xml

Posted by sebb <se...@gmail.com>.
On 02/04/2008, James Carman <ja...@carmanconsulting.com> wrote:
> On Wed, Apr 2, 2008 at 9:06 AM,  <ni...@apache.org> wrote:
>  > Author: niallp
>  >  Date: Wed Apr  2 06:06:24 2008
>  >  New Revision: 643897
>  >
>  >  URL: http://svn.apache.org/viewvc?rev=643897&view=rev
>  >  Log:
>  >  Add back the build.xml
>  >
>
>  Can we use a maven-generated buid.xml file?

You may need to tweak it...
I seem to recall a problem with Java 1.3 and xml format output from
the junit task due to a missing class. Perhaps I was using the wrong
Ant though.

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

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


Re: svn commit: r643897 - /commons/sandbox/functor/trunk/build.xml

Posted by James Carman <ja...@carmanconsulting.com>.
On Wed, Apr 2, 2008 at 9:06 AM,  <ni...@apache.org> wrote:
> Author: niallp
>  Date: Wed Apr  2 06:06:24 2008
>  New Revision: 643897
>
>  URL: http://svn.apache.org/viewvc?rev=643897&view=rev
>  Log:
>  Add back the build.xml
>

Can we use a maven-generated buid.xml file?

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