[Anthill] Running Anthill OS on OSX 10.3.6 Server -- Part 2
Eric Minick
eric at urbancode.com
Thu Dec 9 21:55:28 CST 2004
Hey Todd,
Don't worry about spamming us. I think things might be a bit easier on
Win2K3 although I would start out using tomcat by launching it from the
batch files and only worry about running it as a service once you have
the basics under control. The little bit of weirdness that a service can
add in to the mix, is a nice thing to wait on.
Looking at the windows version of the perforce driver, it looks like
there is just a chunk of code missing from the unix side. You can
actually add it back in. Open up
anthill\conf\profiles\Unix\unix_perforce\getWorkingProject.pgl. I think
you want to add:
String version = (String)context.get("Version");
String labelString = "";
if (version != null && version.length() > 0) {
labelString = "@\"" + version + "\"";
}
before the last "%>" before the shell command.
I reopened the bug, and will apply this fix and get it tested in a unix
environment.
Cheers,
Eric
ToddR9000 at aol.com wrote:
>I just notice someone reported this a while back. According to "http://bugs.urbancode.com/secure/ViewIssue.jspa?key=ANTHILLOS-225&page=comments" it has been resolved as 'Fixed', but no fix version is given.
>
>I'm currently using Anthill OS 1.7.1.212.
>
>There are also no comments about the bug. Is there a work around? Can I just remove labelString from one of the files used to generate the Java file?
>
>Thanks!
>-T
>
>P.S. I apologize if I am spamming any of you. I'm just having a tough time getting Anthill to run on OSX. I'm hoping it is easier on Win 2003 Server which is my next system to test it out on.
>_______________________________________________
>Anthill mailing list
>Anthill at lists.urbancode.com
>http://lists.urbancode.com/mailman/listinfo/anthill
>
>
>
>
More information about the Anthill
mailing list