SourceForge.net

Search

Log of /andromda/src/java/org/andromda/core/common/ResourceUtils.java

Parent Directory Parent Directory


Links to HEAD: (view) (download)
Sticky Tag:

Revision 1.44.2.8 - (view) (download) - [select for diffs]
Wed Apr 4 18:12:14 2007 UTC (18 months ago) by cwbrandon
Branch: V3_x_HEAD
CVS Tags: V3_3
Changes since 1.44.2.7: +2 -2 lines
Diff to previous 1.44.2.7 , to branch point 1.44 , to next main 1.45
change all File.toURL() to File.toURI().toURL() (since File.toURL() has been deprecated in java6)

Revision 1.44.2.7 - (view) (download) - [select for diffs]
Thu Oct 19 14:31:34 2006 UTC (23 months, 2 weeks ago) by cwbrandon
Branch: V3_x_HEAD
CVS Tags: V3_2
Changes since 1.44.2.6: +5 -1 lines
Diff to previous 1.44.2.6 , to branch point 1.44
Apply fix for CORE-76 (Exception when the andromda home path has a blank character).

Revision 1.44.2.6 - (view) (download) - [select for diffs]
Thu Jun 15 17:26:45 2006 UTC (2 years, 3 months ago) by cwbrandon
Branch: V3_x_HEAD
Changes since 1.44.2.5: +86 -65 lines
Diff to previous 1.44.2.5 , to branch point 1.44
CORE-125 (slow validation)

Revision 1.44.2.5 - (view) (download) - [select for diffs]
Tue Jun 6 20:13:50 2006 UTC (2 years, 4 months ago) by cwbrandon
Branch: V3_x_HEAD
Changes since 1.44.2.4: +61 -3 lines
Diff to previous 1.44.2.4 , to branch point 1.44
remove commons-io dep (it isn't needed)

Revision 1.44.2.4 - (view) (download) - [select for diffs]
Tue May 30 18:05:21 2006 UTC (2 years, 4 months ago) by cwbrandon
Branch: V3_x_HEAD
Changes since 1.44.2.3: +21 -9 lines
Diff to previous 1.44.2.3 , to branch point 1.44
minor cleanup

Revision 1.44.2.3 - (view) (download) - [select for diffs]
Sun May 21 11:03:44 2006 UTC (2 years, 4 months ago) by draftdog
Branch: V3_x_HEAD
Changes since 1.44.2.2: +91 -16 lines
Diff to previous 1.44.2.2 , to branch point 1.44
added classpath support to the String --> URL conversion feature (also added logging statements for clarity); updated related tests

Revision 1.44.2.2 - (view) (download) - [select for diffs]
Fri Jan 27 23:58:41 2006 UTC (2 years, 8 months ago) by draftdog
Branch: V3_x_HEAD
CVS Tags: V3_2_RC1, V3x_BEFORE_METAFACADE_RESET
Changes since 1.44.2.1: +5 -5 lines
Diff to previous 1.44.2.1 , to branch point 1.44
java improvements and javadoc fixes

Revision 1.44.2.1 - (view) (download) - [select for diffs]
Thu Dec 1 17:37:54 2005 UTC (2 years, 10 months ago) by cwbrandon
Branch: V3_x_HEAD
Changes since 1.44: +33 -0 lines
Diff to previous 1.44
add replaceExtension

Revision 1.45 - (view) (download) - [select for diffs]
Thu Dec 1 17:30:51 2005 UTC (2 years, 10 months ago) by cwbrandon
Branch: MAIN
CVS Tags: HEAD
Changes since 1.44: +33 -0 lines
Diff to previous 1.44
fix the way that poms are created in the distributino plugin

Revision 1.44 - (view) (download) - [select for diffs]
Sat Nov 26 16:27:17 2005 UTC (2 years, 10 months ago) by cwbrandon
Branch: MAIN
CVS Tags: Root_V3, Root_V3_x, Root_V3_x_HEAD
Branch point for: V3_x_HEAD
Changes since 1.43: +1 -1 lines
Diff to previous 1.43
trim excess space from getContents

Revision 1.43 - (view) (download) - [select for diffs]
Sat Nov 26 16:05:04 2005 UTC (2 years, 10 months ago) by cwbrandon
Branch: MAIN
Changes since 1.42: +8 -4 lines
Diff to previous 1.42
Revert back getContents

Revision 1.42 - (view) (download) - [select for diffs]
Sat Nov 26 15:37:03 2005 UTC (2 years, 10 months ago) by cwbrandon
Branch: MAIN
Changes since 1.41: +4 -9 lines
Diff to previous 1.41
improve getContents implementation (update the bpm4struts tests since this changes the whitespace)

Revision 1.41 - (view) (download) - [select for diffs]
Wed Nov 23 06:15:44 2005 UTC (2 years, 10 months ago) by cwbrandon
Branch: MAIN
Changes since 1.40: +49 -18 lines
Diff to previous 1.40
Now more than one model facade can be used at one time.

Revision 1.40 - (view) (download) - [select for diffs]
Thu Nov 17 16:27:45 2005 UTC (2 years, 10 months ago) by cwbrandon
Branch: MAIN
Changes since 1.39: +26 -4 lines
Diff to previous 1.39
fix handling of whitespace in file paths

Revision 1.39 - (view) (download) - [select for diffs]
Wed Nov 16 17:48:38 2005 UTC (2 years, 10 months ago) by cwbrandon
Branch: MAIN
Changes since 1.38: +2 -3 lines
Diff to previous 1.38
Next step in ingrating EMF/uml2 support (remove the need for metafacades-impls.properties and discover that information automatically)

Revision 1.38 - (view) (download) - [select for diffs]
Wed Nov 9 04:16:06 2005 UTC (2 years, 10 months ago) by cwbrandon
Branch: MAIN
Changes since 1.37: +0 -6 lines
Diff to previous 1.37
- Remove the need for the method name when using the ExceptionUtils.check methods and deprecate the old ones (update all dependant code)
- More work on m2 build (add translation-library plugin for testing translation-libraries)

Revision 1.37 - (view) (download) - [select for diffs]
Sun Nov 6 23:23:41 2005 UTC (2 years, 11 months ago) by cwbrandon
Branch: MAIN
Changes since 1.36: +1 -12 lines
Diff to previous 1.36
remove some unneeded code

Revision 1.36 - (view) (download) - [select for diffs]
Tue Nov 1 23:52:04 2005 UTC (2 years, 11 months ago) by cwbrandon
Branch: MAIN
CVS Tags: V3_1, V3_2RC1SNAPSHOT
Branch point for: V3_1x
Changes since 1.35: +76 -27 lines
Diff to previous 1.35
add an optional lastModifiedCheck for the m2 plugin

Revision 1.35 - (view) (download) - [select for diffs]
Tue Nov 1 23:28:19 2005 UTC (2 years, 11 months ago) by cwbrandon
Branch: MAIN
Changes since 1.34: +2 -1 lines
Diff to previous 1.34
minor comments

Revision 1.34 - (view) (download) - [select for diffs]
Tue Nov 1 23:27:08 2005 UTC (2 years, 11 months ago) by cwbrandon
Branch: MAIN
Changes since 1.33: +4 -3 lines
Diff to previous 1.33
javadoc fixes

Revision 1.33 - (view) (download) - [select for diffs]
Sun Oct 30 22:10:19 2005 UTC (2 years, 11 months ago) by cwbrandon
Branch: MAIN
Changes since 1.32: +99 -0 lines
Diff to previous 1.32
Improve handling of mappings search path, now directories in jars can be searched as well (maven2 plugin now works)

Revision 1.32 - (view) (download) - [select for diffs]
Fri Oct 28 04:29:32 2005 UTC (2 years, 11 months ago) by cwbrandon
Branch: MAIN
Changes since 1.31: +113 -15 lines
Diff to previous 1.31
Allow module search paths to be searched in a nested manner (when specifying patterns)

Revision 1.31 - (view) (download) - [select for diffs]
Fri Jul 22 16:39:15 2005 UTC (3 years, 2 months ago) by cwbrandon
Branch: MAIN
CVS Tags: V3_1RC1_tag
Branch point for: V3_1RC1
Changes since 1.30: +12 -19 lines
Diff to previous 1.30
minor cleanup

Revision 1.30 - (view) (download) - [select for diffs]
Fri Jul 22 16:35:30 2005 UTC (3 years, 2 months ago) by cwbrandon
Branch: MAIN
Changes since 1.29: +3 -3 lines
Diff to previous 1.29
minor comment fix

Revision 1.29 - (view) (download) - [select for diffs]
Mon Jul 18 14:24:35 2005 UTC (3 years, 2 months ago) by cwbrandon
Branch: MAIN
Changes since 1.28: +17 -0 lines
Diff to previous 1.28
Minor refactoring

Revision 1.28 - (view) (download) - [select for diffs]
Tue Jul 5 16:47:10 2005 UTC (3 years, 3 months ago) by cwbrandon
Branch: MAIN
Changes since 1.27: +0 -2 lines
Diff to previous 1.27
minor cleanup

Revision 1.27 - (view) (download) - [select for diffs]
Tue Jul 5 16:46:54 2005 UTC (3 years, 3 months ago) by cwbrandon
Branch: MAIN
Changes since 1.26: +5 -0 lines
Diff to previous 1.26
minor cleanup

Revision 1.26 - (view) (download) - [select for diffs]
Tue Jul 5 16:46:00 2005 UTC (3 years, 3 months ago) by cwbrandon
Branch: MAIN
Changes since 1.25: +1 -3 lines
Diff to previous 1.25
minor cleanup

Revision 1.25 - (view) (download) - [select for diffs]
Tue Jun 28 18:00:30 2005 UTC (3 years, 3 months ago) by cwbrandon
Branch: MAIN
Changes since 1.24: +10 -17 lines
Diff to previous 1.24
Add new profile (still need to add optional elements).  Also upgrade to digester 1.7

Revision 1.24 - (view) (download) - [select for diffs]
Sat Jun 18 18:36:56 2005 UTC (3 years, 3 months ago) by cwbrandon
Branch: MAIN
CVS Tags: V3_1M1
Changes since 1.23: +6 -6 lines
Diff to previous 1.23
minor cleanup

Revision 1.23 - (view) (download) - [select for diffs]
Sat Jun 4 22:52:23 2005 UTC (3 years, 4 months ago) by cwbrandon
Branch: MAIN
Changes since 1.22: +38 -0 lines
Diff to previous 1.22
more performance improvements when running the server, metafacades are now recreated only when necessary.

Revision 1.22 - (view) (download) - [select for diffs]
Sat Jun 4 17:22:11 2005 UTC (3 years, 4 months ago) by cwbrandon
Branch: MAIN
Changes since 1.21: +5 -5 lines
Diff to previous 1.21
cleanup unnecessary code and formatting

Revision 1.21 - (view) (download) - [select for diffs]
Sun May 29 19:51:50 2005 UTC (3 years, 4 months ago) by cwbrandon
Branch: MAIN
Changes since 1.20: +3 -3 lines
Diff to previous 1.20
minor javadoc fix

Revision 1.20 - (view) (download) - [select for diffs]
Sun May 29 19:48:32 2005 UTC (3 years, 4 months ago) by cwbrandon
Branch: MAIN
Changes since 1.19: +10 -13 lines
Diff to previous 1.19
Make the maximum load failure attempt configurable.

Revision 1.19 - (view) (download) - [select for diffs]
Fri May 20 19:09:51 2005 UTC (3 years, 4 months ago) by cwbrandon
Branch: MAIN
Changes since 1.18: +10 -14 lines
Diff to previous 1.18
minor fixes, as well as move the animal-quiz and car rental to use new configuration

Revision 1.18 - (view) (download) - [select for diffs]
Fri May 20 00:38:40 2005 UTC (3 years, 4 months ago) by cwbrandon
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17
more support for single configuration location

Revision 1.17 - (view) (download) - [select for diffs]
Mon May 16 16:11:05 2005 UTC (3 years, 4 months ago) by cwbrandon
Branch: MAIN
Changes since 1.16: +78 -24 lines
Diff to previous 1.16
Complete CORE-55 (template merging happens before template processing)...this allows dynaimcl content to be merged in (instead of just static).

Revision 1.16 - (view) (download) - [select for diffs]
Sat Apr 30 18:28:42 2005 UTC (3 years, 5 months ago) by cwbrandon
Branch: MAIN
CVS Tags: Root_V3_0x, V3_0
Branch point for: V3_0x
Changes since 1.15: +31 -35 lines
Diff to previous 1.15
minor refactoring/cleanup

Revision 1.15 - (view) (download) - [select for diffs]
Wed Apr 13 16:25:26 2005 UTC (3 years, 5 months ago) by draftdog
Branch: MAIN
CVS Tags: V3_0RC2
Changes since 1.14: +9 -4 lines
Diff to previous 1.14
reformat update: casting now no longer has a space separator, extends and implements keyswords are on a new line

Revision 1.14 - (view) (download) - [select for diffs]
Sun Apr 10 17:55:20 2005 UTC (3 years, 5 months ago) by draftdog
Branch: MAIN
Changes since 1.13: +57 -81 lines
Diff to previous 1.13
reformatted code

Revision 1.13 - (view) (download) - [select for diffs]
Sat Mar 19 07:26:30 2005 UTC (3 years, 6 months ago) by cwbrandon
Branch: MAIN
CVS Tags: V3_0RC1
Changes since 1.12: +3 -3 lines
Diff to previous 1.12
fix bug in last checkin

Revision 1.12 - (view) (download) - [select for diffs]
Sat Mar 19 06:50:30 2005 UTC (3 years, 6 months ago) by cwbrandon
Branch: MAIN
Changes since 1.11: +28 -2 lines
Diff to previous 1.11
Fix merging of cartridge resources when using patterns.

Revision 1.11 - (view) (download) - [select for diffs]
Mon Mar 7 19:47:25 2005 UTC (3 years, 7 months ago) by cwbrandon
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
fix a couple typos

Revision 1.10 - (view) (download) - [select for diffs]
Tue Dec 21 19:00:36 2004 UTC (3 years, 9 months ago) by cwbrandon
Branch: MAIN
CVS Tags: V3_0M3
Changes since 1.9: +3 -4 lines
Diff to previous 1.9
Cleanup logger.error(msg, th) calls, we don't need them since it just makes the stack trace a lot longer.

Revision 1.9 - (view) (download) - [select for diffs]
Thu Dec 16 22:11:20 2004 UTC (3 years, 9 months ago) by cwbrandon
Branch: MAIN
Changes since 1.8: +24 -2 lines
Diff to previous 1.8
merging can now happen in the XML config files

Revision 1.8 - (view) (download) - [select for diffs]
Fri Aug 27 14:29:37 2004 UTC (4 years, 1 month ago) by cwbrandon
Branch: MAIN
Changes since 1.7: +1 -0 lines
Diff to previous 1.7
minor cleanup

Revision 1.7 - (view) (download) - [select for diffs]
Tue Aug 24 00:09:59 2004 UTC (4 years, 1 month ago) by cwbrandon
Branch: MAIN
Changes since 1.6: +58 -12 lines
Diff to previous 1.6
Apply Matthias Küspert's patch for merging resources: CORE-11, still need to apply the documentation patch.

Revision 1.6 - (view) (download) - [select for diffs]
Thu Aug 19 02:51:10 2004 UTC (4 years, 1 month ago) by cwbrandon
Branch: MAIN
Changes since 1.5: +159 -3 lines
Diff to previous 1.5
close CORE-2 in jira, and add tests for ResourceUtils.

Revision 1.5 - (view) (download) - [select for diffs]
Thu Aug 12 23:40:31 2004 UTC (4 years, 1 month ago) by cwbrandon
Branch: MAIN
Changes since 1.4: +60 -47 lines
Diff to previous 1.4
format

Revision 1.4 - (view) (download) - [select for diffs]
Sat May 22 22:51:57 2004 UTC (4 years, 4 months ago) by cwbrandon
Branch: MAIN
CVS Tags: V3_0M2
Changes since 1.3: +21 -1 lines
Diff to previous 1.3
Big Change: Move all OCL translation capabilities from OCLTF to andromda's core 

This includes the following changes: 

- AndroMDA can how handle multiple plugin types (other than just cartridges)

- Created a generic Plugin interface that all andromda plugin types (currently cartridges and translation-libraries
implement).   

- CartridgeFinder is now 'PluginDiscover' which is configurable through the 
new META-INF/andromda-plugins.properties and can handle "discovering" multiple plugin types.

- Features common to all plugins from cartridge were moved down into BasePlugin (which implements the 
new Plugin interface).  Features specific to cartridge only were collapsed into the new 'Cartridge' class.

- new org.andromda.core.translation package introduced containing translation-library support (OCL parser,
and framework for translation-library plugins).

Revision 1.3 - (view) (download) - [select for diffs]
Mon Apr 12 01:12:48 2004 UTC (4 years, 5 months ago) by cwbrandon
Branch: MAIN
CVS Tags: V3-before-ocl-integration, V3_0M1
Changes since 1.2: +2 -2 lines
Diff to previous 1.2
fix a javdocs typo

Revision 1.2 - (view) (download) - [select for diffs]
Fri Mar 26 08:14:53 2004 UTC (4 years, 6 months ago) by mattes3
Branch: MAIN
Changes since 1.1: +75 -0 lines
Diff to previous 1.1
Moved changes from V3x_MMD to HEAD.

Revision 1.1.2.1 - (view) (download) - [select for diffs]
Mon Mar 22 02:14:46 2004 UTC (4 years, 6 months ago) by cwbrandon
Branch: V3x_MMD
CVS Tags: V3x_MMD_before_merge_to_HEAD
Changes since 1.1: +75 -0 lines
Diff to previous 1.1 , to next main 1.45
- Break out the template engine implementation into the
templateengines module
- Break out the repository implementation (MDR) into the 
repositories module, update all affected dependencies

Revision 1.1
Mon Mar 22 02:14:46 2004 UTC (4 years, 6 months ago) by cwbrandon
Branch: MAIN
Branch point for: V3x_MMD
FILE REMOVED
file ResourceUtils.java was initially added on branch V3x_MMD.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Powered by ViewVC 1.0.5 ViewVC Help