Activity
From 07/01/2010 to 07/30/2010
07/30/2010
- 12:51 PM Bug #5115: enable system properties setting by updating kepler.sh or kepler.bat
- It is fixed at version 25216. Now users can set properties by updating kepler.sh or kepler.bat by adding '-DProperty1...
- 12:35 PM Bug #5115 (Resolved): enable system properties setting by updating kepler.sh or kepler.bat
- Originally reported by Chris Weed by asking how to launch kepler 2.0 with proxy settings(http://mercury.nceas.ucsb.ed...
07/29/2010
- 08:13 PM Bug #5065: In shared or administrative installations, the ability to store modules.txt and extra modules locally. This way, the module manager will work smoothly on Windows without having to run as an administrator.
- There are some serious complications to the solution of storing modules in multiple locations. This is not a "simple"...
- 05:41 PM Bug #5065: In shared or administrative installations, the ability to store modules.txt and extra modules locally. This way, the module manager will work smoothly on Windows without having to run as an administrator.
- Running as administrator or other root-level accounts is likely to be a security issue, as it allows escalation of p...
- 04:26 PM Bug #5065: In shared or administrative installations, the ability to store modules.txt and extra modules locally. This way, the module manager will work smoothly on Windows without having to run as an administrator.
- I think another approach would work better for the problem of permissions on Windows. Moving modules to exist on mult...
- 01:40 PM Bug #5026: Error dialog pop up in RC3 when closing the ImageJ window after workflow execution.
- Hey Sean, could we submit your patch to the IJ folks? If we upgrade to a new version of IJ it sounds like we might ha...
- 01:31 PM Bug #5026: Error dialog pop up in RC3 when closing the ImageJ window after workflow execution.
- Fixed in r25200-1 in trunk. Now ImageJ configuration is stored in the persistent configuration for the common module....
07/28/2010
- 06:51 PM Bug #5099: Import Dependent Modules for KAR doesn't work
- Checked in a first pass at this into 2.0 in r25165. Not yet in trunk.
07/27/2010
- 03:45 PM Bug #5077: add real inputs and outputs to sensor actor
- This is works now: the output port for sensor sample data, and two input ports for turning sensor on/off, and setting...
07/23/2010
- 09:43 AM Bug #4342: apple-extensions module on windows make Eclipse build difficult
- I'm confirming that this is fixed in the kepler trunk under Windows with Eclipse.
However, as expected, the problem p...
07/22/2010
- 08:59 PM Bug #5089: Replace operating system specific files with operating system specific modules.
- I have implemented this as a fix for another bug. Closing.
- 08:58 PM Bug #4342: apple-extensions module on windows make Eclipse build difficult
- This should be fixed. The apple-extensions module should no longer download on Windows and should be ignored by the "...
- 06:34 PM Bug #5100: Report Layout designed in a composite actor window is lost
- fixed in 2.0 at r25138
- 11:16 AM Bug #5096: Reporting on a RecordToken fails
- I checked this fix into trunk at r25112
- 11:13 AM Bug #5096: Reporting on a RecordToken fails
- Yeah, it was assumed that each value of a RecordToken's subtokens were ArrayTokens -- casted without checking.
- 10:58 AM Bug #5096: Reporting on a RecordToken fails
- was this because I was assuming there was more than one value per label (ie an ArrayToken)?
- 11:16 AM Bug #5094: reports do not display matrix or xml token data
- I checked this fix into trunk at r25112
- 10:52 AM Bug #5069: The ability to create user manuals from a wiki that is continuously updated.
- 1 vote for LaTex:
Jim Regetz and I converted the Morpho user guide from Word to LaTex - seems much more manageable th...
07/21/2010
- 06:18 PM Bug #5100: Report Layout designed in a composite actor window is lost
- fixed in trunk at r25131. Need to merge into 2.0
- 12:59 PM Bug #5100 (Resolved): Report Layout designed in a composite actor window is lost
- When you have a workflow with a composite actor, and you open the composite actor, its contents appear in a new keple...
- 04:51 PM Bug #5085: add table of contents to User's Guide
- correct hours.
- 04:51 PM Bug #5085: add table of contents to User's Guide
- Found more tasks than expected.
added TOC, page number and glossary section. fixed problems (document map, figure i... - 01:23 PM Bug #5101 (Resolved): Composite Actor windows show wrong title after workflow Rename
- If you use the canvas Rename context menu to rename your workflow that contains composite actors, then Open Actor to ...
- 12:02 PM Bug #5099 (Resolved): Import Dependent Modules for KAR doesn't work
- If you create a KAR that depends on modules that you're not currently running, the KAR icon in the Components pane sh...
07/20/2010
- 12:42 PM Bug #5096: Reporting on a RecordToken fails
- Should be fixed in 2.0 at r25111.
Leaving open for testing and until checked into trunk. - 12:42 PM Bug #5094: reports do not display matrix or xml token data
- Should be fixed in 2.0 at r25111.
Leaving open for testing and until checked into trunk.
07/19/2010
- 03:40 PM Bug #5098: Save Archive (KAR)... will have exception when internet is not accessible.
- This is my first time to see the error message. I think this feature worked on Kepler release candidate 1, 2 and 3.
- 03:30 PM Bug #5098 (Resolved): Save Archive (KAR)... will have exception when internet is not accessible.
- Found by Chris Weed, I can reproduce it.
It happens when I right-click the actor, choose 'Save Archive (KAR)...' a...
07/16/2010
- 01:07 PM Bug #5097: kepler.sh accepts a limited number of arguments
- The arguments in kepler.sh were enumerated separately to handle arguments containing spaces. Any solution to this bug...
- 08:53 AM Bug #5097: kepler.sh accepts a limited number of arguments
- Under /bin/sh in $PTII/bin/ptinvoke.in, we use "shift" to remove script specific
arguments and then use ${1+"$@"} to ... - 12:35 PM Bug #4801: out of memory
- Related to 5095, but a specific form of it. Derik will review and try to regenerate the bug as an extension to 5095.
- 12:32 PM Bug #4642: memory usage & slowdowns
- Seems similar to 5095. Derik will further analyze.
- 08:49 AM Bug #4642: memory usage & slowdowns
- See also bug 5095.
This bug should be primarily about performance, though memory management
will take part.
For inf... - 12:22 PM Bug #5095: test kepler and wrp for memory leaks
- Derik will ask Sean for his experience with it and update the time estimate.
- 08:44 AM Bug #5095: test kepler and wrp for memory leaks
- How I've fixed memory leaks in the past is by writing Java test cases that
illustrate the bug and then using commerci...
07/15/2010
- 05:49 PM Bug #5097 (Resolved): kepler.sh accepts a limited number of arguments
- kepler.sh accepts a limited number of arguments:
java -classpath build-area/lib/ant.jar:kepler.jar org.kepler.buil... - 10:55 AM Bug #5094: reports do not display matrix or xml token data
- For the xml case, JDOM's XMLOutputter could be used to format the xml string.
07/14/2010
- 06:14 PM Bug #5094: reports do not display matrix or xml token data
- A simple fix is to add:
if (token instanceof MatrixToken) {
value = String.valueOf( ((MatrixToken)token).... - 11:08 AM Bug #5094 (Resolved): reports do not display matrix or xml token data
- Reports do not display the contents of matrix tokens. I'm attaching an example kar.
- 05:49 PM Bug #5096 (Resolved): Reporting on a RecordToken fails
- I'm trying to report on a record token. I make a simple workflow with {{data = 1, timestamps = 2}} pasted in a Consta...
- 03:56 PM Bug #5095 (In Progress): test kepler and wrp for memory leaks
- Oliver Soong reported having difficulties with memory leaks. There are two specific bugs about this, which I have se...
- 10:54 AM Bug #5093 (Resolved): module manager can leave kepler in broken or unexpected states
- The module manager lets one "change to" individual modules instead of only suites. This can lead to a situation where...
- 10:38 AM Bug #4342: apple-extensions module on windows make Eclipse build difficult
- We agreed this should be fixed for 2.1, so that kepler builds on all platforms (including windows) under Eclipse. Ho...
- 10:24 AM Bug #5069: The ability to create user manuals from a wiki that is continuously updated.
- LT discussion: this is important, should probably be in a more standard markup like LaTeX or RST, and we can generate...
- 10:20 AM Bug #4118: Web Service Actor stored in Library
- I am no longer able to reproduce this problem. If it still occurs for your web services, feel free to re-open.
- 10:04 AM Bug #5092: 2.0 user manual has no table of contents
- Duplicate of bug 5085, which I'll target to 2.1
- 09:37 AM Bug #5092 (Resolved): 2.0 user manual has no table of contents
- The Kepler 2.0 User Manual has no table of contents or index, making it somewhat difficult to find things in the 386 ...
07/09/2010
- 05:22 PM Bug #5091 (Resolved): Dragging and dropping report layout items NPEs
- Often when you're dragging and dropping a report item in the report designer, you get NPEs spewing on the console. Th...
- 05:15 PM Bug #5090 (New): Report Layout interface is confusing wrt locking and switching to old layouts
- I'm unhappy with how the report layout 'lock edit mode' button works. By default, it's unlocked, and when you first c...
- 04:30 PM Bug #5087: Image report items aren't shown when original image path doesn't resolve
- Worked w/ Ben to fix this in r25094 on 2.0 branch.
Needs to be merged into trunk. - 01:43 PM Bug #5087: Image report items aren't shown when original image path doesn't resolve
- The embedded images should (and I believe used to) be decoded from their base-64 characters and made into an image fi...
- 01:19 PM Bug #5087 (Resolved): Image report items aren't shown when original image path doesn't resolve
- Image report items aren't shown in the layout viewer or instance viewer when the original image path doesn't resolve....
- 03:58 PM Bug #5089 (Resolved): Replace operating system specific files with operating system specific modules.
- (14) Replace operating system specific files with operating system specific modules.
Currently, as illustrated by ... - 01:30 PM Bug #5088 (Resolved): Report designer gui difficult to use with greater than about 3-4 items
- Report designer becomes difficult to use for reports with greater than about 3-4 items. Since the panel has such a la...
- 01:15 PM Bug #5086 (New): Report instance does not show in viewer after kar open
- When opening a run kar that contains a report instance, the report instance viewer does not show the pdf. If a kar co...
- 01:09 PM Bug #4247: Application menu items sometimes disappear on OS X
- (In reply to comment #10)
> I've search for possibly offending calls to showConfirmDialog and
> showMessageDialog (t... - 01:08 PM Bug #4247: Application menu items sometimes disappear on OS X
- I've search for possibly offending calls to showConfirmDialog and showMessageDialog (those that use null as first ar...
- 10:01 AM Bug #5085 (Resolved): add table of contents to User's Guide
- The 2.0 version of the User's Guide is missing its table of contents. Add one for the 2.1 release. Thhis was notice...
07/08/2010
- 02:26 PM Bug #5084 (Resolved): Allow test releases in the same location as actual releases.
- (13) Allow test releases in the same location as actual releases.
Right now, the Kepler module manager can be conf... - 11:56 AM Bug #5083: possible to save a kar that loses the report layout
- This is fixed in 2.0, but needs to be merged into trunk.
- 11:51 AM Bug #5083: possible to save a kar that loses the report layout
- I've implemented a stopgap to this bug, with the following comment, in WorkflowManager so that reporting 2.0 can depe...
07/07/2010
- 06:36 PM Bug #5083 (Resolved): possible to save a kar that loses the report layout
- This seems like a problem with the ObjectManager.
Scenario:
User A uses Save Archive to create test.kar, it conta... - 05:25 PM Bug #5082 (Resolved): Eclipse build fails because of invalid archive
- Under Windows Server 2003, I was building the devel tree as per
the instructions at
https://kepler-project.org/deve... - 05:23 PM Bug #4191: Eclipse build is slow the first time "Copying resources to the output folder"
- The bug is that build is slow the first time under Eclipse.
For me on an older Windows 2003 Server machine, I have ab... - 04:18 PM Bug #4943: RC5 Installer Tracking Bug
- I'm closing this tracking bug because all the blockers for this bug
and 2.0.0 are fixed.
BTW - I find it easier to u... - 10:49 AM Bug #5071: Improve the installer so that it is automated instead of requiring so many manual steps. Also, develop streamlined release process so that minor releases 2.1, 2.2, etc. can be accomplished more rapidly.
- Does this mean creating an installer or using the installer?
Creating an installer:
Bug 5027: Users should be able t... - 10:45 AM Bug #5051: Semantically annotate during Save Archive a workflow with remote data set Error
- Okay, it is indeed fixed in the trunk and in the release branch. I tested the release, which did not work, but having...
- 10:11 AM Bug #5051: Semantically annotate during Save Archive a workflow with remote data set Error
- I'm pretty sure this is fixed. Will test briefly against trunk and release and close if so.
- 10:37 AM Bug #5076: Minimize the number of files downloaded from the Ptolemy repository.
- As per Kepler leadership discussion, moving this to 2.X.Y. Note that
we will have Kepler devel telcon to discuss 2.1... - 10:29 AM Bug #5072: Move the R module out of Kepler/CORE entirely.
- As per Kepler leadership discussion, moving this to 2.2.0. Note that
we will have Kepler devel telcon to discuss 2.1... - 10:27 AM Bug #5068: Investigate jars (why they are necessary) and upgrade whenever possible.
- As per Kepler leadership discussion, moving this to 2.X.Y. Note that
we will have Kepler devel telcon to discuss 2.1... - 10:26 AM Bug #5081: A system for adding and removing GUI menus.
- Documenting our current system would take about 24 hrs.
Refactoring to a different system such as RCP would take mo... - 10:25 AM Bug #5081 (New): A system for adding and removing GUI menus.
- The existing system needs documentation.
Also, refactoring to use RCP would help here - 10:22 AM Bug #5067: The introduction of basic services so that module names are not referenced.
- This should probably wait on the Ptolemy OSGI implementation, so I'm targeting
2.X.Y - 09:24 AM Bug #4342: apple-extensions module on windows make Eclipse build difficult
- Chris Weed posted the following:
I don't know if you guys ever try to build kepler on windows with eclipse,
but it t...
07/06/2010
- 06:40 PM Bug #5069: The ability to create user manuals from a wiki that is continuously updated.
- I agree that making it easier for developers to update documentation is an
excellent goal. However, it is fairly dif... - 06:33 PM Bug #4324: ptII/module-info/revision.txt not being updated
- It is important that Kepler developers use the most recent Ptolemy sources
so I'm marking this as targeting Kepler 2.... - 06:29 PM Bug #5076: Minimize the number of files downloaded from the Ptolemy repository.
- Ptolemy currently is deployable as a number of jar files that do not
include the source code.
The Ptolemy project ... - 06:02 PM Bug #5068: Investigate jars (why they are necessary) and upgrade whenever possible.
- Updating the 3rd part jars is a laudable goal and a good practice, but
quite a bit of work. I'm not sure if we have ... - 05:59 PM Bug #5026: Error dialog pop up in RC3 when closing the ImageJ window after workflow execution.
- Bug 5066 was a duplicate of this bug.
In Bug 5066, David wrote:
(2) Fix for ImageJ so that preferences are stored in ... - 05:58 PM Bug #5066: Fix for ImageJ so that preferences are stored in an area other than the installation space. This may require a change to ImageJ source code.
- Duplicate of 5026, though this bug has a better title than 5026. I'll update 5026.
- 04:21 PM Bug #5077 (Resolved): add real inputs and outputs to sensor actor
- The output port should write the latest sampled value. One or more input ports should be added to control the sensor.
- 02:07 PM Bug #5017: ReportLayout LSID and referral list should be maintained
- Comment#15 should be fixed now in 2.0 at r25056. Needs to be merged into trunk.
- 02:06 PM Bug #5009: Opening two KARS that have the same Workflow, but that have different report layouts, will make the first layout refresh itself with the layout from the KAR that was opened most recently.
- Should be fixed in 2.0 now at r25056. Needs to be merged into trunk.
- 01:53 PM Bug #5061: Report Design Panel needs fixing wrt event listening
- This is fixed in 2.0, but needs to be merged into trunk.
Also available in: Atom