Discussion:
[ale] [OT] Anyone know Java?
Leam Hall via Ale
2018-10-03 21:02:48 UTC
Permalink
I'm helping a guy with his Java code, but he uses NetBeans on Winderz
and has no idea how to compile things on Linux. I'm trying to fix some
hard-coded directory issues but don't know how to compile Linux either.

https://github.com/LeamHall/Names

It's a bit more complex of a directory structure than I'm used to,
anyone know how to compile it? What do I compile?

Thanks!

Leam
_______________________________________________
Ale mailing list
***@ale.org
https://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo
Scott Plante via Ale
2018-10-04 14:44:49 UTC
Permalink
It's has a build.xml, which means it's using 'ant' as a build tool. If you install it (ant.apache.org), you should be able to cd to the directory and just type 'ant'.
--
Scott Plante
404-873-0058 x104


----- Original Message -----

From: "Leam Hall via Ale" <***@ale.org>
To: "Atlanta Linux Enthusiasts" <***@ale.org>
Sent: Wednesday, October 3, 2018 5:02:48 PM
Subject: [ale] [OT] Anyone know Java?

I'm helping a guy with his Java code, but he uses NetBeans on Winderz
and has no idea how to compile things on Linux. I'm trying to fix some
hard-coded directory issues but don't know how to compile Linux either.

https://github.com/LeamHall/Names

It's a bit more complex of a directory structure than I'm used to,
anyone know how to compile it? What do I compile?

Thanks!

Leam
_______________________________________________
Ale mailing list
***@ale.org
https://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo
Leam Hall via Ale
2018-10-04 14:52:35 UTC
Permalink
Scott, thanks! Needed to install ant and javafx, but it compiles. Now to
make it run. :)

Leam
Post by Scott Plante via Ale
It's has a build.xml, which means it's using 'ant' as a build tool. If you
install it (ant.apache.org), you should be able to cd to the directory
and just type 'ant'.
--
Scott Plante
404-873-0058 x104
------------------------------
*Sent: *Wednesday, October 3, 2018 5:02:48 PM
*Subject: *[ale] [OT] Anyone know Java?
I'm helping a guy with his Java code, but he uses NetBeans on Winderz
and has no idea how to compile things on Linux. I'm trying to fix some
hard-coded directory issues but don't know how to compile Linux either.
https://github.com/LeamHall/Names
It's a bit more complex of a directory structure than I'm used to,
anyone know how to compile it? What do I compile?
Thanks!
Leam
_______________________________________________
Ale mailing list
https://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo
Scott Plante via Ale
2018-10-04 15:28:11 UTC
Permalink
Did you try 'ant run' ?


Scott
----- Original Message -----

From: "Leam Hall via Ale" <***@ale.org>
To: "Atlanta Linux Enthusiasts" <***@ale.org>
Sent: Thursday, October 4, 2018 10:52:35 AM
Subject: Re: [ale] [OT] Anyone know Java?



Scott, thanks! Needed to install ant and javafx, but it compiles. Now to make it run. :)


Leam



On Thu, Oct 4, 2018 at 10:44 AM Scott Plante < ***@insightsys.com > wrote:




It's has a build.xml, which means it's using 'ant' as a build tool. If you install it ( ant.apache.org ), you should be able to cd to the directory and just type 'ant'.
--
Scott Plante
404-873-0058 x104




From: "Leam Hall via Ale" < ***@ale.org >
To: "Atlanta Linux Enthusiasts" < ***@ale.org >
Sent: Wednesday, October 3, 2018 5:02:48 PM
Subject: [ale] [OT] Anyone know Java?

I'm helping a guy with his Java code, but he uses NetBeans on Winderz
and has no idea how to compile things on Linux. I'm trying to fix some
hard-coded directory issues but don't know how to compile Linux either.

https://github.com/LeamHall/Names

It's a bit more complex of a directory structure than I'm used to,
anyone know how to compile it? What do I compile?

Thanks!

Leam
_______________________________________________
Ale mailing list
***@ale.org
https://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo




_______________________________________________
Ale mailing list
***@ale.org
https://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo
Leam Hall via Ale
2018-10-04 15:30:27 UTC
Permalink
Have now, and that gives me the expected error on hard-coded path. Thanks!

Leam
Post by Scott Plante via Ale
Did you try 'ant run' ?
Scott
------------------------------------------------------------------------
*Sent: *Thursday, October 4, 2018 10:52:35 AM
*Subject: *Re: [ale] [OT] Anyone know Java?
Scott, thanks! Needed to install ant and javafx, but it compiles. Now to
make it run.  :)
Leam
It's has a build.xml, which means it's using 'ant' as a build tool.
If you install it (ant.apache.org <http://ant.apache.org>), you
should be able to cd to the directory and just type 'ant'.
--
Scott Plante
404-873-0058 x104
------------------------------------------------------------------------
*Sent: *Wednesday, October 3, 2018 5:02:48 PM
*Subject: *[ale] [OT] Anyone know Java?
I'm helping a guy with his Java code, but he uses NetBeans on Winderz
and has no idea how to compile things on Linux. I'm trying to fix some
hard-coded directory issues but don't know how to compile Linux either.
https://github.com/LeamHall/Names
It's a bit more complex of a directory structure than I'm used to,
anyone know how to compile it? What do I compile?
Thanks!
Leam
_______________________________________________
Ale mailing list
https://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo
_______________________________________________
Ale mailing list
https://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo
_______________________________________________
Ale mailing list
***@ale.org
https://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mail
Jim Kinney via Ale
2018-10-04 17:14:43 UTC
Permalink
as opposed to "chicken run" or are we stuck on "a bugs life" ?
Post by Scott Plante via Ale
Did you try 'ant run' ?
Scott
Sent: Thursday, October 4, 2018 10:52:35 AM
Subject: Re: [ale] [OT] Anyone know Java?
Scott, thanks! Needed to install ant and javafx, but it compiles. Now
to make it run. :)
Leam
Post by Scott Plante via Ale
It's has a build.xml, which means it's using 'ant' as a build tool.
If you install it (ant.apache.org), you should be able to cd to the
directory and just type 'ant'.
--
Scott Plante
404-873-0058 x104
Sent: Wednesday, October 3, 2018 5:02:48 PM
Subject: [ale] [OT] Anyone know Java?
I'm helping a guy with his Java code, but he uses NetBeans on Winderz
and has no idea how to compile things on Linux. I'm trying to fix some
hard-coded directory issues but don't know how to compile Linux either.
https://github.com/LeamHall/Names
It's a bit more complex of a directory structure than I'm used to,
anyone know how to compile it? What do I compile?
Thanks!
Leam
_______________________________________________
Ale mailing list
https://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo
_______________________________________________
Ale mailing list
https://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo
_______________________________________________Ale mailing
ANNOUNCE and SCHOOLS lists athttp://mail.ale.org/mailman/listinfo
--
James P. Kinney III

Every time you stop a school, you will have to build a jail. What you
gain at one end you lose at the other. It's like feeding a dog on his
own tail. It won't fatten the dog.
- Speech 11/23/1900 Mark Twain

http://heretothereideas.blogspot.com/
Jerald Sheets via Ale
2018-10-04 20:32:11 UTC
Permalink
It’s Leam’s code, so keep that whole “bug” thing in there.
Post by Jim Kinney via Ale
as opposed to "chicken run" or are we stuck on "a bugs life" ?
Post by Scott Plante via Ale
Did you try 'ant run' ?
Scott
Sent: Thursday, October 4, 2018 10:52:35 AM
Subject: Re: [ale] [OT] Anyone know Java?
Scott, thanks! Needed to install ant and javafx, but it compiles. Now to make it run. :)
Leam
It's has a build.xml, which means it's using 'ant' as a build tool. If you install it (ant.apache.org <http://ant.apache.org/>), you should be able to cd to the directory and just type 'ant'.
--
Scott Plante
404-873-0058 x104
Sent: Wednesday, October 3, 2018 5:02:48 PM
Subject: [ale] [OT] Anyone know Java?
I'm helping a guy with his Java code, but he uses NetBeans on Winderz
and has no idea how to compile things on Linux. I'm trying to fix some
hard-coded directory issues but don't know how to compile Linux either.
https://github.com/LeamHall/Names <https://github.com/LeamHall/Names>
It's a bit more complex of a directory structure than I'm used to,
anyone know how to compile it? What do I compile?
Thanks!
Leam
_______________________________________________
Ale mailing list
https://mail.ale.org/mailman/listinfo/ale <https://mail.ale.org/mailman/listinfo/ale>
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo <http://mail.ale.org/mailman/listinfo>
_______________________________________________
Ale mailing list
https://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo
_______________________________________________
Ale mailing list
https://mail.ale.org/mailman/listinfo/ale <https://mail.ale.org/mailman/listinfo/ale>
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo <http://mail.ale.org/mailman/listinfo>
--
James P. Kinney III
Every time you stop a school, you will have to build a jail. What you
gain at one end you lose at the other. It's like feeding a dog on his
own tail. It won't fatten the dog.
- Speech 11/23/1900 Mark Twain
http://heretothereideas.blogspot.com/ <http://heretothereideas.blogspot.com/>
_______________________________________________
Ale mailing list
https://mail.ale.org/mailman/listinfo/ale <https://mail.ale.org/mailman/listinfo/ale>
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo <http://mail.ale.org/mailman/listinfo>
Jim Kinney via Ale
2018-10-04 20:40:25 UTC
Permalink
Ouch!
Post by Jerald Sheets via Ale
It’s Leam’s code, so keep that whole “bug” thing in there.
Post by Jim Kinney via Ale
as opposed to "chicken run" or are we stuck on "a bugs life" ?
Post by Scott Plante via Ale
Did you try 'ant run' ?
Scott
Sent: Thursday, October 4, 2018 10:52:35 AM
Subject: Re: [ale] [OT] Anyone know Java?
Scott, thanks! Needed to install ant and javafx, but it compiles.
Now to make it run. :)
Leam
On Thu, Oct 4, 2018 at 10:44 AM Scott Plante <
Post by Scott Plante via Ale
It's has a build.xml, which means it's using 'ant' as a build
tool. If you install it (ant.apache.org), you should be able to
cd to the directory and just type 'ant'.
--
Scott Plante
404-873-0058 x104
Sent: Wednesday, October 3, 2018 5:02:48 PM
Subject: [ale] [OT] Anyone know Java?
I'm helping a guy with his Java code, but he uses NetBeans on Winderz
and has no idea how to compile things on Linux. I'm trying to fix some
hard-coded directory issues but don't know how to compile Linux either.
https://github.com/LeamHall/Names
It's a bit more complex of a directory structure than I'm used to,
anyone know how to compile it? What do I compile?
Thanks!
Leam
_______________________________________________
Ale mailing list
https://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo
_______________________________________________
Ale mailing list
https://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo
_______________________________________________Ale mailing
ANNOUNCE and SCHOOLS lists athttp://mail.ale.org/mailman/listinfo
--
James P. Kinney III
Every time you stop a school, you will have to build a jail. What
yougain at one end you lose at the other. It's like feeding a dog
on hisown tail. It won't fatten the dog.- Speech 11/23/1900 Mark
Twain
http://heretothereideas.blogspot.com/
_______________________________________________
Ale mailing list
https://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo
--
James P. Kinney III

Every time you stop a school, you will have to build a jail. What you
gain at one end you lose at the other. It's like feeding a dog on his
own tail. It won't fatten the dog.
- Speech 11/23/1900 Mark Twain

http://heretothereideas.blogspot.com/
Leam Hall via Ale
2018-10-04 23:37:15 UTC
Permalink
Yeah, I learned a lot from Jerald.
Post by Jim Kinney via Ale
Ouch!
It’s Leam’s code, so keep that whole “bug” thing in there.
Post by Jim Kinney via Ale
as opposed to "chicken run" or are we stuck on "a bugs life" ?
Post by Scott Plante via Ale
Did you try 'ant run' ?
Scott
------------------------------------------------------------------------
*Sent:*Thursday, October 4, 2018 10:52:35 AM
*Subject:*Re: [ale] [OT] Anyone know Java?
Scott, thanks! Needed to install ant and javafx, but it compiles.
Now to make it run.  :)
Leam
Post by Scott Plante via Ale
It's has a build.xml, which means it's using 'ant' as a build tool.
If you install it (ant.apache.org <http://ant.apache.org/>), you
should be able to cd to the directory and just type 'ant'.
--
Scott Plante
404-873-0058 x104
------------------------------------------------------------------------
*Sent:*Wednesday, October 3, 2018 5:02:48 PM
*Subject:*[ale] [OT] Anyone know Java?
I'm helping a guy with his Java code, but he uses NetBeans on Winderz
and has no idea how to compile things on Linux. I'm trying to fix some
hard-coded directory issues but don't know how to compile Linux either.
https://github.com/LeamHall/Names
It's a bit more complex of a directory structure than I'm used to,
anyone know how to compile it? What do I compile?
Thanks!
Leam
_______________________________________________
Ale mailing list
https://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo
_______________________________________________
Ale mailing list
https://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo
_______________________________________________
Ale mailing list
https://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo
--
James P. Kinney III
Every time you stop a school, you will have to build a jail. What you
gain at one end you lose at the other. It's like feeding a dog on his
own tail. It won't fatten the dog.
- Speech 11/23/1900 Mark Twain
http://heretothereideas.blogspot.com/
_______________________________________________
Ale mailing list
https://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo
--
James P. Kinney III
Every time you stop a school, you will have to build a jail. What you
gain at one end you lose at the other. It's like feeding a dog on his
own tail. It won't fatten the dog.
- Speech 11/23/1900 Mark Twain
http://heretothereideas.blogspot.com/
Jerald Sheets via Ale
2018-10-05 00:28:55 UTC
Permalink
Bazinga!!

Sent from my iPhone
Post by Leam Hall via Ale
Yeah, I learned a lot from Jerald.
Post by Jim Kinney via Ale
Ouch!
It’s Leam’s code, so keep that whole “bug” thing in there.
Post by Jim Kinney via Ale
as opposed to "chicken run" or are we stuck on "a bugs life" ?
Post by Scott Plante via Ale
Did you try 'ant run' ?
Scott
------------------------------------------------------------------------
*Sent:*Thursday, October 4, 2018 10:52:35 AM
*Subject:*Re: [ale] [OT] Anyone know Java?
Scott, thanks! Needed to install ant and javafx, but it compiles. Now to make it run. :)
Leam
It's has a build.xml, which means it's using 'ant' as a build tool. If you install it (ant.apache.org <http://ant.apache.org/>), you should be able to cd to the directory and just type 'ant'.
--
Scott Plante
404-873-0058 x104
------------------------------------------------------------------------
*Sent:*Wednesday, October 3, 2018 5:02:48 PM
*Subject:*[ale] [OT] Anyone know Java?
I'm helping a guy with his Java code, but he uses NetBeans on Winderz
and has no idea how to compile things on Linux. I'm trying to fix some
hard-coded directory issues but don't know how to compile Linux either.
https://github.com/LeamHall/Names
It's a bit more complex of a directory structure than I'm used to,
anyone know how to compile it? What do I compile?
Thanks!
Leam
_______________________________________________
Ale mailing list
https://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo
_______________________________________________
Ale mailing list
https://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo
_______________________________________________
Ale mailing list
https://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo
--
James P. Kinney III
Every time you stop a school, you will have to build a jail. What you
gain at one end you lose at the other. It's like feeding a dog on his
own tail. It won't fatten the dog.
- Speech 11/23/1900 Mark Twain
http://heretothereideas.blogspot.com/
_______________________________________________
Ale mailing list
https://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo
--
James P. Kinney III
Every time you stop a school, you will have to build a jail. What you
gain at one end you lose at the other. It's like feeding a dog on his
own tail. It won't fatten the dog.
- Speech 11/23/1900 Mark Twain
http://heretothereideas.blogspot.com/
_______________________________________________
Ale mailing list
***@ale.org
https://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/m

Scott Plante via Ale
2018-10-04 17:53:33 UTC
Permalink
For automated testing just type:


Dick and Jane see ant run


:-P
----- Original Message -----

From: "Jim Kinney" <***@gmail.com>
To: "Scott Plante" <***@insightsys.com>, "Atlanta Linux Enthusiasts" <***@ale.org>, "Leam Hall" <***@gmail.com>
Sent: Thursday, October 4, 2018 1:14:43 PM
Subject: Re: [ale] [OT] Anyone know Java?


as opposed to "chicken run" or are we stuck on "a bugs life" ?


On Thu, 2018-10-04 at 11:28 -0400, Scott Plante via Ale wrote:


Did you try 'ant run' ?


Scott
----- Original Message -----

From: "Leam Hall via Ale" <***@ale.org>
To: "Atlanta Linux Enthusiasts" <***@ale.org>
Sent: Thursday, October 4, 2018 10:52:35 AM
Subject: Re: [ale] [OT] Anyone know Java?



Scott, thanks! Needed to install ant and javafx, but it compiles. Now to make it run. :)


Leam



On Thu, Oct 4, 2018 at 10:44 AM Scott Plante < ***@insightsys.com > wrote:

<blockquote>


It's has a build.xml, which means it's using 'ant' as a build tool. If you install it ( ant.apache.org ), you should be able to cd to the directory and just type 'ant'.
--
Scott Plante
404-873-0058 x104




From: "Leam Hall via Ale" < ***@ale.org >
To: "Atlanta Linux Enthusiasts" < ***@ale.org >
Sent: Wednesday, October 3, 2018 5:02:48 PM
Subject: [ale] [OT] Anyone know Java?

I'm helping a guy with his Java code, but he uses NetBeans on Winderz
and has no idea how to compile things on Linux. I'm trying to fix some
hard-coded directory issues but don't know how to compile Linux either.

https://github.com/LeamHall/Names

It's a bit more complex of a directory structure than I'm used to,
anyone know how to compile it? What do I compile?

Thanks!

Leam
_______________________________________________
Ale mailing list
***@ale.org
https://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo




_______________________________________________
Ale mailing list
***@ale.org
https://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo

_______________________________________________ Ale mailing list ***@ale.org https://mail.ale.org/mailman/listinfo/ale See JOBS, ANNOUNCE and SCHOOLS lists at http://mail.ale.org/mailman/listinfo

</blockquote>
--
James P. Kinney III Every time you stop a school, you will have to build a jail. What you gain at one end you lose at the other. It's like feeding a dog on his own tail. It won't fatten the dog. - Speech 11/23/1900 Mark Twain http://heretothereideas.blogspot.com/
Loading...