Jeff Ramsdale added a comment - 05/Aug/09 01:02 AM Can Jira be configured to allow attachments? It would seem I don't have the privs, if the feature exists...
Patch enclosed. This also svn:ignores Eclipse metadata and other build artifacts:
Doesn't look like I can change my report once it's entered. This error occurs with fresh SVN checkout (M3), not M2 (well, maybe it does--I didn't check).
Jeff Ramsdale added a comment - 05/Aug/09 01:18 AM Doesn't look like I can change my report once it's entered. This error occurs with fresh SVN checkout (M3), not M2 (well, maybe it does--I didn't check).
Patch enclosed. This also svn:ignores Eclipse metadata and other build artifacts:
#P rio
Property changes on: examples\springbean
___________________________________________________________________
Added: svn:ignore
+ build
lib
Property changes on: examples\events
___________________________________________________________________
Added: svn:ignore
+ build
lib
Index: examples/calculator/build.xml
===================================================================
— examples/calculator/build.xml (revision 1828)
+++ examples/calculator/build.xml (working copy)
@@ -19,7 +19,7 @@
<path id="project.classpath">
<pathelement location="${classes}"/>
<path refid="bootstrap.jars"/>
- <pathelement location="${rio.lib}/junit/junit-4.4.jar"/>
+ <pathelement location="${rio.lib}/junit/junit-4.5.jar"/>
</path>
<target name="prepare"
Property changes on: examples\tutorial\jini-example
___________________________________________________________________
Added: svn:ignore
+ build
lib
Property changes on: .
___________________________________________________________________
Modified: svn:ignore
- target
+ target
.settings
.classpath
.project
Index: examples/bean/build.xml
===================================================================
— examples/bean/build.xml (revision 1828)
+++ examples/bean/build.xml (working copy)
@@ -19,7 +19,7 @@
<path id="project.classpath">
<pathelement location="${classes}"/>
<path refid="bootstrap.jars"/>
+ <pathelement location="${rio.lib}/junit/junit-4.5.jar"/>
</path>
<target name="prepare"
Property changes on: examples\calculator
___________________________________________________________________
Added: svn:ignore
+ build
lib
Property changes on: examples\tutorial\compute-grid
___________________________________________________________________
Added: svn:ignore
+ build
lib