Discussion:
MrProject 0.8pre released
Richard Hult
2002-12-20 19:40:24 UTC
Permalink
Hi all,

I've just released a test version of MrProject. There is a lot of new
features and code in this one, so I wanted to do a "pre-release" version
before the real 0.8. We would very much appreciate any feedback and bug
reports on this one. As you know, http://bugzilla.codefactory.se/ is the
place to go.

The news in this version in short:

* Project/resource calendars (you can now edit the working/nonworking
time, have different calendars for each resource, etc)

* Project phases (you can edit a set of phases and assign one to the
project, for example bidding, planning, finished, etc)

* Task scheduler now calculates task durations properly when assigning
multiple resources

* Critical path highlighting has been brought back

* New column in the task tree, displaying free slack for each task

* More, of course including lots of bug fixes

As noted, there is a lot of new code, so there might be a few bugs in
there. Please report any troubles that arise.

Source tarballs and Red Hat 8 packages can be found at:

http://people.codefactory.se/~rhult/mrproject-0.8pre/

Happy holidays,
Richard
--
Richard Hult ***@codefactory.se
CodeFactory AB http://www.codefactory.se/
Kurt Maute
2002-12-21 23:23:27 UTC
Permalink
Hi Richard,

Good to see you're making fast progress!

I tried to compile the new version and get the
following error. Is it something I'm doing wrong?

Making install in mrproject
make[1]: Entering directory
`/root/libmrproject-0.8pre/mrproject'
cd . && \
--prefix=mrp_marshal mrp-marshal.list --body >>
xgen-gmc \
&& cp xgen-gmc mrp-marshal.c \
&& rm -f xgen-gmc xgen-gmc~
/bin/sh: --prefix=mrp-marshal: command not found
make[1]: *** [mrp-marshal.c] Error 127
make[1]: Leaving directory
`/root/libmrproject-0.8pre/mrproject'
make: *** [install-recursive] Error 1
Post by Richard Hult
Hi all,
I've just released a test version of MrProject.
There is a lot of new
features and code in this one, so I wanted to do a
"pre-release" version
before the real 0.8. We would very much appreciate
any feedback and bug
reports on this one. As you know,
http://bugzilla.codefactory.se/ is the
place to go.
=====
Kurt Maute
***@yahoo.com

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
Richard Hult
2002-12-22 08:38:57 UTC
Permalink
Post by Kurt Maute
Making install in mrproject
make[1]: Entering directory
`/root/libmrproject-0.8pre/mrproject'
cd . && \
--prefix=mrp_marshal mrp-marshal.list --body >>
xgen-gmc \
&& cp xgen-gmc mrp-marshal.c \
&& rm -f xgen-gmc xgen-gmc~
/bin/sh: --prefix=mrp-marshal: command not found
make[1]: *** [mrp-marshal.c] Error 127
make[1]: Leaving directory
`/root/libmrproject-0.8pre/mrproject'
make: *** [install-recursive] Error 1
Others have seen this as well, but I haven't got the time to fix it, and
I'm not sure of how to do it. In the meantime you can edit the Makefile
manually by adding "glib-genmarshal" just before the "--prefix=..."
part.

Regards,
Richard
--
Richard Hult ***@codefactory.se
CodeFactory AB http://www.codefactory.se/
Loading...