This is the mail archive of the mauve-discuss@sourceware.org mailing list for the Mauve project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Mauve coding on Windows


Martin Olsson wrote:
> Someone on IRC said that there is atleast one other guy that uses 
> Windows for Mauve development (Jeroen?). If anyone can provide 
> information how I can setup a proper Mauve-compatible dev 
> environment on Windows please drop me a line.

I use TortoiseCVS (a cvs client that integrates with the Windows
Explorer) and I too have a couple of problems with the naming of some
files. Since it were only a few tests I never bothered to
investigate/fix it.

For building Mauve I simply do:
dir /s/b *.java > allsources.lst
<manually edit allsources.lst to remove stuff I don't want>
jikes -target 1.3 -g -nowarn -classpath \jdk1.5\jre\lib\rt.jar
@allsources.lst

(What can I say, I'm a low tech kind of person ;-))

Regards,
Jeroen


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]