9 Feb 20:02
9 Feb 17:24
Website support for large generated artifacts
Our website has links to some large generated artifacts, such as the current javadocs. It seems wasteful to put these into SVN. So we made a special arrangement with infra support for a directory on people.a.o, to rsync a directory to our web server, for these kinds of large, generated artifacts. We don't mind the 1 hour delay. Will this too be going away? If so, what is the Apache "best practice" for handling large generated artifacts that are part of our website? -Marshall Schor
8 Feb 23:49
status of uima-build-helper-maven-plugin
I tried doing a release candidate for this, but later discovered a bug. So I'm rolling it back to 3-SNAPSHOT level, and will drop the release candidate in the staging repo. There also seems to be an intermittent issue with premature EOF signals when reading from an http: URL - being investigated, see https://issues.apache.org/jira/browse/UIMA-2369 -Marshall
8 Feb 23:44
[jira] [Created] (UIMA-2369) Need reliable way to download uima binary artifact from standard Apache spot
Need reliable way to download uima binary artifact from standard Apache spot
----------------------------------------------------------------------------
Key: UIMA-2369
URL: https://issues.apache.org/jira/browse/UIMA-2369
Project: UIMA
Issue Type: Bug
Components: Build, Packaging and Test
Reporter: Marshall Schor
Assignee: Marshall Schor
The uima-as build is somewhat broken. A fix was made to download the base uimaj sdk binary build (upon which
the uima-as build depends) by adding a new goal to the uima-build-helper-maven-plugin. That goal has a
small bug - it doesn't create the intermediate directories needed when creating the output file for the download.
However, it has a bigger problem - the download runs a small loop, reading from the URL open stream, and
writing to the local file. The loop ends when the read method returns -1 for the number of bytes read. Java is
supposed to only return this when the end-of-file is reached, but (randomly) it is getting returned
early. This results in a corrupt download, with only the first part of the file being downloaded.
Investigate and fix.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
8 Feb 20:30
[jira] [Created] (UIMA-2368) UIMA-AS build under Eclipse generates maven errors ... works OK from cmd-line
UIMA-AS build under Eclipse generates maven errors ... works OK from cmd-line
-----------------------------------------------------------------------------
Key: UIMA-2368
URL: https://issues.apache.org/jira/browse/UIMA-2368
Project: UIMA
Issue Type: Bug
Components: Async Scaleout
Reporter: Burn Lewis
Priority: Minor
This msg is from the error log ... according to Marshall this plugin operates on jars when invoked from the
cmdline but when invoked from Eclipse it is given the classes folder which it cannot handle.
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal
org.apache.maven.plugins:maven-dependency-plugin:2.1:unpack-dependencies
(unpackDependentJars) on project uimaj-as-osgi-runtime: Error unpacking file:
C:\UIMA\WorkspaceApacheUima\uima-as\uimaj-as-activemq\target\classes to: C:\UIMA\WorkspaceApacheUima\uima-as\uimaj-as-osgi-runtime\target\classes
org.codehaus.plexus.archiver.ArchiverException: The source must not be a directory.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
8 Feb 10:14
[jira] [Created] (UIMA-2367) AE Launcher browser dialog to select an input resource should show all projects
AE Launcher browser dialog to select an input resource should show all projects
-------------------------------------------------------------------------------
Key: UIMA-2367
URL: https://issues.apache.org/jira/browse/UIMA-2367
Project: UIMA
Issue Type: Bug
Components: Eclipse plugins
Reporter: Joern Kottmann
Priority: Minor
Fix For: 2.4.1SDK
The browser dialog to select an "Input Resource" should show all projects and not only the project within
the selected project at the top.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
7 Feb 20:04
[jira] [Created] (UIMA-2366) Eclipse 3.7, Uima 2.4.0 - Eclipse update site not working
Eclipse 3.7, Uima 2.4.0 - Eclipse update site not working
---------------------------------------------------------
Key: UIMA-2366
URL: https://issues.apache.org/jira/browse/UIMA-2366
Project: UIMA
Issue Type: Bug
Affects Versions: 2.4.0SDK
Environment: Eclipse 3.7, OS X 10.7.3
Reporter: Michael Kilgore
It appears that the http://www.apache.org/dist/uima/eclipse-update-site is not currently
available. Not found errors when attempting to access. Is this the correct way to install the eclipse plugin?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
7 Feb 00:14
Re: Configuration parameters (was Working on a new API to enable creation of UIMA AS deployment descriptors programmatically)
I'd like to revive our discussion of August 2011.
The basic goal is to improve the existing envVarRef way of parameterizing
descriptor configuration parameters which currently allows the values of
system properties to be imbedded as part of the value of a parameter, e.g.
<nameValuePair>
<name>Threshold</name>
<value>
<string>
sometext<envVarRef>someEnvironmentParameter</envVarRef>moretext
</string>
</value>
</nameValuePair>
Although this is flexible, allowing multiple replacements, it is not
supported by the CDE since it is evaluated when the descriptor is parsed.
One suggestion is to add a new element under <nameValuePair> that specifies
the external name of the parameter, e.g.
<nameValuePair>
<name>Threshold</name>
<value>
<propertyRef>Filter.threshold</propertyRef>
</value>
</nameValuePair>
and it has been pointed out that we could allow a default value to be
(Continue reading)
2 Feb 23:46
UIMACPP release candidate 4
A new release candidate is available at http://people.apache.org/~bhavani/uimacpp-release-candidates/2.4.0/04/ Thanks to Jean-Cedri,Nico , Sylvain, Marshall for testing and reporting issues. It contains fixes for building on Mac OS, updates to the licences/notices. Added the apr-util to the binary distribution an additional dependency in ActiveMQ CPP 3.4.1 used by service wrapper deployCppService. Please test and report any problems you find. Thanks, Bhavani
1 Feb 19:07
[jira] [Created] (UIMA-2365) UIMACPP build fails on Mac OS X stricmp unavailable replace with strcasecmp in deployCppService.hpp
UIMACPP build fails on Mac OS X stricmp unavailable replace with strcasecmp in deployCppService.hpp
----------------------------------------------------------------------------------------------------
Key: UIMA-2365
URL: https://issues.apache.org/jira/browse/UIMA-2365
Project: UIMA
Issue Type: Bug
Components: C++ Framework
Affects Versions: 2.4.0C
Reporter: Bhavani Iyer
Assignee: Bhavani Iyer
Fix For: 2.4.0C
Sylvain Surcin reports:
The last problem I met was the reference to stricmp in utils/deployCppService.hpp.
This function is not available under Mac OS X.
I edited the file to rather user strcasecmp.
Here is the patch.
Regards and thanks for your work/help,
Sylvain
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
(Continue reading)
RSS Feed