On Fri, 15 Oct 2004 09:09:12 +0300, A Leg <hale_india@yahoo.com> wrote:
> I
>
> Hans is right
>
> I found this in build.xml :
> <get dest="${libdir}/swt-win32-2.1.0.jar" usetimestamp="true"
> ignoreerrors="true"
> src="http://www.ibiblio.org/maven/swt/jars/swt-win32-2.1.0.jar">
> and from that I found :
The build.xml file is generated from project.xmland that entry is
generated from this:
<dependency>
<id>swt</id>
<!-- don't know how to support OS-dependent jars in Maven yet -->
<version>win32-2.1.0</version>
</dependency>
You'll need to change that dependency to use your OS specific version
of the swt jar.
The jar must be in the local maven repository.
--
http://www.multitask.com.au/people/dion/
---------------------------------------------------------------------
To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-user-help@jakarta.apache.org
|