Project

General

Profile

Activity

From 06/20/2010 to 07/19/2010

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. Jing Tao
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...
jianwu jianwu

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... Daniel Crawl
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 ...
Christopher Brooks
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. Ilkay Altintas
12:32 PM Bug #4642: memory usage & slowdowns
Seems similar to 5095. Derik will further analyze. Ilkay Altintas
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...
Christopher Brooks
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. Ilkay Altintas
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...
Christopher Brooks

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...
Derik Barseghian
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. Daniel Crawl

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)....
Derik Barseghian
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. Daniel Crawl
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... Derik Barseghian
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... Matt Jones
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... Daniel Crawl
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... Matt Jones
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... Matt Jones
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. Daniel Crawl
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 Christopher Brooks
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 ... Daniel Crawl

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... Derik Barseghian
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... Derik Barseghian
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.
Derik Barseghian
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... ben leinfelder
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.... Derik Barseghian
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 ...
David Welker
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... Derik Barseghian
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... Derik Barseghian
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...
Derik Barseghian
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... Derik Barseghian
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... Matt Jones

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...
David Welker
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. Derik Barseghian
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... Derik Barseghian

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...
Derik Barseghian
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...
Christopher Brooks
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...
Christopher Brooks
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...
Christopher Brooks
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...
Christopher Brooks
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... Sean Riddle
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. Sean Riddle
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...
Christopher Brooks
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...
Christopher Brooks
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...
Christopher Brooks
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...
Christopher Brooks
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
Christopher Brooks
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
Christopher Brooks
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...
Christopher Brooks

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...
Christopher Brooks
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....
Christopher Brooks
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 ...
Christopher Brooks
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 ...
Christopher Brooks
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 ...
Christopher Brooks
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. Christopher Brooks
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. Daniel Crawl
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. Derik Barseghian
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. Derik Barseghian
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. Derik Barseghian

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...
David Welker
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...
David Welker
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...
David Welker
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...
David Welker
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... David Welker
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... David Welker
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...
David Welker
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...
David Welker
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...
David Welker
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...
David Welker
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... David Welker
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, ... David Welker
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. David Welker
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 Derik Barseghian
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... Derik Barseghian
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...
Derik Barseghian

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...
Daniel Crawl

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... Derik Barseghian
04:24 PM Bug #5049: Prompt for credentials when connecting to remote kepler server
Add new tab in Preferences for configuring remote stores. Derik Barseghian
04:10 PM Bug #4747: import & export site layout to SensorML
Need to find tools or apps that read SensorML. Daniel Crawl
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. Daniel Crawl
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... Daniel Crawl
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... Daniel Crawl
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... Derik Barseghian
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... Derik Barseghian
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. Derik Barseghian
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... Derik Barseghian
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 ... Sean Riddle

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'... Derik Barseghian

06/21/2010

03:06 PM Bug #5017: ReportLayout LSID and referral list should be maintained
(In reply to comment #14)
> (In reply to comment #13)
> > (In reply to comment #12)
> > > (In reply to comment #11)
>...
debi staggs
11:19 AM Bug #5047: Rename the tagging docs tagging.pdf
This has been resolved. debi staggs
10:46 AM Bug #4751: implement "run" for site layout
The actors are highlighted with a color reflecting their status. Daniel Crawl
 

Also available in: Atom