Activity
From 06/23/2010 to 07/22/2010
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.
06/30/2010
- 08:51 PM Bug #5076 (New): Minimize the number of files downloaded from the Ptolemy repository.
- (12) Minimize the number of files downloaded from the Ptolemy repository.
Ptolemy is a very large project that con... - 08:50 PM Bug #5075 (New): Fix the module manager so it can show docs with any name.
- (11) Fix the module manager so it can show docs with any name.
Currently, the module manager only displays documen... - 08:50 PM Bug #5074 (Resolved): Fix the release process so modules can be released from Windows machines.
- (10) Fix the release process so modules can be released from Windows machines.
Currently, the release process ofte... - 08:49 PM Bug #5073 (Resolved): In module manager, display the current suite name as well as a fully resolved list of modules.
- (9) In module manager, display the current suite name as well as a fully resolved list of modules.
The module mana... - 08:49 PM Bug #5072 (Resolved): Move the R module out of Kepler/CORE entirely.
- (8) Move the R module out of Kepler/CORE entirely. Set up the module manager to handle the R installation process whe...
- 08:48 PM Bug #5071 (Resolved): 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.
- (7) Improve the installer so that it is automated instead of requiring so many manual steps. Also, develop streamline...
- 08:48 PM Bug #5070 (Resolved): Changing the "Available Modules" tab in the Module Manager to "Available Suites and Modules"
- (6) Changing the "Available Modules" tab in the Module Manager to "Available Suites and Modules"
This is a minor c... - 08:47 PM Bug #5069 (New): The ability to create user manuals from a wiki that is continuously updated.
- (5) The ability to create user manuals from a wiki that is continuously updated.
Currently, our user manual is pro... - 08:47 PM Bug #5068 (New): Investigate jars (why they are necessary) and upgrade whenever possible.
- (4) Investigate jars (why they are necessary) and upgrade whenever possible.
It is better for us to make the lates... - 08:46 PM Bug #5067 (New): The introduction of basic services so that module names are not referenced.
- (3) The introduction of basic services so that module names are not referenced.
Modules would just declare that th... - 08:45 PM Bug #5066 (Resolved): 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.
- (2) Fix for ImageJ so that preferences are stored in an area other than the installation space. This may require a ch...
- 08:42 PM Bug #5065 (Resolved): 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.
- (1) In shared or administrative installations, the ability to store modules.txt and extra modules locally. This way, ...
- 08:37 PM Bug #5064 (New): Kepler 2.1 Tracking Bug
- This bug will be used to track the new features that will be implemented in Kepler 2.1.
- 06:17 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.
- retargeting
- 06:16 PM Bug #5017: ReportLayout LSID and referral list should be maintained
- As of r25050 I believe I have the report LSID being properly maintained - if the user deletes, adds, rearranges, or e...
- 06:01 PM Bug #4524: no prompt to save a changed report
- Fixed at r25050 in 2.0 branch.
I'm going to wait until further work on reporting is done before i merge 2.0 branch c...
06/29/2010
- 10:41 AM Bug #4920: dynamically change toolbar buttons
- This would be useful to, e.g., disable zoom in/out and new input/output port buttons in the report designer.
One met...
06/28/2010
- 04:30 PM Bug #5062 (Resolved): create bugs, mockups, eng view page updates showing how authentication will work
- How and where will the user be prompted for credentials for the workflow scheduler? For connecting to a remote proven...
- 04:24 PM Bug #5049: Prompt for credentials when connecting to remote kepler server
- Add new tab in Preferences for configuring remote stores.
- 04:10 PM Bug #4747: import & export site layout to SensorML
- Need to find tools or apps that read SensorML.
- 03:55 PM Bug #4741: create icons for engineering view components
- Sometimes when a sensor is turned on/off, its icon color doesn't immediately change.
- 03:54 PM Bug #4762: create gui to control sensor from kepler
- Can now turn on/off and change sampling rate by changing the sensor actor's parameters. Sometimes the icon color does...
- 03:51 PM Bug #5041: display recent data next to icon
- Done. It makes the site layout look messy so we might want to turn it off. It's also somewhat redundant since the sam...
- 03:14 PM Bug #4746: ability to create a Site Layout report
- Do some UI mockups this type of specialized report associated w/ the site layout. By default a Site Layout report des...
- 02:58 PM Bug #4744: load & save site layout to local kar file
- Need to make sure the new model type has an X next to it when the KAR is in your local repo and you're not in the sen...
- 02:55 PM Bug #4744: load & save site layout to local kar file
- If we don't add the SPAN config files or wiring diagram, not much will have to be done here.
- 02:53 PM Bug #4763: create gui to access datalogger program
- Have we decided changes like adding and removing a sensor, things that require changing the program itself, are somet...
- 02:47 PM Bug #4742: create engineering view model type
- Library filtering based on model is done. I want to look into making slight GUI changes to visually differentiate an ...
06/25/2010
- 05:26 PM Bug #5061 (Resolved): Report Design Panel needs fixing wrt event listening
- Mouselisteners are used for many things in reporting, and they're causing some problems. There are times when we don'...
Also available in: Atom