manually downloading jars?

2006-10-30 Thread toby cabot
Hi Folks,

I updated my local copy of the trunk code this morning and the build
failed with:

> [INFO] Failed to resolve artifact.
> 
> Missing:
> --
> 1) org.tranql:tranql:jar:1.4-SNAPSHOT
> 
>   Try downloading the file manually from the project website.
> 
>   Then, install it using the command:
>   mvn install:install-file -DgroupId=org.tranql -DartifactId=tranql \
>   -Dversion=1.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
> 
>   Path to dependency:
> 1) org.apache.geronimo.modules:geronimo-connector:jar:1.2-SNAPSHOT
> 2) org.tranql:tranql:jar:1.4-SNAPSHOT
> 
> --
> 1 required artifact is missing.
> 
> for artifact:
>   org.apache.geronimo.modules:geronimo-connector:jar:1.2-SNAPSHOT
> 
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2),
>   apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
>   codehaus (http://repository.codehaus.org),
>   apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository),
>   codehaus-snapshots (http://snapshots.repository.codehaus.org)

I looked at the repositories and codehaus-snapshots has an
org/tranql/tranql/1.4-SNAPSHOT/ directory with a bunch of jars in it.
Is it OK to grab the most recent (which appears to be
tranql-1.4-20061027.210906-6.jar) and follow the directions in the
error message?  Or is there something else at play?

Thanks,
Toby



Re: manually downloading jars?

2006-10-30 Thread Gianny Damour

Hello Toby,

You can download the jar manually if you want (the latest artifact is  
the latest SNAPSHOT version that has been published). Personally, I  
will try to rebuild the failing module online. If it fails, then I  
will try to remove the relevant directory in my m2 repo and rebuild  
once again.


Thanks,
Gianny


On 31/10/2006, at 2:55 AM, toby cabot wrote:


Hi Folks,

I updated my local copy of the trunk code this morning and the build
failed with:


[INFO] Failed to resolve artifact.

Missing:
--
1) org.tranql:tranql:jar:1.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command:
  mvn install:install-file -DgroupId=org.tranql - 
DartifactId=tranql \

  -Dversion=1.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file

  Path to dependency:
1) org.apache.geronimo.modules:geronimo-connector:jar:1.2- 
SNAPSHOT

2) org.tranql:tranql:jar:1.4-SNAPSHOT

--
1 required artifact is missing.

for artifact:
  org.apache.geronimo.modules:geronimo-connector:jar:1.2-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  apache.snapshots (http://people.apache.org/repo/m2-snapshot- 
repository),

  codehaus (http://repository.codehaus.org),
  apache-snapshots (http://people.apache.org/repo/m2-snapshot- 
repository),

  codehaus-snapshots (http://snapshots.repository.codehaus.org)


I looked at the repositories and codehaus-snapshots has an
org/tranql/tranql/1.4-SNAPSHOT/ directory with a bunch of jars in it.
Is it OK to grab the most recent (which appears to be
tranql-1.4-20061027.210906-6.jar) and follow the directions in the
error message?  Or is there something else at play?

Thanks,
Toby





Re: manually downloading jars?

2006-10-31 Thread Jacek Laskowski

On 10/30/06, toby cabot <[EMAIL PROTECTED]> wrote:


I looked at the repositories and codehaus-snapshots has an
org/tranql/tranql/1.4-SNAPSHOT/ directory with a bunch of jars in it.
Is it OK to grab the most recent (which appears to be
tranql-1.4-20061027.210906-6.jar) and follow the directions in the
error message?  Or is there something else at play?


I'd look at the maven output (just before it failed with the error
message you attached) and see why codehaus-snapshots didn't let the
build download the dependency. It should, but somehow (network latency
problems?) it didn't.

Jacek

--
Jacek Laskowski
http://www.jaceklaskowski.pl


Re: manually downloading jars?

2006-10-31 Thread toby cabot
On Tue, Oct 31, 2006 at 06:19:59PM +1100, Gianny Damour wrote:
> You can download the jar manually if you want (the latest artifact is  
> the latest SNAPSHOT version that has been published). Personally, I  
> will try to rebuild the failing module online. If it fails, then I  
> will try to remove the relevant directory in my m2 repo and rebuild  
> once again.

Gianny, Jacek,

I tried again this morning, and after a few false starts and a mess of
POM validation warnings I got a successful build.  I guess that my
build gremlins have better things to do this halloween than bother me.

Thanks for your help,
Toby


Re: manually downloading jars?

2006-10-31 Thread Jacek Laskowski

On 10/31/06, toby cabot <[EMAIL PROTECTED]> wrote:


I tried again this morning, and after a few false starts and a mess of
POM validation warnings I got a successful build.  I guess that my
build gremlins have better things to do this halloween than bother me.


Glad you've done it. After the successful build, it's time to get your
hands wet and start testing! ;-) See how the doco improved lately. You
won't likely find so much time as it's required to get thru all the
docs.

Jacek

--
Jacek Laskowski
http://www.jaceklaskowski.pl


Re: manually downloading jars?

2006-11-01 Thread toby cabot
On Tue, Oct 31, 2006 at 10:50:59PM +0100, Jacek Laskowski wrote:
> On 10/31/06, toby cabot <[EMAIL PROTECTED]> wrote:
> Glad you've done it. After the successful build, it's time to get your
> hands wet and start testing! ;-) See how the doco improved lately. You
> won't likely find so much time as it's required to get thru all the
> docs.

Thanks Jacek, will do.  The docs for 1.0 and 1.1 look nice, what's the
plan for 1.2 docs?  Will someone clone the 1.1 wiki tree into a
GMOxDOC12 and then people will edit the files for changes?  I ask only
because my next step is to get my application to run in 1.2 so I could
update the docs as I go.

Toby


Re: manually downloading jars?

2006-11-01 Thread Jacek Laskowski

On 11/1/06, toby cabot <[EMAIL PROTECTED]> wrote:


Thanks Jacek, will do.  The docs for 1.0 and 1.1 look nice, what's the
plan for 1.2 docs?  Will someone clone the 1.1 wiki tree into a
GMOxDOC12 and then people will edit the files for changes?  I ask only
because my next step is to get my application to run in 1.2 so I could
update the docs as I go.


I don't really know. I used to wait for Hernan or others when I get a
question about the documentation. If you get bored awaiting any
responses, please speak up in a separate thread with a more
appropriate subject.

Jacek

--
Jacek Laskowski
http://www.jaceklaskowski.pl