Discussion:
[openjms-developer] building from CVS
Christian Sell
2003-07-05 00:13:13 UTC
Permalink
Hello,

I just started looking into OpenJMS, and tried to build the CVS head by
invoking "maven jar". What I got was all kinds of download errors,
because jar files could not be found on ibiblio.org. I then copied all
files that I could find elsewhere into my repository by hand (except
adaptx-0.9.2.jar, which I was not able to find), but I am now getting an
<attainGoal> error. Please see messages below.

thanks,
Christian Sell


Attempting to download adaptx-0.9.2.jar.
Error retrieving artifact from
[http://www.ibiblio.org/maven/adaptx/jars/adaptx-0.9.2.jar]:
java.lang.Exception: Can't get adaptx-0.9.2.jar.incomplete to
/home/cse/work/jakarta-maven/maven-1.0-beta-9/repository/adaptx/jars/adaptx-0.9.2.jar.incomplete
WARNING: Failed to download adaptx-0.9.2.jar.
The build cannot continue because of the following unsatisfied dependency:

adaptx-0.9.2.jar

Total time: 10 seconds

***@rhema1:~/dell/work/openjms/cvs-src/openjms> vi project.xml
***@rhema1:~/dell/work/openjms/cvs-src/openjms> maven jar
__ __
| \/ |__ Jakarta _ ___
| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
|_| |_\__,_|\_/\___|_||_| v. 1.0-beta-9-SNAPSHOT



BUILD FAILED
null:21:51: <attainGoal> null:-1:-1: <null> No goal
[castor:prepare-filesystem]
Total time: 13 seconds
Tim Anderson
2003-07-05 03:10:12 UTC
Permalink
The maven build isn't quite there yet. At the moment, it is just being
used to generate the website - it currently doesn't produce correct jar
files or install archives.

You're seeing download errors because ibiblio.org doesn't host Sun jars due
to
licensing issues. As for adaptx, I think thats no longer required.

Regards,

Tim
-----Original Message-----
Christian Sell
Sent: Saturday, 5 July 2003 10:13 AM
Subject: [openjms-developer] building from CVS
Hello,
I just started looking into OpenJMS, and tried to build the CVS head by
invoking "maven jar". What I got was all kinds of download errors,
because jar files could not be found on ibiblio.org. I then copied all
files that I could find elsewhere into my repository by hand (except
adaptx-0.9.2.jar, which I was not able to find), but I am now getting an
<attainGoal> error. Please see messages below.
thanks,
Christian Sell
Attempting to download adaptx-0.9.2.jar.
Error retrieving artifact from
java.lang.Exception: Can't get adaptx-0.9.2.jar.incomplete to
/home/cse/work/jakarta-maven/maven-1.0-beta-9/repository/adaptx/ja
rs/adaptx-0.9.2.jar.incomplete
WARNING: Failed to download adaptx-0.9.2.jar.
adaptx-0.9.2.jar
Total time: 10 seconds
__ __
| \/ |__ Jakarta _ ___
| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
|_| |_\__,_|\_/\___|_||_| v. 1.0-beta-9-SNAPSHOT
BUILD FAILED
null:21:51: <attainGoal> null:-1:-1: <null> No goal
[castor:prepare-filesystem]
Total time: 13 seconds
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
openjms-developer mailing list
https://lists.sourceforge.net/lists/listinfo/openjms-developer
Tim Anderson
2003-07-05 03:16:52 UTC
Permalink
I've just checked in an updated version of the maven build.
However, if you really just want to build openjms rather
than live on the bleeding edge, use the ant build (invoked
by build.bat/build.sh

-Tim
-----Original Message-----
Anderson
Sent: Saturday, 5 July 2003 1:10 PM
Subject: RE: [openjms-developer] building from CVS
The maven build isn't quite there yet. At the moment, it is just being
used to generate the website - it currently doesn't produce correct jar
files or install archives.
You're seeing download errors because ibiblio.org doesn't host
Sun jars due
to
licensing issues. As for adaptx, I think thats no longer required.
Regards,
Tim
-----Original Message-----
Christian Sell
Sent: Saturday, 5 July 2003 10:13 AM
Subject: [openjms-developer] building from CVS
Hello,
I just started looking into OpenJMS, and tried to build the CVS head by
invoking "maven jar". What I got was all kinds of download errors,
because jar files could not be found on ibiblio.org. I then copied all
files that I could find elsewhere into my repository by hand (except
adaptx-0.9.2.jar, which I was not able to find), but I am now getting an
<attainGoal> error. Please see messages below.
thanks,
Christian Sell
Attempting to download adaptx-0.9.2.jar.
Error retrieving artifact from
java.lang.Exception: Can't get adaptx-0.9.2.jar.incomplete to
/home/cse/work/jakarta-maven/maven-1.0-beta-9/repository/adaptx/ja
rs/adaptx-0.9.2.jar.incomplete
WARNING: Failed to download adaptx-0.9.2.jar.
The build cannot continue because of the following unsatisfied
adaptx-0.9.2.jar
Total time: 10 seconds
__ __
| \/ |__ Jakarta _ ___
| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
|_| |_\__,_|\_/\___|_||_| v. 1.0-beta-9-SNAPSHOT
BUILD FAILED
null:21:51: <attainGoal> null:-1:-1: <null> No goal
[castor:prepare-filesystem]
Total time: 13 seconds
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
openjms-developer mailing list
https://lists.sourceforge.net/lists/listinfo/openjms-developer
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
openjms-developer mailing list
https://lists.sourceforge.net/lists/listinfo/openjms-developer
Christian Sell
2003-07-05 09:41:35 UTC
Permalink
Hi,

it was mainly the site I was wanting to build. I updated from CVS, but
am still getting the same error. The adaptx library is also still
referenced in project.xml.
BTW, it was not only the sun jars that couldnt be downloaded from
ibiblio. If I remember correctly, exloabcore and proxool were also not
available

thanks,
Christian


site:run-reports:
[echo] Generating the Metrics...

BUILD FAILED
null:37:50: <attainGoal> null:30:38: <attainGoal> null:55:54:
<attainGoal> null:21:51: <attainGoal> null:-1:-1: <null> No goal
[castor:prepare-filesystem]
Total time: 19 seconds
Christian Sell
2003-07-05 10:30:57 UTC
Permalink
BTW, building via ant got me this mysterious error:

BUILD FAILED
file:/home/cse/dell/work/openjms/cvs-src/openjms/src/build.xml:190:
java.lang.NoClassDefFoundError: sun/reflect/MethodAccessorImpl

I was able to get around it after reading the following in the ant docs
for the java task:

"If odd things go wrong when you run this task, set fork='true' to use a
new JVM."

Odd indeed. I am using JDK 1.4.1_01 under Linux.

regards,
Christian
Post by Tim Anderson
I've just checked in an updated version of the maven build.
However, if you really just want to build openjms rather
than live on the bleeding edge, use the ant build (invoked
by build.bat/build.sh
-Tim
-----Original Message-----
Anderson
Sent: Saturday, 5 July 2003 1:10 PM
Subject: RE: [openjms-developer] building from CVS
The maven build isn't quite there yet. At the moment, it is just being
used to generate the website - it currently doesn't produce correct jar
files or install archives.
You're seeing download errors because ibiblio.org doesn't host
Sun jars due
to
licensing issues. As for adaptx, I think thats no longer required.
Regards,
Tim
-----Original Message-----
Christian Sell
Sent: Saturday, 5 July 2003 10:13 AM
Subject: [openjms-developer] building from CVS
Hello,
I just started looking into OpenJMS, and tried to build the CVS head by
invoking "maven jar". What I got was all kinds of download errors,
because jar files could not be found on ibiblio.org. I then copied all
files that I could find elsewhere into my repository by hand (except
adaptx-0.9.2.jar, which I was not able to find), but I am now getting an
<attainGoal> error. Please see messages below.
thanks,
Christian Sell
Attempting to download adaptx-0.9.2.jar.
Error retrieving artifact from
java.lang.Exception: Can't get adaptx-0.9.2.jar.incomplete to
/home/cse/work/jakarta-maven/maven-1.0-beta-9/repository/adaptx/ja
rs/adaptx-0.9.2.jar.incomplete
WARNING: Failed to download adaptx-0.9.2.jar.
The build cannot continue because of the following unsatisfied
adaptx-0.9.2.jar
Total time: 10 seconds
__ __
| \/ |__ Jakarta _ ___
| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
|_| |_\__,_|\_/\___|_||_| v. 1.0-beta-9-SNAPSHOT
BUILD FAILED
null:21:51: <attainGoal> null:-1:-1: <null> No goal
[castor:prepare-filesystem]
Total time: 13 seconds
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
openjms-developer mailing list
https://lists.sourceforge.net/lists/listinfo/openjms-developer
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
openjms-developer mailing list
https://lists.sourceforge.net/lists/listinfo/openjms-developer
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
openjms-developer mailing list
https://lists.sourceforge.net/lists/listinfo/openjms-developer
Tim Anderson
2003-07-05 15:45:36 UTC
Permalink
. pserver access to CVS goes to a backup, which is approximately
24 hours behind the developer CVS server.
. you should find all of the jars in the lib/ dir.
. the maven build requires the the castor plugin from the
unreleased version of maven, not 1.0 beta 9.

-Tim
-----Original Message-----
Christian Sell
Sent: Saturday, 5 July 2003 7:42 PM
Subject: Re: [openjms-developer] building from CVS
Hi,
it was mainly the site I was wanting to build. I updated from CVS, but
am still getting the same error. The adaptx library is also still
referenced in project.xml.
BTW, it was not only the sun jars that couldnt be downloaded from
ibiblio. If I remember correctly, exloabcore and proxool were also not
available
thanks,
Christian
[echo] Generating the Metrics...
BUILD FAILED
<attainGoal> null:21:51: <attainGoal> null:-1:-1: <null> No goal
[castor:prepare-filesystem]
Total time: 19 seconds
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
openjms-developer mailing list
https://lists.sourceforge.net/lists/listinfo/openjms-developer
Loading...