You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by se...@apache.org on 2009/09/08 11:33:09 UTC

svn commit: r812413 - /gump/metadata/project/commons-proper.xml

Author: sebb
Date: Tue Sep  8 09:32:55 2009
New Revision: 812413

URL: http://svn.apache.org/viewvc?rev=812413&view=rev
Log:
No longer using Ant build now that Jexl 2.0 is the trunk version
Initial stab at M2 build

Modified:
    gump/metadata/project/commons-proper.xml

Modified: gump/metadata/project/commons-proper.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-proper.xml?rev=812413&r1=812412&r2=812413&view=diff
==============================================================================
--- gump/metadata/project/commons-proper.xml (original)
+++ gump/metadata/project/commons-proper.xml Tue Sep  8 09:32:55 2009
@@ -551,21 +551,8 @@
   <project name="commons-jexl" groupId="commons-jexl">
     <package>org.apache.commons.jexl</package>
     <description>Commons Jexl Package</description>
-    <mkdir dir="jexl/target/classes"/>
-    <mkdir dir="jexl/target/test-classes"/>
-    <ant basedir="jexl" target="dist">
-      <property name="final.name"  value="commons-jexl-@@DATE@@"/>
-    </ant>
-    <depend project="ant" inherit="runtime"/>
-    <depend project="xml-xerces"/>
-    <depend project="xml-apis"/>
-    <depend project="junit"/>
-    <depend project="commons-logging"/>
-    <work nested="jexl/target/classes"/>
-    <work nested="jexl/target/test-classes"/>
-    <jar name="jexl/dist/commons-jexl-@@DATE@@.jar"/>
-    <javadoc nested="jexl/dist/docs/api"/>
-
+    <mvn basedir="jexl"/>
+    <!-- Does it need a jar tag? -->
     <nag to="dev@commons.apache.org" from="Gump &lt;issues@commons.apache.org&gt;"/>
   </project>
 



Re: svn commit: r812413 - /gump/metadata/project/commons-proper.xml

Posted by sebb <se...@gmail.com>.
On 08/09/2009, Stefan Bodewig <bo...@apache.org> wrote:
> On 2009-09-08, sebb <se...@gmail.com> wrote:
>
>  > On 08/09/2009, Stefan Bodewig <bo...@apache.org> wrote:
>  >> On 2009-09-08, <se...@apache.org> wrote:
>
>  >>> No longer using Ant build now that Jexl 2.0 is the trunk version
>  >>> Initial stab at M2 build
>
>  >>>>    <mvn basedir="jexl"/>
>  >>>>    <!-- Does it need a jar tag? -->
>
>  >>  If anybody depends on it and is supposed to use the generated jar, yes.
>
>  > It's used by Jelly.
>
>  > But what should it be?
>
>
> I don't think I understand the question.  The <jar> element should point
>  to the jar created by the build process.  Given that we don't have any
>  influence on the jar name in mvn builds, you must use the (-SNAPSHOT)
>  version of the POM - and update the jar element whenever the POM is
>  changed.
>

OK, thanks, that's what I meant. I'll update it shortly.

>  Stefan
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
>  For additional commands, e-mail: general-help@gump.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: svn commit: r812413 - /gump/metadata/project/commons-proper.xml

Posted by Stefan Bodewig <bo...@apache.org>.
On 2009-09-08, sebb <se...@gmail.com> wrote:

> On 08/09/2009, Stefan Bodewig <bo...@apache.org> wrote:
>> On 2009-09-08, <se...@apache.org> wrote:

>>> No longer using Ant build now that Jexl 2.0 is the trunk version
>>> Initial stab at M2 build

>>>>    <mvn basedir="jexl"/>
>>>>    <!-- Does it need a jar tag? -->

>>  If anybody depends on it and is supposed to use the generated jar, yes.

> It's used by Jelly.

> But what should it be?

I don't think I understand the question.  The <jar> element should point
to the jar created by the build process.  Given that we don't have any
influence on the jar name in mvn builds, you must use the (-SNAPSHOT)
version of the POM - and update the jar element whenever the POM is
changed.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: svn commit: r812413 - /gump/metadata/project/commons-proper.xml

Posted by sebb <se...@gmail.com>.
On 08/09/2009, Stefan Bodewig <bo...@apache.org> wrote:
> On 2009-09-08, <se...@apache.org> wrote:
>
>  > No longer using Ant build now that Jexl 2.0 is the trunk version
>  > Initial stab at M2 build
>
>  >+    <mvn basedir="jexl"/>
>  >+    <!-- Does it need a jar tag? -->
>
>  If anybody depends on it and is supposed to use the generated jar, yes.

It's used by Jelly.

But what should it be?


>  Otherwise it is optional.
>
>  Stefan
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
>  For additional commands, e-mail: general-help@gump.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: svn commit: r812413 - /gump/metadata/project/commons-proper.xml

Posted by Stefan Bodewig <bo...@apache.org>.
On 2009-09-08, <se...@apache.org> wrote:

> No longer using Ant build now that Jexl 2.0 is the trunk version
> Initial stab at M2 build

>+    <mvn basedir="jexl"/>
>+    <!-- Does it need a jar tag? -->

If anybody depends on it and is supposed to use the generated jar, yes.
Otherwise it is optional.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org