You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Eric Riebling (JIRA)" <ui...@incubator.apache.org> on 2008/01/10 22:41:34 UTC

[jira] Created: (UIMA-704) adjustExamplePaths.bat creates broken .classpath for uimaj-examples

adjustExamplePaths.bat creates broken .classpath for uimaj-examples
-------------------------------------------------------------------

                 Key: UIMA-704
                 URL: https://issues.apache.org/jira/browse/UIMA-704
             Project: UIMA
          Issue Type: Bug
          Components: Tools
    Affects Versions: 2.2.1
         Environment: Windows XP, Java 6, 2.2.1-incubating
            Reporter: Eric Riebling
            Priority: Minor


I'm not sure how this happened, or whether it's a real bug, but felt better reporting it than keeping it a secret.
After trying to upgrade to the latest Apache UIMA and Java 1.6, after running adjustExamplePaths.bat, the
.classpath file for the examples got altered to look like this: (notice the attributes part that looks like: '-ignorecase/docs/api')

<?xml version="1.0" encoding="UTF-8"?>
<!--
   Licensed to the Apache Software Foundation (ASF) under one
   or more contributor license agreements.  See the NOTICE file
   distributed with this work for additional information
   regarding copyright ownership.  The ASF licenses this file
   to you under the Apache License, Version 2.0 (the
   "License"); you may not use this file except in compliance
   with the License.  You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing,
   software distributed under the License is distributed on an
   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
   KIND, either express or implied.  See the License for the
   specific language governing permissions and limitations
   under the License.    
-->
<classpath>
	<classpathentry kind="src" path="src"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
	<classpathentry kind="var" path="UIMA_HOME/lib/uima-core.jar">
		<attributes>
			<attribute value="file:/C:\Program Files\apache-uima" -ignorecase/docs/api" name="javadoc_location"/>
		</attributes>
	</classpathentry>		
	<classpathentry kind="var" path="UIMA_HOME/lib/uima-document-annotation.jar">
		<attributes>
			<attribute value="file:/C:\Program Files\apache-uima" -ignorecase/docs/api" name="javadoc_location"/>
		</attributes>
	</classpathentry>		
	<classpathentry kind="var" path="UIMA_HOME/lib/uima-cpe.jar">
		<attributes>
			<attribute value="file:/C:\Program Files\apache-uima" -ignorecase/docs/api" name="javadoc_location"/>
		</attributes>
	</classpathentry>		
	<classpathentry kind="var" path="UIMA_HOME/lib/uima-tools.jar">
			<attributes>
			<attribute value="file:/C:\Program Files\apache-uima" -ignorecase/docs/api" name="javadoc_location"/>
		</attributes>
	</classpathentry>			
	<classpathentry kind="var" path="UIMA_HOME/lib/uima-adapter-vinci.jar"/>
	<classpathentry kind="var" path="UIMA_HOME/lib/uima-adapter-soap.jar"/>
	<classpathentry kind="var" path="UIMA_HOME/lib/jVinci.jar"/>
	<classpathentry kind="lib" path="resources"/>
	<classpathentry kind="output" path="bin"/>
</classpath>




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (UIMA-704) adjustExamplePaths.bat creates broken .classpath for uimaj-examples

Posted by "Michael Baessler (JIRA)" <ui...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/UIMA-704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12570259#action_12570259 ] 

Michael Baessler commented on UIMA-704:
---------------------------------------

I was not able to reproduce the error. Can you still reproduce it?

Seems to work fine on my Win XP with a Java 6 JVM. I installed uima to C:\Program Files\apache-uima.

> adjustExamplePaths.bat creates broken .classpath for uimaj-examples
> -------------------------------------------------------------------
>
>                 Key: UIMA-704
>                 URL: https://issues.apache.org/jira/browse/UIMA-704
>             Project: UIMA
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 2.2.1
>         Environment: Windows XP, Java 6, 2.2.1-incubating
>            Reporter: Eric Riebling
>            Priority: Minor
>
> I'm not sure how this happened, or whether it's a real bug, but felt better reporting it than keeping it a secret.
> After trying to upgrade to the latest Apache UIMA and Java 1.6, after running adjustExamplePaths.bat, the
> .classpath file for the examples got altered to look like this: (notice the attributes part that looks like: '-ignorecase/docs/api')
> <?xml version="1.0" encoding="UTF-8"?>
> <!--
>    Licensed to the Apache Software Foundation (ASF) under one
>    or more contributor license agreements.  See the NOTICE file
>    distributed with this work for additional information
>    regarding copyright ownership.  The ASF licenses this file
>    to you under the Apache License, Version 2.0 (the
>    "License"); you may not use this file except in compliance
>    with the License.  You may obtain a copy of the License at
>      http://www.apache.org/licenses/LICENSE-2.0
>    Unless required by applicable law or agreed to in writing,
>    software distributed under the License is distributed on an
>    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
>    KIND, either express or implied.  See the License for the
>    specific language governing permissions and limitations
>    under the License.    
> -->
> <classpath>
> 	<classpathentry kind="src" path="src"/>
> 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
> 	<classpathentry kind="var" path="UIMA_HOME/lib/uima-core.jar">
> 		<attributes>
> 			<attribute value="file:/C:\Program Files\apache-uima" -ignorecase/docs/api" name="javadoc_location"/>
> 		</attributes>
> 	</classpathentry>		
> 	<classpathentry kind="var" path="UIMA_HOME/lib/uima-document-annotation.jar">
> 		<attributes>
> 			<attribute value="file:/C:\Program Files\apache-uima" -ignorecase/docs/api" name="javadoc_location"/>
> 		</attributes>
> 	</classpathentry>		
> 	<classpathentry kind="var" path="UIMA_HOME/lib/uima-cpe.jar">
> 		<attributes>
> 			<attribute value="file:/C:\Program Files\apache-uima" -ignorecase/docs/api" name="javadoc_location"/>
> 		</attributes>
> 	</classpathentry>		
> 	<classpathentry kind="var" path="UIMA_HOME/lib/uima-tools.jar">
> 			<attributes>
> 			<attribute value="file:/C:\Program Files\apache-uima" -ignorecase/docs/api" name="javadoc_location"/>
> 		</attributes>
> 	</classpathentry>			
> 	<classpathentry kind="var" path="UIMA_HOME/lib/uima-adapter-vinci.jar"/>
> 	<classpathentry kind="var" path="UIMA_HOME/lib/uima-adapter-soap.jar"/>
> 	<classpathentry kind="var" path="UIMA_HOME/lib/jVinci.jar"/>
> 	<classpathentry kind="lib" path="resources"/>
> 	<classpathentry kind="output" path="bin"/>
> </classpath>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (UIMA-704) adjustExamplePaths.bat creates broken .classpath for uimaj-examples

Posted by "Michael Baessler (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Baessler closed UIMA-704.
---------------------------------

    Resolution: Cannot Reproduce

Eric Riebling replied to the issue:

Hi sorry for reporting something that might not reproduce.
It very well could have been a problem running the linux shell
version of the script on a Windows installation, where it just
happened to 'work' because there were Cygwin equivalents for everything.


> adjustExamplePaths.bat creates broken .classpath for uimaj-examples
> -------------------------------------------------------------------
>
>                 Key: UIMA-704
>                 URL: https://issues.apache.org/jira/browse/UIMA-704
>             Project: UIMA
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 2.2.1
>         Environment: Windows XP, Java 6, 2.2.1-incubating
>            Reporter: Eric Riebling
>            Priority: Minor
>
> I'm not sure how this happened, or whether it's a real bug, but felt better reporting it than keeping it a secret.
> After trying to upgrade to the latest Apache UIMA and Java 1.6, after running adjustExamplePaths.bat, the
> .classpath file for the examples got altered to look like this: (notice the attributes part that looks like: '-ignorecase/docs/api')
> <?xml version="1.0" encoding="UTF-8"?>
> <!--
>    Licensed to the Apache Software Foundation (ASF) under one
>    or more contributor license agreements.  See the NOTICE file
>    distributed with this work for additional information
>    regarding copyright ownership.  The ASF licenses this file
>    to you under the Apache License, Version 2.0 (the
>    "License"); you may not use this file except in compliance
>    with the License.  You may obtain a copy of the License at
>      http://www.apache.org/licenses/LICENSE-2.0
>    Unless required by applicable law or agreed to in writing,
>    software distributed under the License is distributed on an
>    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
>    KIND, either express or implied.  See the License for the
>    specific language governing permissions and limitations
>    under the License.    
> -->
> <classpath>
> 	<classpathentry kind="src" path="src"/>
> 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
> 	<classpathentry kind="var" path="UIMA_HOME/lib/uima-core.jar">
> 		<attributes>
> 			<attribute value="file:/C:\Program Files\apache-uima" -ignorecase/docs/api" name="javadoc_location"/>
> 		</attributes>
> 	</classpathentry>		
> 	<classpathentry kind="var" path="UIMA_HOME/lib/uima-document-annotation.jar">
> 		<attributes>
> 			<attribute value="file:/C:\Program Files\apache-uima" -ignorecase/docs/api" name="javadoc_location"/>
> 		</attributes>
> 	</classpathentry>		
> 	<classpathentry kind="var" path="UIMA_HOME/lib/uima-cpe.jar">
> 		<attributes>
> 			<attribute value="file:/C:\Program Files\apache-uima" -ignorecase/docs/api" name="javadoc_location"/>
> 		</attributes>
> 	</classpathentry>		
> 	<classpathentry kind="var" path="UIMA_HOME/lib/uima-tools.jar">
> 			<attributes>
> 			<attribute value="file:/C:\Program Files\apache-uima" -ignorecase/docs/api" name="javadoc_location"/>
> 		</attributes>
> 	</classpathentry>			
> 	<classpathentry kind="var" path="UIMA_HOME/lib/uima-adapter-vinci.jar"/>
> 	<classpathentry kind="var" path="UIMA_HOME/lib/uima-adapter-soap.jar"/>
> 	<classpathentry kind="var" path="UIMA_HOME/lib/jVinci.jar"/>
> 	<classpathentry kind="lib" path="resources"/>
> 	<classpathentry kind="output" path="bin"/>
> </classpath>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.