Hello and SVN subclipse plugin
by Robert Marcano
Hello everyone on the list.. I have been working on packaging subclipse,
the Eclipse Subversion plugin in order to add it to Fedora Extras.
After learning how to generate RPMs with the correct gcj compiled
libraries, I am nearly ready to finish it, but I am stuck on a problem
(see
http://www.marcanoonline.com/downloads/fedora/package_submissions/subclip...)
The SVNClient class is not found by gij, but when it is ran under Sun
JVM, it is found.
After fixing this. there are only two things remaining, package
ganymed.jar and javasvn.jar as external RPMs and not use the binaries
that are on the subclipse repository (why everyone store binaries on
their repositories.. yuck :-P)
Anyone knows what can be the cause of this problem?. I see that all the
classes and classpath references are ok, even the a process is loading
the correct shared libraries
/usr/lib/gcj/svnClientAdapter/svnClientAdapter-1.0.1.jar.so
/usr/share/java/svnClientAdapter-1.0.1.jar
/usr/lib/libsvnjavahl-1.so.0.0.0
/usr/lib/svn-javahl/svn-javahl.jar
All the packages (SRPMs, RPMS, and spec files) can be downloaded from
http://www.marcanoonline.com/downloads/fedora/package_submissions/subclipse
Thanks in advance
________________________________________
Robert Marcano
マルカノ・ロバート。日本語の学生。
web: http://www.marcanoonline.com/
gpg --keyserver hkp://pgp.mit.edu/ --recv-key 72A0DCFD
17 years, 1 month
Re: [fedora-java] Autotools?
by Jeff Johnston
Gareth,
The Autotools plugin is very much in its infancy. There are no firm
plans regarding how it will be released.
Andrew and Ben have discussed the project briefly with the CDT folks
at EclipseCon and there is reportedly interest in pushing the work into
the CDT. Obviously, that is a preferred strategy. We can make it much
leaner and cleaner with the CDT folks' help. I haven't started a
serious dialog with the CDT folks yet, but it is certainly on my TODO list.
At the moment, the project is a hack with us basing ourselves on a
Managed Make project and stodifying pieces of Std Make (e.g. Make target
support). This approach was taken mostly because a Managed Make project
had an extension for Makefile generation which we matched up with
configuration. The Std Make project has Make Target support which is a
must-have feature when dealing with all the myriad of existing projects.
Our target is existing Open Source C/C++ projects. Complex projects
with history behind them. I am the head maintainer of newlib and so my
first goal was to get newlib to configure/build/install from within the
CDT (done, btw). Newlib has some interesting problems and I am sure
there are many other projects out there that will prove to be even more
challenging.
Short-term has been essentially hacking together a working model
which we are building upon and refining. We have not ironed out what
the full feature-set will look like and definitely want to solicit
requirements. At present, you check out an Open Source project, then in
a separate step, you convert it to an Autotools C/C++ project
(New..Other). Through project properties, you can set up your
configuration options, where the build ends up (currently, defaults to
build subdirectory), include path, and various CDT Managed Make options.
The include path is required to get the indexing to work properly.
Once this is done, you can add Make targets via <Build Special Targets>,
which has been added to the project menu. This feature corresponds
directly with Create Make Target/Build Make Target for a Std Make
project, but we couldn't use that once we had chosen the Managed Make
base. Workarounds of this type are things the CDT folks can help us
clean up. If you choose the default Rebuild Project, etc.. you are
dealing with the standard "all" and "clean" make targets. Configuration
is done for you (including autogen support) and the results are stored
in a separate console. I just added help docs for the Gnu tools (gcc,
binutils, automake, autoconf). There are definitely warts, but it is
starting to take shape and you can easily see its potential.
Long-term, we would like to see development of C/C++ Open Source
projects see some more of the benefits that Java programmers have. One
of the key changes I would like to see is live compilation/parsing as
you get for Java. If we could eliminate typos, flag missing
declarations and illegal operations, or suggest include files, then the
CDT ends up being a helpful tool to Open Source C/C++ development. We
have had brief discussions with gcc folks here to see what it would take
to have the compiler help with sort of thing, but it is large
undertaking. Another possibility would be to attack this problem from
the indexing side. For all I know, the CDT folks are already examining
this. Again, long term, but important to start now.
I hope this clarifies things a bit. I will be updating the web-page
shortly to provide a lot more details than is presently there.
-- Jeff J.
From: "Foster, Gareth" <gareth.foster(a)siemens.com>
> To: fedora-devel-java-list(a)redhat.com
> X-Mailer: Internet Mail Service (5.5.2657.72)
> Date: Wed, 12 Apr 2006 17:00:58 +0100
> Subject: [fedora-java] Autotools?
>
> Hello list,
>
> This is a pretty open ended question really. Autotools plugin? Going in
> extras for FC5? Only going in FC6? Abandoned? Subject to furious hacking?
> Picked up code from Kdevelop?
>
> They are all questions people would be interested in having the
answers to.
> How about a status update or roadmap? As a reply to this, or maybe as a
> gnomedesktop.org post?
>
> Cheers,
>
> Gaz
>
> --
> fedora-devel-java-list mailing list
> fedora-devel-java-list(a)redhat.com
>
17 years, 2 months
eclipse-platform -> javadoc
by Orion Poplawski
Is the requirement of javadoc for eclipse-platform really necessary?
javadoc is huge!
235M /usr/share/javadoc/
I'm just looking for a small eclipse CDT install....
--
Orion Poplawski
System Administrator 303-415-9701 x222
Colorado Research Associates/NWRA FAX: 303-415-9702
3380 Mitchell Lane, Boulder CO 80301 http://www.co-ra.com
17 years, 2 months
SVN plugin
by Dimi Paun
Hi folks,
I have looked around but I couldn't find any packages for FC5
for the subclipse plugin (SVN support):
http://subclipse.tigris.org/
Any tips/tricks to get this working with FC5 Native Eclipse?
This is the last problem that I need to solve in order to
use the Native Eclipse, any help would be greatly appreciated.
--
Dimi Paun <dimi(a)lattica.com>
Lattica, Inc.
17 years, 2 months
Autotools?
by Foster, Gareth
Hello list,
This is a pretty open ended question really. Autotools plugin? Going in
extras for FC5? Only going in FC6? Abandoned? Subject to furious hacking?
Picked up code from Kdevelop?
They are all questions people would be interested in having the answers to.
How about a status update or roadmap? As a reply to this, or maybe as a
gnomedesktop.org post?
Cheers,
Gaz
17 years, 2 months
Oh Poo. JPackages has too many depenency problems and it's been over a week!
by Dan Thurman
Folks,
I have enabled Jpackage generic repo, ran it, it fails with
dependency errors, disabled it again, over and over for over
a week and the damn thing still does not work at all. Heck,
the Jpackage FC repo does not even exists.
What's the point of using JPackages if I cannot use it to update
Java components I need and want?
Can anyone tell me what is going on and why this mailing list is
one of the slowest crawling slugs I have seen - ever - ?????
Did Java interest die here or what?
HELLO? (echo: Hello, hello, hell, hel, he, h, ..... <silence>)
At this time, jpackage repo is disabled.
BTW: I tried to exclude the packages one-by-one and I realized the
list kept getting bigger and bigger so I gave up. It is much
worst than I thought. Following is the results....
====================================================================
> yum update
> Loading "installonlyn" plugin
> Setting up Update Process
> Setting up repositories
> macromedia [1/5]
> core [2/5]
> updates [3/5]
> jpackage-generic [4/5]
> extras [5/5]
> Reading repository metadata in from local files
> Resolving Dependencies
> --> Populating transaction set with selected packages. Please wait.
> ---> Downloading header for xml-commons-apis-javadoc to pack into transaction set.
> xml-commons-apis-javadoc- 100% |=========================| 42 kB 00:01
> ---> Package xml-commons-apis-javadoc.noarch 0:1.3.02-2jpp set to be updated
> ---> Downloading header for cryptix to pack into transaction set.
> cryptix-3.2.0-5jpp.noarch 100% |=========================| 2.5 kB 00:00
> ---> Package cryptix.noarch 0:3.2.0-5jpp set to be updated
> ---> Downloading header for classpathx-mail-javadoc to pack into transaction set.
> classpathx-mail-javadoc-1 100% |=========================| 38 kB 00:00
> ---> Package classpathx-mail-javadoc.noarch 0:1.1-1jpp set to be updated
> ---> Downloading header for junit to pack into transaction set.
> junit-3.8.1-4jpp.noarch.r 100% |=========================| 3.7 kB 00:00
> ---> Package junit.noarch 0:3.8.1-4jpp set to be updated
> ---> Downloading header for xml-commons to pack into transaction set.
> xml-commons-1.3.02-2jpp.n 100% |=========================| 3.6 kB 00:00
> ---> Package xml-commons.noarch 0:1.3.02-2jpp set to be updated
> ---> Downloading header for cryptix-asn1-javadoc to pack into transaction set.
> cryptix-asn1-javadoc-2001 100% |=========================| 8.6 kB 00:00
> ---> Package cryptix-asn1-javadoc.noarch 0:20011119-5jpp set to be updated
> ---> Downloading header for jdom to pack into transaction set.
> jdom-1.0-2jpp.noarch.rpm 100% |=========================| 4.6 kB 00:00
> ---> Package jdom.noarch 0:1.0-2jpp set to be updated
> ---> Downloading header for avalon-framework-manual to pack into transaction set.
> avalon-framework-manual-4 100% |=========================| 18 kB 00:00
> ---> Package avalon-framework-manual.noarch 0:4.1.5-1jpp set to be updated
> ---> Downloading header for adaptx to pack into transaction set.
> adaptx-0.9.6-2jpp.noarch. 100% |=========================| 2.6 kB 00:00
> ---> Package adaptx.noarch 0:0.9.6-2jpp set to be updated
> ---> Downloading header for junit-demo to pack into transaction set.
> junit-demo-3.8.1-4jpp.noa 100% |=========================| 18 kB 00:00
> ---> Package junit-demo.noarch 0:3.8.1-4jpp set to be updated
> ---> Downloading header for jdepend to pack into transaction set.
> jdepend-2.6-3jpp.noarch.r 100% |=========================| 3.9 kB 00:00
> ---> Package jdepend.noarch 0:2.6-3jpp set to be updated
> ---> Package mach.i386 0:0.4.9-1.fc5 set to be updated
> ---> Downloading header for antlr to pack into transaction set.
> antlr-2.7.6-1jpp.noarch.r 100% |=========================| 5.3 kB 00:00
> ---> Package antlr.noarch 0:2.7.6-1jpp set to be updated
> ---> Downloading header for jdepend-demo to pack into transaction set.
> jdepend-demo-2.6-3jpp.noa 100% |=========================| 4.9 kB 00:00
> ---> Package jdepend-demo.noarch 0:2.6-3jpp set to be updated
> ---> Downloading header for jlex-javadoc to pack into transaction set.
> jlex-javadoc-1.2.6-2jpp.n 100% |=========================| 4.6 kB 00:00
> ---> Package jlex-javadoc.noarch 0:1.2.6-2jpp set to be updated
> ---> Downloading header for castor-test to pack into transaction set.
> castor-test-0.9.6-1jpp.no 100% |=========================| 2.3 kB 00:00
> ---> Package castor-test.noarch 0:0.9.6-1jpp set to be updated
> ---> Downloading header for jsch to pack into transaction set.
> jsch-0.1.20-1jpp.noarch.r 100% |=========================| 2.6 kB 00:00
> ---> Package jsch.noarch 0:0.1.20-1jpp set to be updated
> ---> Downloading header for jakarta-commons-daemon to pack into transaction set.jakarta-commons-daemon-1. 100% |=========================| 5.8 kB 00:00
> ---> Package jakarta-commons-daemon.noarch 1:1.0.1-1jpp set to be updated
> ---> Downloading header for jzlib to pack into transaction set.
> jzlib-1.0.7-1jpp.noarch.r 100% |=========================| 2.6 kB 00:00
> ---> Package jzlib.noarch 0:1.0.7-1jpp set to be updated
> ---> Downloading header for oro to pack into transaction set.
> oro-2.0.8-2jpp.noarch.rpm 100% |=========================| 5.0 kB 00:00
> ---> Package oro.noarch 0:2.0.8-2jpp set to be updated
> ---> Downloading header for cryptix-javadoc to pack into transaction set.
> cryptix-javadoc-3.2.0-5jp 100% |=========================| 30 kB 00:00
> ---> Package cryptix-javadoc.noarch 0:3.2.0-5jpp set to be updated
> ---> Downloading header for concurrent to pack into transaction set.
> concurrent-1.3.4-1jpp.noa 100% |=========================| 2.5 kB 00:00
> ---> Package concurrent.noarch 0:1.3.4-1jpp set to be updated
> ---> Downloading header for concurrent-javadoc to pack into transaction set.
> concurrent-javadoc-1.3.4- 100% |=========================| 21 kB 00:00
> ---> Package concurrent-javadoc.noarch 0:1.3.4-1jpp set to be updated
> ---> Downloading header for bsf to pack into transaction set.
> bsf-2.3.0-8jpp.noarch.rpm 100% |=========================| 5.0 kB 00:00
> ---> Package bsf.noarch 0:2.3.0-8jpp set to be updated
> ---> Downloading header for bcel to pack into transaction set.
> bcel-5.1-5jpp.noarch.rpm 100% |=========================| 4.4 kB 00:00
> ---> Package bcel.noarch 0:5.1-5jpp set to be updated
> ---> Downloading header for xml-commons-apis to pack into transaction set.
> xml-commons-apis-1.3.02-2 100% |=========================| 3.3 kB 00:00
> ---> Package xml-commons-apis.noarch 0:1.3.02-2jpp set to be updated
> ---> Downloading header for jlex to pack into transaction set.
> jlex-1.2.6-2jpp.noarch.rp 100% |=========================| 2.6 kB 00:00
> ---> Package jlex.noarch 0:1.2.6-2jpp set to be updated
> ---> Downloading header for xml-commons-resolver-javadoc to pack into transaction set.
> xml-commons-resolver-java 100% |=========================| 13 kB 00:00
> ---> Package xml-commons-resolver-javadoc.noarch 0:1.1-3jpp set to be updated
> ---> Downloading header for xml-commons-which-javadoc to pack into transaction set.
> xml-commons-which-javadoc 100% |=========================| 8.5 kB 00:00
> ---> Package xml-commons-which-javadoc.noarch 0:1.3.02-2jpp set to be updated
> ---> Downloading header for log4j-javadoc to pack into transaction set.
> log4j-javadoc-1.2.12-1jpp 100% |=========================| 56 kB 00:01
> ---> Package log4j-javadoc.noarch 0:1.2.12-1jpp set to be updated
> ---> Downloading header for xalan-j2-xsltc to pack into transaction set.
> xalan-j2-xsltc-2.7.0-1jpp 100% |=========================| 6.9 kB 00:00
> ---> Package xalan-j2-xsltc.noarch 0:2.7.0-1jpp set to be updated
> ---> Downloading header for castor-demo to pack into transaction set.
> castor-demo-0.9.5-2jpp.no 100% |=========================| 7.9 kB 00:00
> ---> Package castor-demo.noarch 0:0.9.5-2jpp set to be updated
> ---> Downloading header for java_cup-manual to pack into transaction set.
> java_cup-manual-0.10-0.k. 100% |=========================| 2.3 kB 00:00
> ---> Package java_cup-manual.noarch 1:0.10-0.k.2jpp set to be updated
> ---> Downloading header for avalon-framework-javadoc to pack into transaction set.
> avalon-framework-javadoc- 100% |=========================| 28 kB 00:00
> ---> Package avalon-framework-javadoc.noarch 0:4.1.5-1jpp set to be updated
> ---> Downloading header for cryptix-asn1 to pack into transaction set.
> cryptix-asn1-20011119-5jp 100% |=========================| 2.5 kB 00:00
> ---> Package cryptix-asn1.noarch 0:20011119-5jpp set to be updated
> ---> Downloading header for gnu.getopt to pack into transaction set.
> gnu.getopt-1.0.10-1jpp.no 100% |=========================| 3.1 kB 00:00
> ---> Package gnu.getopt.noarch 0:1.0.10-1jpp set to be updated
> ---> Downloading header for bsh to pack into transaction set.
> bsh-1.3.0-6jpp.noarch.rpm 100% |=========================| 4.8 kB 00:00
> ---> Package bsh.noarch 0:1.3.0-6jpp set to be updated
> ---> Downloading header for xalan-j2-javadoc to pack into transaction set.
> xalan-j2-javadoc-2.7.0-1j 100% |=========================| 212 kB 00:05
> ---> Package xalan-j2-javadoc.noarch 0:2.7.0-1jpp set to be updated
> ---> Downloading header for xml-commons-which to pack into transaction set.
> xml-commons-which-1.3.02- 100% |=========================| 3.3 kB 00:00
> ---> Package xml-commons-which.noarch 0:1.3.02-2jpp set to be updated
> ---> Downloading header for jakarta-commons-lang-javadoc to pack into transaction set.
> jakarta-commons-lang-java 100% |=========================| 31 kB 00:00
> ---> Package jakarta-commons-lang-javadoc.noarch 0:2.1-1jpp set to be updated
> ---> Downloading header for xml-commons-resolver to pack into transaction set.
> xml-commons-resolver-1.1- 100% |=========================| 3.4 kB 00:00
> ---> Package xml-commons-resolver.noarch 0:1.1-3jpp set to be updated
> ---> Downloading header for xalan-j2-manual to pack into transaction set.
> xalan-j2-manual-2.7.0-1jp 100% |=========================| 7.0 kB 00:00
> ---> Package xalan-j2-manual.noarch 0:2.7.0-1jpp set to be updated
> ---> Downloading header for gnu.getopt-javadoc to pack into transaction set.
> gnu.getopt-javadoc-1.0.10 100% |=========================| 4.4 kB 00:00
> ---> Package gnu.getopt-javadoc.noarch 0:1.0.10-1jpp set to be updated
> ---> Downloading header for castor-doc to pack into transaction set.
> castor-doc-0.9.6-1jpp.noa 100% |=========================| 24 kB 00:00
> ---> Package castor-doc.noarch 0:0.9.6-1jpp set to be updated
> ---> Downloading header for jakarta-commons-lang to pack into transaction set.
> jakarta-commons-lang-2.1- 100% |=========================| 4.7 kB 00:00
> ---> Package jakarta-commons-lang.noarch 0:2.1-1jpp set to be updated
> ---> Downloading header for antlr-javadoc to pack into transaction set.
> antlr-javadoc-2.7.6-1jpp. 100% |=========================| 79 kB 00:02
> ---> Package antlr-javadoc.noarch 0:2.7.6-1jpp set to be updated
> ---> Downloading header for log4j-manual to pack into transaction set.
> log4j-manual-1.2.12-1jpp. 100% |=========================| 23 kB 00:00
> ---> Package log4j-manual.noarch 0:1.2.12-1jpp set to be updated
> ---> Downloading header for jdepend-javadoc to pack into transaction set.
> jdepend-javadoc-2.6-3jpp. 100% |=========================| 8.0 kB 00:00
> ---> Package jdepend-javadoc.noarch 0:2.6-3jpp set to be updated
> ---> Downloading header for oro-javadoc to pack into transaction set.
> oro-javadoc-2.0.8-2jpp.no 100% |=========================| 13 kB 00:00
> ---> Package oro-javadoc.noarch 0:2.0.8-2jpp set to be updated
> ---> Downloading header for jakarta-commons-daemon-javadoc to pack into transaction set.
> jakarta-commons-daemon-ja 100% |=========================| 7.1 kB 00:00
> ---> Package jakarta-commons-daemon-javadoc.noarch 1:1.0.1-1jpp set to be updated
> ---> Downloading header for lucene to pack into transaction set.
> lucene-1.4.3-2jpp.noarch. 100% |=========================| 3.0 kB 00:00
> ---> Package lucene.noarch 0:1.4.3-2jpp set to be updated
> ---> Downloading header for geronimo-specs to pack into transaction set.
> geronimo-specs-1.0-0.M2.3 100% |=========================| 5.0 kB 00:00
> ---> Package geronimo-specs.noarch 0:1.0-0.M2.3jpp set to be updated
> ---> Downloading header for junit-javadoc to pack into transaction set.
> junit-javadoc-3.8.1-4jpp. 100% |=========================| 7.8 kB 00:00
> ---> Package junit-javadoc.noarch 0:3.8.1-4jpp set to be updated
> ---> Downloading header for avalon-framework to pack into transaction set.
> avalon-framework-4.1.5-1j 100% |=========================| 4.5 kB 00:00
> ---> Package avalon-framework.noarch 0:4.1.5-1jpp set to be updated
> ---> Downloading header for java_cup-javadoc to pack into transaction set.
> java_cup-javadoc-0.10-0.k 100% |=========================| 14 kB 00:00
> ---> Package java_cup-javadoc.noarch 1:0.10-0.k.2jpp set to be updated
> ---> Downloading header for junit-manual to pack into transaction set.
> junit-manual-3.8.1-4jpp.n 100% |=========================| 6.0 kB 00:00
> ---> Package junit-manual.noarch 0:3.8.1-4jpp set to be updated
> ---> Downloading header for log4j to pack into transaction set.
> log4j-1.2.12-1jpp.noarch. 100% |=========================| 8.0 kB 00:00
> ---> Package log4j.noarch 0:1.2.12-1jpp set to be updated
> ---> Downloading header for classpathx-mail to pack into transaction set.
> classpathx-mail-1.1-1jpp. 100% |=========================| 4.1 kB 00:00
> ---> Package classpathx-mail.noarch 0:1.1-1jpp set to be updated
> ---> Downloading header for bcel-javadoc to pack into transaction set.
> bcel-javadoc-5.1-5jpp.noa 100% |=========================| 71 kB 00:01
> ---> Package bcel-javadoc.noarch 0:5.1-5jpp set to be updated
> ---> Downloading header for lucene-demo to pack into transaction set.
> lucene-demo-1.4.3-2jpp.no 100% |=========================| 2.4 kB 00:00
> ---> Package lucene-demo.noarch 0:1.4.3-2jpp set to be updated
> ---> Downloading header for java_cup to pack into transaction set.
> java_cup-0.10-0.k.2jpp.no 100% |=========================| 2.8 kB 00:00
> ---> Package java_cup.noarch 1:0.10-0.k.2jpp set to be updated
> ---> Downloading header for xalan-j2-demo to pack into transaction set.
> xalan-j2-demo-2.7.0-1jpp. 100% |=========================| 29 kB 00:00
> ---> Package xalan-j2-demo.noarch 0:2.7.0-1jpp set to be updated
> ---> Downloading header for antlr-manual to pack into transaction set.
> antlr-manual-2.7.6-1jpp.n 100% |=========================| 8.1 kB 00:00
> ---> Package antlr-manual.noarch 0:2.7.6-1jpp set to be updated
> ---> Downloading header for castor-javadoc to pack into transaction set.
> castor-javadoc-0.9.6-1jpp 100% |=========================| 115 kB 00:02
> ---> Package castor-javadoc.noarch 0:0.9.6-1jpp set to be updated
> ---> Downloading header for castor-xml to pack into transaction set.
> castor-xml-0.9.6-1jpp.noa 100% |=========================| 2.3 kB 00:00
> ---> Package castor-xml.noarch 0:0.9.6-1jpp set to be updated
> ---> Downloading header for xalan-j2 to pack into transaction set.
> xalan-j2-2.7.0-1jpp.noarc 100% |=========================| 8.7 kB 00:00
> ---> Package xalan-j2.noarch 0:2.7.0-1jpp set to be updated
> ---> Downloading header for castor to pack into transaction set.
> castor-0.9.6-1jpp.noarch. 100% |=========================| 3.2 kB 00:00
> ---> Package castor.noarch 0:0.9.6-1jpp set to be updated
> ---> Downloading header for xml-commons-apis-manual to pack into transaction set.
> xml-commons-apis-manual-1 100% |=========================| 30 kB 00:00
> ---> Package xml-commons-apis-manual.noarch 0:1.3.02-2jpp set to be updated
> ---> Downloading header for puretls-javadoc to pack into transaction set.
> puretls-javadoc-0.9-0.b5. 100% |=========================| 24 kB 00:00
> ---> Package puretls-javadoc.noarch 0:0.9-0.b5.1jpp set to be updated
> --> Running transaction check
> --> Processing Dependency: geronimo-specs = 1.0-0.M2.2jpp_7fc for package: geronimo-specs-compat
> --> Processing Dependency: cglib for package: castor
> --> Processing Dependency: castor = 0:0.9.5-2jpp for package: castor-demo
> --> Processing Dependency: servletapi3 for package: castor-demo
> --> Processing Dependency: jaxen for package: jdom
> --> Processing Dependency: xmlbeans for package: geronimo-specs
> --> Restarting Dependency Resolution with new changes.
> --> Populating transaction set with selected packages. Please wait.
> ---> Downloading header for jaxen to pack into transaction set.
> jaxen-1.1-0.b7.1jpp.noarc 100% |=========================| 3.0 kB 00:00
> ---> Package jaxen.noarch 0:1.1-0.b7.1jpp set to be updated
> ---> Downloading header for xmlbeans to pack into transaction set.
> xmlbeans-1.0.4-2jpp.noarc 100% |=========================| 3.8 kB 00:00
> ---> Package xmlbeans.noarch 0:1.0.4-2jpp set to be updated
> ---> Downloading header for servletapi3 to pack into transaction set.
> servletapi3-3.3.1-0.a.2jp 100% |=========================| 4.8 kB 00:00
> ---> Package servletapi3.noarch 0:3.3.1-0.a.2jpp set to be updated
> ---> Downloading header for cglib to pack into transaction set.
> cglib-2.1.3-1jpp.noarch.r 100% |=========================| 3.5 kB 00:00
> ---> Package cglib.noarch 0:2.1.3-1jpp set to be updated
> --> Running transaction check
> --> Processing Dependency: geronimo-specs = 1.0-0.M2.2jpp_7fc for package: geronimo-specs-compat
> --> Processing Dependency: xom for package: jaxen
> --> Processing Dependency: aspectwerkz >= 0:1.0 for package: cglib
> --> Processing Dependency: castor = 0:0.9.5-2jpp for package: castor-demo
> --> Processing Dependency: asm >= 0:1.5.3 for package: cglib
> --> Processing Dependency: dom4j >= 0:1.6.1 for package: jaxen
> --> Restarting Dependency Resolution with new changes.
> --> Populating transaction set with selected packages. Please wait.
> ---> Downloading header for asm to pack into transaction set.
> asm-1.5.3-1jpp.noarch.rpm 100% |=========================| 4.1 kB 00:00
> ---> Package asm.noarch 0:1.5.3-1jpp set to be updated
> ---> Downloading header for dom4j to pack into transaction set.
> dom4j-1.6.1-1jpp.noarch.r 100% |=========================| 2.8 kB 00:00
> ---> Package dom4j.noarch 0:1.6.1-1jpp set to be updated
> ---> Downloading header for xom to pack into transaction set.
> xom-1.0-1jpp.noarch.rpm 100% |=========================| 3.0 kB 00:00
> ---> Package xom.noarch 0:1.0-1jpp set to be updated
> ---> Downloading header for aspectwerkz to pack into transaction set.
> aspectwerkz-2.0-1jpp.noar 100% |=========================| 5.3 kB 00:00
> ---> Package aspectwerkz.noarch 0:2.0-1jpp set to be updated
> --> Running transaction check
> --> Processing Dependency: icu4j for package: xom
> --> Processing Dependency: jrexx for package: aspectwerkz
> --> Processing Dependency: geronimo-specs = 1.0-0.M2.2jpp_7fc for package: geronimo-specs-compat
> --> Processing Dependency: javassist for package: aspectwerkz
> --> Processing Dependency: qdox for package: aspectwerkz
> --> Processing Dependency: msv-xsdlib for package: dom4j
> --> Processing Dependency: xpp2 for package: dom4j
> --> Processing Dependency: relaxngDatatype for package: dom4j
> --> Processing Dependency: gnu.trove for package: aspectwerkz
> --> Processing Dependency: isorelax for package: dom4j
> --> Processing Dependency: castor = 0:0.9.5-2jpp for package: castor-demo
> --> Processing Dependency: piccolo for package: aspectwerkz
> --> Processing Dependency: stax-bea for package: dom4j
> --> Processing Dependency: msv-msv for package: dom4j
> --> Processing Dependency: ws-jaxme for package: dom4j
> --> Processing Dependency: xpp3 for package: dom4j
> --> Restarting Dependency Resolution with new changes.
> --> Populating transaction set with selected packages. Please wait.
> ---> Downloading header for qdox to pack into transaction set.
> qdox-1.5-1jpp.noarch.rpm 100% |=========================| 2.6 kB 00:00
> ---> Package qdox.noarch 0:1.5-1jpp set to be updated
> ---> Downloading header for javassist to pack into transaction set.
> javassist-3.0-1jpp.noarch 100% |=========================| 3.0 kB 00:00
> ---> Package javassist.noarch 0:3.0-1jpp set to be updated
> ---> Downloading header for xpp3 to pack into transaction set.
> xpp3-1.1.3.4-1.o.1jpp.noa 100% |=========================| 4.2 kB 00:00
> ---> Package xpp3.noarch 0:1.1.3.4-1.o.1jpp set to be updated
> ---> Downloading header for xpp2 to pack into transaction set.
> xpp2-2.1.10-5jpp.noarch.r 100% |=========================| 3.4 kB 00:00
> ---> Package xpp2.noarch 0:2.1.10-5jpp set to be updated
> ---> Downloading header for gnu.trove to pack into transaction set.
> gnu.trove-1.0.2-3jpp.noar 100% |=========================| 2.6 kB 00:00
> ---> Package gnu.trove.noarch 0:1.0.2-3jpp set to be updated
> ---> Downloading header for msv-xsdlib to pack into transaction set.
> msv-xsdlib-1.2-0.20050722 100% |=========================| 2.3 kB 00:00
> ---> Package msv-xsdlib.noarch 0:1.2-0.20050722.1jpp set to be updated
> ---> Downloading header for ws-jaxme to pack into transaction set.
> ws-jaxme-0.5-1jpp.noarch. 100% |=========================| 5.0 kB 00:00
> ---> Package ws-jaxme.noarch 0:0.5-1jpp set to be updated
> ---> Downloading header for jrexx to pack into transaction set.
> jrexx-1.1.1-2jpp.noarch.r 100% |=========================| 2.7 kB 00:00
> ---> Package jrexx.noarch 0:1.1.1-2jpp set to be updated
> ---> Downloading header for msv-msv to pack into transaction set.
> msv-msv-1.2-0.20050722.1j 100% |=========================| 2.4 kB 00:00
> ---> Package msv-msv.noarch 0:1.2-0.20050722.1jpp set to be updated
> ---> Downloading header for icu4j to pack into transaction set.
> icu4j-3.2-1jpp.noarch.rpm 100% |=========================| 3.1 kB 00:00
> ---> Package icu4j.noarch 0:3.2-1jpp set to be updated
> ---> Downloading header for piccolo to pack into transaction set.
> piccolo-1.04-1jpp.noarch. 100% |=========================| 2.4 kB 00:00
> ---> Package piccolo.noarch 0:1.04-1jpp set to be updated
> ---> Downloading header for relaxngDatatype to pack into transaction set.
> relaxngDatatype-1.0-2jpp. 100% |=========================| 2.3 kB 00:00
> ---> Package relaxngDatatype.noarch 0:1.0-2jpp set to be updated
> ---> Downloading header for isorelax to pack into transaction set.
> isorelax-0.1-0.20041111.1 100% |=========================| 2.8 kB 00:00
> ---> Package isorelax.noarch 0:0.1-0.20041111.1jpp set to be updated
> --> Running transaction check
> --> Processing Dependency: castor = 0:0.9.5-2jpp for package: castor-demo
> --> Processing Dependency: stax-bea for package: dom4j
> --> Processing Dependency: geronimo-specs = 1.0-0.M2.2jpp_7fc for package: geronimo-specs-compat
> --> Finished Dependency Resolution
> Error: Missing Dependency: geronimo-specs = 1.0-0.M2.2jpp_7fc is needed by package geronimo-specs-compat
> Error: Missing Dependency: castor = 0:0.9.5-2jpp is needed by package castor-demo
> Error: Missing Dependency: stax-bea is needed by package dom4j
> [root@copper ~]#
====================================================================
Note: 1.0-0.M2.2jpp_7fc is installed on my machine currently....
Dan
17 years, 2 months
Using JPackage Repo
by Dan Thurman
Folks,
I followed Paul Horwarth's instructions for installing JPackages
and on has to do with installing JPackage's repo - of which you
can download the jpackage.repo file into your /etc/yum.repo.d
directory.
Today, I tried to yum update and the jpackage repo is blowing
up on me. Says that I am missing a geronimo-specs-* dependency
but apparently it is installed but perhaps it is trying to
install new geronimo-specs but cannot do so due to dependencies
of other files on it!
What do I do in this case?
Also to note, that I have been using the [generic] repo version
instead of the fedora core version since I could not get this
repo to even work. Perhaps the repo does not exist.
Anyway, I have disabled all jpackage repos until I can get
a resolution to this issue.
Kind regards,
Dan
17 years, 2 months
How to setup full-fledged Java development environment under FC5?
by Dan Thurman
Folks,
I am at an impasse in deciding if it is worth taking the time
to get a Java development environment setup on FC5 for the
simple reason that FC5 recommends using their NATIVE ports
instead of using the "normal" download apps such as Sun's software,
Eclipse's software and so on. The confusion lies in not knowing
what course of action to take coupled with the FC5 caveat that
by not using the FC native ports and properly installing Java
applications may break your work on Java. This caveat alone
stops me from considering FC5 as a serious contender for a Java
development platform.
On top of all of this, FC5's Java porting time-line plans states
that there are some serious work needed to get it all working right
(Swing/AWT, others?) so it seems to me that FC5 is just not ready
for a serious Java programming development environment and who
knows when and if it will be ready?
Can anyone give me some pointers on how to get a serious
Java development environment setup going? I want to have
full flexibility to download and install Eclipse tools and
applications without being unencumbered with Fedora's port
version preventing such operations, for example if I need
to get RCP, WSP, Swing, AWT, and the zillions of other things
that are rapidly being released by the Eclipse community.
BTW: I have already visited the Fedora Java Wiki site
(http://www.fedoraproject.org/wiki/JavaFAQ) and
(http://www.jpackage.org/) but it is not "HOW TO" setup your Java
development environment.
So... how can I proceed?
Totally confused,
Dan
17 years, 2 months
release note omission
by Anthony Green
Hi Karsten,
The release notes for java used to have a link to a page giving
step-by-step instructions on installing proprietary java implementations
with the JPackage wrappers. I'm not sure when it went away, but it's a
problem. You don't have to google very long to find lots of FC5
installation notes telling people to just go ahead and install Sun's
java as-is. These notes are full of bad advice (like, telling people to
disable key SELinux functionality).
Can we add that reference back in?
AG
17 years, 2 months
Trying to follow JPackage installations per Paul Howath per FC4 for FC5
by Dan Thurman
Folks,
I am trying to get a Java development environment setup and
I was directed to follow the FC4 jpackage instructions but
for FC5 and apparently the first thing required was to install
fedora-rpmdevtools from the extras repository but this file
is nowhere to be found!
All I got for the list is:
fedora-buildrpmtree Create RPM build tree within user's home
directory
fedora-installdevkeys Install GPG keys in alternate RPM keyring
fedora-kmodhelper Helper script for building kernel module RPMs
fedora-md5 Display the md5sum of all files in an RPM
fedora-newrpmspec Creates new .spec from template
fedora-rmdevelrpms Find (and optionally remove) "development" RPMs
fedora-rpmchecksig Check package signatures using alternate RPM
keyring
fedora-rpminfo Prints information about executables and
libraries
fedora-rpmvercmp RPM version comparison checker
fedora-extract Extract various archives, "tar xvf" style
fedora-diffarchive Diff contents of two archives
fedora-wipebuildtree Erase all files within dirs created by
buildrpmtree
spectool Expand and download sources and patches in
specfiles
So - where is it... or is this step omitted for FC5 now?
Kind regards,
Dan
17 years, 2 months