Discussion:
[Jxplorer-users] JXplorer 3.3 beta released - now with multiple windows
Chris Betts
2011-11-08 04:46:50 UTC
Permalink
Hi Folks,

we've got a new version of JXplorer in beta; this time with multiple
windows allowing you can copy and paste between directories.


https://sourceforge.net/projects/jxplorer/files/jxplorer/version%203.3%20%28beta%201%29/

feedback welcome!

cheers,

- Chris
--
Dr Christopher Betts
Pegacat Software
Melbourne, Australia
m: 0408 533 456
Meike Stone
2011-11-08 08:45:06 UTC
Permalink
Hell Chris,

can I use/copy my old config and connection files or are there more options now?
   feedback welcome!
I installed it and found "problems" with "german umlauts". They are
not correct shown.
Version 3.2.1 does it make allright :-)

Then I see, some translations are missing in German language. If I can
help, I would doe the job.

More experiences later, after working with it!

Thanks for great work

Meike
Chris Betts
2011-11-08 10:35:25 UTC
Permalink
Hi Meike,

yup, the old config should just work fine. (Yes, there are more
options, but they should be seamlessly added on).

Hum... umlauts... someone was complaining that they weren't working
properly with 3.2.2 either. Odd; it should all work fine... I'll check it
out; thanks!

- Chris
Post by Meike Stone
Hell Chris,
can I use/copy my old config and connection files or are there more options now?
Post by Chris Betts
feedback welcome!
I installed it and found "problems" with "german umlauts". They are
not correct shown.
Version 3.2.1 does it make allright :-)
Then I see, some translations are missing in German language. If I can
help, I would doe the job.
More experiences later, after working with it!
Thanks for great work
Meike
--
Dr Christopher Betts
Pegacat Software
Melbourne, Australia
m: 0408 533 456
Douglas E. Engert
2011-11-09 22:30:17 UTC
Permalink
Post by Chris Betts
Hi Folks,
we've got a new version of JXplorer in beta; this time with multiple windows allowing you can copy and paste between directories.
https://sourceforge.net/projects/jxplorer/files/jxplorer/version%203.3%20%28beta%201%29/
feedback welcome!
I am trying to compile from SVN:

Last Changed Author: pegacat
Last Changed Rev: 57
Last Changed Date: 2011-11-07 20:30:17 -0600 (Mon, 07 Nov 2011)

There appears to be some discrepancies in the build.xml as to the location of
the jxplorer.jar file.

<jar jarfile="${jars}/jxplorer.jar">
says the jar file should be in the jars directory.

The clean section has:
<target name="clean" depends="init" description="Cleans all build artifacts">
<delete file="jxplorer.jar"/>
which says it is in the current directory?

The clean section does not delete the classes directory either,
so a new build without any source changes just uses the old classes.
(Found this out when testing the target= and source=. See below.)

The SNV contains a jars/jxplorer.jar as well as three other jar files.
Since the build.xml is building the jars/jxplorer.jar, I would think
jxplorer.jar should not be in SVN repository at all.

The dist section copies jars/*.jars and ./jxplorer.jar to the dist
which would only copy one of the jxplorer.jar files, even if two existed.

The build section has target=1.4 and source=1.4 To compile, I had to set
these to 1.5. (1.6 gave errors, where as 1.5 gave a lot of warnings.)

So it appears that once the classes are built, a new jars/jxplorer.jar
is created. But a clean does not clean up the classes or the
jars/jxplorer.jar, and so there is no way to get back to a clean
SVN repository.


I am not much of a Java programmer, but attached are some suggestions
for the build.xml.

And should the help.jar, jhall.jar and junit.jar also be built?
Where is the source for these?

Thanks.
Post by Chris Betts
cheers,
- Chris
--
Dr Christopher Betts
Pegacat Software
Melbourne, Australia
m: 0408 533 456
------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Jxplorer-users mailing list
https://lists.sourceforge.net/lists/listinfo/jxplorer-users
--
Douglas E. Engert <***@anl.gov>
Argonne National Laboratory
9700 South Cass Avenue
Argonne, Illinois 60439
(630) 252-5444
Chris Betts
2011-11-09 22:55:48 UTC
Permalink
Hi Doug,

thanks for that - I need to look this over (the problem with using an
IDE most of the time :-) ).

You are correct, jxplorer.jar should be built in the jars directory.
The other three jars are libraries and should not be built.

I'll have a look at your suggestions!

cheers,

- Chris
Post by Douglas E. Engert
Post by Chris Betts
Hi Folks,
we've got a new version of JXplorer in beta; this time with multiple
windows allowing you can copy and paste between directories.
https://sourceforge.net/**projects/jxplorer/files/**
jxplorer/version%203.3%20%**28beta%201%29/<https://sourceforge.net/projects/jxplorer/files/jxplorer/version%203.3%20%28beta%201%29/>
feedback welcome!
Last Changed Author: pegacat
Last Changed Rev: 57
Last Changed Date: 2011-11-07 20:30:17 -0600 (Mon, 07 Nov 2011)
There appears to be some discrepancies in the build.xml as to the location of
the jxplorer.jar file.
<jar jarfile="${jars}/jxplorer.jar"**>
says the jar file should be in the jars directory.
<target name="clean" depends="init" description="Cleans all build artifacts">
<delete file="jxplorer.jar"/>
which says it is in the current directory?
The clean section does not delete the classes directory either,
so a new build without any source changes just uses the old classes.
(Found this out when testing the target= and source=. See below.)
The SNV contains a jars/jxplorer.jar as well as three other jar files.
Since the build.xml is building the jars/jxplorer.jar, I would think
jxplorer.jar should not be in SVN repository at all.
The dist section copies jars/*.jars and ./jxplorer.jar to the dist
which would only copy one of the jxplorer.jar files, even if two existed.
The build section has target=1.4 and source=1.4 To compile, I had to set
these to 1.5. (1.6 gave errors, where as 1.5 gave a lot of warnings.)
So it appears that once the classes are built, a new jars/jxplorer.jar
is created. But a clean does not clean up the classes or the
jars/jxplorer.jar, and so there is no way to get back to a clean
SVN repository.
I am not much of a Java programmer, but attached are some suggestions
for the build.xml.
And should the help.jar, jhall.jar and junit.jar also be built?
Where is the source for these?
Thanks.
Post by Chris Betts
cheers,
- Chris
--
Dr Christopher Betts
Pegacat Software
Melbourne, Australia
m: 0408 533 456
------------------------------**------------------------------**
------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-**sfdev2dev1 <http://p.sf.net/sfu/rsa-sfdev2dev1>
______________________________**_________________
Jxplorer-users mailing list
https://lists.sourceforge.net/**lists/listinfo/jxplorer-users<https://lists.sourceforge.net/lists/listinfo/jxplorer-users>
--
Argonne National Laboratory
9700 South Cass Avenue
Argonne, Illinois 60439
(630) 252-5444
------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Jxplorer-users mailing list
https://lists.sourceforge.net/lists/listinfo/jxplorer-users
--
Dr Christopher Betts
Pegacat Software
Melbourne, Australia
m: 0408 533 456
Douglas E. Engert
2011-11-10 21:29:39 UTC
Permalink
Post by Chris Betts
Hi Doug,
thanks for that - I need to look this over (the problem with using an IDE most of the time :-) ).
You are correct, jxplorer.jar should be built in the jars directory. The other three jars are libraries and should not be built.
I'll have a look at your suggestions!
cheers,
- Chris
Attached is an SVN diff of the files I changed:

build.xml
All the changes from the previous note, plus the version number change.
It looks like the version number is in some other files too which I did not change.

jxplorer.bat
Allows additional parameters to be passed, include the location of the krb5.ini
file used wit hte GSSAPI. (I reported these same changes a few years ago, and
they were never incorporated in to this file.)

jxplorer.sh
Allows additional parameters to be passes, include the location of a user
KRB5CCANME or the default ticket cache location as used by the operating system.
and fixes a problem with a case statement not supporting the use of $(command)
by replace it with two commands. (Solaris did not support the $(command)
(I reported these same changes a few years ago, and they were never incorporated
in to this file.)


After running a build for the dist directory and then copying the dist directory
to a new location /afs/anl.gov/appl/JXplorer-dev/jxplorer

cd /afs/anl.gov/appl/JXplorer-dev/jxplorer
./jxplorer.sh console

The output of a simple startup is attached. there are a number of problems with
locating themes, language, htmldocs, com.pegacat.jxworkbench.JXWorkBenchBrowser,
templates, and icons.

The test was run on on a Solaris 10 sparc system.
./jxplorer.sh console
Post by Chris Betts
Hi Folks,
we've got a new version of JXplorer in beta; this time with multiple windows allowing you can copy and paste between directories.
https://sourceforge.net/__projects/jxplorer/files/__jxplorer/version%203.3%20%__28beta%201%29/ <https://sourceforge.net/projects/jxplorer/files/jxplorer/version%203.3%20%28beta%201%29/>
feedback welcome!
Last Changed Author: pegacat
Last Changed Rev: 57
Last Changed Date: 2011-11-07 20:30:17 -0600 (Mon, 07 Nov 2011)
There appears to be some discrepancies in the build.xml as to the location of
the jxplorer.jar file.
<jar jarfile="${jars}/jxplorer.jar"__>
says the jar file should be in the jars directory.
<target name="clean" depends="init" description="Cleans all build artifacts">
<delete file="jxplorer.jar"/>
which says it is in the current directory?
The clean section does not delete the classes directory either,
so a new build without any source changes just uses the old classes.
(Found this out when testing the target= and source=. See below.)
The SNV contains a jars/jxplorer.jar as well as three other jar files.
Since the build.xml is building the jars/jxplorer.jar, I would think
jxplorer.jar should not be in SVN repository at all.
The dist section copies jars/*.jars and ./jxplorer.jar to the dist
which would only copy one of the jxplorer.jar files, even if two existed.
The build section has target=1.4 and source=1.4 To compile, I had to set
these to 1.5. (1.6 gave errors, where as 1.5 gave a lot of warnings.)
So it appears that once the classes are built, a new jars/jxplorer.jar
is created. But a clean does not clean up the classes or the
jars/jxplorer.jar, and so there is no way to get back to a clean
SVN repository.
I am not much of a Java programmer, but attached are some suggestions
for the build.xml.
And should the help.jar, jhall.jar and junit.jar also be built?
Where is the source for these?
Thanks.
cheers,
- Chris
--
Dr Christopher Betts
Pegacat Software
Melbourne, Australia
m: 0408 533 456
------------------------------__------------------------------__------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-__sfdev2dev1 <http://p.sf.net/sfu/rsa-sfdev2dev1>
_________________________________________________
Jxplorer-users mailing list
https://lists.sourceforge.net/__lists/listinfo/jxplorer-users <https://lists.sourceforge.net/lists/listinfo/jxplorer-users>
--
Argonne National Laboratory
9700 South Cass Avenue
Argonne, Illinois 60439
(630) 252-5444 <tel:%28630%29%20252-5444>
------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Jxplorer-users mailing list
https://lists.sourceforge.net/lists/listinfo/jxplorer-users
--
Dr Christopher Betts
Pegacat Software
Melbourne, Australia
m: 0408 533 456
------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Jxplorer-users mailing list
https://lists.sourceforge.net/lists/listinfo/jxplorer-users
--
Douglas E. Engert <***@anl.gov>
Argonne National Laboratory
9700 South Cass Avenue
Argonne, Illinois 60439
(630) 252-5444
Loading...