I attached it to another mail, so the maven committers can get it in..
Mvgr,
Martin
On Tue, 2002-07-23 at 00:45, Sam Ruby wrote:
> Martin van den Bemt wrote:
> >
> > Here is the diff ;)
> > It generated fine on my machine, the only thing incorrect was the <get>
> > task (which would fail jsse download and also fail the build)
>
> Suggestions? Remember, I said workable. ;-)
>
> As I already have jsse downloaded and in my classpath, I have a
> suggestion. Would it be possible for you to modify maven's generation
> of ant build.xml files as follows:
>
> --- build.xml Mon Jul 22 18:45:28 2002
> +++ t:\build.xml Mon Jul 22 18:44:57 2002
> @@ -2,6 +2,10 @@
>
> <project default="jar" name="xmlrpc" basedir=".">
>
> + <condition property="noget">
> + <equals arg1="${build.sysclasspath}" arg2="only"/>
> + </condition>
> +
> <target name="jar" depends="get-deps">
>
> <mkdir dir="target/classes"></mkdir>
> @@ -33,7 +37,7 @@
> </copy>
> </target>
>
> - <target name="get-deps">
> + <target name="get-deps" unless="noget">
>
> <mkdir dir="lib"></mkdir>
>
> - Sam Ruby
>
>
> --
> To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>