-
I just downloaded jga-0.8-src.jar, and it appears to be missing the ParseException.java source file. Is that true? Any chance of a 0.8.1 release to fix it? I haven't yet checked to see if other files might also be missing.
2009-04-24 17:33:47 UTC in Java Generic Algorithms
-
Before anyone decides to create a new rails-based XP issue tracking tool from scratch, they should take a look at explainpmt:
http://www.explainpmt.com/.
2007-06-23 04:07:45 UTC in XPlanner
-
That's a common misconception about the GPL/LGPL, but it is not quite accurate. It is correct that you are allowed to *use* (view, edit, compile, run) the code however you want, commercial or not.
You can use a modified version yourself without publishing your modified source code. Of course, you probably should from a moral standpoint, but you are not legally required to.
As soon as you...
2007-04-07 13:38:28 UTC in XPlanner
-
Perhaps you inadvertently hit "Continue" instead of "Move". I think I made that mistake a couple times, thinking "Continue" was the choice to continue with the operation, rather than meaning it would "Continue" the story to another iteration.
We also use a backlog iteration (actually, about 10 of them, for different modules of the app), and we regularly...
2006-07-19 14:20:06 UTC in XPlanner
-
I just wanted to follow up with some good news. I spoke with our server admin expert, and he explained to me that several common apps require certain X libraries even though they don't run in a GUI on the server.
We ended up installing emacs21 on the server, since it pulls in most of the same X libraries that XPlanner needs, and having emacs on the server will make life easier for some...
2006-04-11 19:59:49 UTC in XPlanner
-
I think the warnings need to be stronger. As far as I can tell, there are two: One in README, and the other in the general Release Notes. Both are worded more as suggestions than as warnings.
Both should probably say something like "The standalone version should not be used in production, because it does not support database schema upgrades when new versions of XPlanner are...
2006-03-17 17:46:58 UTC in XPlanner
-
Source Code: I apologize for missing the little note in Jacque's post about how to find the source code. Even after reading it, the code was a bit difficult to find, but I'm glad to see that it is available. There are no links to it, or mentions of it, on xplanner.org itself.
X/AWT: For a variety of reasons, including security, I prefer to have as little installed on a computer as possible. I...
2006-03-13 16:05:32 UTC in XPlanner
-
Again, thanks for the reply.
I'm definitely not going to install X libraries on this server, so it looks like XPlanner won't work for us. The XPlanner web site should definitely be updated to say that not only do you have to run in headless mode, but also that X libraries are still required. That would have saved me several hours of frustration.
It's also pretty disappointing to hear that...
2006-03-13 05:46:29 UTC in XPlanner
-
Thanks for your help!
I installed the j2sdk (1.4) as downloaded from Sun.
Server: Ubuntu Hoary. Not sure what else there is to say about it.
I absolutely want to run the tomcat-standalone version, because I don't want the bulk of a full web server.
I could live with a "real" database, although I much prefer embedded databases whereever possible, for their simplicity.
So...
2006-03-10 15:02:41 UTC in XPlanner
-
Apparently we are still having headless problems. I found this in the catalina log:
java.lang.UnsatisfiedLinkError: /usr/local/bin/jdk/jre/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
Here's our startup_xplanner.sh:
-----------------
#!/bin/sh
# Need to call Tomcat "startup.sh" relatively from the root of
# the installation and NOT...
2006-03-09 22:27:11 UTC in XPlanner