No, I'm reffering to this link

http://www.swarm.org/wiki/Software_IDEs

in mason/docs/index.html


From: MASON Multiagent Simulation Toolkit <[log in to unmask]> on behalf of Stewart Aitken <[log in to unmask]>
Sent: Friday, May 19, 2017 3:07:17 PM
To: [log in to unmask]
Subject: Re: Building MASON in windows
 
Hi,

Is this the link that you are referring to as not working:
http://cs.gmu.edu/~eclab/projects/mason/extensions/eclipse/

Because it has just worked for me.

Stewart.


On 19 May 2017 at 15:01, Jonathan M West <[log in to unmask]> wrote:

From: MASON Multiagent Simulation Toolkit <[log in to unmask]gmu.edu> on behalf of Eric 'Siggy' Scott <[log in to unmask]>
Sent: Tuesday, May 16, 2017 3:17:05 PM

To: [log in to unmask]edu
Subject: Re: Building MASON in windows
 
Jonathan,

Ah, I see the command you copy-pasted from the docs:

cd mason
javac */*.java */*/*.java */*/*/*.java */*/*/*/*.java

I don't have a Windows box nearby atm, but it seems to me that it would work if you simply omitted "*/*.java": 

javac */*/*.java */*/*/*.java */*/*/*/*.java

Wanna give that a try, and if it works we can ask Sean to fix the latest version of the docs?

Siggy


On Tue, May 16, 2017 at 1:05 PM, Jonathan M West <[log in to unmask]> wrote:
What would be the appropriate command in the windows command line?

From: Jonathan M West
Sent: Saturday, May 13, 2017 11:15:20 AM
To: MASON Multiagent Simulation Toolkit
Subject: Re: Building MASON in windows
 
I was using the command given in the index.html included in the mason docs, I was able to build in eclipse once I added all the appropriate jar files to the build path
From: MASON Multiagent Simulation Toolkit <[log in to unmask].edu> on behalf of Sean Luke <[log in to unmask]>
Sent: Friday, May 12, 2017 6:33:50 PM
To: [log in to unmask]edu
Subject: Re: Building MASON in windows
 
I cannot speak to Eclipse: it should compile mason fine.  Your javac error below makes perfect sense: there are no files matching mason\*\*.java in the mason repository at all.  They're all deeper in the filesystem tree.  I am afraid that the errors you're getting may be due to some misunderstandings about how to build with Java rather than mason in specific.  You may need to get with someone local who can point you in the right direction.

On May 13, 2017, at 12:09 AM, Jon West <[log in to unmask]> wrote:

> When attempting to build mason in windows using either Eclipse or command line I get many errors. In eclipse even with the libraries unpacked in to the root src directory I get build errors that look like eclipse can't find the libraries. When using javac from the command line I get  the following error
>
> javac: file not found: *\*.java
> Usage: javac <options> <source files>
> use -help for a list of possible options
>
> this is running from the root \mason\ directory
>
> can anyone offer any inisight?



--

Ph.D student in Computer Science, George Mason University
CFO and Web Director, Journal of Mason Graduate Research



--